summaryrefslogtreecommitdiff
path: root/libnautilus-private
Commit message (Expand)AuthorAgeFilesLines
* 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
* search-directory: only set base model when it matches query locationCosimo Cecchi2012-09-261-0/+20
* bookmark: include icons for XDG special directories in NautilusBookmarkCosimo Cecchi2012-09-261-2/+39
* file-utilities: export special_directory_get_icon()Cosimo Cecchi2012-09-263-2/+51
* Translate date formatsFrédéric Péters2012-09-231-1/+1
* search-engine-tracker: don't include current directory in resultsCosimo Cecchi2012-09-221-1/+1
* search-engine-simple: always include hidden filesCosimo Cecchi2012-09-191-4/+0
* Use git.mkWilliam Jon McCann2012-09-172-4/+2
* Improve list view dropping for crowded foldersChristian Neumair2012-09-171-3/+12
* file: don't try to save undo information for failed actionsCosimo Cecchi2012-09-171-1/+8
* file: don't leak a NautilusFileUndoInfoCosimo Cecchi2012-09-171-0/+1
* Fix translation of type columnWilliam Jon McCann2012-09-151-1/+1
* Only show basic type information in type column by defaultWilliam Jon McCann2012-09-141-28/+102
* bookmark: add API to get a symbolic icon for a NautilusBookmarkCosimo Cecchi2012-09-143-24/+94
* bookmark: remove unused GIcon argument to nautilus_bookmark_new()Cosimo Cecchi2012-09-142-5/+2
* search-hit: guard against g_filename_from_uri() return NULLCosimo Cecchi2012-09-141-14/+16
* file-operations: use the local (FUSE) path for remote symlinksCosimo Cecchi2012-09-131-3/+3
* Don't verify symlinked target for I/O operationsTomas Bzatek2012-09-121-1/+13
* Fix string leakWilliam Jon McCann2012-09-111-0/+2
* Don't offer to show selinux context in a column by defaultWilliam Jon McCann2012-09-101-10/+1
* canvas-view: make sure to sort by relevance and select first itemCosimo Cecchi2012-09-101-0/+5
* search-engine: minor cleanupCosimo Cecchi2012-09-061-2/+0
* engine: make the model and simple engines mutually exclusiveCosimo Cecchi2012-09-061-30/+18
* search-directory: make the query a GObject propertyCosimo Cecchi2012-09-061-15/+25
* Pass the current directory model down to the search engineCosimo Cecchi2012-09-066-36/+169
* Rework the search directory modelCosimo Cecchi2012-09-061-240/+76
* Add an experimental search provider that pulls from the directory modelWilliam Jon McCann2012-09-064-1/+485
* search-engine: hold a ref while emitting completion signalsCosimo Cecchi2012-09-061-0/+4
* file: add API to get the thumbnail pathCosimo Cecchi2012-09-062-0/+7
* search-engine: Reset duplicates cache when search finishesFlorian Müllner2012-09-061-1/+4
* search-engine-tracker: Fix query when no location is specifiedFlorian Müllner2012-09-061-2/+2
* search-engine: fix wrong logic for avoiding duplicatesCosimo Cecchi2012-09-051-2/+2
* search-engine-tracker: batch hits when calling hits-addedCosimo Cecchi2012-09-051-6/+39
* search-engine-simple: keep a reference to self in the thread dataCosimo Cecchi2012-09-051-1/+3
* query: cleanup unused declarationCosimo Cecchi2012-09-051-1/+0
* Always show the name column because we're worthless without itWilliam Jon McCann2012-09-051-8/+22
* Don't crash if we can't load column preferencesWilliam Jon McCann2012-09-051-3/+3
* file: adjust test to current naming schemeCosimo Cecchi2012-09-041-3/+1
* directory: check for a non-empty hostname tooCosimo Cecchi2012-09-041-1/+1
* Don't try to close the window when a mount goes awayWilliam Jon McCann2012-08-313-7/+44
* file: use a frame around custom iconsCosimo Cecchi2012-08-311-0/+12
* ui-utilities: move nautilus_thumbnail_frame_image() hereCosimo Cecchi2012-08-315-59/+63
* Use 24 hour date format when requestedWilliam Jon McCann2012-08-303-3/+13
* Remove unnecessary gdk_threads_enter/leave callsCosimo Cecchi2012-08-301-4/+0
* Don't initialize the desktop link monitor when it isn't neededWilliam Jon McCann2012-08-292-6/+6
* Set a better file display name by defaultWilliam Jon McCann2012-08-283-6/+231
* Remove more code for handling expanded list view rowsWilliam Jon McCann2012-08-261-51/+1
* Don't allow any type of drop (even text) if the target is readonlyWilliam Jon McCann2012-08-262-53/+35