Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'refs/merge-requests/181' of ↵ | Andrea Diamantini | 2010-08-20 | 1 | -18/+9 |
|\ | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m181 Conflicts: src/bookmarks/bookmarkstoolbar.h | ||||
| * | - The bookmark toolbar is now a real toolbar, not an action. | Yoann Laissus | 2010-08-20 | 1 | -18/+9 |
| | | | | | | | | | | | | It fixes the problem of the submenu if there are too much items to fit on the bar - Improve a bit the new redesign of BookmarkOwner - Reenable the bookmark menu by default (because the icon in the bar is on the left) | ||||
* | | cppcheck: reduce variable scope | Andrea Diamantini | 2010-08-20 | 1 | -2/+1 |
|/ | |||||
* | BookmarkOwner class moved to it's own file | Jon Ander Peñalba | 2010-08-19 | 1 | -341/+4 |
| | |||||
* | The bookmark actions in BookmarkOwner are now working and being used | Jon Ander Peñalba | 2010-08-19 | 1 | -51/+110 |
| | |||||
* | Create and store all bookmark actions in BookmarkOwner | Jon Ander Peñalba | 2010-08-19 | 1 | -0/+43 |
| | |||||
* | Minor improvements in the insertion and deletion of bookmarks code | Jon Ander Peñalba | 2010-08-19 | 1 | -13/+14 |
| | |||||
* | All insertion and deletion of bookmarks code moved to the same place ↵ | Jon Ander Peñalba | 2010-08-19 | 1 | -0/+100 |
| | | | | (BookmarkOwner) | ||||
* | - Drag and drop in the bookmark toolbar between root items only (for the ↵ | Yoann Laissus | 2010-08-17 | 1 | -198/+2 |
| | | | | | | | | | | moment) - Drag accepted from the panel - Move two classes to a separate file Partially fixed : CCBUG: 226479 | ||||
* | 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 | 1 | -7/+32 |
| | |||||
* | Manually importing Yoann merge 2260 | Andrea Diamantini | 2010-08-14 | 1 | -0/+38 |
| | | | | PLease, check if I did something wrong.. | ||||
* | Fix the double fill of the bookmark bar at startup | Yoann Laissus | 2010-08-12 | 1 | -2/+4 |
| | |||||
* | - Add a 'Don't ask again' option to some message dialog | Yoann Laissus | 2010-08-04 | 1 | -1/+13 |
| | | | | | | - 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 | 1 | -34/+107 |
| | | | | | | | 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 | 1 | -0/+10 |
| | | | | | | | | 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? | ||||
* | reintroduce bookmark suggestions | megabigbug | 2010-07-21 | 1 | -14/+13 |
| | |||||
* | history review: | megabigbug | 2010-07-20 | 1 | -17/+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) | ||||
* | - Performance improvements (partial updates of the tree) | Yoann Laissus | 2010-07-18 | 1 | -0/+31 |
| | | | | | - 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 | 1 | -2/+2 |
| | | | | | SettingOpenTab --> NewTab (according to settings) NewCurrentTab --> NewFocusedTab | ||||
* | Fix the add bookmark action of the WebView context menu | Yoann Laissus | 2010-06-12 | 1 | -19/+11 |
| | | | | BUG: 241503 | ||||
* | Fix bookmark tool button with different windows | Yoann Laissus | 2010-06-10 | 1 | -5/+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 | 1 | -7/+21 |
| | | | | | | | 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 | 1 | -2/+0 |
| | | | | | as loading the dockwidgets show on first show. It also cleans up bookmarks menu loading. | ||||
* | Awesome bar speed up | Andrea Diamantini | 2010-06-05 | 1 | -4/+10 |
| | | | | | | | | This commit introduces notable changes and needs a lot of tests Courtesy patch from Mathias Kraus. Thanks :) BUG: 237390 | ||||
* | Don't use QString::number(), KDE will format the numbers is an l10n-friendly ↵ | Jonathan Thomas | 2010-05-27 | 1 | -1/+1 |
| | | | | fashion, QString::number() won't | ||||
* | Encapsulate single characters in single quotes, since passing a char to ↵ | Jonathan Thomas | 2010-05-27 | 1 | -1/+1 |
| | | | | 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 | 1 | -1/+1 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m2276 | ||||
| * | last minute string fixes | Panagiotis Papadopoulos | 2010-05-24 | 1 | -1/+1 |
| | | |||||
* | | Properly take care of ampersands | Andrea Diamantini | 2010-05-25 | 1 | -1/+3 |
|/ | | | | 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 | 1 | -5/+4 |
| | | | | first bunch | ||||
* | QLatin1String -> QL1S | Andrea Diamantini | 2010-04-30 | 1 | -1/+1 |
| | | | | added cppcheck script | ||||
* | cleaning headers | Andrea Diamantini | 2010-04-30 | 1 | -1/+0 |
| | |||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -33/+33 |
| | |||||
* | Correctly display separators in the bookmark toolbar | Yoann Laissus | 2010-04-26 | 1 | -30/+24 |
| | | | | BUG: 235108 | ||||
* | Fix compile | Yoann Laissus | 2010-04-17 | 1 | -1/+1 |
| | |||||
* | - Enable context menu for actions inside bookmark bar folder | Yoann Laissus | 2010-04-17 | 1 | -80/+102 |
| | | | | | | - 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 | ||||
* | Don't create "Open Folder in Tabs" action when there are only folders or ↵ | Yoann Laissus | 2010-04-14 | 1 | -4/+30 |
| | | | | | | | separators Implement a missing method : currentBookmarkList() which now allow "Bookmarks Tabs as Folder BUG: 234234 | ||||
* | Set default background to white | Andrea Diamantini | 2010-04-14 | 1 | -4/+3 |
| | | | | BUG:232552 | ||||
* | Add Copyright | Yoann Laissus | 2010-04-08 | 1 | -0/+1 |
| | |||||
* | Add a missing slot | Yoann Laissus | 2010-04-08 | 1 | -0/+2 |
| | |||||
* | - Enable context menu for folders and separators of the bookmark bar | Yoann Laissus | 2010-04-08 | 1 | -34/+98 |
| | | | | | | | - Use the same context menu for the bookmark panel and the bookmark bar - Use a list to store the different bookmark bars - Fix the different crashes when there are more than one window - When the bookmarks are changed, all the bars are refreshed | ||||
* | - Add the control modifier support for back, next and home actions and for ↵ | Yoann Laissus | 2010-04-03 | 1 | -1/+1 |
| | | | | | | the UrlTreeView - Use SettingsOpenTab to open a link in a new tab with the bookmark toolbar | ||||
* | add title for history items | lionelc | 2010-04-02 | 1 | -0/+5 |
| |