summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkspanel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* clean upAndrea Diamantini2011-07-251-9/+9
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Calm down kDebug messagesAndrea Diamantini2011-07-191-1/+0
|
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-12/+12
|
* Coding styleAndrea Diamantini2011-02-251-2/+2
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* No more static members in the Application class,Pierre Rossi2011-02-241-3/+3
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* BookmarksPanel API improvedJon Ander Peñalba2010-11-071-37/+18
|
* Merge commit 'refs/merge-requests/202' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-09-041-0/+2
|\
| * Fix the BK panel drag and drop regression introduced by ↵Yoann Laissus2010-09-031-0/+2
| | | | | | | | 0d53995507a369d5b4cfddbe365fc8a438fcf3cf
* | ok, it seems working now. But I'm not sure this is the right fix..Andrea Diamantini2010-09-031-0/+3
|/
* Code Review.Andrea Diamantini2010-09-021-18/+19
| | | | | | | General clean up let member variables have better names, starting with _ and the needed get functions signals/slots --> Q_SIGNALS/Q_SLOTS moc headers
* Make sure the model is only created onesJon Ander Peñalba2010-09-021-2/+2
|
* panels directory removedJon Ander Peñalba2010-08-301-1/+1
|
* Minor changes in the panelsJon Ander Peñalba2010-08-301-1/+0
|
* New general panel class created and used by the bookmarks and history panelJon Ander Peñalba2010-08-301-71/+36
|
* Use the same FilterProxyModel for the bookmarks and history panelsJon Ander Peñalba2010-08-301-3/+3
|
* Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵Jon Ander Peñalba2010-08-201-1/+1
| | | | src/bookmarks/bookmarkprovider.*
* - The bookmark toolbar is now a real toolbar, not an action.Yoann Laissus2010-08-201-2/+1
| | | | | | It fixes the problem of the submenu if there are too much items to fit on the bar - Improve a bit the new redesign of BookmarkOwner - Reenable the bookmark menu by default (because the icon in the bar is on the left)
* Bookmarks panel code reorderedJon Ander Peñalba2010-08-201-75/+75
|
* Bookmarks panel code clean-upJon Ander Peñalba2010-08-191-36/+32
|
* BookmarkOwner class moved to it's own fileJon Ander Peñalba2010-08-191-0/+1
|
* The bookmark actions in BookmarkOwner are now working and being usedJon Ander Peñalba2010-08-191-1/+2
|
* - Drag and drop in the bookmark toolbar between root items only (for the ↵Yoann Laissus2010-08-171-2/+2
| | | | | | | | | | moment) - Drag accepted from the panel - Move two classes to a separate file Partially fixed : CCBUG: 226479
* Unify the deletion of bookmarks in one placeJon Ander Peñalba2010-08-161-24/+5
|
* - Fix bookmarks' text which is truncated in some places (new tab page, some ↵Yoann Laissus2010-08-101-2/+3
| | | | | | | | dialogues, ...) - Fix bookmark icons with the bookmark panel BUG: 247196
* - Add a 'Don't ask again' option to some message dialogYoann Laissus2010-08-041-1/+3
| | | | | | - Prevent a crash if the previous option is enabled because KMenu blocks all GUI events ... BUG: 246565
* Forget to commit this changeYoann Laissus2010-07-211-2/+3
|
* - Performance improvements (partial updates of the tree)Yoann Laissus2010-07-181-4/+4
| | | | | - Synchronisation of the folded states between each windows - Code cleanup
* 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.