summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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!