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/folderspanel.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/panels/folders/folderspanel.h') diff --git a/src/panels/folders/folderspanel.h b/src/panels/folders/folderspanel.h index 972dc13a7..93223ffeb 100644 --- a/src/panels/folders/folderspanel.h +++ b/src/panels/folders/folderspanel.h @@ -51,6 +51,9 @@ public: void setShowHiddenFiles(bool show); bool showHiddenFiles() const; + void setAutoScrolling(bool enable); + bool autoScrolling() const; + void rename(const KFileItem& item); signals: @@ -98,6 +101,8 @@ private slots: void updateMouseButtons(); + void slotDirListerCompleted(); + private: /** * Initializes the base URL of the tree and expands all -- cgit v1.3.1