summaryrefslogtreecommitdiff
path: root/gio/glocalfileinfo.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Fix build on WindowsChun-wei Fan2012-09-191-0/+2
* Add ability to get symbolic icon for content typeWilliam Jon McCann2012-08-301-28/+47
* Add symbolic icon support to gfileinfoWilliam Jon McCann2012-08-301-21/+76
* Switch all open() calls to use g_open()Colin Walters2012-08-281-2/+2
* Drop unneeded includesMatthias Clasen2012-07-031-1/+0
* Update to use XDG cache home for thumbnailsWilliam Jon McCann2012-06-131-4/+4
* localfileinfo: Split out attributes that don't need a statBenjamin Otte2011-11-161-36/+44
* docs: Improve g_variant_loop() docsBenjamin Otte2011-11-071-1/+4
* bgo#640212 - Replace "error stating file" with friendlier messagesFederico Mena Quintero2011-09-081-2/+2
* Fix usage of _GNU_SOURCEDan Winship2011-05-031-1/+0
* Squash some uninitialized variable compiler warningsColin Walters2011-04-261-4/+4
* glocalfileinfo: remove non-use of GTimeValRyan Lortie2010-11-021-7/+7
* Handle MLS selinux policy betterMatthias Clasen2010-07-081-28/+48
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-1/+0
* Define a public documented type for the struct stat used by g_stat()Tor Lillqvist2010-03-301-6/+1
* Clarify use of struct stat on WindowsTor Lillqvist2010-02-041-4/+6
* Pass in the right device to vfs->local_file_add_info for symlinksAlexander Larsson2009-11-261-2/+5
* Always report metadata on the path, not symlink targetAlexander Larsson2009-09-281-10/+1
* Remove a dead incrementMatthias Clasen2009-09-071-1/+1
* Use lchmod instead of stat + chown if availableBenjamin Otte2009-09-011-3/+7
* Bug 593406 - Permissions set to 777 after copying via NautilusBenjamin Otte2009-09-011-5/+16
* Only do the chmod NOFOLLOW_SYMLINK checks with HAVE_SYMLINKBenjamin Otte2009-09-011-1/+3
* Bug 593406 - Permissions set to 777 after copying via NautilusBenjamin Otte2009-09-011-2/+10
* Make it compile on Windows.Tor Lillqvist2009-07-071-1/+2
* add g_file_attribute_set_*_by_id() and use themBenjamin Otte2009-06-291-48/+48
* export and use _g_file_attribute_matcher_matches_id()Benjamin Otte2009-06-291-47/+48
* Add extension point for adding metadata for local filesAlexander Larsson2009-06-231-11/+97
* Support special icons for xdg user dirsMatthias Clasen2009-06-151-2/+16
* Fix error message in set_mtime_atime()Paul Pogonyshev2009-05-171-1/+1
* Fix translation from GIO's file attr to xattr attributesJohan Bilien2009-04-221-1/+1
* Only mark regular files as backup filesAlexander Larsson2009-04-081-1/+2
* Bug 562613 – Missing const modifier in string parametersAlexander Larsson2009-03-031-3/+3
* Bug 570069 – wrong preprocessor directive in gio/glocalfileinfo.cPaolo Borelli2009-02-251-1/+1
* Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen2009-02-231-1/+1
* Bug 505042 – add file attribute for actually used file size in bytesRyan Lortie2009-02-161-0/+2
* plug a tiny mem leak.Paolo Borelli2009-01-311-0/+2
* Try using O_NOATIME when sniffing for mime types. Based on a patch by A.Matthias Clasen2009-01-051-2/+8
* Bug 528320 - Incorrect icons displayed for files with custom mimetypeAlexander Larsson2008-10-231-6/+2
* Bug 556334 – Warning when building without selinux supportMatthias Clasen2008-10-151-5/+8
* Fix gcc warningsMatthias Clasen2008-10-101-6/+6
* Support setting selinux attributesMatthias Clasen2008-07-231-0/+89
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Don't do fallback for user-home and user-desktop to avoid problems withMatthias Clasen2008-06-191-12/+10
* Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch2008-06-161-17/+17
* Bug 537546 – 'desktop' shortcut in file chooser looks like a genericMatthias Clasen2008-06-101-5/+10
* Bug 537392 – Additional colon in xattr nameMatthias Clasen2008-06-101-2/+2
* Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent code fromMichael Natterer2008-05-051-1/+0
* Introduce a macro GLocalFileStat that is the normal struct stat on UnixTor Lillqvist2008-03-121-14/+99
* Correctly implement can_trash by actually looking for a trash dir, notAlexander Larsson2008-03-111-3/+7
* Make sure empty files get text/plain type (#518720)Alexander Larsson2008-02-291-1/+1