Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Calm down kDebug messages | Andrea Diamantini | 2011-07-19 | 1 | -2/+0 |
| | |||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 1 | -34/+34 |
| | |||||
* | - Fix bookmark conflict between Rekonq and Konqueror | Yoann Laissus | 2011-05-15 | 1 | -23/+40 |
| | | | | | - New way to copy rekonq default bookmarks so no problem with konqueror anymore BUG: 273134 | ||||
* | Untrack the bookmarks menu list and set a parent to automagically | Andrea Diamantini | 2011-03-27 | 1 | -9/+8 |
| | | | | | | delete it as object child CCBUG:269490 | ||||
* | Check if mainWindow and currentab really exist before using in ↵ | Andrea Diamantini | 2011-03-19 | 1 | -2/+2 |
| | | | | | | | | bookmarksprovider. In fact now this is NOT automagically ensured there (as in any non widget rekonq class) BUG:268838 | ||||
* | cppcheck round... | Andrea Diamantini | 2011-02-25 | 1 | -0/+2 |
| | |||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -6/+6 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | No more static members in the Application class, | Pierre Rossi | 2011-02-24 | 1 | -7/+7 |
| | | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam | ||||
* | Calm down kDebug messages | Andrea Diamantini | 2011-02-16 | 1 | -12/+0 |
| | |||||
* | Automatically refreshing bookmarks when editing them. | Furkan Uzumcu | 2011-01-11 | 1 | -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 Laissus | 2010-12-20 | 1 | -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 cases | Jon Ander Peñalba | 2010-11-07 | 1 | -1/+2 |
| | |||||
* | BookmarksPanel API improved | Jon Ander Peñalba | 2010-11-07 | 1 | -6/+6 |
| | |||||
* | Fix mem leak, due to kbookmarkmenu class. | Andrea Diamantini | 2010-10-13 | 1 | -4/+7 |
| | | | | Please, see http://svn.reviewboard.kde.org/r/5606/ about. | ||||
* | Krazy Fixes for rekonq | Rohan Garg | 2010-09-11 | 1 | -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 Diamantini | 2010-09-11 | 1 | -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 Laissus | 2010-09-08 | 1 | -0/+1 |
| | | | | when it's launched from rekonq | ||||
* | Merge commit 'refs/merge-requests/197' of ↵ | Andrea Diamantini | 2010-09-02 | 1 | -12/+5 |
|\ | | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m197 Conflicts: src/bookmarks/bookmarkprovider.h I also changed a iconmanager header inclusion :) | ||||
| * | Oops, fix compilation | Yoann Laissus | 2010-09-02 | 1 | -1/+1 |
| | | |||||
| * | A little bunch of fixes : | Yoann Laissus | 2010-09-02 | 1 | -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 Diamantini | 2010-09-02 | 1 | -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 management | Andrea Diamantini | 2010-09-01 | 1 | -8/+22 |
| | | | | Please, read NOTE inside. | ||||
* | Switching to "KDE" icon cache. While this "brute force" change can be dangerous, | Andrea Diamantini | 2010-08-28 | 1 | -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 Rossi | 2010-08-25 | 1 | -2/+14 |
| | | | | | Also support searches starting by i (without messing with the <i> for urls) and page titles with characters such as '<' or '>'. | ||||
* | Useless include | Yoann Laissus | 2010-08-22 | 1 | -1/+0 |
| | |||||
* | - Move the BK bar context menu slot and connection to BookmarkContextMenu | Yoann Laissus | 2010-08-22 | 1 | -20/+0 |
| | | | | - The context menu now works without selected bookmark in the BK bar | ||||
* | BookmarkProvider's code reordered | Jon Ander Peñalba | 2010-08-20 | 1 | -81/+81 |
| | |||||
* | Minor changes in BookmarkProvider. Searching for bookmarks should be a bit ↵ | Jon Ander Peñalba | 2010-08-20 | 1 | -31/+14 |
| | | | | faster | ||||
* | Improved the code to load the bookmarks file using KStandardDirs and other ↵ | Jon Ander Peñalba | 2010-08-20 | 1 | -36/+26 |
| | | | | minor changes to BookmarkProvider. | ||||
* | Removed unused includes in src/bookmarks/bookmarkprovider.h | Jon Ander Peñalba | 2010-08-20 | 1 | -7/+7 |
| | |||||
* | Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵ | Jon Ander Peñalba | 2010-08-20 | 1 | -0/+332 |
src/bookmarks/bookmarkprovider.* |