summaryrefslogtreecommitdiff
path: root/monitor/gdu
Commit message (Expand)AuthorAgeFilesLines
* build: Remove autotoolsIñigo Martínez2018-04-061-70/+0
* Remove redundant gmodule.h includesOndrej Holy2018-04-031-1/+0
* build: Revise dependenciesIñigo Martínez2018-04-031-2/+4
* build: Fix gdu monitor build when gudev is disabledTing-Wei Lan2018-01-241-1/+4
* build: Make SystemdService entry conditionalIñigo Martínez2017-11-071-10/+19
* build: Fix GIO_MODULE_DIR in GDU volume monitorIñigo Martínez2017-11-071-1/+1
* build: Improve installation on system pathsIñigo Martínez2017-10-311-3/+3
* build: Fix missing GDU monitor service fileIñigo Martínez2017-10-311-0/+2
* build: Port to meson build systemIñigo Martínez2017-10-312-0/+61
* Use Unicode in translatable stringsPiotr Drąg2016-10-032-3/+3
* build: Add --with-systemduserunitdir optionYaroslav Shmelev2016-01-221-1/+2
* Add a corresponding systemd user service for every D-Bus session serviceSimon McVittie2015-09-303-3/+27
* Make all gvfs daemons own a name under org.gtk.vfs.*Alexander Larsson2015-09-034-4/+4
* monitor: Rename deprecated g_unix_mount_monitor_newOndrej Holy2015-04-201-1/+1
* gdu: add translators commentsOndrej Holy2014-05-301-0/+2
* gdu,udisks2: Make use of new udev propertyZeeshan Ali (Khattak)2013-02-181-1/+6
* gdu volume monitor: Don't unref possibly NULL objectTomas Bzatek2012-09-141-1/+1
* gdu volume monitor: Handle gdu_pool_new() returning NULL gracefullyMichael Terry2012-09-141-21/+34
* Remove unused code from client libsAlexander Larsson2012-08-211-0/+1
* Update the Address of the FSFFelix Möller2012-07-309-18/+18
* trivial: remove unused definesCosimo Cecchi2012-07-111-3/+0
* Port volume monitoring and metadata to GDBusTomas Bzatek2012-06-041-2/+0
* Purge hardcoded -DG_DISABLE_DEPRECATEDColin Walters2011-10-121-1/+0
* gdu volume monitor: Mark bootable mounts as suchZeeshan Ali (Khattak)2011-09-192-0/+35
* gdu: Don't ignore fstab mounts belonging to crypto volumesTomas Bzatek2011-08-301-1/+27
* Fix more leaks of GSimpleAsyncResultTomas Bzatek2011-08-221-1/+3
* Respect UDISKS_AUTOMOUNT_HINT available in recent udisks and gnome-disk-utilityDavid Zeuthen2011-07-111-0/+9
* Fix singular/plural form confusion with media/medium. Reported by Bruce Cowan...Kjartan Maraas2011-05-241-1/+1
* Automount flash card readersAyan George2011-05-031-0/+13
* gdu volume monitor: Fix check for symlinks in /dev, was reversedAlexander Larsson2011-04-151-1/+1
* [gdu] Fix setting the BDMV nameBastien Nocera2011-04-071-1/+1
* Cleanups and fixes for compiler warningsKjartan Maraas2011-03-171-6/+2
* Hide mounts having a path element starting with dotTomas Bzatek2010-11-161-0/+4
* Do not ignore CD drives with blank mediaMartin Pitt2010-04-141-3/+4
* Identify gdu volume objects using presentable id, not the device fileDavid Zeuthen2010-02-191-46/+29
* Clarify comment in should_drive_be_ignored() functionDavid Zeuthen2010-02-191-3/+1
* Add has_presentable() method to GGduVolumeDavid Zeuthen2010-02-192-0/+11
* Use g_strcmp0 to compare strings, not ==David Zeuthen2010-02-191-1/+1
* Handle GduDevice being NULL when stopping the driveDavid Zeuthen2010-02-191-32/+31
* If a GGduDrive lacks a GduDevice, set removable to FALSEDavid Zeuthen2010-02-191-1/+1
* Update comment stating that it's fine to have a NULL GduDeviceDavid Zeuthen2010-02-191-1/+3
* [gdu] Be more careful with automounting - use a whitelistDavid Zeuthen2009-12-081-4/+47
* [gdu] Prefer using dev_t to device file when comparing devicesDavid Zeuthen2009-12-086-12/+109
* [gdu] Stop assuming that drives have no enclosing presentableDavid Zeuthen2009-12-082-28/+66
* [gdu] Use BDMV icon and name if availableBastien Nocera2009-11-091-7/+46
* Gently handle NULL GduDevice objectsTomas Bzatek2009-11-022-62/+132
* Remove dead codeTomas Bzatek2009-11-021-12/+1
* Silently drop eject error messages when detaching driveTomas Bzatek2009-10-131-2/+13
* Disallow ejecting empty drivesTomas Bzatek2009-10-131-1/+3
* Use $(AM_V_GEN) for more silent buildChristian Persch2009-10-091-1/+1