summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkprovider.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Coding styleAndrea Diamantini2011-02-251-6/+6
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* No more static members in the Application class,Pierre Rossi2011-02-241-7/+7
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* Calm down kDebug messagesAndrea Diamantini2011-02-161-12/+0
|
* Automatically refreshing bookmarks when editing them.Furkan Uzumcu2011-01-111-0/+6
| | | | | | Suboptimal solution. We probably need bk management model/view based to improve. Reviewed by adjam :)
* - Bookmark folders can now be dragged and dropped in the toolbar.Yoann Laissus2010-12-201-2/+1
| | | | | | | | - Drop a bookmark folder in the WebView no longer crash rekonq but open this folder in new tabs - Fix some crash when a single bookmark is dropped in the WebView (incorrect URL) - Port the drag icon to IconManager CCBUG: 226479
* Bug when a bookmark contains a '&' fixed in some casesJon Ander Peñalba2010-11-071-1/+2
|
* BookmarksPanel API improvedJon Ander Peñalba2010-11-071-6/+6
|
* Fix mem leak, due to kbookmarkmenu class.Andrea Diamantini2010-10-131-4/+7
| | | | Please, see http://svn.reviewboard.kde.org/r/5606/ about.
* Krazy Fixes for rekonqRohan Garg2010-09-111-1/+1
| | | | | | | modified: src/bookmarks/bookmarkprovider.cpp modified: src/history/historymanager.cpp modified: src/iconmanager.cpp modified: src/urlbar/listitem.cpp
* This commit aims to fix all troubles with favicons retrieving.Andrea Diamantini2010-09-111-1/+1
| | | | | There is at least just another one about threading. But I'm not 100% sure about. And anyway, it will be eventually addressed after 0.6 release..
* A very small commit to fix the KEditBookmark issue with bookmark exporting ↵Yoann Laissus2010-09-081-0/+1
| | | | when it's launched from rekonq
* Merge commit 'refs/merge-requests/197' of ↵Andrea Diamantini2010-09-021-12/+5
|\ | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m197 Conflicts: src/bookmarks/bookmarkprovider.h I also changed a iconmanager header inclusion :)
| * Oops, fix compilationYoann Laissus2010-09-021-1/+1
| |
| * A little bunch of fixes :Yoann Laissus2010-09-021-12/+5
| | | | | | | | | | | | | | - Bookmarks saved with KMimeType::iconNameForUrl are now correctly displayed in the BK bar - Folder icons in the BK panel are fixed - Unset the current bookmark after a context menu deletition to avoid some bugs - Cleanup
* | Code Review.Andrea Diamantini2010-09-021-0/+1
|/ | | | | | | General clean up let member variables have better names, starting with _ and the needed get functions signals/slots --> Q_SIGNALS/Q_SLOTS moc headers
* Restore old bookmarks file managementAndrea Diamantini2010-09-011-8/+22
| | | | Please, read NOTE inside.
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-281-1/+3
| | | | | | | | 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...
* 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 '>'.
* Useless includeYoann Laissus2010-08-221-1/+0
|
* - Move the BK bar context menu slot and connection to BookmarkContextMenuYoann Laissus2010-08-221-20/+0
| | | | - The context menu now works without selected bookmark in the BK bar
* BookmarkProvider's code reorderedJon Ander Peñalba2010-08-201-81/+81
|
* Minor changes in BookmarkProvider. Searching for bookmarks should be a bit ↵Jon Ander Peñalba2010-08-201-31/+14
| | | | faster
* Improved the code to load the bookmarks file using KStandardDirs and other ↵Jon Ander Peñalba2010-08-201-36/+26
| | | | minor changes to BookmarkProvider.
* Removed unused includes in src/bookmarks/bookmarkprovider.hJon Ander Peñalba2010-08-201-7/+7
|
* Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵Jon Ander Peñalba2010-08-201-0/+332
src/bookmarks/bookmarkprovider.*