From 8559b78d7d4061bb70e6fe6ac2b787692282e69d Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 27 Oct 2010 20:11:46 +0000 Subject: - Allow to disable the automatic horizontal scrolling of the Folders Panel - 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: datpeter@yahoo.com> svn path=/trunk/KDE/kdebase/apps/; revision=1190479 --- src/panels/folders/treeviewcontextmenu.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/panels/folders/treeviewcontextmenu.h') diff --git a/src/panels/folders/treeviewcontextmenu.h b/src/panels/folders/treeviewcontextmenu.h index 8da23721b..d7ebf0999 100644 --- a/src/panels/folders/treeviewcontextmenu.h +++ b/src/panels/folders/treeviewcontextmenu.h @@ -77,6 +77,12 @@ private slots: */ void setShowHiddenFiles(bool show); + /** + * Sets the 'Automatic Scrolling' setting for the + * folders panel to \a enable. + */ + void setAutoScrolling(bool enable); + private: void populateMimeData(QMimeData* mimeData, bool cut); -- cgit v1.3