Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added initial Spanish translation by Benjamin Valeromaster | Jorge Gonzalez | 2009-04-25 | 1 | -0/+2983 |
| | |||||
* | Added es to LINGUAS | Jorge Gonzalez | 2009-04-25 | 1 | -0/+1 |
| | |||||
* | Added German doc translation | Mario Blättermann | 2009-04-23 | 2 | -1/+222 |
| | |||||
* | Added sv translation | Daniel Nylander | 2009-04-21 | 2 | -1/+128 |
| | |||||
* | Added sv translation | Daniel Nylander | 2009-04-19 | 2 | -1/+2880 |
| | |||||
* | Removed non-existent files from POTFILES.in | Claude Paroz | 2009-04-16 | 1 | -2/+0 |
| | |||||
* | allow passing options to gdu_device_op_filesystem_mount() | David Zeuthen | 2009-04-15 | 3 | -2/+8 |
| | | | | We need this for the gvfs monitor to pass the 'flush' option for vfat. | ||||
* | nuke the "It's now safe to remove" dialog after four seconds | David Zeuthen | 2009-04-15 | 1 | -0/+16 |
| | |||||
* | work around notification-daemon brokenness | David Zeuthen | 2009-04-15 | 2 | -4/+24 |
| | | | | | | On login, the bubble is not correctly positioned and it even appears that it disappears when the background is changed. So delay start up five seconds. | ||||
* | use libnotify to show a notification when a disk is failing | David Zeuthen | 2009-04-15 | 3 | -2/+51 |
| | | | | http://people.freedesktop.org/~david/gdu-ata-smart-notification.png | ||||
* | export new property device-detection-time | David Zeuthen | 2009-04-15 | 2 | -0/+10 |
| | |||||
* | export :device-presentation-hide property in the API | David Zeuthen | 2009-04-15 | 2 | -0/+10 |
| | |||||
* | clean up some more debug spew | David Zeuthen | 2009-04-15 | 1 | -2/+2 |
| | |||||
* | only spew debug if GDU_DEBUG is set to 1 | David Zeuthen | 2009-04-15 | 2 | -1/+33 |
| | |||||
* | show an icon in the notification area if one or more disks are failing | David Zeuthen | 2009-04-11 | 2 | -61/+292 |
| | | | | | Screenshot: http://people.freedesktop.org/~david/gdu-ata-smart-warning.png Bug: http://bugzilla.gnome.org/show_bug.cgi?id=575572 | ||||
* | Merge branch 'master' of ssh://git.gnome.org/git/gnome-disk-utility | David Zeuthen | 2009-04-11 | 1 | -1/+1 |
|\ | |||||
| * | allow sections to expand, otherwise the treeview for RAID is never shown | David Zeuthen | 2009-04-08 | 1 | -1/+1 |
| | | |||||
* | | add notification daemon | David Zeuthen | 2009-04-11 | 10 | -3/+718 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | First order of business for this daemon is to pop up dialogs for slow unmont operations. These notifications look like this http://people.freedesktop.org/~david/gdu-unmount-busy-1.png http://people.freedesktop.org/~david/gdu-unmount-busy-2.png See also http://bugzilla.gnome.org/show_bug.cgi?id=570499 https://wiki.ubuntu.com/NotifyOSD#gnome-mount | ||||
* | | grid: misc changes | David Zeuthen | 2009-04-11 | 2 | -14/+88 |
| | | |||||
* | | setup textdomain so translations work | David Zeuthen | 2009-04-11 | 1 | -0/+4 |
|/ | |||||
* | for now, prepend the D-Bus error name to the error string from the daemon | David Zeuthen | 2009-04-08 | 1 | -0/+9 |
| | | | | | This is hidden behind a GtkExpander so it's not exactly a big deal. As noted we can removed this once we port to PolicyKit 1.0. | ||||
* | post-release version bump | David Zeuthen | 2009-04-06 | 1 | -1/+1 |
| | | | | Should have been done after the 0.2 release but meh. | ||||
* | mark grid stuff for translation to pass 'make distcheck' | David Zeuthen | 2009-04-06 | 1 | -0/+3 |
| | |||||
* | fix volume hole detection, logical partitions start at five, not four | David Zeuthen | 2009-04-06 | 1 | -1/+6 |
| | |||||
* | all D-Bus object paths are now prefixed with /org/freedesktop/DeviceKit/Disks | David Zeuthen | 2009-04-06 | 1 | -3/+3 |
| | |||||
* | update to latest daemon API for some ATA SMART changes | David Zeuthen | 2009-04-06 | 3 | -12/+24 |
| | |||||
* | grid: draw free/unrecognized space in a slightly darker color | David Zeuthen | 2009-04-06 | 1 | -4/+25 |
| | |||||
* | update to latest DKD API where erase= and tasks within jobs has been removed | David Zeuthen | 2009-04-02 | 16 | -363/+72 |
| | |||||
* | update to trimmed set of errors returned by the daemon | David Zeuthen | 2009-04-02 | 3 | -113/+8 |
| | |||||
* | remove gdu_device_is_busy() since device-is-busy was removed from the daemon | David Zeuthen | 2009-04-02 | 2 | -10/+0 |
| | |||||
* | add gdu_device_get_dev() to get the dev_t for a device | David Zeuthen | 2009-04-02 | 2 | -0/+13 |
| | |||||
* | update for daemon ABI changes for device-mount-path -> device-mount-paths | David Zeuthen | 2009-04-02 | 3 | -16/+31 |
| | | | | | | | | | 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. | ||||
* | grid: add a spinner | David Zeuthen | 2009-04-02 | 2 | -7/+162 |
| | |||||
* | bug 576435 – confusing luks labeling | David Zeuthen | 2009-03-31 | 1 | -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 | ||||
* | forgot to add gdu-grid-details.[ch] | David Zeuthen | 2009-03-31 | 2 | -0/+167 |
| | |||||
* | bug 576431 – better warning | Matthias Clasen | 2009-03-31 | 1 | -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> | ||||
* | fix volume hole detection | David Zeuthen | 2009-03-31 | 1 | -6/+17 |
| | |||||
* | return non-zero exit code if volume/drive to show does not exist | David Zeuthen | 2009-03-31 | 1 | -5/+13 |
| | |||||
* | nuke nagging dialog | David Zeuthen | 2009-03-31 | 1 | -32/+0 |
| | |||||
* | add cmdline options to specify a device | Matthias Clasen | 2009-03-31 | 1 | -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 support | Matthias Clasen | 2009-03-31 | 4 | -0/+40 |
| | | | | | | Make palimpsest a unique application, using libunique. Signed-off-by: David Zeuthen <davidz@redhat.com> | ||||
* | start working on a details view for the grid playground | David Zeuthen | 2009-03-31 | 7 | -15/+53 |
| | |||||
* | rework partition table handling | David Zeuthen | 2009-03-31 | 4 | -66/+39 |
| | |||||
* | fix some criticals where we tried to access non-existant widgets | David Zeuthen | 2009-03-30 | 1 | -3/+12 |
| | |||||
* | don't show tasks if the number of tasks is undefined or less than 2 | Matthias Clasen | 2009-03-30 | 1 | -6/+10 |
| | | | | | | http://bugzilla.gnome.org/show_bug.cgi?id=575854 Signed-off-by: David Zeuthen <davidz@redhat.com> | ||||
* | toolbar label improvements | Matthias Clasen | 2009-03-30 | 1 | -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> | ||||
* | add some experimental code for grid-based layout | David Zeuthen | 2009-03-30 | 12 | -1/+1716 |
| | |||||
* | fix compiler warnings introduced by the last set of patches | David Zeuthen | 2009-03-28 | 1 | -1/+0 |
| | | | | Signed-off-by: David Zeuthen <davidz@redhat.com> | ||||
* | improve the error dialog | Matthias Clasen | 2009-03-28 | 1 | -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> | ||||
* | add a missing 'else' | Matthias Clasen | 2009-03-28 | 1 | -1/+1 |
| | | | | | | | | There was an 'else' missing in this if-else cascade. http://bugzilla.gnome.org/show_bug.cgi?id=575710 Signed-off-by: David Zeuthen <davidz@redhat.com> |