┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchoptionsconfigurator.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-07-22Do not add custom query items to the query URL. Instead use the existing ↵Sebastian Trueg
method to specify a custom title. svn path=/trunk/KDE/kdebase/apps/; revision=1152960
2010-07-07Do only search for files by default.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=1147115
2010-06-02Fix issue, that the translations for "Everywhere", "From Here", "All", ↵Peter Penz
"Images", "Text" and "Filenames" in the search options are not shown in the UI. The patch has been verified by "KDE_LANG=x-test dolphin". BUG: 240163 svn path=/trunk/KDE/kdebase/apps/; revision=1133863
2010-05-31typo fixBurkhard Lück
svn path=/trunk/KDE/kdebase/apps/; revision=1132703
2010-05-19Use the user provided query as UDS_DISPLAY_NAME. For 4.6 I will most likely ↵Sebastian Trueg
hide the 'userquery' URL query parameter in the Nepomuk::Query API svn path=/trunk/KDE/kdebase/apps/; revision=1128624
2010-02-23ups: I forgot to set the and-term for the file query in the last commitPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1095055
2010-02-23Use Nepomuk::Query::Query for global search queries, as it does not only ↵Peter Penz
return files but also other meta information. Thanks to Oliver Heidbüchel for the patch! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1095051
2010-02-17Implemented search restriction to filenames.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=1091902
2010-01-25Implement todo (create a dialog box when ok is enable/disable when text is ↵Laurent Montel
empty or not) (and fix restore size, in old version we didn't save size before to delete element) svn path=/trunk/KDE/kdebase/apps/; revision=1080045
2009-12-12allow to restrict the search results by the current folder (including all ↵Peter Penz
sub folders) svn path=/trunk/KDE/kdebase/apps/; revision=1061589
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-07SVN_SILENT: minor coding style fix (Sebastian likes spaces :-))Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1059988
2009-12-07Fixed custom query integration.Sebastian Trueg
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1059964
2009-12-03store the search-query in the places modelPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1058046
2009-12-03Ouch! Reverting the change.Adenilson Cavalcanti Da Silva
svn path=/trunk/KDE/kdebase/apps/; revision=1058026
2009-12-03Patches to make kdebase compile with current animation code.Adenilson Cavalcanti Da Silva
svn path=/trunk/KDE/kdebase/apps/; revision=1057994
2009-11-25adopt internal interfaces to the new Nepomuk search APIPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1054327
2009-11-24SVN_SILENT: replaced "criterions" by "criteria"Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1053448
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-13layout improvementsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1048820
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-11-10* Show the search options as soon as the search bar gains focus.Peter Penz
* Allow the user to manually close the options. * Added tooltip descriptions. svn path=/trunk/KDE/kdebase/apps/; revision=1047281
2009-10-23SVN_SILENT: no, I've not been cloned yetPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1039579
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
2009-10-19Proof-reading - two minor changes:Andrew Coles
- Texts is generally taken as a bulk term, i.e. one searches through text, rather than searches through texts; - File Name -> Filename, standard-usage term. svn path=/trunk/KDE/kdebase/apps/; revision=1037706
2009-10-17add A search options widget, which later on will include Adam Kidder's ↵Peter Penz
search prototype from playground svn path=/trunk/KDE/kdebase/apps/; revision=1036776