From 67f58d5082cbab3a1a4a83926e77ade299ec07ea Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 25 Apr 2012 02:16:35 +0200 Subject: 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. --- src/dolphinviewcontainer.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/dolphinviewcontainer.cpp') diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index ce602be99..22be3a833 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -210,16 +210,6 @@ DolphinView* DolphinViewContainer::view() return m_view; } -const DolphinSearchBox* DolphinViewContainer::searchBox() const -{ - return m_searchBox; -} - -DolphinSearchBox* DolphinViewContainer::searchBox() -{ - return m_searchBox; -} - void DolphinViewContainer::showMessage(const QString& msg, MessageType type) { if (msg.isEmpty()) { @@ -308,8 +298,6 @@ void DolphinViewContainer::setSearchModeEnabled(bool enabled) } } } - - emit searchModeChanged(enabled); } bool DolphinViewContainer::isSearchModeEnabled() const -- cgit v1.3