summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkspanel.h
Commit message (Collapse)AuthorAgeFilesLines
* panels directory removedJon Ander Peñalba2010-08-301-1/+1
|
* New general panel class created and used by the bookmarks and history panelJon Ander Peñalba2010-08-301-10/+10
|
* Bookmarks panel code clean-upJon Ander Peñalba2010-08-191-14/+5
|
* - Performance improvements (partial updates of the tree)Yoann Laissus2010-07-181-2/+2
| | | | | - Synchronisation of the folded states between each windows - Code cleanup
* This commit implements some speed optimizations on startupAndrea Diamantini2010-06-051-1/+5
| | | | | as loading the dockwidgets show on first show. It also cleans up bookmarks menu loading.
* New rekonq_defines.hAndrea Diamantini2010-04-301-1/+3
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* Stupid commit :)Andrea Diamantini2010-04-141-2/+2
| | | | | | 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-12/+2
| | | | | | | - 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-1/+0
| | | | | - Add Bookmark Here now add the bookmark on top of the selected item - ctor initialisation for the UrlTreeView of the history panel
* - Fix a crash when the cancel button of the add bookmark menu is clickedYoann Laissus2010-03-271-11/+8
| | | | | | | | - 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
* A lot of fix and improvements for the bookmark and the history panelsYoann Laissus2010-03-231-2/+34
|
* tests support for every Qt derived rekonq classAndrea Diamantini2010-02-261-1/+5
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-0/+1
|
* Fixing panelsAndrea Diamantini2010-01-241-3/+0
| | | | | | | | 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-2/+3
|
* Last structure change, promised!Andrea Diamantini2009-11-271-0/+58
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.