┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/treeviewsidebarpage.h
AgeCommit message (Collapse)Author
2007-10-03there is no need anymore to check whether the KDirLister is currently ↵Peter Penz
loading before invoking KDirModel::expandToUrl() svn path=/trunk/KDE/kdebase/apps/; revision=720870
2007-09-28removed unused method expandSelectionParent (it is not invoked anymore since ↵Peter Penz
KDirLister::expandToUrl() is available) svn path=/trunk/KDE/kdebase/apps/; revision=718182
2007-09-26lessons learned from the column view: never invoke KDirModel::expandToUrl() ↵Peter Penz
when the directory lister has not finished its loading... svn path=/trunk/KDE/kdebase/apps/; revision=717203
2007-09-17Create the new architecture for KCategorizedView. Now DolphinModel is ↵Rafael Fernández López
created, inheriting KDirModel for returning valid data for the role of the category of an item. DolphinSortFilterProxyModel implements now methods lessThanCategoryMethod and lessThanGeneralMethod from KCategorizedSortFilterProxyModel. The only thing that needs to be adapted is the keyboard navigation on the KCategorizedView. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=713319
2007-08-30Use the new method KDirModel::expandToUrl() from David for expanding the ↵Peter Penz
treeview -> no more crashes anymore for long URLs :-) svn path=/trunk/KDE/kdebase/apps/; revision=706516
2007-08-25don't use the term "Bookmarks" anymore, use "Places" instead (includes ↵Peter Penz
devices etc.) svn path=/trunk/KDE/kdebase/apps/; revision=704553
2007-07-25provide a useful default width for the Folders dock (treeview)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=692544
2007-05-06optimization: don't load the directory tree if the widget is invisiblePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=661865
2007-05-06some cleanups for the sidebar pages (move protected members to private ↵Peter Penz
section etc.) svn path=/trunk/KDE/kdebase/apps/; revision=661815
2007-03-25Patch by Luca Gugelmann: get rid of any mainwindow dependency from the sidebars.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=646256
2007-03-15Don't force the context menu to be valid only for DolphinView instances, ↵Peter Penz
make it possible to have it also inside the treeview sidebar. svn path=/trunk/KDE/kdebase/apps/; revision=642953
2007-03-11Fixed some drag & drop issues:Peter Penz
- allow drag & drop inside the view - prevent a dragging from a directory into itself - use QModelIndex instead of the position svn path=/trunk/KDE/kdebase/apps/; revision=641451
2007-03-11support drag & drop for the treeview sidebar pagePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=641405
2007-03-11Create a SidebarTreeView which will include support for drag & drop in later ↵Peter Penz
releases and encapsulates sidebar specific behavior. TODO: using a sort proxy model results in duplicated elements when the dir lister reloads items. svn path=/trunk/KDE/kdebase/apps/; revision=641359
2007-03-05synchronize the tree view with the active viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=639751
2007-03-04Some basic fixes to stay synchronized between the tree view and the ↵Peter Penz
currently active view. svn path=/trunk/KDE/kdebase/apps/; revision=639008
2007-03-02It seems some people cannot live without a tree view ;-) So Dolphin will ↵Peter Penz
provide a dock which contains the directory hierarchy, which will be synchronized with the active view. It does not clutter the UI (the dock can be turned off), but makes happy a lot of users -> kind of win-win-situation. This commit provides only a rough initial version, which shows the current URL as tree. I'll work on the interaction during the next week(s)... svn path=/trunk/KDE/kdebase/apps/; revision=638628