summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkstreemodel.h
Commit message (Collapse)AuthorAgeFilesLines
* Supporting panel (again) :)Andrea Diamantini2013-03-101-0/+116
| | | | | | | | | - Move to a pure QWidget base window (instead of TabWidget one) (this to properly store panels position) - Restoring && rewamping panels code - Restoring actions to activate/deactivate them BUG: 312354
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-116/+0
| | | | Preparing repo to merge rekonq2 code...
* Krazy fixesAndrea Diamantini2012-01-191-1/+1
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* Code Review.Andrea Diamantini2010-09-021-5/+8
| | | | | | | General clean up let member variables have better names, starting with _ and the needed get functions signals/slots --> Q_SIGNALS/Q_SLOTS moc headers
* Bookmarks panel code reorderedJon Ander Peñalba2010-08-201-0/+1
|
* Bookmarks panel code clean-upJon Ander Peñalba2010-08-191-5/+16
|
* - Performance improvements (partial updates of the tree)Yoann Laissus2010-07-181-3/+1
| | | | | - Synchronisation of the folded states between each windows - Code cleanup
* Memory leaks fixesAndrea Diamantini2010-05-041-1/+1
| | | | first bunch
* New rekonq_defines.hAndrea Diamantini2010-04-301-2/+2
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-301-6/+6
|
* - Fix a crash when the cancel button of the add bookmark menu is clickedYoann Laissus2010-03-271-2/+5
| | | | | | | | - 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-13/+38
|
* tests support for every Qt derived rekonq classAndrea Diamantini2010-02-261-3/+8
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-0/+1
|
* Last structure change, promised!Andrea Diamantini2009-11-271-0/+69
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.