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/treeviewcontextmenu.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/treeviewcontextmenu.h')
| -rw-r--r-- | src/panels/folders/treeviewcontextmenu.h | 6 |
1 files changed, 6 insertions, 0 deletions
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); |
