summaryrefslogtreecommitdiff
path: root/monitor/udisks2/gvfsudisks2drive.c
Commit message (Expand)AuthorAgeFilesLines
* udisks2: Fix crashes caused by missing source tagwip/oholy/udisks2-timeouts-when-stoppingOndrej Holy2018-05-261-0/+1
* udisks2: Remove some gdu leftoversOndrej Holy2018-04-171-1/+1
* udisks2: Port GVfsUDisks2Drive to GTaskOndrej Holy2017-11-281-173/+72
* udisks2: Refactor notification handlingOndrej Holy2017-01-111-2/+2
* monitor: Add g_drive_is_removable() supportOndrej Holy2016-05-201-2/+15
* udisks2: Fix wrong types to avoid warningsOndrej Holy2016-04-291-1/+1
* udisks2: Lock unlocked volumes on eject/stopOndrej Holy2016-04-061-56/+160
* udisks2: Do not show notification if unmount failedOndrej Holy2015-12-071-3/+3
* udisks2: Compile function only if we have udisks >= 2.0.90Ross Lagerwall2013-11-301-0/+2
* udisks2: don't set GDrive.can_stop to TRUE if drive has removable mediaDavid Zeuthen2012-12-111-7/+12
* If a drive is hotplugged and CanPowerOff is TRUE, set can_stop to TRUEDavid Zeuthen2012-12-111-5/+182
* Use UDisksObjectInfo API from udisks 2.0.90, if available, for symbolic iconsDavid Zeuthen2012-11-201-8/+58
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* udisks2: implement show-unmount-progressCosimo Cecchi2012-07-111-1/+21
* udisks2: simplify some codeCosimo Cecchi2012-07-111-4/+0
* udisks2: plug a memory leakCosimo Cecchi2012-07-111-9/+5
* udisks2: Show "Eject Anyway" (not "Unmount Anyway") if ejectingDavid Zeuthen2012-05-151-0/+7
* udisks2: set can_eject correctlyDavid Zeuthen2012-05-151-2/+1
* Update copyrightsDavid Zeuthen2012-01-201-1/+1
* Use Drive:Ejectable to determine if a drive is ejectableDavid Zeuthen2012-01-101-5/+1
* Use Drive:SortKey for sorting drive objectsDavid Zeuthen2012-01-101-5/+1
* Catch up with udisks change from major/minor to dev_tDavid Zeuthen2011-10-301-1/+1
* udisks2: implement get_sort_key() methodsDavid Zeuthen2011-10-141-1/+24
* Support floppy drivesDavid Zeuthen2011-10-101-2/+6
* udisks2: Catch up with udisks changesDavid Zeuthen2011-09-301-6/+7
* udisks2: nuke debug spewDavid Zeuthen2011-09-281-2/+0
* Map UDisksError to GIOError and use FAILED_HANDLED for dismissed polkit dialogsDavid Zeuthen2011-09-281-2/+7
* udisks2: implement eject methodsDavid Zeuthen2011-09-281-2/+265
* udisks2: implement mount and unmount methodsDavid Zeuthen2011-09-281-1/+1
* Implement rudimentary parts of the udisks2 volume monitorDavid Zeuthen2011-09-271-0/+449