summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix volume hole detectionDavid Zeuthen2009-03-311-6/+17
* return non-zero exit code if volume/drive to show does not existDavid Zeuthen2009-03-311-5/+13
* nuke nagging dialogDavid Zeuthen2009-03-311-32/+0
* add cmdline options to specify a deviceMatthias Clasen2009-03-311-5/+111
* unique application supportMatthias Clasen2009-03-314-0/+40
* start working on a details view for the grid playgroundDavid Zeuthen2009-03-317-15/+53
* rework partition table handlingDavid Zeuthen2009-03-314-66/+39
* fix some criticals where we tried to access non-existant widgetsDavid Zeuthen2009-03-301-3/+12
* don't show tasks if the number of tasks is undefined or less than 2Matthias Clasen2009-03-301-6/+10
* toolbar label improvementsMatthias Clasen2009-03-301-1/+6
* add some experimental code for grid-based layoutDavid Zeuthen2009-03-3012-1/+1716
* fix compiler warnings introduced by the last set of patchesDavid Zeuthen2009-03-281-1/+0
* improve the error dialogMatthias Clasen2009-03-281-3/+145
* add a missing 'else'Matthias Clasen2009-03-281-1/+1
* don't show dbus error namesMatthias Clasen2009-03-281-5/+0
* sync GduError to DevkitDisksErrorMatthias Clasen2009-03-282-4/+12
* rework terminology for filesystem labels / partition labelsDavid Zeuthen2009-03-275-6/+13
* use the term "Name" instead of "Label" when creating a partitionDavid Zeuthen2009-03-271-1/+1
* add some notes about terminologyDavid Zeuthen2009-03-261-0/+72
* fix the initial window sizeMatthias Clasen2009-03-261-2/+3
* more i18n fixupsDavid Zeuthen2009-03-262-12/+12
* string/i18n fixupsMatthias Clasen2009-03-2614-178/+357
* improved spacing for sectionsMatthias Clasen2009-03-266-14/+22
* update HACKING fileDavid Zeuthen2009-03-261-2/+38
* show "Passphrase can't be empty" hint if the passphrase is emptyDavid Zeuthen2009-03-261-6/+14
* don't allow empty passphrasesMatthias Clasen2009-03-261-1/+1
* avoid dialog resizingMatthias Clasen2009-03-261-1/+5
* trivial coding style fixMatthias Clasen2009-03-261-6/+8
* HIG fixesMatthias Clasen2009-03-261-3/+3
* fix up docsDavid Zeuthen2009-03-264-433/+5
* port to new DeviceKit-disks that uses libatasmartDavid Zeuthen2009-03-2322-879/+1256
* update MAINTAINERS fileDavid Zeuthen2009-03-161-1/+3
* add support for device-is-media-change-detection-polling propertyDavid Zeuthen2009-03-162-1/+10
* handle inactive and partitioned md devicesDavid Zeuthen2009-03-157-113/+131
* update to DeviceKit-disks HEAD that only exports a single Linux MD actionDavid Zeuthen2009-03-152-29/+0
* don't use g_free on a GIcon, use g_object_unref insteadDavid Zeuthen2009-03-041-1/+1
* add a nag dialog0.2David Zeuthen2009-03-021-0/+33
* update HACKING, README and TODODavid Zeuthen2009-03-023-31/+13
* update NEWS for releaseDavid Zeuthen2009-03-021-1/+11
* fix up POTFILES.inDavid Zeuthen2009-03-021-17/+18
* fix up docsDavid Zeuthen2009-03-022-12/+7
* add support for handling when the daemon is inhibitDavid Zeuthen2009-03-026-1/+63
* bump version to 0.2David Zeuthen2009-03-011-1/+1
* 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