summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-file.c
Commit message (Expand)AuthorAgeFilesLines
* Based on patch from Soeren Sandmann:Alexander Larsson2004-03-311-4/+15
* Timeout activation after 5 seconds.Alexander Larsson2004-03-081-0/+10
* New function.Dave Camp2004-03-041-0/+7
* Correctly handle cut-off utf8 text.Alexander Larsson2004-03-021-3/+13
* Save the guessed mime type when the sniffed mime type is read.Dave Camp2004-02-231-1/+81
* New functionsAlexander Larsson2004-02-131-21/+20
* Better handling of utf8 text. (nautilus_file_rename): Fix bug in previousAlexander Larsson2004-02-121-26/+69
* Correctly rename desktop files when G_BROKEN_FILENAMES is setAlexander Larsson2004-02-111-23/+40
* Add slow_mime_type file attribute. Allow call_when_ready to take a NULLAlexander Larsson2004-01-141-20/+61
* Use ngettext (fixes bug #106702), based on the patch by Christian NeumairDanilo Šegan2004-01-131-12/+4
* Merged from nautilus-extensions-branch.Dave Camp2004-01-111-78/+308
* Don't expand symlinks when following them.Alexander Larsson2004-01-111-5/+0
* application/x-desktop is the new desktop file mime typeAlexander Larsson2004-01-091-2/+4
* Require gtk/glib 2.3.0Alexander Larsson2003-12-181-3/+22
* Don't compare unknown modification times. Patch from Sivaiah NallagatlaDave Camp2003-11-161-1/+8
* Require new gnome-vfsAlexander Larsson2003-11-051-8/+105
* Fix leaks. Patch from Martin Wehner <martin.wehner@epost.de>Alexander Larsson2003-10-211-1/+6
* Don't assert_not_reached for unsupported URIs when create == FALSE. FixesAlexander Larsson2003-09-191-2/+0
* quiet CVS..Frédéric Crozat2003-09-021-3/+16
* Don't invalidate attributes for NautilusDesktopIconFiles, since they areAlexander Larsson2003-09-011-0/+8
* Don't set theme if model is NULL.Alexander Larsson2003-08-291-2/+2
* Skip assert for commonly run code.Alexander Larsson2003-07-081-17/+20
* Implement .hidden files, synchronosly, for file:// only.Alexander Larsson2003-06-271-2/+11
* Handle NULL vfs uris (such as desktop links).Dave Camp2003-06-231-0/+4
* Remove -Wsign-promo and add -Wno-strict-aliasing to the list of options toFrédéric Crozat2003-06-151-1/+1
* Don't call gettext on NULL string. Patch from hidetoshi.tajima@sun.comAlexander Larsson2003-06-121-1/+1
* Use eel_uris_match() instead of strcmp().Dave Camp2003-05-181-1/+1
* Add the desktop emblem. New functions. (nautilus_get_desktop_directory),Dave Camp2003-05-161-0/+19
* Added new files.Alexander Larsson2003-05-151-32/+73
* Convert file attributes from list of strings to a bitmask. Patch fromAlexander Larsson2003-04-021-34/+24
* Free space and volume name in property window for directoriesGaute Lindkvist2003-03-241-2/+75
* notes emblem is a reserved name, and does not show up in lists.Alexander Larsson2003-03-181-0/+19
* Make NautilusDirectory a GObject.Alexander Larsson2003-03-141-6/+1
* Keep track of whether the file is being thumbnailed. If it is atAlexander Larsson2003-03-121-0/+25
* Update according to NautilusIconFactory API changes.Alexander Larsson2003-03-061-3/+11
* Use nautilus_file_update_name_and_directory().Dave Camp2003-02-101-24/+64
* Implement the help button.Alexander Larsson2003-01-201-0/+5
* Don't follow symlinks like shortcuts. Patch from Rolf KulemannAlexander Larsson2003-01-071-5/+0
* Special case the display name for the root of non-local files. This meansAlexander Larsson2002-12-121-0/+7
* Fix testAlexander Larsson2002-12-091-0/+6
* (borrowing luis' acct)Dave Camp2002-12-031-10/+0
* Moved the display name invalidation from update_info_internal toDave Camp2002-12-031-1/+12
* Remove type checks, was showing up in profiles.Alexander Larsson2002-10-181-3/+0
* Correct thumbnail loading icon.Alexander Larsson2002-09-191-3/+10
* Merge the new-icon-factory-branch branch to HEAD.Alexander Larsson2002-09-181-8/+33
* Fixes bug #89616.Dave Camp2002-09-151-0/+4
* Don't actually change desktop files when renaming and the new and old nameAlexander Larsson2002-08-121-2/+12
* pass in info if we have it already.Michael Meeks2002-08-071-1/+1
* Use eel_vfs_has_capability() to check if file is local (instead ofAlex Graveley2002-08-061-3/+4
* New functions. (create_tree): Create a NautilusTreeViewDragDest.Dave Camp2002-07-251-0/+25