summaryrefslogtreecommitdiff
path: root/common/gvfsmountinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* common: Port GVfsMountInfo to GTaskOndrej Holy2017-03-281-198/+100
| | | | | | GSimpleAsyncResult is deprecated in favour of GTask and should be replaced. https://bugzilla.gnome.org/show_bug.cgi?id=747412
* common: Fix potential crash caused by missing g_strdupOndrej Holy2017-03-281-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=747412
* common: Fix memory leakOndrej Holy2017-03-281-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=747412
* common: Check BDMV folder before libblueray usageOndrej Holy2016-06-221-0/+11
| | | | | | | | | | | | | You can see the following errors from libblueray if you insert non-blueray disk: disc.c:350: error opening file BDMV/index.bdmv disc.c:350: error opening file BDMV/BACKUP/index.bdmv Unfortunately bd_set_debug_mask is not part of public API, so we have no control over the output. Let's do not use any libblueray API functions if BDMV dir does not exists to avoid such errors. https://bugzilla.gnome.org/show_bug.cgi?id=767909
* common: Fix possible crash with blank disksBastien Nocera2015-06-161-0/+8
| | | | | | Never call bd_open() with an empty path. https://bugzilla.gnome.org/show_bug.cgi?id=749093
* common: use nl_langinfo constants conditionallyOndrej Holy2014-03-271-1/+5
| | | | | | The _NL_ADDRESS_LANG_TERM and _NL_ADDRESS_COUNTRY_AB3 aren't portable. https://bugzilla.gnome.org/show_bug.cgi?id=726707
* common: Make autorun.inf parsing less stricttimeless2013-11-011-1/+1
| | | | | | | | | | Make the parsing of autorun.inf less strict by ignoring whitespace around "=". Tweaked by Ross Lagerwall to prevent a match occurring if the part after the "=" contains only whitespace. https://bugzilla.gnome.org/show_bug.cgi?id=595027
* Fix compiler warningsBastien Nocera2013-04-021-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=695834
* Use g_list_free_full() where applicableTomas Bzatek2013-01-171-2/+1
|
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
| | | | | | | | | | | | | | | Updating the address of the FSF. This has been done by: while read file; do sed -i 's:59 Temple Place:51 Franklin Street:' $file sed -i 's:Suite 330:Fifth Floor:' $file sed -i 's:02111-1307:02110-1301:' $file done https://bugzilla.gnome.org/show_bug.cgi?id=656598 Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
* common: Remove unneeded copied header fileBastien Nocera2011-04-081-1/+1
| | | | Turns out the header is properly shipped by libluray.
* common: Use libbluray to get Blu-Ray metadataBastien Nocera2011-04-071-164/+115
| | | | | | | This means we can finally get localised versions, and support the biggest thumbnails. https://bugzilla.gnome.org/show_bug.cgi?id=646984
* [common] Loading icon and title on Blu-ray video discsBastien Nocera2009-11-091-0/+250
| | | | | | | | | Using the BDMV/META/DL/bdmt_eng.xml file on BDMV discs, we can load better names and icons for the disc. Adds expat requirement to the common library if it is found. https://bugzilla.gnome.org/show_bug.cgi?id=600887
* Fix a ref leakMatthias Clasen2009-09-111-0/+1
| | | | This leak was pointed out by clang, and reported in bug 594832.
* Updated .xdg-volume-info format as per bug 551403: + Group name is "VolumeAlexander Larsson2009-03-051-11/+36
| | | | | | | | | | | | | 2009-03-05 Alexander Larsson <alexl@redhat.com> * common/gvfsmountinfo.c: Updated .xdg-volume-info format as per bug 551403: + Group name is "Volume Info" + Icon is not translated + support IconFile key svn path=/trunk/; revision=2291
* Bug 551403 – Support Reading Volume Icon/Name Information fromDavid Zeuthen2009-03-021-0/+712
2009-03-02 David Zeuthen <davidz@redhat.com> Bug 551403 – Support Reading Volume Icon/Name Information from .xdg-volume-info * common/Makefile.am: * common/gvfsmountinfo.[ch]: Move autorun file detection to common library. Also add routines for detecting .xdg-volume-info files. * monitor/hal/ghalmount.c: Use g_mount_info*() functions for detecting autorun and .xdg-volume-info files. svn path=/trunk/; revision=2276