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