┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/ktreeview.cpp
AgeCommit message (Collapse)Author
2008-05-08* Prevent that the QTreeView::scrollTo() method adjusts the position of the ↵Peter Penz
horizontal scrollbar. This is done manually inside KTreeView if automatic scrolling is enabled. * increased the delay until the auto scrolling starts from 50 to 300 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=805605
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