summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarksmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "derivation of the lastbar branch: UltimateLastBar :)"megabigbug2010-03-241-19/+1
| | | | This reverts commit f45e39322dd7561bc1cd2756b4c9223bc586425b.
* derivation of the lastbar branch: UltimateLastBar :)megabigbug2010-03-241-1/+19
| | | | | | | | | | what work ? better themes for list items hide list correctly what doesn't work focus of the qcombobox is lost when a key is pressed move in the list
* Removed unuseful check (also if sometimes the bookmarkAndrea Diamantini2010-02-161-9/+6
| | | | toolbar let rekonq misteriously crash...)
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-2/+2
|
* factor out WebTab class from WebViewBernhard Beschow2009-12-141-1/+2
| | | | | * it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?)
* Last structure change, promised!Andrea Diamantini2009-11-271-0/+299
Anyway, this moving/renaming helped me finding lots of strange circulary dependencies and easily solve them :) We have also a more organized structure, hopefully letting people work on different areas altogether.