Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrated spell checking for rekonq2 (lindsay's work imported) | Andrea Diamantini | 2012-12-10 | 1 | -4/+4 |
| | | | | | | | | | | | | | - inline spell highlighter. This requires WebKit 2.3 to work. - Addition of a suggested replacement word list to the context menu, for the word right clicked on - A standard modeless spell check dialog that works on the current editable text (or selection). Heavily cribbed from Dawit's work on kdewebkitpart. oops... also a codingstyle script round here... :) | ||||
* | Bookmark Manager restore | Andrea Diamantini | 2012-12-10 | 1 | -0/+162 |
| | |||||
* | WARNING COMMIT --> FIRST REKONQ 2 IMPORT | Andrea Diamantini | 2012-12-10 | 1 | -164/+0 |
| | | | | Preparing repo to merge rekonq2 code... | ||||
* | Let Opera sync handler being optional | Andrea Diamantini | 2012-05-29 | 1 | -1/+1 |
| | |||||
* | Kitchen sink clean up | Andrea Diamantini | 2012-05-27 | 1 | -1/+2 |
| | | | | | | - astyle - copyrights - (some) includes | ||||
* | Let nepomuk dependencies being optional | Andrea Diamantini | 2012-05-27 | 1 | -0/+5 |
| | |||||
* | Fancy bookmarking on rekonq :) | Phaneendra Hegde | 2012-05-27 | 1 | -0/+1 |
| | | | | | | | | - Fancy bookmarking's resource link dialog added to bookmark context menu - UI improvements in bookmarks dialog - WARNING: Nepomuk/soprano dependencies added NB: Merged and squashed by adjam ;) | ||||
* | BookmarkProvider --> BookmarkManager | Andrea Diamantini | 2011-12-12 | 1 | -4/+9 |
| | | | | | We have 7 managers and 1 provider... finally fixing this strange thing! | ||||
* | clean up | Andrea Diamantini | 2011-07-25 | 1 | -8/+8 |
| | | | | | | - QL1S - one stupid kDebug less - codingstyle | ||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 1 | -11/+11 |
| | |||||
* | Null action for root bk folder in the bar | Yoann Laissus | 2011-05-15 | 1 | -5/+6 |
| | |||||
* | - A new option to set/unset the current bookmark bar folder in the context menu | Andrea Diamantini | 2011-04-28 | 1 | -0/+19 |
| | | | | | | | - 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 :) | ||||
* | BookmarksContextMenu's destructor moved to the header file | Jon Ander Peñalba | 2010-11-07 | 1 | -5/+0 |
| | |||||
* | 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 |