summaryrefslogtreecommitdiff
path: root/gio/glocalfileinfo.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-11glocalfileinfo: don't special-case directory iconsLars Uebernickel1-8/+2
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2014-01-19win32: silence build warningMarc-André Lureau1-1/+1
2014-01-16gio: fix small memory leak on local xattrMarc-André Lureau1-0/+1
2013-11-20Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship1-5/+3
2013-11-20Require POSIX.1 (1990) compliance on unixDan Winship1-9/+7
2013-10-23file-info: Add a G_FILE_ATTRIBUTE_THUMBNAIL_IS_VALID attributeRyan Lortie1-8/+28
2013-04-16Fix compilation on Android with the bionic C librarySebastian Dröge1-0/+2
2013-03-13glocalfileinfo: Stop using PATH_MAX for .hiddenRyan Lortie1-19/+13
2013-01-29Add g_close(), use itColin Walters1-1/+2
2013-01-11glocalfile: Only check for .hidden files if standard::is-hidden is requestedColin Walters1-4/+8
2012-12-06fileinfo: mark lost+found/ root directory as hiddenDavid Zeuthen1-0/+5
2012-12-06Support for .hidden filesTimothy Arceri1-1/+115
2012-11-28Unconditionally use g_content_type_get_symbolic_icon()Kalev Lember1-2/+0
2012-11-28Revert "Fix compilation on Android with the bionic C library"Sebastian Dröge1-2/+0
2012-11-28Fix compilation on Android with the bionic C librarySebastian Dröge1-0/+2
2012-11-20file-info: Don't leak the filename if thumbnailing failedDebarshi Ray1-0/+1
2012-10-26file-info: catch thumbnail files in large directory as wellCosimo Cecchi1-5/+14
2012-09-19gio: Fix build on WindowsChun-wei Fan1-0/+2
2012-08-30Add ability to get symbolic icon for content typeWilliam Jon McCann1-28/+47
2012-08-30Add symbolic icon support to gfileinfoWilliam Jon McCann1-21/+76
2012-08-28Switch all open() calls to use g_open()Colin Walters1-2/+2
2012-07-03Drop unneeded includesMatthias Clasen1-1/+0
2012-06-13Update to use XDG cache home for thumbnailsWilliam Jon McCann1-4/+4
2011-11-16localfileinfo: Split out attributes that don't need a statBenjamin Otte1-36/+44
2011-11-07docs: Improve g_variant_loop() docsBenjamin Otte1-1/+4
2011-09-08bgo#640212 - Replace "error stating file" with friendlier messagesFederico Mena Quintero1-2/+2
2011-05-03Fix usage of _GNU_SOURCEDan Winship1-1/+0
2011-04-26Squash some uninitialized variable compiler warningsColin Walters1-4/+4
2010-11-02glocalfileinfo: remove non-use of GTimeValRyan Lortie1-7/+7
2010-07-08Handle MLS selinux policy betterMatthias Clasen1-28/+48
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-1/+0
2010-03-30Define a public documented type for the struct stat used by g_stat()Tor Lillqvist1-6/+1
2010-02-04Clarify use of struct stat on WindowsTor Lillqvist1-4/+6
2009-11-26Pass in the right device to vfs->local_file_add_info for symlinksAlexander Larsson1-2/+5
2009-09-28Always report metadata on the path, not symlink targetAlexander Larsson1-10/+1
2009-09-07Remove a dead incrementMatthias Clasen1-1/+1
2009-09-01Use lchmod instead of stat + chown if availableBenjamin Otte1-3/+7
2009-09-01Bug 593406 - Permissions set to 777 after copying via NautilusBenjamin Otte1-5/+16
2009-09-01Only do the chmod NOFOLLOW_SYMLINK checks with HAVE_SYMLINKBenjamin Otte1-1/+3
2009-09-01Bug 593406 - Permissions set to 777 after copying via NautilusBenjamin Otte1-2/+10
2009-07-07Make it compile on Windows.Tor Lillqvist1-1/+2
2009-06-29add g_file_attribute_set_*_by_id() and use themBenjamin Otte1-48/+48
2009-06-29export and use _g_file_attribute_matcher_matches_id()Benjamin Otte1-47/+48
2009-06-23Add extension point for adding metadata for local filesAlexander Larsson1-11/+97
2009-06-15Support special icons for xdg user dirsMatthias Clasen1-2/+16
2009-05-17Fix error message in set_mtime_atime()Paul Pogonyshev1-1/+1
2009-04-22Fix translation from GIO's file attr to xattr attributesJohan Bilien1-1/+1
2009-04-08Only mark regular files as backup filesAlexander Larsson1-1/+2
2009-03-03Bug 562613 – Missing const modifier in string parametersAlexander Larsson1-3/+3