| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
We need this for the gvfs monitor to pass the 'flush' option for vfat.
|
| |\ |
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
http://cgit.freedesktop.org/DeviceKit/DeviceKit-disks/commit/?id=52443c7793ca55cf53036ecb29a6032e9823b7dd
http://people.freedesktop.org/~david/gdu-multiple-mount-points.png
We're keeping gdu_device_get_mount_path() around for the time being to
avoid breaking too much ABI in libgdu.
|
| |
|
|
|
|
|
|
|
|
|
| |
> the lock/unlock buttons only work on the encrypted partition, not on the child
> partition that I get when unlocking. I think that is _slightly_ confusing,
> since the child partition is described as "Unlocked Encrypted LUKS Volume", and
> I would expect that I can lock something again that is described as "unlocked".
We're going to call it "Cleartext LUKS Device" to avoid this confusion.
http://bugzilla.gnome.org/show_bug.cgi?id=576435
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I was trying to delete a partition that was inside an extended partition. The
partitions I have are
part1
part2
part3
[extended]
part4
part5
part6
I was going to delete part6. I got a warning dialog that was talking about
deleting "partition 7 on the media". This had me slightly confused, because my
naming choice didn't make it obvious that part6 is the seventh. I think it
would be better to mention the label in the warning dialog, if there is a
label.
Similarly, when deleting an extended partition, the warning should make it very
clear that all the partitions contained in the extended partition will be
deleted too.
http://bugzilla.gnome.org/show_bug.cgi?id=576431
Signed-off-by: David Zeuthen <davidz@redhat.com>
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
Accept --show-drive=/dev/sdb or --show-volume=/dev/sdb2 to specify
which device to show initially. This will allow the S.M.A.R.T.
warning icon to bring up palimpsest showing the problematic drive.
Signed-off-by: David Zeuthen <davidz@redhat.com>
|
| |
|
|
|
|
| |
Make palimpsest a unique application, using libunique.
Signed-off-by: David Zeuthen <davidz@redhat.com>
|
| | |
|
| |
|
|
|
|
| |
http://bugzilla.gnome.org/show_bug.cgi?id=575854
Signed-off-by: David Zeuthen <davidz@redhat.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Here is what the HIG says about toolbar labels:
- Keep this description as short as possible, preferably a single verb
- No trailing ellipsis
Here is a patch to improve the palimpsest toolbar in that respect.
http://bugzilla.gnome.org/show_bug.cgi?id=576347
Signed-off-by: David Zeuthen <davidz@redhat.com>
|
| |
|
|
|
|
|
|
|
| |
Show a translated string explaining error->code and move the raw
error->message to a details expander.
http://bugzilla.gnome.org/show_bug.cgi?id=575710
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>
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Rather than relying on add, remove signals, recompute the full set of
presentables we want. Then diff it against the presentables we already
have and emit the events in the right order. This is significantly
more robust compared to all the special casing we had earlier.
Also fold main functionality of GduActivatableDrive into GduDrive (a
GduDrive now has the notion of whether it is running, ops for
starting/stopping and so forth) and rename the GduActivatableDrive to
GduLinuxMdDrive.
|
| | |
|
| | |
|
| | |
|
| |
|