Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'refs/merge-requests/172' of ↵ | Andrea Diamantini | 2010-08-17 | 4 | -56/+65 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m172 | ||||
| * | Message displayed when deleting a bookmark improved | Jon Ander Peñalba | 2010-08-16 | 1 | -6/+20 |
| | | |||||
| * | Unify the deletion of bookmarks in one place | Jon Ander Peñalba | 2010-08-16 | 4 | -56/+51 |
| | | |||||
* | | Made the bookmark search case insensitive and added some comments to the ↵ | Jon Ander Peñalba | 2010-08-16 | 2 | -9/+14 |
|/ | | | | BookmarksProxy class. | ||||
* | Bug when closing the 'New Folder' dialog fixed. | Jon Ander Peñalba | 2010-08-15 | 1 | -2/+5 |
| | |||||
* | Manually importing Yoann merge 2260 | Andrea Diamantini | 2010-08-14 | 2 | -0/+43 |
| | | | | PLease, check if I did something wrong.. | ||||
* | Merge commit 'refs/merge-requests/168' of ↵ | Andrea Diamantini | 2010-08-13 | 1 | -6/+6 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m168 | ||||
| * | Fix the BK panel's drag and drop | Yoann Laissus | 2010-08-12 | 1 | -6/+6 |
| | | |||||
* | | Fix the double fill of the bookmark bar at startup | Yoann Laissus | 2010-08-12 | 1 | -2/+4 |
|/ | |||||
* | - Fix bookmarks' text which is truncated in some places (new tab page, some ↵ | Yoann Laissus | 2010-08-10 | 3 | -9/+10 |
| | | | | | | | | dialogues, ...) - Fix bookmark icons with the bookmark panel BUG: 247196 | ||||
* | - Add a 'Don't ask again' option to some message dialog | Yoann Laissus | 2010-08-04 | 4 | -3/+20 |
| | | | | | | - Prevent a crash if the previous option is enabled because KMenu blocks all GUI events ... BUG: 246565 | ||||
* | Merging mr 154 by hand!! | Andrea Diamantini | 2010-08-02 | 2 | -40/+148 |
| | | | | | | | WARNING: I'm NOT sure about this. Please everyone, check it twice!! PS: Many thanks to Yoann21. He is doing a fantastic work on the bookmarks toolbar | ||||
* | Back to XMLGUI. | Andrea Diamantini | 2010-07-26 | 2 | -0/+11 |
| | | | | | | | | This means configurable toolbars and the old problems with our no menubar choice. We'll see what will happen this time... Yoann: can you pls check my port of the bookmarks toolbar? | ||||
* | Merge commit 'refs/merge-requests/153' of ↵ | Andrea Diamantini | 2010-07-22 | 2 | -39/+15 |
|\ | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m153 Conflicts: src/history/historymanager.cpp src/history/historymanager.h | ||||
| * | reintroduce bookmark suggestions | megabigbug | 2010-07-21 | 2 | -16/+15 |
| | | |||||
| * | history review: | megabigbug | 2010-07-20 | 2 | -23/+0 |
| | | | | | | | | | | | | | | | | | | - remove AwesomeUrlCompletion class - add an QHash to the history manager: each url have a visit counter - sort history urls by visit count TODO: - reintroduce bookmark item in url resolver (broken when AwesomeUrlCompletion was removed) | ||||
* | | Forget to commit this change | Yoann Laissus | 2010-07-21 | 1 | -2/+3 |
|/ | |||||
* | - Performance improvements (partial updates of the tree) | Yoann Laissus | 2010-07-18 | 7 | -58/+91 |
| | | | | | - Synchronisation of the folded states between each windows - Code cleanup | ||||
* | tab has to be plural | Panagiotis Papadopoulos | 2010-07-08 | 1 | -1/+1 |
| | |||||
* | Fix naming to clean API | Andrea Diamantini | 2010-06-24 | 2 | -3/+3 |
| | | | | | SettingOpenTab --> NewTab (according to settings) NewCurrentTab --> NewFocusedTab | ||||
* | Fix the add bookmark action of the WebView context menu | Yoann Laissus | 2010-06-12 | 2 | -22/+12 |
| | | | | BUG: 241503 | ||||
* | Fix bookmark tool button with different windows | Yoann Laissus | 2010-06-10 | 2 | -6/+5 |
| | | | | | Fix the bookmark editor's action which is displayed twice BUG: 241337 | ||||
* | oops.. one line more.. | Andrea Diamantini | 2010-06-07 | 1 | -1/+0 |
| | |||||
* | Performance improvement on startup | Andrea Diamantini | 2010-06-06 | 2 | -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? | ||||
* | oops... too much optimized :) | Andrea Diamantini | 2010-06-05 | 1 | -0/+3 |
| | |||||
* | This commit implements some speed optimizations on startup | Andrea Diamantini | 2010-06-05 | 3 | -6/+21 |
| | | | | | as loading the dockwidgets show on first show. It also cleans up bookmarks menu loading. | ||||
* | Awesome bar speed up | Andrea Diamantini | 2010-06-05 | 2 | -16/+17 |
| | | | | | | | | This commit introduces notable changes and needs a lot of tests Courtesy patch from Mathias Kraus. Thanks :) BUG: 237390 | ||||
* | i18n fixes | Andrea Diamantini | 2010-06-04 | 1 | -1/+1 |
| | | | | Andrew Coles's patch. Thanks :) | ||||
* | Don't use QString::number(), KDE will format the numbers is an l10n-friendly ↵ | Jonathan Thomas | 2010-05-27 | 2 | -2/+2 |
| | | | | fashion, QString::number() won't | ||||
* | The second arg of QString::replace has to be a QString, I suppose | Jonathan Thomas | 2010-05-27 | 1 | -1/+1 |
| | |||||
* | Encapsulate single characters in single quotes, since passing a char to ↵ | Jonathan Thomas | 2010-05-27 | 2 | -4/+4 |
| | | | | QString is more efficient than passing a one-character string. | ||||
* | Add plural form to the strings | Panagiotis Papadopoulos | 2010-05-26 | 1 | -1/+3 |
| | | | | BUG: 238810 | ||||
* | Merge commit 'refs/merge-requests/2276' of ↵ | Andrea Diamantini | 2010-05-25 | 2 | -2/+2 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m2276 | ||||
| * | last minute string fixes | Panagiotis Papadopoulos | 2010-05-24 | 2 | -2/+2 |
| | | |||||
* | | Properly take care of ampersands | Andrea Diamantini | 2010-05-25 | 2 | -5/+9 |
|/ | | | | Ronny Scholz patch. Thanks ;) | ||||
* | title for bookmark. Removed fallback mechanism | Andrea Diamantini | 2010-05-21 | 1 | -5/+0 |
| | |||||
* | Implement TZander suggestions on closing the last tab | Andrea Diamantini | 2010-05-14 | 1 | -1/+5 |
| | | | | BUG: 230576 | ||||
* | Memory leaks fixes | Andrea Diamantini | 2010-05-04 | 6 | -9/+22 |
| | | | | first bunch | ||||
* | QLatin1String -> QL1S | Andrea Diamantini | 2010-04-30 | 1 | -1/+1 |
| | | | | added cppcheck script | ||||
* | Krazy fixes | Andrea Diamantini | 2010-04-30 | 1 | -2/+2 |
| | |||||
* | cleaning headers | Andrea Diamantini | 2010-04-30 | 1 | -1/+0 |
| | |||||
* | New rekonq_defines.h | Andrea Diamantini | 2010-04-30 | 4 | -6/+10 |
| | | | | Speed up compilation & linking on Win, Lin & Mac. Step 1 | ||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 8 | -188/+194 |
| | |||||
* | Correctly display separators in the bookmark toolbar | Yoann Laissus | 2010-04-26 | 2 | -31/+25 |
| | | | | BUG: 235108 | ||||
* | Fix compile | Yoann Laissus | 2010-04-17 | 1 | -1/+1 |
| | |||||
* | Forget to save file | Yoann Laissus | 2010-04-17 | 1 | -5/+0 |
| | |||||
* | - Enable context menu for actions inside bookmark bar folder | Yoann Laissus | 2010-04-17 | 3 | -104/+119 |
| | | | | | | - Reverse bookmarks and bookmark managing option on the bookmarkActionMenu (as we discussed with Lionel) - Common actionMenu between bookmark bars and the bookmarkActionMenu - Use BookmarkContextMenu instead of KBookmarkContextMenu in the bookmarkActionMenu | ||||
* | Merge commit 'refs/merge-requests/124' of ↵ | Andrea Diamantini | 2010-04-15 | 2 | -4/+32 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m124 | ||||
| * | Don't create "Open Folder in Tabs" action when there are only folders or ↵ | Yoann Laissus | 2010-04-14 | 2 | -4/+32 |
| | | | | | | | | | | | | | | separators Implement a missing method : currentBookmarkList() which now allow "Bookmarks Tabs as Folder BUG: 234234 | ||||
* | | moc fixes | Andrea Diamantini | 2010-04-14 | 2 | -1/+1 |
|/ |