summaryrefslogtreecommitdiff
path: root/monitor
Commit message (Expand)AuthorAgeFilesLines
* Respect Block:HintIgnore propertyDavid Zeuthen2012-01-201-0/+4
* Use Block:HintAuto instead of Drive:Removable to determine automountDavid Zeuthen2012-01-201-1/+1
* Don't prompt for passphrase if it's already in the /etc/crypttab fileDavid Zeuthen2012-01-191-33/+68
* Fix typo in fstab exampleDavid Zeuthen2012-01-181-1/+1
* Fix typoDavid Zeuthen2012-01-181-1/+2
* Clarify a couple of things in the what-is-shown.txt docDavid Zeuthen2012-01-181-16/+13
* Add text file describing how to influence what mounts are shownDavid Zeuthen2012-01-181-0/+57
* Use comment=gvfs-show and -hide instead of -show=1|True|0|FalseDavid Zeuthen2012-01-182-7/+14
* Rework and simplify code for determining if a volume/mount is to be shownDavid Zeuthen2012-01-171-45/+121
* Fix off-by-one when parsing mount options with a value of length 1David Zeuthen2012-01-171-1/+1
* Add a TODO item with a reference to bug 668132David Zeuthen2012-01-171-0/+21
* 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
* Set should_automount and can_mount properties to make automounting workDavid Zeuthen2012-01-061-0/+28
* 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
* Use a timeout of ten seconds when spawning commandsDavid Zeuthen2011-12-224-5/+55
* Spawn helpers asynchronously, not synchronouslyDavid Zeuthen2011-12-224-189/+572
* Use comment=gvfs-name=VALUE and comment=gvfs-icon=VALUEDavid Zeuthen2011-12-121-3/+3
* Catch up with udisks change from major/minor to dev_tDavid Zeuthen2011-10-302-2/+2
* Merge branch 'master' into wip/udisks2David Zeuthen2011-10-261-1/+0
|\
| * Adapt to GLib 2.31 deprecations and thread API changesMatthias Clasen2011-10-211-1/+0
* | udisks2: catch up with latest udisks changesDavid Zeuthen2011-10-241-2/+4
* | udisks2: fix check for whether the umount(8) command should be usedDavid Zeuthen2011-10-221-1/+1
* | Merge branch 'master' into wip/udisks2David Zeuthen2011-10-186-5/+172
|\ \ | |/
| * Support get_sort_key() in out-of-process volume monitors and gvfs-mount(1)David Zeuthen2011-10-186-5/+172
* | udisks2: update volume monitor when the volume changesDavid Zeuthen2011-10-141-7/+17
* | udisks2: Check for NULL volume when unmountingDavid Zeuthen2011-10-141-1/+3
* | udisks2: implement get_sort_key() methodsDavid Zeuthen2011-10-143-6/+55
* | Merge branch 'master' into wip/udisks2David Zeuthen2011-10-145-6/+0
|\ \ | |/
| * Purge hardcoded -DG_DISABLE_DEPRECATEDColin Walters2011-10-125-6/+0
* | Support floppy drivesDavid Zeuthen2011-10-103-13/+43
* | udisks2: handle when g_dbus_interface_get_object() returns NULLDavid Zeuthen2011-10-073-10/+37
* | 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-063-14/+59
* | udisks2: also use comment=gvfs.{name,icon_name} in the udisks caseDavid Zeuthen2011-10-063-30/+59
* | 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-053-170/+449
* | udisks2: URI unescape mount options read from /etc/fstabDavid Zeuthen2011-10-041-2/+2
* | udisks2: use udisks hints for name and iconDavid Zeuthen2011-09-301-0/+16
* | udisks2: Catch up with udisks changesDavid Zeuthen2011-09-302-12/+14
* | udisks2: support fstab comments to set name and iconDavid Zeuthen2011-09-291-2/+41
* | 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-297-111/+496
* | udisks2: support unmounting non-udisks mounts using the /bin/umount commandDavid Zeuthen2011-09-292-50/+165
* | udisks2: don't leak the processes arrayDavid Zeuthen2011-09-291-1/+2
* | udisks2: report x-content/blank-* type for blank discsDavid Zeuthen2011-09-291-16/+19
* | udisks2: handle blank and audio discsDavid Zeuthen2011-09-293-34/+223
* | udisks2: nuke debug spewDavid Zeuthen2011-09-283-5/+2