summaryrefslogtreecommitdiff
path: root/src/urlbar/favoritewidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Clean up headers && fix compilation with (the upcoming) qt 4.8.2"Andrea Diamantini2012-04-271-5/+4
| | | | This reverts commit 962d9dd1fc5fe530dc9a7e29c95a0a2c1e7aa885.
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-4/+5
| | | | | | | | | | | Conflicts: src/adblock/adblockwidget.h src/application.h src/history/historymanager.h src/tabpreviewpopup.cpp Backported from master branch
* 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