┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/treeviewsidebarpage.cpp
AgeCommit message (Expand)Author
2008-11-08* implement the DragAndDropHelper as singleton derived from QObject, so that ...Peter Penz
2008-10-24* Move code from DolphinDropController to DragAndDropHelper.Peter Penz
2008-10-11Simplify the treeview panel implementation (thanks to David Faure for pimping...Peter Penz
2008-10-01* adjusted Dolphin to use KonqOperations::doDrop() instead of using a custom ...Peter Penz
2008-09-28Use KonqOperations::doDrop() instead of a custom dropping code. Still some mi...Peter Penz
2008-08-20SVN_SILENT: coding style fixPeter Penz
2008-08-19Force the treeview to be LTR on RTL desktopsDiego Iastrubni
2008-08-12Provide functionality for auto-expanding folders (the whole patch has been pr...Peter Penz
2008-06-26respect the inline-renaming setting also for the Folder Panel (= treeview)Peter Penz
2008-05-11A middle click on an item of the tree view panel should open the URL inside a...Peter Penz
2008-05-08clear the selection when loading the sub treePeter Penz
2008-05-08* If one item is selected and the item is (at least partly) visible, assure t...Peter Penz
2008-03-23allow to show hidden files in the Folders panel (treeview)Peter Penz
2008-03-20use QDir::rootPath() to make the folders panel functional on WindowsPeter Penz
2008-02-18No longer use Obsolete Member for QWidget:Bill Egert
2008-02-15Fix flicker when resizing the central view area in Dolphin. Only applicable ...Robert Knight
2008-01-19treeview: prevent that when expanding a subtree that the selected item gets h...Peter Penz
2008-01-18* Always take the root of an URL as root for the treeview (using a matching P...Peter Penz
2008-01-17Treeview fixes:Peter Penz
2007-12-16When collapsing nodes that made the scrollbar bigger, it didnt became smaller...Rafael Fernández López
2007-12-16Missing callRafael Fernández López
2007-12-16Fix the problem of the tree view. When we are expanding too many nodes (or ve...Rafael Fernández López
2007-12-14Moving code around in dolphin fixes DnD support in konqueror :)David Faure
2007-12-08Follow David's advice and use 'delete' instead of 'deleteLater()'. Disconnect...Peter Penz
2007-12-08don't forget to delete the proxy modelPeter Penz
2007-12-08fixed memory leaks (thanks to David for fixing this in KDirOperator)Peter Penz
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