Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug when a bookmark contains a '&' fixed in some cases | Jon Ander Peñalba | 2010-11-07 | 1 | -6/+3 |
| | |||||
* | Variable renamed | Jon Ander Peñalba | 2010-11-07 | 1 | -2/+2 |
| | |||||
* | Function renamed | Jon Ander Peñalba | 2010-11-07 | 1 | -1/+1 |
| | |||||
* | BookmarkOwner clean-up and minor bug fixed | Jon Ander Peñalba | 2010-11-07 | 1 | -40/+21 |
| | |||||
* | - get rid of the selected bookmark in BookmarkOwner | Yoann Laissus | 2010-10-13 | 1 | -104/+108 |
| | | | | | | we can now create actions as we want and not only in a context menu - an important cleanup - validOpenUrl() is now useless | ||||
* | This commit aims to fix all troubles with favicons retrieving. | Andrea Diamantini | 2010-09-11 | 1 | -2/+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.. | ||||
* | make the string plural. | Panagiotis Papadopoulos | 2010-09-08 | 1 | -1/+3 |
| | | | | | See https://bugs.kde.org/show_bug.cgi?id=238810 Since the string is now identical to the one in the bugreport I don’t think we broke string freeze ;-) | ||||
* | ok, it seems working now. But I'm not sure this is the right fix.. | Andrea Diamantini | 2010-09-03 | 1 | -1/+1 |
| | |||||
* | This commit hacks a merge request, to fast fixing a crash calling the bk toolbar | Andrea Diamantini | 2010-09-02 | 1 | -1/+1 |
| | | | | CCMAIL: yoann.laissus@gmail.com | ||||
* | Merge commit 'refs/merge-requests/197' of ↵ | Andrea Diamantini | 2010-09-02 | 1 | -18/+31 |
|\ | | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m197 Conflicts: src/bookmarks/bookmarkprovider.h I also changed a iconmanager header inclusion :) | ||||
| * | Fix compile again ... | Yoann Laissus | 2010-09-02 | 1 | -1/+1 |
| | | |||||
| * | Use iconForUrl of IconManager | Yoann Laissus | 2010-09-02 | 1 | -1/+2 |
| | | |||||
| * | A little bunch of fixes : | Yoann Laissus | 2010-09-02 | 1 | -18/+30 |
| | | | | | | | | | | | | | | - 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 | ||||
* | fix typo | Panagiotis Papadopoulos | 2010-08-25 | 1 | -1/+1 |
| | |||||
* | Removed unused includes in src/bookmarks/bookmarkprovider.h | Jon Ander Peñalba | 2010-08-20 | 1 | -0/+2 |
| | |||||
* | Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵ | Jon Ander Peñalba | 2010-08-20 | 1 | -1/+1 |
| | | | | src/bookmarks/bookmarkprovider.* | ||||
* | Merge commit 'refs/merge-requests/181' of ↵ | Andrea Diamantini | 2010-08-20 | 1 | -20/+28 |
|\ | | | | | | | | | | | | | 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 | -20/+28 |
| | | | | | | | | | | | | 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 bunch | Andrea Diamantini | 2010-08-20 | 1 | -1/+1 |
|/ | |||||
* | BookmarkOwner class clean-up | Jon Ander Peñalba | 2010-08-19 | 1 | -124/+106 |
| | |||||
* | BookmarkOwner class moved to it's own file | Jon Ander Peñalba | 2010-08-19 | 1 | -0/+369 |