┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/ktreeview_p.h
AgeCommit message (Collapse)Author
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
2008-07-20revert fix for bug 167044 - although the crash is fixed the autoscroll does ↵Peter Penz
not work as expected anymore... CCBUG: 167044 svn path=/trunk/KDE/kdebase/apps/; revision=835179
2008-07-20fix crash in Folder Panel (= treeview) when Dolphin gets closed before the ↵Peter Penz
panel got polished BUG: 167044 svn path=/trunk/KDE/kdebase/apps/; revision=835169
2008-05-08* If one item is selected and the item is (at least partly) visible, assure ↵Peter Penz
that an automatic horizontal scrolling is done so that the item gets fully visible. * Use QTimeLine instead of QTimer + value CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=805596
2008-04-22Provide horizontal auto scrolling for the tree view (implemented by Harald ↵Peter Penz
Hvaal). As soon as KTreeView is matured enough, it can be discussed whether it should be moved to kdelibs for KDE 4.2. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=799723