┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphincolumnview.cpp
AgeCommit message (Collapse)Author
2010-10-09* Increase the column-width automatically in case where the name of the file ↵Peter Penz
does not fit into the available width * When scrolling to the active column, do it with a small delay so that temporary activations of a column don't result in jittering BUG: 214324 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1184290
2010-10-09Allow the user to resize the columns.Peter Penz
BUG: 190030 BUG: 196717 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1184247
2010-10-09Indicate the shown directory of a column by QStyle::PE_FrameFocusRect ↵Peter Penz
instead of using a custom code. svn path=/trunk/KDE/kdebase/apps/; revision=1184180
2010-10-09Use DolphinTreeView as implementation for the columns instead of QListView. ↵Peter Penz
This assures a consistent hover- and selection-behavior with the icons-view and details-view. BUG: 242357 BUG: 243779 svn path=/trunk/KDE/kdebase/apps/; revision=1184177
2010-07-24Sourcecode hierarchy cleanup: Create folder "views" and move view related ↵Peter Penz
sources to it svn path=/trunk/KDE/kdebase/apps/; revision=1154146