summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* move all type definitions of private structures into gdu-shared.hDavid Zeuthen2008-06-0821-31/+22
|
* use #ifndef for GDU_POOL_H to hide it in the generated docsDavid Zeuthen2008-06-081-1/+1
|
* hide constructors not supposed to be publicDavid Zeuthen2008-06-0812-50/+61
|
* add docs for the GduPresentable interfaceDavid Zeuthen2008-06-082-3/+129
|
* create a header file with shared type definitionsDavid Zeuthen2008-06-086-8/+45
|
* add docs for GduErrorDavid Zeuthen2008-06-083-1/+63
|
* initial stab at adding gtk-doc support to libgduDavid Zeuthen2008-06-086-1/+200
|
* forgot to add new files for libgduDavid Zeuthen2008-06-082-0/+108
|
* split useful non-ui bits into a shared library called libgduDavid Zeuthen2008-06-0848-88/+104
|
* forgot to add gdu-process.[ch]David Zeuthen2008-06-082-0/+249
|
* split deps into separate CFLAGS and LIBSDavid Zeuthen2008-06-082-16/+38
|
* move utility functions depending on GTK+ into a separate fileDavid Zeuthen2008-06-0813-1769/+1892
|
* first cut at a useful dialog if the fs is busy on unmountingDavid Zeuthen2008-06-079-6/+565
| | | | http://people.freedesktop.org/~david/gdu-fs-busy.png
* implement eject and move a few methods aroundDavid Zeuthen2008-06-0614-80/+186
|
* 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
|