┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-04-25 02:16:35 +0200
committerPeter Penz <[email protected]>2012-04-25 02:20:25 +0200
commit67f58d5082cbab3a1a4a83926e77ade299ec07ea (patch)
tree4cb2171bb8ccf0cab7a4d4361836def5fb82ee44 /src/dolphinmainwindow.h
parentd9de39172033c28b8f9a7c1573130cf2124b4f7a (diff)
Fix search-UI issues in combination with the new places entries
The places-entries for searching revealed some serious issues in combination with the search-panel. Move the filtering away from QDockWidget and bring it back below the search-bar.
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index dec064d11..4bc3c8d4d 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -208,13 +208,6 @@ private slots:
void find();
/**
- * Is invoked when the "Find" is active and the search location
- * (From Here/Everywhere) has been changed. Updates the
- * enabled state of the Search Panel.
- */
- void slotSearchLocationChanged();
-
- /**
* Updates the text of the paste action dependent on
* the number of items which are in the clipboard.
*/
@@ -440,8 +433,6 @@ private slots:
*/
void slotWriteStateChanged(bool isFolderWritable);
- void slotSearchModeChanged(bool enabled);
-
/**
* Opens the context menu on the current mouse position.
* @pos Position in screen coordinates.
@@ -587,12 +578,6 @@ private:
QTimer* m_updateToolBarTimer;
KIO::Job* m_lastHandleUrlStatJob;
-
- /**
- * Set to true, if the filter dock visibility is only temporary set
- * to true by enabling the search mode.
- */
- bool m_searchDockIsTemporaryVisible;
};
inline DolphinViewContainer* DolphinMainWindow::activeViewContainer() const