]> cloud.milkyroute.net Git - dolphin.git/history - src/treeviewsidebarpage.cpp
As requested by Peter: upgrade version to 1.0
[dolphin.git] / src / treeviewsidebarpage.cpp
2007-12-16 Rafael Fernández... When collapsing nodes that made the scrollbar bigger...
2007-12-16 Rafael Fernández... Missing call
2007-12-16 Rafael Fernández... Fix the problem of the tree view. When we are expanding...
2007-12-14 David FaureMoving code around in dolphin fixes DnD support in...
2007-12-08 Peter PenzFollow David's advice and use 'delete' instead of ...
2007-12-08 Peter Penzdon't forget to delete the proxy model
2007-12-08 Peter Penzfixed memory leaks (thanks to David for fixing this...
2007-11-15 Peter Penzprovide a better size hint for the default configuration
2007-10-24 Peter Penzremoved obsolete code: don't connect to nonexisting...
2007-10-04 Rafael Fernández... KDirLister openUrl parameters are now flags
2007-10-03 Peter Penzthere is no need anymore to check whether the KDirListe...
2007-10-02 Peter Penzreplace QList<KFileItem> by KFileItemList, as KFileItem...
2007-09-28 Peter Penzremoved unused method expandSelectionParent (it is...
2007-09-26 Peter Penzassure that the directory gets reloaded when the base...
2007-09-26 Peter Penzcode simplifications like done in the column view
2007-09-26 Peter Penzlessons learned from the column view: never invoke...
2007-09-17 Rafael Fernández... Create the new architecture for KCategorizedView. Now...
2007-08-31 Peter Penzas David pointed out: Qt4 has a nicer approach for...
2007-08-30 Peter PenzUse the new method KDirModel::expandToUrl() from David...
2007-08-25 Peter Penzdon't use the term "Bookmarks" anymore, use "Places...
2007-08-13 David FaureUse KFileItem by value rather than by pointer
2007-07-25 Peter Penzprovide a useful default width for the Folders dock...
2007-07-01 David FaureHere comes dolphinpart, to use dolphin as the file...
2007-05-18 Peter Penzignore spontaneous show events (thanks to Dominik Hauma...
2007-05-09 Dirk Muellerinclude cleanup
2007-05-09 Peter PenzPostpone the creating of the dir lister to the first...
2007-05-08 Peter Penzprevent loading items twice in the tree view
2007-05-06 Peter Penzoptimization: don't load the directory tree if the...
2007-05-06 Peter Penzcoding style cleanup: fix wrong indenting of members...
2007-05-06 Peter Penzsome cleanups for the sidebar pages (move protected...
2007-04-14 Peter Penzups - did not want to commit the kDebug() line...
2007-04-14 Peter Penzfix possible crash if the base URL is empty
2007-04-09 Peter Penzadapt Dolphin to kdelibs coding style (http://techbase...
2007-04-09 Kevin OttensDolphin is now KBookmark* free.
2007-04-04 Pino ToscanoQt::Ascending -> Qt::AscendingOrder
2007-03-27 Peter Penzuse sort proxy model
2007-03-26 David FaurePorted to KBookmarkManager::closestBookmark - which...
2007-03-26 David FaureA small step in trying to make urlnavigator useable...
2007-03-25 Peter PenzPatch by Luca Gugelmann: get rid of any mainwindow...
2007-03-20 Peter PenzFixed crash on startup, when the treeview has been...
2007-03-17 Peter PenzAllow to cut, copy, paste, ... the currently selected...
2007-03-16 Peter PenzLet's keep it simple: only offer a basic context menu...
2007-03-15 Peter PenzDon't force the context menu to be valid only for Dolph...
2007-03-14 Robert KnightRemove frame and margin around tree view sidebar.
2007-03-11 Peter PenzFixed some drag & drop issues:
2007-03-11 Peter Penzsupport drag & drop for the treeview sidebar page
2007-03-11 Peter PenzCreate a SidebarTreeView which will include support...
2007-03-08 Peter Penzprevent a possible endless loop
2007-03-06 Peter Penzadd some constness...
2007-03-05 Peter Penzsynchronize the tree view with the active view
2007-03-04 Peter PenzSome basic fixes to stay synchronized between the tree...
2007-03-03 Peter PenzAssure that the root of the tree view always matchs...
2007-03-02 Peter PenzIt seems some people cannot live without a tree view...