summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-directory-async.c
Commit message (Expand)AuthorAgeFilesLines
* Normalize signal namesWilliam Jon McCann2013-01-221-1/+1
* directory: limit deep scount (folder contents and size) to one filesystemPhillip Susi2012-12-171-5/+38
* Share "show hidden" option with GTK file chooserTimothy Arceri2012-12-071-2/+2
* Remove .hidden file code now that gio does if for usAlexander Larsson2012-12-071-106/+1
* No need to iterate to clear all hash itemsWilliam Jon McCann2012-08-171-7/+1
* Don't crash when duplicate entires are in .hiddenWilliam Jon McCann2012-08-171-2/+2
* Add a bunch of profiling pointsWilliam Jon McCann2012-08-081-1/+25
* all: fix GCC pointer signedness warningsCosimo Cecchi2012-05-311-1/+1
* all: remove eel_g_hash_table_new_free_at_exit()Cosimo Cecchi2012-03-071-6/+2
* directory-async: remove code that was never executedCosimo Cecchi2012-03-071-17/+0
* all: remove some unneeded includesCosimo Cecchi2011-07-011-1/+0
* all: use g_cclosure_marshal_generic() instead of generating marshallersCosimo Cecchi2011-07-011-1/+1
* file: use a GIcon to store the custom icon of desktop filesCosimo Cecchi2011-04-041-8/+12
* Add custom foreach to eel_g_hash_table_new_free_at_exitAlexander Larsson2011-03-251-2/+2
* all: silence new warnings from GCC 4.6Cosimo Cecchi2011-01-251-3/+0
* general: use g_list_free_full() instead of eel functionsCosimo Cecchi2010-10-311-8/+7
* Remove remnants of old file-limit preferenceAlexander Larsson2010-07-231-5/+4
* Convert show-hidden-files to gsettings and merge it with show-backup-filesAlexander Larsson2010-07-231-32/+8
* Correctly update the request countersAlexander Larsson2009-11-171-4/+14
* Add debug code for tracking down errors in request countersAlexander Larsson2009-11-171-0/+42
* Don't rely on activation_uri when detecting mountsTomas Bzatek2009-09-241-3/+2
* Remove all traces of former nautilus metadata codeAlexander Larsson2009-06-231-82/+0
* Bug 518481 – URL shortcuts do not open query partAlexander Larsson2009-04-011-7/+5
* Bug 532725 – non-refreshing thumbnails: at 150% zoomAlexander Larsson2009-03-121-3/+7
* Bug 529295 – Unable to unmountAlexander Larsson2009-03-111-9/+2
* Use $XDG_DATA_HOME/.converted-launchers as marker for one-time desktopAlexander Larsson2009-02-251-22/+4
* Check for trusted desktop file launchers.Alexander Larsson2009-02-241-2/+58
* Don't use shadowed mounts.David Zeuthen2009-02-161-2/+7
* Follow the "OnlyShowIn" and "NotShowIn" == GNOME keys for .desktop files,Cosimo Cecchi2009-01-311-7/+13
* Fix typo in request_counter_remove_request (--, not ++)Alexander Larsson2009-01-131-1/+1
* Use the monitor and call_when_ready counts to avoid iterating over theAlexander Larsson2009-01-131-48/+31
* Don't need the want_foo calls, can just pass in the request type directlyAlexander Larsson2009-01-131-91/+25
* Count all outstanding monitor and call_when_ready detailsAlexander Larsson2009-01-131-2/+47
* Convert Request from struct of gboolean to guin32 bitfield. This is bothAlexander Larsson2009-01-131-102/+125
* Add nautilus_directory_has_active_request_for_file which returns true ifAlexander Larsson2008-10-171-0/+30
* Pass link info's URI to nautilus_link_get_link_info_given_file_contents().Christian Neumair2008-09-271-2/+4
* Scale down huge pixbufs when loading. Massively speed up loading ofChristian Neumair2008-06-301-3/+34
* Do not count the same inode twice when calculating size. Fixes #313668.Christian Neumair2008-05-231-2/+45
* Move all of Nautilus to single Gtk+ includes, because Mitch says so.A. Walton2008-05-211-1/+1
* Replace g_return_*() with g_assert() in private, internal functions.A. Walton2008-04-301-2/+2
* Do not follow symlinks. (#504980).Christian Neumair2008-03-231-2/+2
* Use g_volume_should_automount() to determine if we should autorun programsDavid Zeuthen2008-02-211-4/+208
* Avoid free of random memory if desktop file reading failed.Alexander Larsson2008-02-181-1/+3
* Add nautilus_file_is_launcher()Alexander Larsson2008-02-131-6/+11
* Avoid crashing if gvfs backend gives NULL as name for a new file.Alexander Larsson2008-02-061-0/+10
* Change how we handle cancellation of the directory count and mime list forAlexander Larsson2008-02-061-57/+65
* Don't reference thumb_mtime_str if its not set, fixing a crash on zoom in.Alexander Larsson2008-01-281-3/+5
* Add nautilus_file_get_activation_location.Alexander Larsson2008-01-181-29/+115
* Implement reading the mount attribute (not used or tested yet)Alexander Larsson2008-01-171-0/+202
* Honor mtime specified in thumbnail (#504833)Alexander Larsson2008-01-151-1/+14