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
/
gdu-device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
allow passing options to gdu_device_op_filesystem_mount()
David Zeuthen
2009-04-15
1
-2
/
+6
*
export new property device-detection-time
David Zeuthen
2009-04-15
1
-0
/
+9
*
export :device-presentation-hide property in the API
David Zeuthen
2009-04-15
1
-0
/
+9
*
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
1
-1
/
+1
*
update to latest daemon API for some ATA SMART changes
David Zeuthen
2009-04-06
1
-10
/
+16
*
update to latest DKD API where erase= and tasks within jobs has been removed
David Zeuthen
2009-04-02
1
-62
/
+7
*
remove gdu_device_is_busy() since device-is-busy was removed from the daemon
David Zeuthen
2009-04-02
1
-9
/
+0
*
add gdu_device_get_dev() to get the dev_t for a device
David Zeuthen
2009-04-02
1
-0
/
+12
*
update for daemon ABI changes for device-mount-path -> device-mount-paths
David Zeuthen
2009-04-02
1
-5
/
+14
*
rework partition table handling
David Zeuthen
2009-03-31
1
-38
/
+0
*
port to new DeviceKit-disks that uses libatasmart
David Zeuthen
2009-03-23
1
-96
/
+265
*
add support for device-is-media-change-detection-polling property
David Zeuthen
2009-03-16
1
-1
/
+9
*
fix a few memory leaks
David Zeuthen
2009-03-01
1
-1
/
+3
*
make sure we emit signals on add/change signals on GduPresentable
David Zeuthen
2009-02-27
1
-7
/
+2
*
use new device-presentation-name and -icon-name properties in DeviceKit-disks
David Zeuthen
2009-02-25
1
-0
/
+20
*
update to latest DeviceKit-disks API and rework API for GduDrive
David Zeuthen
2009-02-25
1
-47
/
+43
*
update for audio disc API changes in DeviceKit-disks
David Zeuthen
2009-02-20
1
-8
/
+8
*
add support for media detection bits recently added to DeviceKit-disks
David Zeuthen
2009-02-19
1
-0
/
+63
*
various header file and cosmetic fixes
David Zeuthen
2009-02-18
1
-1
/
+0
*
don't crash if GetAll() for device properties fails
David Zeuthen
2009-02-17
1
-4
/
+6
*
use new linux-md-home-host and linux-md-component-home-host properties
David Zeuthen
2009-02-17
1
-0
/
+20
*
fix up private data handling in all classes
David Zeuthen
2009-02-17
1
-1
/
+3
*
export name+uuid for linux-md devices
David Zeuthen
2009-02-15
1
-0
/
+20
*
export API for new cryptotext LUKS properties exposed by the DK-disks daemon
David Zeuthen
2009-02-15
1
-40
/
+64
*
make some methods on GduDevice private
David Zeuthen
2008-06-08
1
-11
/
+11
*
move all type definitions of private structures into gdu-shared.h
David Zeuthen
2008-06-08
1
-0
/
+1
*
hide constructors not supposed to be public
David Zeuthen
2008-06-08
1
-1
/
+1
*
split useful non-ui bits into a shared library called libgdu
David Zeuthen
2008-06-08
1
-0
/
+2200