summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-search-engine-simple.c
Commit message (Expand)AuthorAgeFilesLines
* search-engine-simple: don't follow symlinks when descendingCosimo Cecchi2013-04-041-1/+2
* search-engine-simple: make sure to query for IS_BACKUP attributeCosimo Cecchi2013-01-161-0/+1
* search-engine-simple: use g_content_type_is_a()Cosimo Cecchi2012-11-121-1/+1
* search: add debug outputCosimo Cecchi2012-10-151-0/+9
* search-engine-simple: don't send last batch when cancelledCosimo Cecchi2012-10-151-1/+4
* search-engine-simple: clear active search before calling finishedCosimo Cecchi2012-10-151-4/+5
* query: move string matching code in NautilusQueryCosimo Cecchi2012-10-151-35/+16
* simple-engine: always emit finished, even when cancelledCosimo Cecchi2012-10-151-7/+3
* shell-provider: make the shell search provider follow show-hiddenCosimo Cecchi2012-10-111-1/+6
* search: simplify setting NautilusQueryCosimo Cecchi2012-09-281-17/+3
* search: factor out a common helper function and use itCosimo Cecchi2012-09-261-14/+11
* search-engine-simple: always include hidden filesCosimo Cecchi2012-09-191-4/+0
* search-engine-simple: keep a reference to self in the thread dataCosimo Cecchi2012-09-051-1/+3
* Add a way to rank search resultsWilliam Jon McCann2012-08-011-29/+43
* Make recursive file system crawling optionalWilliam Jon McCann2012-07-181-3/+58
* Collect results from both search providersWilliam Jon McCann2012-07-181-19/+28
* all: don't use deprecated GMutex/GThread APICosimo Cecchi2011-10-181-2/+4
* eel: remove unused eel-gtk-macros.h fileCosimo Cecchi2011-10-051-1/+0
* all: don't use EEL_CALL_PARENT* macrosCosimo Cecchi2011-10-051-15/+6
* all: remove is_indexed property on NautilusSearchDirectoryCosimo Cecchi2011-09-081-7/+0
* general: use g_list_free_full() instead of eel functionsCosimo Cecchi2010-10-311-5/+4
* Use single GLib/GTK+ includes. Patch by Maxim Ermilov (#560432).Cosimo Cecchi2008-12-061-1/+1
* Make content type search criterion useful, by fixing typo from GIOChristian Neumair2008-08-201-1/+1
* Update to new gio file attribute namesAlexander Larsson2007-12-201-5/+5
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-3/+1
* Merge gio-branchAlexander Larsson2007-11-301-76/+125
* Don't try to lowercase non-unicode filenames with g_utf8_strdown. FixesMartin Wehner2007-07-301-3/+7
* Don't error out when recursing into directories during search. (#433105)Alexander Larsson2007-07-231-2/+6
* Normalize unicode search strings and use g_utf8_strdown to lowercase them.Martin Wehner2007-06-181-4/+8
* --- Merged the nautilus-search2 branch ---Alexander Larsson2005-12-121-0/+370