summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-file.c
Commit message (Expand)AuthorAgeFilesLines
* Don't crash on old desktop dir and search dir uris. (#349840)Alexander Larsson2006-11-061-4/+6
* Check for NULL path before callingChristian Neumair2006-10-191-2/+6
* Call nautilus_file_mark_gone instead of directly setting is_gone, as thisAlexander Larsson2006-10-171-1/+2
* nautilus_file_get_vfs_file_info: handle NULL info Fix typo.Alexander Larsson2006-10-171-2/+5
* Add is_in_trash_state to NautilusDirectoryDetails. Also addChristian Neumair2006-09-271-2/+2
* Translate the selinux context from raw form when displayin.Alexander Larsson2006-07-251-1/+23
* Add selinux context columnAlexander Larsson2006-06-161-8/+47
* use gnome_vfs_get_uri_scheme instead of eel_uri_get_scheme.Paolo Borelli2006-05-241-1/+1
* If no ACCESS file info field is available, pretend to have full access. IfChristian Neumair2006-04-271-20/+18
* Add LARGE_TOP_LEFT_TEXT attribute and change the text size for the normalAlexander Larsson2006-04-181-5/+24
* Use gi18n.h instead of deprecated gnome-i18n.h header.Martin Wehner2006-03-181-1/+1
* Add file to work queue of enclosing directory when recomputing deep countMartin Wehner2006-03-051-0/+1
* Don't show directory count for smb shares, as that can cause lots ofAlexander Larsson2006-02-281-1/+6
* Get users' and groups' names via a cache to avoid callingZbigniew Chyla2006-02-271-52/+34
* Add a cast to fix build for platforms where GnomeVFSFileSize is notMartin Wehner2006-02-211-2/+4
* Show the detailed file size in addition to the formatted one in theMartin Wehner2006-01-281-0/+47
* Set icons for directories relative to the directory location to make itChristian Neumair2005-12-201-7/+23
* Support comparison by accessed time. Fixes #321671.Martin Wehner2005-12-161-10/+36
* --- Merged the nautilus-search2 branch ---Alexander Larsson2005-12-121-27/+52
* Use GNOME_VFS_FILE_INFO_FIELDS_ACCESS to calculate permissions.Alexander Larsson2005-12-121-128/+21
* Add nautilus_file_list_cancel_call_when_ready.Alexander Larsson2005-11-241-13/+80
* Don't display file type in sidebar for computer, network and smb toplevelChristian Neumair2005-10-201-0/+17
* Add new functions for extensions: nautilus_file_info_has_volume,Alexander Larsson2005-10-031-0/+4
* Fix leak and crasher. Fixes #314730.christian neumair2005-09-201-5/+9
* Only use directory monitors to avoid using lots and lots of file monitors.Alexander Larsson2005-09-061-4/+0
* Don't allow trashing or deleting the home or desktop folder within aMartin Wehner2005-08-221-4/+15
* Lots of cleanups. Closes bug #313094 and bug #149714Kjartan Maraas2005-08-121-3/+3
* Don't allow renaming of the desktop folder. Closes #125637.Martin Wehner2005-08-081-17/+17
* Conditionally use g_utf8_collate_key_for_filename for glib >= 2.7.0Alexander Larsson2005-06-161-0/+4
* Only take user-added emblems ("keywords") into account when sorting byChristian Neumair2005-06-021-39/+1
* Change sort order for size, count and time. See bug #88585Alexander Larsson2005-05-231-21/+21
* Don't leak file_uri.Martin Wehner2005-04-041-0/+1
* Use gnome_vfs_uris_match instead of eel_uris_match. (#155852)Martin Wehner2005-03-251-1/+1
* Handle nautilus_desktop_icon_file_get_link() returning NULL. Likely fixesAlexander Larsson2005-02-221-8/+13
* Fix leakAlexander Larsson2005-01-281-0/+1
* Don't compare NULL values from files we can't get permissions for. FixesMartin Wehner2005-01-271-1/+3
* Require glib 2.6.0Alexander Larsson2004-12-151-28/+8
* Merge bonobo-slay-branchAlexander Larsson2004-11-221-5/+4
* Use eel_get_filename_charset to handle the new filename charset env vars.Alexander Larsson2004-10-281-8/+26
* revert accidental commitAlexander Larsson2004-10-221-1/+0
* Add ugly hack to make renames work on newly created files in the listAlexander Larsson2004-10-221-0/+1
* Use home icon for homedir. Patch from Anders Carlsson <andersca@gnome.org>Alexander Larsson2004-10-111-0/+16
* Make sort-by-emblem not crash.Alexander Larsson2004-10-041-0/+1
* Plug a possible leak if vfs_uri is NULL. Closes bug #152985.Kjartan Maraas2004-09-201-1/+2
* Fix nautilus crash when sort is done by Size in computer view. FixesNarayana Pattipati2004-08-301-0/+14
* Faster way to get list of groups. Patch from Martin Hunt (hunt@redhat.com)Alexander Larsson2004-08-271-50/+26
* Make nautilus_file_is_mime_type handle inherited types too. MakeAlexander Larsson2004-08-261-11/+7
* Avoid multiple x-directory/normal warningsAlexander Larsson2004-08-231-15/+13
* Compare types using gnome_vfs_mime_type_is_equal to catch aliases. FixesAlexander Larsson2004-08-161-2/+2
* Add preference to choose date format. Set default date format to '%c',Jürg Billeter2004-07-161-0/+13