diff options
| author | Peter Penz <[email protected]> | 2010-10-27 20:11:46 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-10-27 20:11:46 +0000 |
| commit | 8559b78d7d4061bb70e6fe6ac2b787692282e69d (patch) | |
| tree | 5b67cf919dd1c6b5592f37d4dbdaa468b8f64969 /src/panels/folders/folderspanel.h | |
| parent | 8a7591e20b7184c6214b9d4420298d169d326e4d (diff) | |
- 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: [email protected]>
svn path=/trunk/KDE/kdebase/apps/; revision=1190479
Diffstat (limited to 'src/panels/folders/folderspanel.h')
| -rw-r--r-- | src/panels/folders/folderspanel.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
