| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
This is another iteration of this bug
http://bugzilla.gnome.org/show_bug.cgi?id=576929#c6
|
|
|
|
|
|
| |
Bug 576929: partition label vs filesystem label
http://bugzilla.gnome.org/show_bug.cgi?id=576929
|
| |
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Remove remaining translations of "-".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
|
|
|
|
|
|
| |
Only enable the Change button if the new passphrase is not empty.
This fixes bug 575910.
Signed-off-by: David Zeuthen <davidz@redhat.com>
|
|
|
|
|
|
|
| |
Add a placeholder to avoid resizing the dialog when the warning_hbox
is shown and hidden.
Signed-off-by: David Zeuthen <davidz@redhat.com>
|
|
|
|
|
|
| |
Use temporaries for the passphrases to make the conditions more readable.
Signed-off-by: David Zeuthen <davidz@redhat.com>
|
|
|
|
|
|
| |
The HIG calls for left-aligned labels.
Signed-off-by: David Zeuthen <davidz@redhat.com>
|
| |
|
| |
|
|
|
|
| |
... since some git hook is now being bitchy about it
|
|
|
|
|
|
|
| |
This property was added to DeviceKit-disks to avoid polling SATA AN
capable drives.
http://cgit.freedesktop.org/DeviceKit/DeviceKit-disks/commit/?id=bcd21b0908de1455bec1165f61cbc9eaf348a1e5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
This fixes a crash when attempting to change the passphrase of a LUKS
device.
|
|
|
|
| |
http://people.freedesktop.org/~david/gdu-nag.png
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|