summaryrefslogtreecommitdiff
path: root/monitor/udisks2/gvfsudisks2volumemonitor.c
Commit message (Expand)AuthorAgeFilesLines
* udisks2: don't show loop devices set up by other usersDavid Zeuthen2012-05-031-1/+18
* udisks2: Remove support for ID_SEAT=allDavid Zeuthen2012-04-301-1/+1
* udisks2: don't automount if drive is shared across all seatsDavid Zeuthen2012-04-231-1/+1
* udisks2: don't show drives from other seats and special-case seat "all"David Zeuthen2012-04-221-10/+37
* udisks2: Set should_automount correctly when starting upDavid Zeuthen2012-04-181-25/+41
* udisks2: Fix some memory leaksDavid Zeuthen2012-04-091-0/+9
* Use /run/media/$USER instead of $XDG_RUNTIME_DIR/mediaDavid Zeuthen2012-02-221-10/+11
* udisks2: Only show $XDG_RUNTIME_DIR mounts if they are in media dirDavid Zeuthen2012-02-181-1/+2
* For mount options, switch from comment=gvfs to x-gvfsDavid Zeuthen2012-01-241-3/+3
* Update copyrightsDavid Zeuthen2012-01-201-1/+1
* Reword a couple of commentsDavid Zeuthen2012-01-201-8/+8
* s/TODO/Idea/David Zeuthen2012-01-201-3/+3
* Expand TODO item pontificating whether a GDrive should be added or notDavid Zeuthen2012-01-201-3/+11
* Respect Block:HintIgnore propertyDavid Zeuthen2012-01-201-0/+4
* Use comment=gvfs-show and -hide instead of -show=1|True|0|FalseDavid Zeuthen2012-01-181-6/+11
* Rework and simplify code for determining if a volume/mount is to be shownDavid Zeuthen2012-01-171-45/+121
* Add a TODO item with a reference to bug 668132David Zeuthen2012-01-171-0/+21
* Use simpler version of g_unix_mount_should_display()David Zeuthen2012-01-061-1/+75
* Properly handle LABEL= and UUID= fstab entriesDavid Zeuthen2012-01-051-3/+43
* Support floppy drivesDavid Zeuthen2011-10-101-5/+18
* udisks2: handle when g_dbus_interface_get_object() returns NULLDavid Zeuthen2011-10-071-2/+9
* udisks2: nuke even more debug spewDavid Zeuthen2011-10-061-4/+1
* udisks2: nuke debug spewDavid Zeuthen2011-10-061-4/+1
* udisks2: handle when a mount is added before its containing volumeDavid Zeuthen2011-10-061-12/+49
* udisks2: don't show fstab volume if the ref device exists but has no mediaDavid Zeuthen2011-10-061-25/+44
* udisks2: handle display, unlock/mount and unmount/lock of LUKS devicesDavid Zeuthen2011-10-051-114/+42
* udisks2: prefer udisks volume to fstab mount point if both existDavid Zeuthen2011-09-291-13/+49
* udisks2: generate volume objects from /etc/fstab entriesDavid Zeuthen2011-09-291-11/+245
* udisks2: support unmounting non-udisks mounts using the /bin/umount commandDavid Zeuthen2011-09-291-0/+37
* udisks2: handle blank and audio discsDavid Zeuthen2011-09-291-10/+197
* udisks2: nuke debug spewDavid Zeuthen2011-09-281-2/+2
* udisks2: (partially) implement guess_content_type() methodsDavid Zeuthen2011-09-281-0/+12
* udisks2: implement mount and unmount methodsDavid Zeuthen2011-09-281-2/+14
* Implement rudimentary parts of the udisks2 volume monitorDavid Zeuthen2011-09-271-15/+877
* Clean up constructorDavid Zeuthen2011-09-261-4/+1
* Initialize udisks clientDavid Zeuthen2011-09-261-18/+44
* udisks2: Add empty volume monitor skeletonDavid Zeuthen2011-09-261-0/+189