summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* export information about optical discsDavid Zeuthen2008-06-062-0/+94
|
* add new icons from Mike LanglieDavid Zeuthen2008-06-0521-8/+7291
| | | | | | | | | | One is the fsck icon. Also three new icons - info - warning - error to be used in a future notification icon session daemon thingy.
* add name for LVM2_member in various utility functionsDavid Zeuthen2008-06-051-0/+10
|
* use the name "LVM2 Physical Volume" instead of "RAID" for LVM2_memberDavid Zeuthen2008-06-051-5/+8
|
* some of the PolicyKit actions in the daemon was renamedDavid Zeuthen2008-06-054-25/+38
| | | | | | | | See http://gitweb.freedesktop.org/?p=users/david/DeviceKit-disks.git;a=commitdiff;h=ce1237e02a78fe5ff630dce2b0ea7c06df4150e2 for details
* revert "update to new API where FilesystemSetLabel is renamed to SetLabel"David Zeuthen2008-06-053-22/+22
| | | | | | | | This reverts commit 960c4aba159a0cdf1e5090a80d6d4dba19ec98ba. See http://gitweb.freedesktop.org/?p=users/david/DeviceKit-disks.git;a=commitdiff;h=aeed84ae23bcc8d57bd28f889a3b3bd6c24d866e
* update to new API where FilesystemSetLabel is renamed to SetLabelDavid Zeuthen2008-06-053-22/+22
|
* update to new D-Bus errors in latest DeviceKit-disksDavid Zeuthen2008-06-058-140/+189
| | | | http://gitweb.freedesktop.org/?p=users/david/DeviceKit-disks.git;a=commitdiff;h=a27a58ec7b3d08fcb42cba95667cc85a6bc8960f
* update to latest DeviceKit-disks ABI that changed encrypted to luksDavid Zeuthen2008-06-0510-127/+129
| | | | http://gitweb.freedesktop.org/?p=users/david/DeviceKit-disks.git;a=commitdiff;h=70246f85e4da3085ca7c5a0cba7a5c358990b26f
* fix off-by-one bug in known-filesystems property parsingDavid Zeuthen2008-06-041-6/+7
|
* retrieve information about fs and encryption support from the daemonDavid Zeuthen2008-06-0313-120/+530
| | | | | | | | See this commit http://gitweb.freedesktop.org/?p=users/david/DeviceKit-disks.git;a=commitdiff;h=7e7c2daecf06b8c1e454d451a142b718cbacab09 for details.
* implement UI for FilesystemCheckDavid Zeuthen2008-06-025-7/+181
|
* attempt to clean up error handlingDavid Zeuthen2008-06-0213-48/+218
|
* catch up with authorization and ABI changes in DeviceKit-disksDavid Zeuthen2008-06-0217-105/+605
| | | | | | | | See this commit http://gitweb.freedesktop.org/?p=users/david/DeviceKit-disks.git;a=commitdiff;h=9f44a3ca0221f5e8d6afe9bc8ac52d6374fe9782 for details on how authorizations were reworked.
* pick up new property 'device-is-system-internal'David Zeuthen2008-06-012-0/+10
|
* add a "Take ownership of file system" check box to make ext3 etc. usefulDavid Zeuthen2008-06-016-6/+91
| | | | http://people.freedesktop.org/~david/gdu-take-ownership.png
* remove encryption dialogs when device is removedDavid Zeuthen2008-06-011-4/+23
|
* print name of device in encryption dialogsDavid Zeuthen2008-06-014-33/+114
|
* on unlock and passphrase change, indicate when a wrong passphrase is givenDavid Zeuthen2008-06-014-44/+143
|
* retry unlocking in idle handler to ensure job-spinner is hiddenDavid Zeuthen2008-06-011-3/+20
|
* update mapping from job-id to human readable nameDavid Zeuthen2008-06-011-7/+29
|
* don't free data on error pathsDavid Zeuthen2008-05-303-4/+4
| | | | | Apparently the generated glue (or dbus-glib) doesn't zero out the results on error paths :-/
* turn on more compiler warnings and fix up some code to get 0 warningsDavid Zeuthen2008-05-305-6/+81
|
* properly quote the mount point when launching the file managerDavid Zeuthen2008-05-301-1/+1
|
* rename function to start a Linux MD Software RAID arrayDavid Zeuthen2008-05-303-35/+30
|
* move smart data and smart attributes into separate classesDavid Zeuthen2008-05-309-508/+933
|
* fixup API for historical smart data retrievalDavid Zeuthen2008-05-303-25/+80
|
* remove GduDevice functions to match the D-Bus APIDavid Zeuthen2008-05-3013-267/+293
|
* rework GduDevice op error handling and raise all errors through GduShellDavid Zeuthen2008-05-2914-378/+715
|
* add name for the sdio connection interfaceDavid Zeuthen2008-05-261-0/+2
|
* adjust details for linux md arraysDavid Zeuthen2008-05-131-11/+17
| | | | s/Connected via Virtual/Linux Software RAID/
* in the details view for mounted devices, show a link for opening nautilusDavid Zeuthen2008-05-132-7/+39
|
* properly show swap spaceDavid Zeuthen2008-05-132-1/+16
|
* rip out the get_info() method, it's no longer usedDavid Zeuthen2008-05-136-310/+0
|
* write a TODO fileDavid Zeuthen2008-05-071-0/+49
|
* update list of translated files so distcheck worksDavid Zeuthen2008-05-071-14/+26
|
* some more work on the graphsDavid Zeuthen2008-05-062-72/+58
|
* work a bit more on the smart graphsDavid Zeuthen2008-05-052-20/+341
|
* add some work-in-progress graphing for SMART dataDavid Zeuthen2008-05-043-1/+343
|
* use new widget GduTimeLabel that is properly updated as time flowsDavid Zeuthen2008-05-045-32/+291
|
* update to new SMART API in DKD and provide UI for attributesDavid Zeuthen2008-05-0323-162/+1650
| | | | Also add gdu-specific icons for SMART status.
* the daemon can no longer be inhibitedDavid Zeuthen2008-04-281-25/+0
|
* catch up to latest DeviceKit-disks APIDavid Zeuthen2008-04-272-39/+39
|
* fix warnings on x64_64David Zeuthen2008-04-093-10/+4
|
* use a spin button (in addition to the hslider) when creating partitionsDavid Zeuthen2008-04-081-8/+52
|
* replace the page concept with a section conceptDavid Zeuthen2008-04-0738-5066/+4827
|
* ext3 filesystems can be renamed while mountedDavid Zeuthen2008-04-071-1/+1
|
* don't dup invalid strip when RetrieveSmartData() failsDavid Zeuthen2008-04-061-5/+6
|
* retrieve and show last_self_test_result as the daemon now returns this as wellDavid Zeuthen2008-04-063-6/+63
|
* fix 'make distcheck'David Zeuthen2008-04-053-3/+40
|