summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix folder open on bk toolbarAndrea Diamantini2013-03-051-2/+2
| | | | | | My fault, sorry... BUG: 316132
* Restores Bookmarks menu (in 2.x fashion)Andrea Diamantini2013-02-151-2/+18
| | | | | | | | | | Cleans up 1.x code about and create a unique bk menu to be shown in rekonq tools menu, (eventually) in the toolbar and in (an ideal) menubar This work starts from Lindsay's review request about. Thanks :) REVIEW: 108729
* Krazy fixes, second shot (normalize)Andrea Diamantini2012-12-281-3/+3
|
* WARNING: BIG COMMITAndrea Diamantini2012-12-101-0/+6
| | | | | | | | | | | | | 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
* Manage Bookmarks Toolbar show/hide (&& create/delete)Andrea Diamantini2012-12-101-2/+2
|
* Moved the bookmark toolbar to be a... toolbar!!!Andrea Diamantini2012-12-101-6/+6
|
* Implementing the webwindow as special widgetAndrea Diamantini2012-12-101-1/+0
| | | | first step, main & bookmarks toolbar
* Fix places where IconManager was needed...Andrea Diamantini2012-12-101-4/+2
|
* Bookmark Manager restoreAndrea Diamantini2012-12-101-0/+313
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-353/+0
| | | | Preparing repo to merge rekonq2 code...
* Review boomarks managementAndrea Diamantini2012-07-141-3/+0
| | | | | | | | Maybe this is a bit risky before release, but this lets us adding a bookmarks shortcut (CTRL+D) as used in the major browsers. With this commit, rekonq doubles this behavior. BUG: 303445
* Fix session restore codeAndrea Diamantini2012-07-091-0/+3
| | | | | | | This let bookmark manager code properly load :) BUG: 296388 BUG: 298051
* Kitchen sink clean upAndrea Diamantini2012-05-271-3/+3
| | | | | | - astyle - copyrights - (some) includes
* Krazy fixesAndrea Diamantini2012-02-161-3/+3
| | | | | - doublequote_chars - normalize
* Krazy fixesAndrea Diamantini2012-01-191-4/+4
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* On the road to the sync feature...Andrea Diamantini2011-12-121-0/+4
|
* BookmarkProvider --> BookmarkManagerAndrea Diamantini2011-12-121-0/+349
We have 7 managers and 1 provider... finally fixing this strange thing!