summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkspanel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* This commit implements some speed optimizations on startupAndrea Diamantini2010-06-051-3/+16
| | | | | as loading the dockwidgets show on first show. It also cleans up bookmarks menu loading.
* Memory leaks fixesAndrea Diamantini2010-05-041-2/+7
| | | | first bunch
* A coding style roundAndrea Diamantini2010-04-301-23/+23
|
* Stupid commit :)Andrea Diamantini2010-04-141-3/+3
| | | | | | Renamed urltreeview files to paneltreeviews one to let my konsole tab completion easily work. Blame me for this..
* Add CopyrightYoann Laissus2010-04-081-0/+1
|
* - Enable context menu for folders and separators of the bookmark barYoann Laissus2010-04-081-286/+21
| | | | | | | - Use the same context menu for the bookmark panel and the bookmark bar - Use a list to store the different bookmark bars - Fix the different crashes when there are more than one window - When the bookmarks are changed, all the bars are refreshed
* - Remove the Add Bookmark action from the different context menusYoann Laissus2010-03-271-53/+2
| | | | | - Add Bookmark Here now add the bookmark on top of the selected item - ctor initialisation for the UrlTreeView of the history panel
* Fix missing strings on the history panelYoann Laissus2010-03-271-1/+1
|
* Fix the bookmarkCurrentPage slot nameYoann Laissus2010-03-271-1/+1
|
* - Fix a crash when the cancel button of the add bookmark menu is clickedYoann Laissus2010-03-271-69/+84
| | | | | | | | - 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-231-19/+422
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-1/+1
|
* Fixing panelsAndrea Diamantini2010-01-241-3/+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 :)
* Just some stupid fixesAndrea Diamantini2009-12-141-24/+28
|
* Last structure change, promised!Andrea Diamantini2009-11-271-0/+110
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.