summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-directory-async.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update to new gio file attribute namesAlexander Larsson2007-12-201-5/+11
* Removed. Removed. Removed.Alexander Larsson2007-12-101-5/+5
* Merge gio-branchAlexander Larsson2007-11-301-850/+1467
* Backport from gio-branch, fixes #480608, from Alexander LarssonFrederic Crozat2007-10-021-1/+1
* Limit number of calls to is_needy() (#320282) Based on patch from AivarsAlexander Larsson2007-04-121-119/+52
* Avoid crash on NULL vfs_uri (#320020)Alexander Larsson2007-01-111-1/+2
* Ref the NautilusDirectory during call_ready_callbacks_at_idle. FixesAlexander Larsson2006-11-131-0/+4
* Update for releaseNAUTILUS_2_16_2Alexander Larsson2006-11-071-17/+6
* Call all call_when_ready callbacks from an idle handler. This fixesAlexander Larsson2006-11-021-28/+110
* Add is_added flag to NautilusFile to make sure we always send an addedAlexander Larsson2006-10-181-4/+13
* Call nautilus_file_mark_gone instead of directly setting is_gone, as thisAlexander Larsson2006-10-171-11/+6
* Follow symlinks when reading .hidden files.Alexander Larsson2006-08-081-1/+1
* Revert patch from #336051 as it breaks the file update machinery. FixesMartin Wehner2006-08-041-1/+2
* Never add a file to both the added_files and changed_files lists. Don'tMartin Wehner2006-07-111-2/+1
* Add selinux context columnAlexander Larsson2006-06-161-9/+3
* Add LARGE_TOP_LEFT_TEXT attribute and change the text size for the normalAlexander Larsson2006-04-181-8/+65
* Cancel get_file_info calls for new files too. Fixes a crash when leaving aMartin Wehner2006-03-011-0/+12
* Use new GNOME_VFS_FILE_INFO_NAME_ONLY flag when counting files. ThisAlexander Larsson2006-02-241-1/+1
* --- Merged the nautilus-search2 branch ---Alexander Larsson2005-12-121-1/+1
* Use GNOME_VFS_FILE_INFO_FIELDS_ACCESS to calculate permissions.Alexander Larsson2005-12-121-3/+6
* Only use directory monitors to avoid using lots and lots of file monitors.Alexander Larsson2005-09-061-52/+10
* Make mime sniffing a high priority job. Prevents activation from gettingMartin Wehner2005-06-201-5/+4
* Kill dotfile-related code. ".directory" supporting schemas have gone.Christian Neumair2005-05-111-102/+8
* Plug leaks here too. ThereKjartan Maraas2005-04-191-0/+3
* Merge bonobo-slay-branchAlexander Larsson2004-11-221-75/+18
* Only read .hidden files if they are regular files.Alexander Larsson2004-10-131-0/+25
* Don't crash if info->name == NULL. (Not valid, but happened with smbAlexander Larsson2004-10-061-1/+2
* Invalidate more files when the mime db changes.Alexander Larsson2004-08-261-26/+3
* Don't keep getting slow_mime_type if get_info failedAlexander Larsson2004-03-081-1/+2
* Fix mem leakJacob Leach2004-02-081-2/+4
* Replace deprecated call to g_basename with g_path_get_basename.Jason Leach2004-02-081-1/+1
* Add slow_mime_type file attribute. Allow call_when_ready to take a NULLAlexander Larsson2004-01-141-17/+71
* Merged from nautilus-extensions-branch.Dave Camp2004-01-111-4/+227
* Require new gnome-vfsAlexander Larsson2003-11-051-10/+42
* Don't set theme if model is NULL.Alexander Larsson2003-08-291-0/+18
* Skip assert for commonly run code.Alexander Larsson2003-07-081-2/+0