summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* don't show dbus error namesMatthias Clasen2009-03-281-5/+0
| | | | | | | | | Don't show dbus error names in error dialogs. The user is already frightened enough... http://bugzilla.gnome.org/show_bug.cgi?id=575710 Signed-off-by: David Zeuthen <davidz@redhat.com>
* sync GduError to DevkitDisksErrorMatthias Clasen2009-03-282-4/+12
| | | | | | | | | Make sure we have a matching code in GduError for each error that we can get from DevKitDisksError. http://bugzilla.gnome.org/show_bug.cgi?id=576894 Signed-off-by: David Zeuthen <davidz@redhat.com>
* rework terminology for filesystem labels / partition labelsDavid Zeuthen2009-03-275-6/+13
| | | | | | This is another iteration of this bug http://bugzilla.gnome.org/show_bug.cgi?id=576929#c6
* use the term "Name" instead of "Label" when creating a partitionDavid Zeuthen2009-03-271-1/+1
| | | | | | Bug 576929: partition label vs filesystem label http://bugzilla.gnome.org/show_bug.cgi?id=576929
* add some notes about terminologyDavid Zeuthen2009-03-261-0/+72
|
* fix the initial window sizeMatthias Clasen2009-03-261-2/+3
| | | | | | | | Here is a patch that makes the palimpsest window come up large enough to accomodate its content. I don't think the horizontal scrollbar on the tree adds anything, anyway. Signed-off-by: David Zeuthen <davidz@redhat.com>
* more i18n fixupsDavid Zeuthen2009-03-262-12/+12
| | | | Remove remaining translations of "-".
* string/i18n fixupsMatthias Clasen2009-03-2614-178/+357
| | | | | | | | | | | | | | | | | | | | | Here is a patch that changes many of the localized strings. There's a lot of change here, but the bulk of it is - remove markup from translations - add context to some short strings that may otherwise be hard to translate or clash - don't mark "-" for translation (if you really want to, you need to add context, but I don't think it makes sense) - fix plural handling in one place - mark some forgotten strings for translation http://bugzilla.gnome.org/show_bug.cgi?id=576423 Signed-off-by: David Zeuthen <davidz@redhat.com>
* improved spacing for sectionsMatthias Clasen2009-03-266-14/+22
| | | | | | | | Here is a patch that moves the spacing in and around sections closer to HIG http://bugzilla.gnome.org/show_bug.cgi?id=576350 Signed-off-by: David Zeuthen <davidz@redhat.com>
* 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
| | | | | | | Only enable the Change button if the new passphrase is not empty. This fixes bug 575910. Signed-off-by: David Zeuthen <davidz@redhat.com>
* avoid dialog resizingMatthias Clasen2009-03-261-1/+5
| | | | | | | Add a placeholder to avoid resizing the dialog when the warning_hbox is shown and hidden. Signed-off-by: David Zeuthen <davidz@redhat.com>
* trivial coding style fixMatthias Clasen2009-03-261-6/+8
| | | | | | Use temporaries for the passphrases to make the conditions more readable. Signed-off-by: David Zeuthen <davidz@redhat.com>
* HIG fixesMatthias Clasen2009-03-261-3/+3
| | | | | | The HIG calls for left-aligned labels. Signed-off-by: David Zeuthen <davidz@redhat.com>
* 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
| | | | ... since some git hook is now being bitchy about it
* add support for device-is-media-change-detection-polling propertyDavid Zeuthen2009-03-162-1/+10
| | | | | | | This property was added to DeviceKit-disks to avoid polling SATA AN capable drives. http://cgit.freedesktop.org/DeviceKit/DeviceKit-disks/commit/?id=bcd21b0908de1455bec1165f61cbc9eaf348a1e5
* handle inactive and partitioned md devicesDavid Zeuthen2009-03-157-113/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://cgit.freedesktop.org/DeviceKit/DeviceKit-disks/commit/?id=1c6e690dcdc5f31d69d39fc89a9db035802febcc for the 'inactive' bits. Basically we need this to cope with the current way autoassembly is handled by Fedora. E.g. if you put in half a mirror and then remove it again, there's an inactive array with a dangling symlink in sysfs. For partitioned md devices, this was introduced in the kernel with this commit http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=92850bbd71228730c80efd491e7427650188d359 Note that there's a bug in current udev (version 140ish) that prevents probing the partions of a md device. This will get fixed soon. To make it possible to partition an md device, we have moved the "Create partition table" section so it's only visible for a completely unrecognized device (e.g. when we only see a top-level block device with no partitions or no recognizable signature). The move of "Create partition table" makes the UI look a bit empty for disks that don't report SMART status; there's no sections at all. It also makes it a bit harder to completely format a disk. The former should be fixed by having some graphical representation of the partitions/content, the latter by having a File->New menu that launches a wizard to prepare formatting the disk.
* 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
| | | | | This fixes a crash when attempting to change the passphrase of a LUKS device.
* add a nag dialog0.2David Zeuthen2009-03-021-0/+33
| | | | http://people.freedesktop.org/~david/gdu-nag.png
* 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
|
* 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
| | | | | The main change is that we only show the crazy secure erase combo box if the user specifically selects the (new) Erase menu / toolbar item.
* 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
|
* fix up docsDavid Zeuthen2009-02-184-11/+461
|
* various header file and cosmetic fixesDavid Zeuthen2009-02-1831-251/+252
|