summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkstreemodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - Fix bookmarks' text which is truncated in some places (new tab page, some ↵Yoann Laissus2010-08-101-2/+2
| | | | | | | | dialogues, ...) - Fix bookmark icons with the bookmark panel BUG: 247196
* - Performance improvements (partial updates of the tree)Yoann Laissus2010-07-181-44/+41
| | | | | - Synchronisation of the folded states between each windows - Code cleanup
* i18n fixesAndrea Diamantini2010-06-041-1/+1
| | | | Andrew Coles's patch. Thanks :)
* Don't use QString::number(), KDE will format the numbers is an l10n-friendly ↵Jonathan Thomas2010-05-271-1/+1
| | | | fashion, QString::number() won't
* last minute string fixesPanagiotis Papadopoulos2010-05-241-1/+1
|
* Memory leaks fixesAndrea Diamantini2010-05-041-1/+1
| | | | first bunch
* Krazy fixesAndrea Diamantini2010-04-301-2/+2
|
* A coding style roundAndrea Diamantini2010-04-301-86/+86
|
* - Fix a crash when the cancel button of the add bookmark menu is clickedYoann Laissus2010-03-271-5/+19
| | | | | | | | - 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-88/+177
|
* Krazy issues (1st branch)Andrea Diamantini2010-02-141-1/+1
|
* Fix copyright for 0.4 beta releaseAndrea Diamantini2010-02-101-0/+1
|
* Just some stupid fixesAndrea Diamantini2009-12-141-181/+249
|
* Last structure change, promised!Andrea Diamantini2009-11-271-0/+255
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.