┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/searchcriterionselector.h
AgeCommit message (Collapse)Author
2010-07-24Unify the search interface for non-indexed and indexed foldersPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1154073
2010-07-10Fix forward declationLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=1148408
2009-11-24Prepare the search criterion selector to use the new Nepomuk::Query::Term ↵Peter Penz
instead of a QString. The implementation still needs to be adapted, but this will be straight forward. svn path=/trunk/KDE/kdebase/apps/; revision=1053447
2009-11-21* show only a minimized set of search options per defaultPeter Penz
* remember the search options when closing Dolphin, so that the user can adjust his "default search template" svn path=/trunk/KDE/kdebase/apps/; revision=1052499
2009-11-13* allow searching for ratingsPeter Penz
* minor general cleanups svn path=/trunk/KDE/kdebase/apps/; revision=1048809
2009-11-13search finetuning:Peter Penz
* trigger progress information when starting a search * let the information panel hide the meta data for the search string * get the search string from the configurator svn path=/trunk/KDE/kdebase/apps/; revision=1048721
2009-11-12initial code to provide a Nepomuk query string out of the search criterionsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1048202
2009-11-12* adjust order of search optionsPeter Penz
* load real tags instead of offering the dummy "feffi" svn path=/trunk/KDE/kdebase/apps/; revision=1048145
2009-11-12Show some default search configurations, so that the user is able to adjust ↵Peter Penz
queries in a faster way (similar to a defaceted interface). svn path=/trunk/KDE/kdebase/apps/; revision=1048109
2009-11-10Added some default search criterions. A lot of fine tuning of the UI has to ↵Peter Penz
be made ASAP, but all in all I think it is more efficient to have some default criterions already instead of the need to press the (+) icon for each option. svn path=/trunk/KDE/kdebase/apps/; revision=1047298
2009-10-23Imported Adam Kidders search configuration widgets from ↵Peter Penz
playground/base/nepomuk/search_widgets_test. I adjusted some names of classes and members and also changed some parts of the implementation, but conceptually the concept is 1:1 like provided by Adam in playground. Currently the UI works quite well, but the creating of the query string has not been integrated yet. svn path=/trunk/KDE/kdebase/apps/; revision=1039572