]> cloud.milkyroute.net Git - dolphin.git/commit
Dolphin Facet Widget: Convert type selection into radio buttons
authorVishesh Handa <me@vhanda.in>
Mon, 24 Mar 2014 09:48:53 +0000 (10:48 +0100)
committerVishesh Handa <me@vhanda.in>
Mon, 24 Mar 2014 13:38:15 +0000 (14:38 +0100)
commit76e5fd48349bb521e5403d694f1dc45f2d22d1ae
tree26cb8385f157984e901487363aee5793d7b081cb
parent3e576a16597b154a137604efd16323e1a1338f60
Dolphin Facet Widget: Convert type selection into radio buttons

They were previously checkboxes. Most files cannot have more than 1 type
considering that the exposed types were "Document", "Image", "Video" and
"Audio".

Also, it is not very simple in baloo to search through ORs for types.
Not through the exposed API anyway.

REVIEW: 117015
src/search/dolphinfacetswidget.cpp
src/search/dolphinfacetswidget.h
src/search/dolphinsearchbox.cpp