summaryrefslogtreecommitdiffstats
path: root/src/palimpsest
Commit message (Collapse)AuthorAgeFilesLines
* allow passing options to gdu_device_op_filesystem_mount()David Zeuthen2009-04-151-0/+1
| | | | We need this for the gvfs monitor to pass the 'flush' option for vfat.
* Merge branch 'master' of ssh://git.gnome.org/git/gnome-disk-utilityDavid Zeuthen2009-04-111-1/+1
|\
| * allow sections to expand, otherwise the treeview for RAID is never shownDavid Zeuthen2009-04-081-1/+1
| |
* | setup textdomain so translations workDavid Zeuthen2009-04-111-0/+4
|/
* update to latest daemon API for some ATA SMART changesDavid Zeuthen2009-04-061-1/+1
|
* update to latest DKD API where erase= and tasks within jobs has been removedDavid Zeuthen2009-04-027-75/+33
|
* update to trimmed set of errors returned by the daemonDavid Zeuthen2009-04-021-49/+4
|
* update for daemon ABI changes for device-mount-path -> device-mount-pathsDavid Zeuthen2009-04-021-11/+16
| | | | | | | | | 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.
* bug 576435 – confusing luks labelingDavid Zeuthen2009-03-311-1/+1
| | | | | | | | | | | > 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
* bug 576431 – better warningMatthias Clasen2009-03-311-13/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* 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
| | | | | | | | 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>
* unique application supportMatthias Clasen2009-03-312-0/+37
| | | | | | Make palimpsest a unique application, using libunique. Signed-off-by: David Zeuthen <davidz@redhat.com>
* rework partition table handlingDavid Zeuthen2009-03-311-5/+3
|
* don't show tasks if the number of tasks is undefined or less than 2Matthias Clasen2009-03-301-6/+10
| | | | | | http://bugzilla.gnome.org/show_bug.cgi?id=575854 Signed-off-by: David Zeuthen <davidz@redhat.com>
* toolbar label improvementsMatthias Clasen2009-03-301-1/+6
| | | | | | | | | | | | | | 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>
* improve the error dialogMatthias Clasen2009-03-281-3/+145
| | | | | | | | | 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>
* rework terminology for filesystem labels / partition labelsDavid Zeuthen2009-03-274-4/+4
| | | | | | 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
* 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-2612-147/+275
| | | | | | | | | | | | | | | | | | | | | 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>
* port to new DeviceKit-disks that uses libatasmartDavid Zeuthen2009-03-235-520/+334
|
* handle inactive and partitioned md devicesDavid Zeuthen2009-03-153-8/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
|
* add a nag dialog0.2David Zeuthen2009-03-021-0/+33
| | | | http://people.freedesktop.org/~david/gdu-nag.png
* add support for handling when the daemon is inhibitDavid Zeuthen2009-03-021-1/+7
|
* catch up with latest polkit action changes in DKDDavid Zeuthen2009-03-013-38/+22
|
* fix a few memory leaksDavid Zeuthen2009-03-012-1/+7
|
* update to latest DeviceKit-disks API and rework API for GduDriveDavid Zeuthen2009-02-252-78/+70
|
* also use y as mnemonic for "Encrypt Device" check box everywhereDavid Zeuthen2009-02-221-1/+1
|
* default to creating Master Boot Record partition tablesDavid Zeuthen2009-02-222-4/+4
|
* slightly rework and clean up the UIDavid Zeuthen2009-02-2211-95/+236
| | | | | 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.
* add an extra line when displaying details about a presentableDavid Zeuthen2009-02-211-86/+143
|
* update for audio disc API changes in DeviceKit-disksDavid Zeuthen2009-02-201-2/+31
|
* add dummy member to empty private structDavid Zeuthen2009-02-191-0/+1
|
* use powers of ten for device sizesDavid Zeuthen2009-02-171-5/+5
|
* 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-171-0/+21
|
* fix up private data handling in all classesDavid Zeuthen2009-02-1715-15/+45
|
* rework device detection to be more robust and rework how Linux MD is handledDavid Zeuthen2009-02-176-167/+164
| | | | | | | | | | | | 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.
* return a GIcon instead of an icon nameDavid Zeuthen2009-02-121-33/+17
|
* update licensing so code is LGPLv2+ and icons are GPLv2+David Zeuthen2008-07-205-60/+60
|
* add API_IS_SUBJECT_TO_CHANGE_FUCK_ME_HARDER_ETC checks for libgdu / libgdu-gtkDavid Zeuthen2008-07-201-0/+2
|
* move disk utility source to separate directory and rename app to PalimpsestDavid Zeuthen2008-06-1032-0/+9778