┌ ┐
54
└ ┘
[
home
|
about
|
favorites
|
git
]
index
:
dolphin
master
pixelated-scaling-option
Patched KDE Dolphin with Pixel Scaling
Conway
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
treeviewsidebarpage.h
Age
Commit message (
Expand
)
Author
2008-03-23
allow to show hidden files in the Folders panel (treeview)
Peter Penz
2008-01-19
treeview: 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-17
Treeview fixes:
Peter Penz
2007-10-03
there is no need anymore to check whether the KDirLister is currently loading...
Peter Penz
2007-09-28
removed unused method expandSelectionParent (it is not invoked anymore since ...
Peter Penz
2007-09-26
lessons learned from the column view: never invoke KDirModel::expandToUrl() w...
Peter Penz
2007-09-17
Create the new architecture for KCategorizedView. Now DolphinModel is created...
Rafael Fernández López
2007-08-30
Use the new method KDirModel::expandToUrl() from David for expanding the tree...
Peter Penz
2007-08-25
don't use the term "Bookmarks" anymore, use "Places" instead (includes device...
Peter Penz
2007-07-25
provide a useful default width for the Folders dock (treeview)
Peter Penz
2007-05-06
optimization: don't load the directory tree if the widget is invisible
Peter Penz
2007-05-06
some cleanups for the sidebar pages (move protected members to private sectio...
Peter Penz
2007-03-25
Patch by Luca Gugelmann: get rid of any mainwindow dependency from the sidebars.
Peter Penz
2007-03-15
Don't force the context menu to be valid only for DolphinView instances, make...
Peter Penz
2007-03-11
Fixed some drag & drop issues:
Peter Penz
2007-03-11
support drag & drop for the treeview sidebar page
Peter Penz
2007-03-11
Create a SidebarTreeView which will include support for drag & drop in later ...
Peter Penz
2007-03-05
synchronize the tree view with the active view
Peter Penz
2007-03-04
Some basic fixes to stay synchronized between the tree view and the currently...
Peter Penz
2007-03-02
It seems some people cannot live without a tree view ;-) So Dolphin will prov...
Peter Penz