summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add a nag dialog0.2David Zeuthen2009-03-021-0/+33
* fix up docsDavid Zeuthen2009-03-021-1/+1
* add support for handling when the daemon is inhibitDavid Zeuthen2009-03-025-1/+62
* avoid using dbus_g_error_get_name() to determine if authorization is neededDavid Zeuthen2009-03-011-2/+6
* catch up with latest polkit action changes in DKDDavid Zeuthen2009-03-013-38/+22
* update to latest DKD polkit actions and fix up Linux MD activationDavid Zeuthen2009-03-013-204/+105
* fix a few memory leaksDavid Zeuthen2009-03-016-10/+30
* make sure we emit signals on add/change signals on GduPresentableDavid Zeuthen2009-02-276-37/+14
* use new device-presentation-name and -icon-name properties in DeviceKit-disksDavid Zeuthen2009-02-254-2/+56
* update to latest DeviceKit-disks API and rework API for GduDriveDavid Zeuthen2009-02-2511-301/+350
* choose the right icon for floppy mediaDavid Zeuthen2009-02-222-27/+42
* also use y as mnemonic for "Encrypt Device" check box everywhereDavid Zeuthen2009-02-221-1/+1
* add support for ext4 and add description for XFS file systemDavid Zeuthen2009-02-221-10/+26
* default to creating Master Boot Record partition tablesDavid Zeuthen2009-02-223-8/+8
* slightly rework and clean up the UIDavid Zeuthen2009-02-2213-136/+287
* don't grey the icon for unallocated/unrecognized dataDavid Zeuthen2009-02-221-12/+0
* fix up naming and icons for optical drives and optical discsDavid Zeuthen2009-02-222-10/+121
* add an extra line when displaying details about a presentableDavid Zeuthen2009-02-211-86/+143
* include KiB, MiB and GiB in the long string representations of sizeDavid Zeuthen2009-02-211-16/+73
* update for audio disc API changes in DeviceKit-disksDavid Zeuthen2009-02-203-11/+40
* add support for media detection bits recently added to DeviceKit-disksDavid Zeuthen2009-02-193-0/+76
* add dummy member to empty private structDavid Zeuthen2009-02-191-0/+1
* various header file and cosmetic fixesDavid Zeuthen2009-02-1831-251/+252
* handle when slaves are added/removed to a Linux MD arrayDavid Zeuthen2009-02-181-1/+26
* fix a few memory leaksDavid Zeuthen2009-02-175-10/+17
* use powers of ten for device sizesDavid Zeuthen2009-02-172-8/+8
* don't crash if GetAll() for device properties failsDavid Zeuthen2009-02-171-4/+6
* avoid leading white-space for drive name when vendor is NULL or blankDavid Zeuthen2009-02-171-4/+12
* use drive-removable-media-* for volumes from drives with removable mediaDavid Zeuthen2009-02-172-12/+52
* don't include the size in the name for a Linux MD raid arrayDavid Zeuthen2009-02-171-18/+2
* add gdu-unmountable icon but don't use it yet...David Zeuthen2009-02-171-1/+10
* add dummy member to private struct since GObject don't like empty privsDavid Zeuthen2009-02-171-0/+1
* use a better icon size when listing RAID componentsDavid Zeuthen2009-02-171-1/+1
* use new linux-md-home-host and linux-md-component-home-host propertiesDavid Zeuthen2009-02-177-20/+92
* fix up private data handling in all classesDavid Zeuthen2009-02-1725-25/+74
* rework device detection to be more robust and rework how Linux MD is handledDavid Zeuthen2009-02-1723-1975/+2149
* add new gdu_presentable_get_id functionDavid Zeuthen2009-02-157-2/+136
* export name+uuid for linux-md devicesDavid Zeuthen2009-02-152-0/+22
* export API for new cryptotext LUKS properties exposed by the DK-disks daemonDavid Zeuthen2009-02-152-40/+67
* export API to get LUKS secret and reword the keyring descriptionDavid Zeuthen2009-02-153-2/+50
* return a GIcon instead of an icon nameDavid Zeuthen2009-02-129-107/+142
* update licensing so code is LGPLv2+ and icons are GPLv2+David Zeuthen2008-07-209-108/+108
* add API_IS_SUBJECT_TO_CHANGE_FUCK_ME_HARDER_ETC checks for libgdu / libgdu-gtkDavid Zeuthen2008-07-205-13/+29
* add API to get objects by device fileDavid Zeuthen2008-06-272-3/+63
* fix marshaller typeDavid Zeuthen2008-06-111-1/+1
* fix signal reg since the daemon now uses object paths instead of stringsDavid Zeuthen2008-06-111-4/+4
* forgot to add gdu.hDavid Zeuthen2008-06-101-0/+49
* move disk utility source to separate directory and rename app to PalimpsestDavid Zeuthen2008-06-1033-69/+85
* move some UI bits into a new libgdu-gtk libraryDavid Zeuthen2008-06-1014-18/+92
* add docs for GduActivatableDriveDavid Zeuthen2008-06-092-0/+108