Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BookmarkProvider --> BookmarkManager | Andrea Diamantini | 2011-12-12 | 1 | -12/+12 |
| | | | | | We have 7 managers and 1 provider... finally fixing this strange thing! | ||||
* | GCI Task: Middle Click a Bookmark Folder to Open Folder in New Tabs | Yoann Laissus | 2011-11-26 | 1 | -8/+16 |
| | | | | | | | Made by Hüseyin Zengin, GCI student. Thanks ! REVIEW: 103206 REVIEWED-BY: me | ||||
* | Fix my previous commit | Yoann Laissus | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | Disable bookmark dragging with middle click in the bookmark toolbar. | Yoann Laissus | 2011-10-17 | 1 | -1/+3 |
| | | | | It's now easier to open bookmark in new tab with a quick mid click | ||||
* | Fix the checked state of a toolbar's bookmark folder which is dropped on itself. | Yoann Laissus | 2011-10-10 | 1 | -0/+6 |
| | |||||
* | Remove "Ad Bk" and "New Bk Folder" actions from the bk folders menu | Furkan Uzumcu | 2011-08-27 | 1 | -4/+0 |
| | | | | | | | They take up too many space and they aren't really necessary there. REVIEW: 102397 REVIEWED-BY: adjam | ||||
* | clean up | Andrea Diamantini | 2011-07-25 | 1 | -56/+56 |
| | | | | | | - QL1S - one stupid kDebug less - codingstyle | ||||
* | Calm down kDebug messages | Andrea Diamantini | 2011-07-19 | 1 | -2/+2 |
| | |||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 1 | -246/+246 |
| | |||||
* | Don't close Bookmark Toolbar's subfolders on a click | Yoann Laissus | 2011-06-09 | 1 | -6/+5 |
| | | | | BUG: 275155 | ||||
* | - Bookmark can now be dropped inside folders : | Yoann Laissus | 2011-06-04 | 1 | -24/+91 |
| | | | | - Correctly hide a folder menu if there is a click outside | ||||
* | Null action for root bk folder in the bar | Yoann Laissus | 2011-05-15 | 1 | -2/+7 |
| | |||||
* | - A new option to set/unset the current bookmark bar folder in the context menu | Andrea Diamantini | 2011-04-28 | 1 | -39/+47 |
| | | | | | | | - Fix drag and drop with a custom folder - Fix a regression which affects BK bar drag and drop (5a53d2bf91dd) Patch by Yoann Laissus, reviewed by me :) | ||||
* | Add bookmarks by dropping inside the bk toolbar. | Andrea Diamantini | 2011-04-08 | 1 | -18/+59 |
| | | | | | | | | | | This patch, based on Furkan's work on this, is quite different from the original for the following reasons: first, the "need" to not modify a lot actual code in the urlbar (disabling dragging and reenabling by code. What are the implications? Who really knows this?) Second, the problem of showing "as urls" (showing their icon) TEXT mimeData: not a good choice, IMHO. Actual code is cleaner and works with every drop inside the bk toolbar (In case of text, checking if the derivated url is valid) | ||||
* | Clean up all d-tors to fix an eventual crash on exit | Andrea Diamantini | 2011-02-28 | 1 | -5/+0 |
| | |||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -12/+12 |
| | |||||
* | 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 | -14/+14 |
| | | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam | ||||
* | - Bookmark folders can now be dragged and dropped in the toolbar. | Yoann Laissus | 2010-12-20 | 1 | -21/+39 |
| | | | | | | | | - 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 | ||||
* | Don't change the BK folder in the BK bar when the mouse is under the current ↵ | Yoann | 2010-12-09 | 1 | -1/+1 |
| | | | | | | menu BUG: 259244 | ||||
* | Bug when a bookmark contains a '&' fixed in some cases | Jon Ander Peñalba | 2010-11-07 | 1 | -0/+1 |
| | |||||
* | Function renamed | Jon Ander Peñalba | 2010-11-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'bkmenuleak' | Andrea Diamantini | 2010-10-13 | 1 | -0/+1 |
|\ | |||||
| * | Fix mem leak, due to kbookmarkmenu class. | Andrea Diamantini | 2010-10-13 | 1 | -0/+1 |
| | | | | | | | | Please, see http://svn.reviewboard.kde.org/r/5606/ about. | ||||
* | | - get rid of the selected bookmark in BookmarkOwner | Yoann Laissus | 2010-10-13 | 1 | -6/+1 |
|/ | | | | | | we can now create actions as we want and not only in a context menu - an important cleanup - validOpenUrl() is now useless | ||||
* | - Bookmarklet support | Yoann Laissus | 2010-09-15 | 1 | -25/+32 |
| | | | | | | | | - text/uri-list drops in the BK toolbar - Don't allow other drag than bookmarks in the BK panel (for the moment) - A little cleanup BUG: 250623 | ||||
* | 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.. | ||||
* | Oops, fix compilation | Yoann Laissus | 2010-09-02 | 1 | -1/+1 |
| | |||||
* | A little bunch of fixes : | Yoann Laissus | 2010-09-02 | 1 | -1/+2 |
| | | | | | | | - 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 | ||||
* | Merge commit 'refs/merge-requests/190' of ↵ | Andrea Diamantini | 2010-08-23 | 1 | -0/+16 |
|\ | | | | | | | git://gitorious.org/rekonq/mainline into m190 | ||||
| * | - Move the BK bar context menu slot and connection to BookmarkContextMenu | Yoann Laissus | 2010-08-22 | 1 | -0/+16 |
| | | | | | | | | - The context menu now works without selected bookmark in the BK bar | ||||
* | | Merge commit 'refs/merge-requests/185' of ↵ | Andrea Diamantini | 2010-08-23 | 1 | -20/+38 |
|\ \ | | | | | | | | | | git://gitorious.org/rekonq/mainline into m185 | ||||
| * | | Forget to commit some changes | Yoann Laissus | 2010-08-21 | 1 | -3/+4 |
| | | | |||||
| * | | - Fix BK toolbar drops at the extremities of the bar | Yoann Laissus | 2010-08-21 | 1 | -22/+39 |
| |/ | | | | | | | - A little cleanup | ||||
* | | Don't add open folder in tabs if there are only folders | Yoann Laissus | 2010-08-21 | 1 | -0/+1 |
|/ | |||||
* | Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵ | Jon Ander Peñalba | 2010-08-20 | 1 | -1/+1 |
| | | | | src/bookmarks/bookmarkprovider.* | ||||
* | - The bookmark toolbar is now a real toolbar, not an action. | Yoann Laissus | 2010-08-20 | 1 | -169/+167 |
| | | | | | | 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 | -0/+4 |
| | |||||
* | The bookmark actions in BookmarkOwner are now working and being used | Jon Ander Peñalba | 2010-08-19 | 1 | -1/+1 |
| | |||||
* | Fix a strange behaviour if a dragged item is dropped on itself | Yoann Laissus | 2010-08-17 | 1 | -1/+2 |
| | |||||
* | - Drag and drop in the bookmark toolbar between root items only (for the ↵ | Yoann Laissus | 2010-08-17 | 1 | -0/+432 |
moment) - Drag accepted from the panel - Move two classes to a separate file Partially fixed : CCBUG: 226479 |