summaryrefslogtreecommitdiff
path: root/src/bookmarks
Commit message (Collapse)AuthorAgeFilesLines
...
* New general panel class created and used by the bookmarks and history panelJon Ander Peñalba2010-08-302-81/+46
|
* Use the same FilterProxyModel for the bookmarks and history panelsJon Ander Peñalba2010-08-303-119/+3
|
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-282-2/+7
| | | | | | | | it seems let everything work as expected (at least here). It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks) It also contains fixes & improvements for icons management in History & Bookmarks classes. More code to maintain, but more things working.Let's see what'll happen...
* Merge commit 'refs/merge-requests/191' of ↵Andrea Diamantini2010-08-261-2/+14
|\ | | | | | | git://gitorious.org/rekonq/mainline into m2_191
| * Awesome bar: support for multiple word search.Pierre Rossi2010-08-251-2/+14
| | | | | | | | | | Also support searches starting by i (without messing with the <i> for urls) and page titles with characters such as '<' or '>'.
* | fix typoPanagiotis Papadopoulos2010-08-251-1/+1
|/
* Merge commit 'refs/merge-requests/190' of ↵Andrea Diamantini2010-08-234-27/+17
|\ | | | | | | git://gitorious.org/rekonq/mainline into m190
| * Useless includeYoann Laissus2010-08-221-1/+0
| |
| * - Move the BK bar context menu slot and connection to BookmarkContextMenuYoann Laissus2010-08-224-26/+17
| | | | | | | | - The context menu now works without selected bookmark in the BK bar
* | Merge commit 'refs/merge-requests/185' of ↵Andrea Diamantini2010-08-231-20/+38
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into m185
| * | Forget to commit some changesYoann Laissus2010-08-211-3/+4
| | |
| * | - Fix BK toolbar drops at the extremities of the barYoann Laissus2010-08-211-22/+39
| |/ | | | | | | - A little cleanup
* | Don't add open folder in tabs if there are only foldersYoann Laissus2010-08-212-3/+16
|/
* BookmarkProvider's code reorderedJon Ander Peñalba2010-08-202-86/+85
|
* Minor changes in BookmarkProvider. Searching for bookmarks should be a bit ↵Jon Ander Peñalba2010-08-202-34/+17
| | | | faster
* Improved the code to load the bookmarks file using KStandardDirs and other ↵Jon Ander Peñalba2010-08-202-38/+26
| | | | minor changes to BookmarkProvider.
* Removed unused includes in src/bookmarks/bookmarkprovider.hJon Ander Peñalba2010-08-204-43/+52
|
* Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵Jon Ander Peñalba2010-08-206-5/+5
| | | | src/bookmarks/bookmarkprovider.*
* Merge commit 'refs/merge-requests/181' of ↵Andrea Diamantini2010-08-208-242/+231
|\ | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m181 Conflicts: src/bookmarks/bookmarkstoolbar.h
| * - The bookmark toolbar is now a real toolbar, not an action.Yoann Laissus2010-08-208-248/+230
| | | | | | | | | | | | 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)
* | Krazy fixes, first bunchAndrea Diamantini2010-08-203-11/+7
| |
* | cppcheck: reduce variable scopeAndrea Diamantini2010-08-201-2/+1
|/
* Fixed tooltip in the bookmarks panelJon Ander Peñalba2010-08-201-2/+2
|
* Bookmarks panel code reorderedJon Ander Peñalba2010-08-203-131/+132
|
* Bookmarks panel code clean-upJon Ander Peñalba2010-08-194-134/+91
|
* BookmarkOwner class clean-upJon Ander Peñalba2010-08-192-154/+128
|
* BookmarkOwner class moved to it's own fileJon Ander Peñalba2010-08-197-476/+539
|
* The bookmark actions in BookmarkOwner are now working and being usedJon Ander Peñalba2010-08-196-260/+168
|
* Create and store all bookmark actions in BookmarkOwnerJon Ander Peñalba2010-08-192-0/+71
|
* Minor improvements in the insertion and deletion of bookmarks codeJon Ander Peñalba2010-08-191-13/+14
|
* All insertion and deletion of bookmarks code moved to the same place ↵Jon Ander Peñalba2010-08-194-86/+132
| | | | (BookmarkOwner)
* Fix a strange behaviour if a dragged item is dropped on itselfYoann Laissus2010-08-171-1/+2
|
* - Drag and drop in the bookmark toolbar between root items only (for the ↵Yoann Laissus2010-08-177-295/+579
| | | | | | | | | | moment) - Drag accepted from the panel - Move two classes to a separate file Partially fixed : CCBUG: 226479
* Merge commit 'refs/merge-requests/172' of ↵Andrea Diamantini2010-08-174-56/+65
|\ | | | | | | git://gitorious.org/rekonq/mainline into m172
| * Message displayed when deleting a bookmark improvedJon Ander Peñalba2010-08-161-6/+20
| |
| * Unify the deletion of bookmarks in one placeJon Ander Peñalba2010-08-164-56/+51
| |
* | Made the bookmark search case insensitive and added some comments to the ↵Jon Ander Peñalba2010-08-162-9/+14
|/ | | | BookmarksProxy class.
* Bug when closing the 'New Folder' dialog fixed.Jon Ander Peñalba2010-08-151-2/+5
|
* Manually importing Yoann merge 2260Andrea Diamantini2010-08-142-0/+43
| | | | PLease, check if I did something wrong..
* Merge commit 'refs/merge-requests/168' of ↵Andrea Diamantini2010-08-131-6/+6
|\ | | | | | | git://gitorious.org/rekonq/mainline into m168
| * Fix the BK panel's drag and dropYoann Laissus2010-08-121-6/+6
| |
* | Fix the double fill of the bookmark bar at startupYoann Laissus2010-08-121-2/+4
|/
* - Fix bookmarks' text which is truncated in some places (new tab page, some ↵Yoann Laissus2010-08-103-9/+10
| | | | | | | | dialogues, ...) - Fix bookmark icons with the bookmark panel BUG: 247196
* - Add a 'Don't ask again' option to some message dialogYoann Laissus2010-08-044-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 Diamantini2010-08-022-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 Diamantini2010-07-262-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 Diamantini2010-07-222-39/+15
|\ | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m153 Conflicts: src/history/historymanager.cpp src/history/historymanager.h
| * reintroduce bookmark suggestionsmegabigbug2010-07-212-16/+15
| |
| * history review:megabigbug2010-07-202-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 changeYoann Laissus2010-07-211-2/+3
|/