summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkmanager.h
Commit message (Collapse)AuthorAgeFilesLines
* Krazy Fixes, first shotAndrea Diamantini2012-12-281-1/+1
|
* WARNING: BIG COMMITAndrea Diamantini2012-12-101-0/+2
| | | | | | | | | | | | | This commit reviews and partially fix the Q/K action mess in rekonq code. We now store actions in different actioncollections (one for each tab && one for each window). Related to this code review, you can find also fixes for some triggered actions NOT working (well) before: - fullscreen - bookmark all tabs - new (clean) tab
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-101-1/+1
| | | | | | | | | | | | | - 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 restoreAndrea Diamantini2012-12-101-0/+170
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-172/+0
| | | | Preparing repo to merge rekonq2 code...
* Change Bookmark MIME Type and CentralizeDavid E. Narváez2012-03-191-0/+5
| | | | | | | | As discussed in the mailing list, this changes the MIME type to x-rekonq-bookmark and centralizes all references to that MIME type in one static method. REVIEW: 104197
* Krazy fixesAndrea Diamantini2012-01-191-1/+1
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* On the road to the sync feature...Andrea Diamantini2011-12-121-0/+2
|
* BookmarkProvider --> BookmarkManagerAndrea Diamantini2011-12-121-0/+165
We have 7 managers and 1 provider... finally fixing this strange thing!