index
:
gnome-disk-utility.git
master
nautilus-gdu
notification
nautilus integration to gnome-disk-utility
Tomas Bzatek
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gdu
Commit message (
Expand
)
Author
Age
Files
Lines
*
allow passing options to gdu_device_op_filesystem_mount()
David Zeuthen
2009-04-15
2
-2
/
+7
*
export new property device-detection-time
David Zeuthen
2009-04-15
2
-0
/
+10
*
export :device-presentation-hide property in the API
David Zeuthen
2009-04-15
2
-0
/
+10
*
clean up some more debug spew
David Zeuthen
2009-04-15
1
-2
/
+2
*
only spew debug if GDU_DEBUG is set to 1
David Zeuthen
2009-04-15
2
-1
/
+33
*
for now, prepend the D-Bus error name to the error string from the daemon
David Zeuthen
2009-04-08
1
-0
/
+9
*
fix volume hole detection, logical partitions start at five, not four
David Zeuthen
2009-04-06
1
-1
/
+6
*
all D-Bus object paths are now prefixed with /org/freedesktop/DeviceKit/Disks
David Zeuthen
2009-04-06
1
-3
/
+3
*
update to latest daemon API for some ATA SMART changes
David Zeuthen
2009-04-06
2
-11
/
+23
*
update to latest DKD API where erase= and tasks within jobs has been removed
David Zeuthen
2009-04-02
7
-154
/
+25
*
update to trimmed set of errors returned by the daemon
David Zeuthen
2009-04-02
2
-64
/
+4
*
remove gdu_device_is_busy() since device-is-busy was removed from the daemon
David Zeuthen
2009-04-02
2
-10
/
+0
*
add gdu_device_get_dev() to get the dev_t for a device
David Zeuthen
2009-04-02
2
-0
/
+13
*
update for daemon ABI changes for device-mount-path -> device-mount-paths
David Zeuthen
2009-04-02
2
-5
/
+15
*
fix volume hole detection
David Zeuthen
2009-03-31
1
-6
/
+17
*
rework partition table handling
David Zeuthen
2009-03-31
3
-61
/
+36
*
fix compiler warnings introduced by the last set of patches
David Zeuthen
2009-03-28
1
-1
/
+0
*
add a missing 'else'
Matthias Clasen
2009-03-28
1
-1
/
+1
*
don't show dbus error names
Matthias Clasen
2009-03-28
1
-5
/
+0
*
sync GduError to DevkitDisksError
Matthias Clasen
2009-03-28
2
-4
/
+12
*
port to new DeviceKit-disks that uses libatasmart
David Zeuthen
2009-03-23
14
-627
/
+851
*
add support for device-is-media-change-detection-polling property
David Zeuthen
2009-03-16
2
-1
/
+10
*
handle inactive and partitioned md devices
David Zeuthen
2009-03-15
4
-105
/
+87
*
fix up docs
David Zeuthen
2009-03-02
1
-1
/
+1
*
add support for handling when the daemon is inhibit
David Zeuthen
2009-03-02
4
-0
/
+55
*
avoid using dbus_g_error_get_name() to determine if authorization is needed
David Zeuthen
2009-03-01
1
-2
/
+6
*
update to latest DKD polkit actions and fix up Linux MD activation
David Zeuthen
2009-03-01
3
-204
/
+105
*
fix a few memory leaks
David Zeuthen
2009-03-01
3
-9
/
+21
*
make sure we emit signals on add/change signals on GduPresentable
David Zeuthen
2009-02-27
6
-37
/
+14
*
use new device-presentation-name and -icon-name properties in DeviceKit-disks
David Zeuthen
2009-02-25
4
-2
/
+56
*
update to latest DeviceKit-disks API and rework API for GduDrive
David Zeuthen
2009-02-25
9
-223
/
+280
*
choose the right icon for floppy media
David Zeuthen
2009-02-22
2
-27
/
+42
*
add support for ext4 and add description for XFS file system
David Zeuthen
2009-02-22
1
-10
/
+26
*
fix up naming and icons for optical drives and optical discs
David Zeuthen
2009-02-22
2
-10
/
+121
*
include KiB, MiB and GiB in the long string representations of size
David Zeuthen
2009-02-21
1
-16
/
+73
*
update for audio disc API changes in DeviceKit-disks
David Zeuthen
2009-02-20
2
-9
/
+9
*
add support for media detection bits recently added to DeviceKit-disks
David Zeuthen
2009-02-19
3
-0
/
+76
*
various header file and cosmetic fixes
David Zeuthen
2009-02-18
31
-251
/
+252
*
handle when slaves are added/removed to a Linux MD array
David Zeuthen
2009-02-18
1
-1
/
+26
*
fix a few memory leaks
David Zeuthen
2009-02-17
5
-10
/
+17
*
use powers of ten for device sizes
David Zeuthen
2009-02-17
1
-3
/
+3
*
don't crash if GetAll() for device properties fails
David Zeuthen
2009-02-17
1
-4
/
+6
*
avoid leading white-space for drive name when vendor is NULL or blank
David Zeuthen
2009-02-17
1
-4
/
+12
*
use drive-removable-media-* for volumes from drives with removable media
David Zeuthen
2009-02-17
2
-12
/
+52
*
don't include the size in the name for a Linux MD raid array
David Zeuthen
2009-02-17
1
-18
/
+2
*
add gdu-unmountable icon but don't use it yet...
David Zeuthen
2009-02-17
1
-1
/
+10
*
use new linux-md-home-host and linux-md-component-home-host properties
David Zeuthen
2009-02-17
6
-20
/
+71
*
fix up private data handling in all classes
David Zeuthen
2009-02-17
10
-10
/
+29
*
rework device detection to be more robust and rework how Linux MD is handled
David Zeuthen
2009-02-17
17
-1808
/
+1985
*
add new gdu_presentable_get_id function
David Zeuthen
2009-02-15
7
-2
/
+136
[next]