]> cloud.milkyroute.net Git - dolphin.git/commit
Fix search-UI issues in combination with the new places entries
authorPeter Penz <peter.penz19@gmail.com>
Wed, 25 Apr 2012 00:16:35 +0000 (02:16 +0200)
committerPeter Penz <peter.penz19@gmail.com>
Wed, 25 Apr 2012 00:20:25 +0000 (02:20 +0200)
commit67f58d5082cbab3a1a4a83926e77ade299ec07ea
tree4cb2171bb8ccf0cab7a4d4361836def5fb82ee44
parentd9de39172033c28b8f9a7c1573130cf2124b4f7a
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.
14 files changed:
src/CMakeLists.txt
src/dolphinmainwindow.cpp
src/dolphinmainwindow.h
src/dolphinviewcontainer.cpp
src/dolphinviewcontainer.h
src/panels/places/placespanel.cpp
src/panels/search/searchpanel.cpp [deleted file]
src/panels/search/searchpanel.h [deleted file]
src/search/dolphin_searchsettings.kcfg
src/search/dolphinfacetswidget.cpp [new file with mode: 0644]
src/search/dolphinfacetswidget.h [new file with mode: 0644]
src/search/dolphinsearchbox.cpp
src/search/dolphinsearchbox.h
src/tests/CMakeLists.txt