summaryrefslogtreecommitdiff
path: root/src/urlbar/favoritewidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Favorites (fast) management, the "opera" wayAndrea Diamantini2013-04-231-115/+0
| | | | | mimics Opera browser about right star icon management. Easier and without the "love" icon always shown :)
* Urlbar, first code ported to the new APIAndrea Diamantini2012-12-101-0/+115
|
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-115/+0
| | | | Preparing repo to merge rekonq2 code...
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-4/+5
|
* BookmarkProvider --> BookmarkManagerAndrea Diamantini2011-12-121-1/+1
| | | | | We have 7 managers and 1 provider... finally fixing this strange thing!
* Calm down QWidget::setLayout() warningsAndrea Diamantini2011-09-271-3/+1
|
* fix layout of favouriteWidgetJohannes Tröscher2011-09-091-12/+7
| | | | REVIEWED-BY: trustMe
* clean upAndrea Diamantini2011-07-251-1/+1
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Provide a "click" mechanism to manage favoritesAndrea Diamantini2011-07-251-0/+121
With this commit, you can add a favorite by right clicking on the bookmark icon. REVIEW:101945