┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/searchcriterionselector.cpp
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-01-05- search by modification date of the file, not when the file has been tagged ↵Peter Penz
or something similar - make "search files modified today" work Thanks to Daniel Winter for the patch! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1070440
2009-12-12* allow to filter the search result by images or text-documentsPeter Penz
* minor cleanups svn path=/trunk/KDE/kdebase/apps/; revision=1061550
2009-12-04Fixed searching by rating. After the kdelibs fix in nepomuk now searching by ↵Peter Penz
date, tags and rating work. Searching by size is still open... svn path=/trunk/KDE/kdebase/apps/; revision=1058710
2009-12-04Minor adjustments for searching: at least searching for tags works now again :-)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1058137
2009-11-25* fixed wrong connection from a signalPeter Penz
* added some temporary kDebug() messages for searching svn path=/trunk/KDE/kdebase/apps/; revision=1054337
2009-11-25adopt internal interfaces to the new Nepomuk search APIPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1054327
2009-11-24Fix trunk compilation using proper soprano Vocabulary, since moved from ↵Helio Castro
nie.h nepomuk. svn path=/trunk/KDE/kdebase/apps/; revision=1053540
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-14don't forget to hide the value-widget again, if e. g. "Any" from "Date:" has ↵Peter Penz
been reselected svn path=/trunk/KDE/kdebase/apps/; revision=1049129
2009-11-13layout improvementsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1048820
2009-11-13* allow searching for ratingsPeter Penz
* minor general cleanups svn path=/trunk/KDE/kdebase/apps/; revision=1048809
2009-11-13Implemented initialization of value-widgets. This allows e.g. to apply dates ↵Peter Penz
like "today", "last week", ... to the date-value-widgets just by specifying a search criterion. svn path=/trunk/KDE/kdebase/apps/; revision=1048771
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-12move the search-button from the toolbar into the configurator widgetPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1048239
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