summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-directory.c
Commit message (Expand)AuthorAgeFilesLines
* Normalize signal namesWilliam Jon McCann2013-01-221-4/+4
* Share "show hidden" option with GTK file chooserTimothy Arceri2012-12-071-1/+1
* Remove .hidden file code now that gio does if for usAlexander Larsson2012-12-071-4/+0
* directory: simplify directory creation in a single placeCosimo Cecchi2012-10-021-8/+14
* directory: make the location GFile a construct propertyCosimo Cecchi2012-10-021-6/+57
* directory: check for a non-empty hostname tooCosimo Cecchi2012-09-041-1/+1
* Set a better file display name by defaultWilliam Jon McCann2012-08-281-6/+19
* Don't show properties for the Network locationsWilliam Jon McCann2012-08-221-0/+13
* Merge the settings for showing text and image previewsWilliam Jon McCann2012-08-151-4/+0
* Add a bunch of profiling pointsWilliam Jon McCann2012-08-081-0/+11
* Add a Recent files placeWilliam Jon McCann2012-07-141-0/+12
* Remove date format settingsWilliam Jon McCann2012-06-301-4/+0
* NautilusFile: keep free space information directlyRyan Lortie2012-04-051-1/+0
* all: remove eel_g_hash_table_new_free_at_exit()Cosimo Cecchi2012-03-071-14/+1
* all: don't use eel_strcmp()Cosimo Cecchi2011-10-051-1/+1
* eel: remove unused eel-gtk-macros.h fileCosimo Cecchi2011-10-051-1/+0
* all: don't use EEL_CALL_METHOD* macrosCosimo Cecchi2011-10-051-47/+19
* all: don't use EEL_CALL_PARENT* macrosCosimo Cecchi2011-10-051-12/+3
* Better debugging for NautilusDirectory leaksAlexander Larsson2011-03-251-1/+11
* Add custom foreach to eel_g_hash_table_new_free_at_exitAlexander Larsson2011-03-251-1/+2
* all: silence new warnings from GCC 4.6Cosimo Cecchi2011-01-251-2/+0
* general: use g_list_free_full() instead of eel functionsCosimo Cecchi2010-10-311-5/+5
* build: don't include marshals we don't ownCosimo Cecchi2010-09-201-1/+0
* Remove remnants of old file-limit preferenceAlexander Larsson2010-07-231-24/+0
* Convert show-directory-item-counts to gsettingsAlexander Larsson2010-07-231-3/+4
* Convert show-text-in-icons to gsettingsAlexander Larsson2010-07-231-4/+4
* Convert date-format to gsettingsAlexander Larsson2010-07-231-3/+4
* Convert show-hidden-files to gsettings and merge it with show-backup-filesAlexander Larsson2010-07-231-9/+6
* Comment out the metadata tests for nowCosimo Cecchi2009-07-141-1/+4
* Remove all traces of former nautilus metadata codeAlexander Larsson2009-06-231-174/+0
* Call query_filesystem_info asynchronously. Also, avoid calling it to oftenAlexander Larsson2009-04-011-0/+1
* Bug 518481 – URL shortcuts do not open query partAlexander Larsson2009-04-011-22/+4
* Invalidate file attributes after it has been moved, so that they areCosimo Cecchi2009-01-281-1/+4
* Add nautilus_directory_has_active_request_for_file which returns true ifAlexander Larsson2008-10-171-1/+12
* Always assume that directories in trash are local. Fixes #546353. ThanksChristian Neumair2008-09-121-1/+3
* No more overlapping desktop icons.Christian Neumair2008-08-241-0/+15
* Move all of Nautilus to single Gtk+ includes, because Mitch says so.A. Walton2008-05-211-2/+1
* Replace g_return_*() with g_assert() in private, internal functions.A. Walton2008-04-301-1/+1
* Use g_volume_should_automount() to determine if we should autorun programsDavid Zeuthen2008-02-211-1/+1
* Removed. Removed. Removed.Alexander Larsson2007-12-101-2/+4
* No need to get the uri to figure out if the directory is in the trash,Alexander Larsson2007-12-071-10/+2
* Don't avoid adding existing files that are not is_added. Fixes a problemAlexander Larsson2007-12-061-1/+5
* Remove some small allocations, and use GSlice more often. Bug #461795.Christian Persch2007-12-031-11/+7
* Merge gio-branchAlexander Larsson2007-11-301-410/+471
* Update for releaseNAUTILUS_2_16_2Alexander Larsson2006-11-071-1/+5
* Add is_added flag to NautilusFile to make sure we always send an addedAlexander Larsson2006-10-181-1/+5
* Ref all files when emitting change signals. This is an unverified possibleAlexander Larsson2006-10-171-1/+2
* Add is_in_trash_state to NautilusDirectoryDetails. Also addChristian Neumair2006-09-271-0/+19
* Cache return value from gnome_vfs_uri_is_localAlexander Larsson2006-08-231-1/+9
* Plug potential leak.Christian Neumair2006-02-261-1/+2