diff options
| author | Peter Penz <[email protected]> | 2010-10-27 17:08:02 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-10-27 17:08:02 +0000 |
| commit | 4383f4238ee61668d82e45f08935a9b99892f16e (patch) | |
| tree | 3533b803dfb02f6a72157d1ded458fd684ec9a2f /src/dolphinmainwindow.h | |
| parent | e521e260b6c95242e87fad9f22a0faa696cfa948 (diff) | |
- Automatically show the filter-panel when a searching is done
- Remove filter-prototypes that conflict with the filterpanel
svn path=/trunk/KDE/kdebase/apps/; revision=1190445
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 667e3c931..4a747ac5a 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -431,6 +431,8 @@ private slots: */ void slotWriteStateChanged(bool isFolderWritable); + void slotSearchModeChanged(bool enabled); + /** * Opens the context menu on the current mouse position. * @item File item context. If item is null, the context menu @@ -543,6 +545,12 @@ private: QPointer<DolphinSettingsDialog> m_settingsDialog; KJob* m_lastHandleUrlStatJob; + + /** + * Set to true, if the filter dock visibility is only temporary set + * to true by enabling the search mode. + */ + bool m_filterDockIsTemporaryVisible; }; inline DolphinViewContainer* DolphinMainWindow::activeViewContainer() const |
