From 4383f4238ee61668d82e45f08935a9b99892f16e Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 27 Oct 2010 17:08:02 +0000 Subject: - 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 --- src/dolphinmainwindow.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/dolphinmainwindow.h') 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 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 -- cgit v1.3