summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Hide "loading..." and "done" strings after 0.5 sec..Andrea Diamantini2010-06-295-10/+9
|
* Follow settings (choose tabs or windows) when opening new tabsAndrea Diamantini2010-06-281-1/+7
|
* Follow KDE SC 4.5 cmake minimum requirementsAndrea Diamantini2010-06-281-1/+1
|
* Merge commit 'refs/merge-requests/144' of ↵Andrea Diamantini2010-06-281-5/+5
|\ | | | | | | git://gitorious.org/rekonq/mainline into m144
| * Missing i18n calls in the downloads pagePanagiotis Papadopoulos2010-06-271-5/+5
| | | | | | | | | | Also, make the "Open file" feature, that was commented out, work (the solution might be a bit hackish though^^)
* | Merge commit 'refs/merge-requests/143' of ↵Andrea Diamantini2010-06-284-17/+86
|\ \ | |/ |/| | | git://gitorious.org/rekonq/mainline into m143
| * add commentsmegabigbug2010-06-273-17/+13
| |
| * improve previews: compute preview when webview is deleted => instant preview ↵megabigbug2010-06-264-17/+90
| | | | | | | | in closed tab page
* | Merge branch 'master' of gitorious.org:rekonq/mainlineAndrea Diamantini2010-06-261-0/+1
|\ \
| * | SVN_SILENT made messages (.desktop file)Script Kiddy2010-06-261-0/+1
| |/
* | Fix naming to clean APIAndrea Diamantini2010-06-2411-24/+24
|/ | | | | SettingOpenTab --> NewTab (according to settings) NewCurrentTab --> NewFocusedTab
* Merge commit 'refs/merge-requests/142' of ↵Andrea Diamantini2010-06-234-29/+55
|\ | | | | | | git://gitorious.org/rekonq/mainline into m142
| * add commentsmegabigbug2010-06-221-2/+14
| |
| * fix (almost) empty area in the previewsmegabigbug2010-06-224-27/+41
| |
* | Calling KTabBar::mouseMoveEvent() ASAP, to let tab switch occur... ASAP!Andrea Diamantini2010-06-221-2/+2
| |
* | Activate window externally triggeredAndrea Diamantini2010-06-201-1/+8
| | | | | | | | BUG: 238280
* | Append the detached tab in the right widget barAndrea Diamantini2010-06-201-3/+3
| | | | | | | | BUG:242058
* | Merge branch 'master' of gitorious.org:rekonq/mainlineAndrea Diamantini2010-06-191-0/+1
|\ \ | |/
| * SVN_SILENT made messages (.desktop file)Script Kiddy2010-06-191-0/+1
| |
* | Merge commit 'refs/merge-requests/141' of ↵Andrea Diamantini2010-06-191-5/+5
|\ \ | |/ |/| | | git://gitorious.org/rekonq/mainline into m141
| * string freeze means, that no string should be added at allPanagiotis Papadopoulos2010-06-181-5/+5
| | | | | | | | | | If you need to add it, then make it translatable, since an untranslatable string is far more "worse" than breaking string freeze ;-)
* | After a brief discussion with Lionel it seemed clear this is notAndrea Diamantini2010-06-181-6/+3
| | | | | | | | | | | | | | | | | | the best way to achieve that result :( Forwarding this problem to 1.0 release, sorry Revert "Saving preview on ok loadFinished.." This reverts commit c42ebaaead8bc7494ada6d84108ba228b5145210.
* | no more scrollbar on rendered previewsAndrea Diamantini2010-06-181-9/+1
| | | | | | | | Lionel fixed this :)
* | No more save tab previews as they are everytime computed again..Andrea Diamantini2010-06-183-10/+14
|/
* Adding a "default" encoding option..Andrea Diamantini2010-06-182-1/+19
|
* Fix Network Analyzer Panel switch..Andrea Diamantini2010-06-172-3/+5
|
* Saving preview on ok loadFinished..Andrea Diamantini2010-06-161-3/+6
| | | | | No more waiting a lot for previews & basically all previews available of the visited sites (nice for the urlbar..)
* This commit changes rekonq behavior on "closed tabs" management.Andrea Diamantini2010-06-164-23/+48
| | | | | | | | The problem comes when too much sites are listed as closed tabs, so I though to create the contextual menu just on request and to clean out the sites that are reopened. (They are NO MORE closed tabs..) This and the next commit should fast a lot rekonq about that
* Merge commit 'refs/merge-requests/139' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-06-151-0/+1
|\
| * strip whitespaces from the start and the end of a selectionPanagiotis Papadopoulos2010-06-131-0/+1
| | | | | | | | BUG: 241564
* | Let analyzer panel columns to be resizable.Andrea Diamantini2010-06-151-5/+7
| | | | | | | | | | This anyway leave normal user in the need to resize them to see all the contents, so I added a resizeContents call everytime the panel is filled
* | This dangerous commit, 15 days to the release, removes the use of a default.cssAndrea Diamantini2010-06-154-15/+17
| | | | | | | | | | | | | | | | | | | | | | | | file in rekonq and does an hack to choose the right palette for the WebView. - Why this doesn't work in QWebPage::setPalette()?? - Why using a KStyle things don't work as expected?? - so, where is really the bug, here? I have some ideas about but I currently have no time to work on.. Anyway, with this nice hack :) things seem work well for dark themes and for pages without a "proper" style (See bug 232552 about..) Many thanks to Tomas Fryda for let me noticing this.
* | no more currenttab & digit closed tabsAndrea Diamantini2010-06-151-8/+11
| | | | | | | | BUG:241495
* | Dark themes urlbar fixAndrea Diamantini2010-06-141-2/+6
| | | | | | | | Based on one patch from Tomas Fryda. Thanks.
* | escape html in search item: prevent qlabel interpret html if the user type ↵megabigbug2010-06-141-2/+2
|/ | | | <h1>a</h1> for example.
* Fix the add bookmark action of the WebView context menuYoann Laissus2010-06-122-22/+12
| | | | BUG: 241503
* Fix bookmark tool button with different windowsYoann Laissus2010-06-102-6/+5
| | | | | Fix the bookmark editor's action which is displayed twice BUG: 241337
* remove setAutoFillBackground(true) => propagate ListItem content to engineBarmegabigbug2010-06-091-8/+8
| | | | fill background of the ListItem with the backgroundRole color
* rekonq 0.4.950.4.95Andrea Diamantini2010-06-081-1/+1
| | | | AKA 0.5 beta 2
* Merge commit 'refs/merge-requests/135' of ↵Andrea Diamantini2010-06-081-6/+4
|\ | | | | | | git://gitorious.org/rekonq/mainline into privitem
| * more contraints for privileged item selectionmegabigbug2010-06-081-6/+4
| |
* | Link webshortcuts default engine into urlbar default engine - withoutThijs Heus2010-06-072-111/+28
|/ | | | crashing with SE=None
* Merge commit 'refs/merge-requests/133' of ↵Andrea Diamantini2010-06-071-7/+18
|\ | | | | | | git://gitorious.org/rekonq/mainline into m133
| * Fix the end value of the zoom slider with mouse wheel zoomYoann Laissus2010-06-061-7/+18
| |
* | oops.. one line more..Andrea Diamantini2010-06-071-1/+0
|/
* Stupid me! Showing error page in mainFrame() instead of the frame originatingAndrea Diamantini2010-06-061-2/+5
| | | | | | | | the error request... This should fix bug 217521 CCBUG: 217521
* Performance improvement on startupAndrea Diamantini2010-06-062-8/+26
| | | | | | | Load bookmark menu just on first click. This is needed cause of bad startup rekonq performance with more than 1000 bookmarks as pointed out by.. (thjis?) This trick needs a workaround on first bookmarks menu showing. Do you notice it?
* This should fix bug 240432Andrea Diamantini2010-06-061-0/+4
| | | | | | Thanks, pano :) CCBUG: 240432
* Put over localhost browse resultsAndrea Diamantini2010-06-061-1/+3
| | | | BUG: 238390
* oops... too much optimized :)Andrea Diamantini2010-06-051-0/+3
|