┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchbox.cpp
AgeCommit message (Collapse)Author
2010-11-11Provide a parent for the "From Here" buttonPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1195688
2010-11-11Remove the filter-button as it has been replaced by the Filter Panel.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1195671
2010-11-11The string freeze is near: Add a string that may contain the file-name as ↵Peter Penz
paramater. svn path=/trunk/KDE/kdebase/apps/; revision=1195670
2010-11-07The clearing is already done in DolphinSearchBox::keyReleaseEvent()Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1193915
2010-11-06Disable the filter-dock if Nepomuk is not active.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1193611
2010-11-04Use the ontologies compiled into libnepomukTobias Koenig
svn path=/trunk/KDE/kdebase/apps/; revision=1193072
2010-10-27- Automatically show the filter-panel when a searching is donePeter Penz
- Remove filter-prototypes that conflict with the filterpanel svn path=/trunk/KDE/kdebase/apps/; revision=1190445
2010-10-26Apply the facets-patch written by Sebastian Trüg, which allows to filter ↵Peter Penz
search results in a very comfortable way. A lot of finetuning is necessary (e.g. the custom filter-prototypes from Dolphin will get removed etc). This will be done during the next weeks. svn path=/trunk/KDE/kdebase/apps/; revision=1189951
2010-10-10Automatically start the searching if the user did not change the search-text ↵Peter Penz
for at least a second. svn path=/trunk/KDE/kdebase/apps/; revision=1184510
2010-08-17Remove DISABLE_NEPOMUK_LEGACY, it is defined now in kdebase/apps/CMakeLists.txtPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1164889
2010-07-24Unify the search interface for non-indexed and indexed foldersPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1154073
2010-03-22Remove connection to non-existent slot.Peter Penz
Thanks to Frank Reininghaus for the hint! svn path=/trunk/KDE/kdebase/apps/; revision=1106410
2010-01-26Don't show the search options again, if the user closed them and cleared the ↵Peter Penz
search box. BUG: 218880 svn path=/trunk/KDE/kdebase/apps/; revision=1080372
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-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-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-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-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-27Fixes double inserting of terms, interestingly this problem did not existed ↵Matthias Fuchs
before than the code was written. svn path=/trunk/KDE/kdebase/apps/; revision=1041128
2009-10-19Fix slot name.Raphael Kubo da Costa
svn path=/trunk/KDE/kdebase/apps/; revision=1037776
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
2009-10-17* move classes for searching into an own folder (new classes will be added soon)Peter Penz
* Postpone the creation of the searchcompleter, until the editor gets focused. This improves the startup time of Dolphin (reading all available tags is an expensive operation). svn path=/trunk/KDE/kdebase/apps/; revision=1036658