┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/folders/ktreeview.cpp
AgeCommit message (Collapse)Author
2011-11-20Initial draft for bringing back the "Folders" panelPeter Penz
The folders panel has been adjusted to use the new view-engine. A lot of things don't work yet, but are mostly minor issues that should be fixable during the next 10 days.
2011-07-31normalize signals/slotsMontel Laurent
2011-02-04Update e-mail address from [email protected] to [email protected]Peter Penz
2010-11-17Fix Qt runtime warning "QTimeLine::start: already running".Frank Reininghaus
svn path=/trunk/KDE/kdebase/apps/; revision=1198200
2010-10-29Don't do an automatic horizontal scrolling, if the user has adjusted the ↵Peter Penz
horizontal scrollbar. The autoscrolling gets reactivated again if the vertical scrollbar has been moved by the user. svn path=/trunk/KDE/kdebase/apps/; revision=1191098
2010-10-27- Allow to disable the automatic horizontal scrolling of the Folders PanelPeter Penz
- Remember the 'Show Hidden Files' setting - Improve the autoscroll behavior - Fix issue that expanding folders might not increase the horizontal width - Fix issue that the selected item might get hidden by the horizontal scrollbar BUG: 191787 FIXED-IN: 4.6.0 CCMAIL: [email protected]> svn path=/trunk/KDE/kdebase/apps/; revision=1190479
2009-01-14Group classes into folders, Dolphin is too big in the meantime for having a ↵Peter Penz
flat directory hierarchy. dolphin/src/CMakeLists.txt will be cleaned up later. svn path=/trunk/KDE/kdebase/apps/; revision=911065