Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Function renamed | Jon Ander Peñalba | 2010-11-07 | 1 | -21/+21 |
| | |||||
* | - get rid of the selected bookmark in BookmarkOwner | Yoann Laissus | 2010-10-13 | 1 | -23/+21 |
| | | | | | | we can now create actions as we want and not only in a context menu - an important cleanup - validOpenUrl() is now useless | ||||
* | A little bunch of fixes : | Yoann Laissus | 2010-09-02 | 1 | -24/+24 |
| | | | | | | | - 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 | ||||
* | Don't add open folder in tabs if there are only folders | Yoann Laissus | 2010-08-21 | 1 | -3/+15 |
| | |||||
* | - The bookmark toolbar is now a real toolbar, not an action. | Yoann Laissus | 2010-08-20 | 1 | -1/+1 |
| | | | | | | 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) | ||||
* | BookmarkOwner class moved to it's own file | Jon Ander Peñalba | 2010-08-19 | 1 | -1/+1 |
| | |||||
* | The bookmark actions in BookmarkOwner are now working and being used | Jon Ander Peñalba | 2010-08-19 | 1 | -152/+31 |
| | |||||
* | All insertion and deletion of bookmarks code moved to the same place ↵ | Jon Ander Peñalba | 2010-08-19 | 1 | -81/+8 |
| | | | | (BookmarkOwner) | ||||
* | - Drag and drop in the bookmark toolbar between root items only (for the ↵ | Yoann Laissus | 2010-08-17 | 1 | -0/+321 |
moment) - Drag accepted from the panel - Move two classes to a separate file Partially fixed : CCBUG: 226479 |