summaryrefslogtreecommitdiff
path: root/src/bookmarks
Commit message (Collapse)AuthorAgeFilesLines
* - Fix a crash when the cancel button of the add bookmark menu is clickedYoann Laissus2010-03-274-87/+116
| | | | | | | | - Use the same behaviour for delete bookmark as the toolbar - Some strings changed - Keep the selection of a folder when it's expanded/collapsed - Fix the name of some methods and properties - Code cleaned a bit
* Add tests for the bookmark before toGroup()Yoann Laissus2010-03-251-5/+8
|
* A lot of fix and improvements for the bookmark and the history panelsYoann Laissus2010-03-236-124/+677
|
* tests support for every Qt derived rekonq classAndrea Diamantini2010-02-264-6/+21
|
* Removed unuseful check (also if sometimes the bookmarkAndrea Diamantini2010-02-161-9/+6
| | | | toolbar let rekonq misteriously crash...)
* Krazy issues (1st branch)Andrea Diamantini2010-02-142-5/+5
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-108-5/+10
|
* Fixing panelsAndrea Diamantini2010-01-242-6/+2
| | | | | | | | With this commit I fixed panel behaviour && saved some bytes in their definition. This will help hacking there (they are pretty the same now, I just have no time to let them inherit from a parent "rekonq panel" class) and will save some bytes in rekonq footprint :)
* 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?)
* Just some stupid fixesAndrea Diamantini2009-12-144-223/+323
|
* Last structure change, promised!Andrea Diamantini2009-11-278-0/+1117
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.