summaryrefslogtreecommitdiff
path: root/libnautilus-private
Commit message (Expand)AuthorAgeFilesLines
* file: fix missing frame image around some previewsCosimo Cecchi2012-10-292-10/+5
* search-directory: ensure we call emit_done_loading() when no resultsCosimo Cecchi2012-10-291-13/+30
* tracker-engine: treat the search string as a sentence for FTS matchCosimo Cecchi2012-10-291-1/+1
* thumbnails: default to GNOME_DESKTOP_THUMBNAIL_SIZE_LARGECosimo Cecchi2012-10-261-1/+1
* build: use GNOME_MAINTAINER_MODE_DEFINESCosimo Cecchi2012-10-231-1/+1
* all: don't use eel_g_str_list_copy()Cosimo Cecchi2012-10-232-5/+5
* all: don't use eel_g_object_list_copy()Cosimo Cecchi2012-10-231-5/+5
* search-directory: make the simple engine recursiveCosimo Cecchi2012-10-224-2/+13
* search-directory: always start the simple engineCosimo Cecchi2012-10-221-3/+3
* search-directory: enable incremental directory loadCosimo Cecchi2012-10-221-33/+25
* bookmark: add nautilus_bookmark_get_is_builtin()Cosimo Cecchi2012-10-222-0/+21
* bookmark: add nautilus_bookmark_get_xdg_type()Cosimo Cecchi2012-10-222-8/+41
* monitor: use GSliceCosimo Cecchi2012-10-191-2/+2
* monitor: watch for removal of non-native mounts on GVolumeMonitorCosimo Cecchi2012-10-191-8/+49
* bookmarks: remove unused methodsCosimo Cecchi2012-10-192-28/+0
* bookmark: simplify codeCosimo Cecchi2012-10-192-24/+2
* bookmark: avoid sync I/OCosimo Cecchi2012-10-192-21/+103
* search-engine-tracker: refactor search completion notificationCosimo Cecchi2012-10-181-35/+38
* search-engine-model: emit finished when cancelled in-flightCosimo Cecchi2012-10-181-8/+23
* search-engine: keep a reference to the engine while searchingCosimo Cecchi2012-10-181-3/+4
* query: always set a query location URICosimo Cecchi2012-10-182-15/+9
* search: remove unused hits-subtracted signalCosimo Cecchi2012-10-154-98/+0
* search-directory: use g_hash_table_add()Cosimo Cecchi2012-10-151-1/+1
* tracker-engine: apply basename heuristic to tracker hits tooCosimo Cecchi2012-10-151-2/+7
* search: add debug outputCosimo Cecchi2012-10-155-0/+27
* search-engine: wait for all engine's completion before startingCosimo Cecchi2012-10-151-3/+44
* search-engine-simple: don't send last batch when cancelledCosimo Cecchi2012-10-151-1/+4
* search-engine-model: clear active search before calling finishedCosimo Cecchi2012-10-151-1/+1
* search-engine-simple: clear active search before calling finishedCosimo Cecchi2012-10-151-4/+5
* search-hit: set a limit to FTS weight in matchesCosimo Cecchi2012-10-151-1/+1
* query: move string matching code in NautilusQueryCosimo Cecchi2012-10-156-71/+85
* search-directory: fix a FIXMECosimo Cecchi2012-10-151-3/+9
* search-engine: refactor providers status checkCosimo Cecchi2012-10-151-13/+27
* simple-engine: always emit finished, even when cancelledCosimo Cecchi2012-10-151-7/+3
* search-directory: set show hidden files on query according to monitorsCosimo Cecchi2012-10-152-2/+23
* query: change raking to always sort closest files firstCosimo Cecchi2012-10-151-27/+23
* file: don't check nautilus_file_is_in_search() when getting relevanceCosimo Cecchi2012-10-151-19/+5
* search-directory: simplify start/stop search codeCosimo Cecchi2012-10-151-66/+59
* Remove unused NautilusMergedDirectoryCosimo Cecchi2012-10-153-769/+0
* shell-provider: make the shell search provider follow show-hiddenCosimo Cecchi2012-10-113-1/+23
* canvas-container: remove NautilusCanvasLayoutModeCosimo Cecchi2012-10-043-252/+8
* directory: simplify directory creation in a single placeCosimo Cecchi2012-10-023-21/+21
* file: remove unused NautilusSavedSearchFileCosimo Cecchi2012-10-024-115/+1
* file: always override file type for saved search filesCosimo Cecchi2012-10-021-4/+7
* search-directory: don't update the search file name for saved searchesCosimo Cecchi2012-10-021-2/+2
* directory: make the location GFile a construct propertyCosimo Cecchi2012-10-022-10/+64
* search-engine-tracker: complete search in idle if we got no connectionCosimo Cecchi2012-09-281-14/+21
* search: simplify setting NautilusQueryCosimo Cecchi2012-09-285-46/+11
* search: factor out a common helper function and use itCosimo Cecchi2012-09-264-28/+28
* search-engine-model: normalize both strings before comparisonCosimo Cecchi2012-09-261-12/+22