summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* limit volume label entry length according to chosen fsHEADnautilus-gduTomas Bzatek2009-04-301-1/+32
| | | | Also changed the default volume label format to "Data YYYYMMDD"
* don't display the confirmation dialogTomas Bzatek2009-04-301-53/+0
|
* the "Open Disk Utility" button should use the Palimpsest iconTomas Bzatek2009-04-301-0/+3
|
* add support for creating ext2 filesystemTomas Bzatek2009-04-301-2/+3
|
* code cleanup, part ITomas Bzatek2009-04-307-56/+18
| | | | http://bugzilla.gnome.org/show_bug.cgi?id=575437#c16
* nautilus extension: make automake dependency soft (optional)Tomas Bzatek2009-04-273-3/+33
| | | | | This ensures the package to be built without nautilus sources. The nautilus extension then can have separate distribution package/ebuild.
* double-check for valid presentableTomas Bzatek2009-04-271-1/+31
|
* spawn palimpsest according to real presentable typeTomas Bzatek2009-04-271-1/+1
|
* separate nautilus extensionTomas Bzatek2009-04-276-1/+408
|
* lock the LUKS device before formattingTomas Bzatek2009-04-275-63/+167
|
* install gdu-format-tool to libexecdirTomas Bzatek2009-04-272-12/+4
|
* add "Open Disk Utility" buttonTomas Bzatek2009-04-272-1/+29
|
* redesigned formatter utilityTomas Bzatek2009-04-2711-1/+2105
| | | | | Implemented most of the suggestions from bug #575437. Still missing a button to open Palimpsest, LUKS device locking and build system integration
* new nautilus-gdu iconsTomas Bzatek2009-04-278-4/+662
| | | | Thanks to Mike Langlie!
* Added initial Spanish translation by Benjamin ValeromasterJorge Gonzalez2009-04-251-0/+2983
|
* Added es to LINGUASJorge Gonzalez2009-04-251-0/+1
|
* Added German doc translationMario Blättermann2009-04-232-1/+222
|
* Added sv translationDaniel Nylander2009-04-212-1/+128
|
* Added sv translationDaniel Nylander2009-04-192-1/+2880
|
* Removed non-existent files from POTFILES.inClaude Paroz2009-04-161-2/+0
|
* allow passing options to gdu_device_op_filesystem_mount()David Zeuthen2009-04-153-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 secondsDavid Zeuthen2009-04-151-0/+16
|
* work around notification-daemon brokennessDavid Zeuthen2009-04-152-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 failingDavid Zeuthen2009-04-153-2/+51
| | | | http://people.freedesktop.org/~david/gdu-ata-smart-notification.png
* export new property device-detection-timeDavid Zeuthen2009-04-152-0/+10
|
* export :device-presentation-hide property in the APIDavid Zeuthen2009-04-152-0/+10
|
* clean up some more debug spewDavid Zeuthen2009-04-151-2/+2
|
* only spew debug if GDU_DEBUG is set to 1David Zeuthen2009-04-152-1/+33
|
* show an icon in the notification area if one or more disks are failingDavid Zeuthen2009-04-112-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-utilityDavid Zeuthen2009-04-111-1/+1
|\
| * allow sections to expand, otherwise the treeview for RAID is never shownDavid Zeuthen2009-04-081-1/+1
| |
* | add notification daemonDavid Zeuthen2009-04-1110-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 changesDavid Zeuthen2009-04-112-14/+88
| |
* | setup textdomain so translations workDavid Zeuthen2009-04-111-0/+4
|/
* for now, prepend the D-Bus error name to the error string from the daemonDavid Zeuthen2009-04-081-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 bumpDavid Zeuthen2009-04-061-1/+1
| | | | Should have been done after the 0.2 release but meh.
* mark grid stuff for translation to pass 'make distcheck'David Zeuthen2009-04-061-0/+3
|
* fix volume hole detection, logical partitions start at five, not fourDavid Zeuthen2009-04-061-1/+6
|
* all D-Bus object paths are now prefixed with /org/freedesktop/DeviceKit/DisksDavid Zeuthen2009-04-061-3/+3
|
* update to latest daemon API for some ATA SMART changesDavid Zeuthen2009-04-063-12/+24
|
* grid: draw free/unrecognized space in a slightly darker colorDavid Zeuthen2009-04-061-4/+25
|
* update to latest DKD API where erase= and tasks within jobs has been removedDavid Zeuthen2009-04-0216-363/+72
|
* update to trimmed set of errors returned by the daemonDavid Zeuthen2009-04-023-113/+8
|
* remove gdu_device_is_busy() since device-is-busy was removed from the daemonDavid Zeuthen2009-04-022-10/+0
|
* add gdu_device_get_dev() to get the dev_t for a deviceDavid Zeuthen2009-04-022-0/+13
|
* update for daemon ABI changes for device-mount-path -> device-mount-pathsDavid Zeuthen2009-04-023-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 spinnerDavid Zeuthen2009-04-022-7/+162
|
* 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
* forgot to add gdu-grid-details.[ch]David Zeuthen2009-03-312-0/+167
|
* 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>