┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/treeviewsidebarpage.cpp
AgeCommit message (Expand)Author
2007-11-15provide a better size hint for the default configurationPeter Penz
2007-10-24removed obsolete code: don't connect to nonexisting slots (thanks to Albert ...Peter Penz
2007-10-04KDirLister openUrl parameters are now flagsRafael Fernández López
2007-10-03there is no need anymore to check whether the KDirLister is currently loading...Peter Penz
2007-10-02replace QList<KFileItem> by KFileItemList, as KFileItemList is not QList<KFil...Peter Penz
2007-09-28removed unused method expandSelectionParent (it is not invoked anymore since ...Peter Penz
2007-09-26assure that the directory gets reloaded when the base URL has been changedPeter Penz
2007-09-26code simplifications like done in the column viewPeter Penz
2007-09-26lessons learned from the column view: never invoke KDirModel::expandToUrl() w...Peter Penz
2007-09-17Create the new architecture for KCategorizedView. Now DolphinModel is created...Rafael Fernández López
2007-08-31as David pointed out: Qt4 has a nicer approach for asynchronous events than u...Peter Penz
2007-08-30Use the new method KDirModel::expandToUrl() from David for expanding the tree...Peter Penz
2007-08-25don't use the term "Bookmarks" anymore, use "Places" instead (includes device...Peter Penz
2007-08-13Use KFileItem by value rather than by pointerDavid Faure
2007-07-25provide a useful default width for the Folders dock (treeview)Peter Penz
2007-07-01Here comes dolphinpart, to use dolphin as the file management view in konqueror.David Faure
2007-05-18ignore spontaneous show events (thanks to Dominik Haumann for pointing this out)Peter Penz
2007-05-09include cleanupDirk Mueller
2007-05-09Postpone the creating of the dir lister to the first show event. This assures...Peter Penz
2007-05-08prevent loading items twice in the tree viewPeter Penz
2007-05-06optimization: don't load the directory tree if the widget is invisiblePeter Penz
2007-05-06coding style cleanup: fix wrong indenting of members in constructorPeter Penz
2007-05-06some cleanups for the sidebar pages (move protected members to private sectio...Peter Penz
2007-04-14ups - did not want to commit the kDebug() line...Peter Penz
2007-04-14fix possible crash if the base URL is emptyPeter Penz
2007-04-09adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdeli...Peter Penz
2007-04-09Dolphin is now KBookmark* free.Kevin Ottens
2007-04-04Qt::Ascending -> Qt::AscendingOrderPino Toscano
2007-03-27use sort proxy modelPeter Penz
2007-03-26Ported to KBookmarkManager::closestBookmark - which even solves another TODO ...David Faure
2007-03-26A small step in trying to make urlnavigator useable in kdelibs for the file d...David Faure
2007-03-25Patch by Luca Gugelmann: get rid of any mainwindow dependency from the sidebars.Peter Penz
2007-03-20Fixed crash on startup, when the treeview has been activated. Thanks to David...Peter Penz
2007-03-17Allow to cut, copy, paste, ... the currently selected item from a sidebar by ...Peter Penz
2007-03-16Let's keep it simple: only offer a basic context menu for the treeview sidebar.Peter Penz
2007-03-15Don't force the context menu to be valid only for DolphinView instances, make...Peter Penz
2007-03-14Remove frame and margin around tree view sidebar.Robert Knight
2007-03-11Fixed some drag & drop issues:Peter Penz
2007-03-11support drag & drop for the treeview sidebar pagePeter Penz
2007-03-11Create a SidebarTreeView which will include support for drag & drop in later ...Peter Penz
2007-03-08prevent a possible endless loopPeter Penz
2007-03-06add some constness...Peter Penz
2007-03-05synchronize the tree view with the active viewPeter Penz
2007-03-04Some basic fixes to stay synchronized between the tree view and the currently...Peter Penz
2007-03-03Assure that the root of the tree view always matchs to the bookmark shown in ...Peter Penz
2007-03-02It seems some people cannot live without a tree view ;-) So Dolphin will prov...Peter Penz