lp:ubuntu/edgy/gparted

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/edgy/gparted
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

27. By Colin Watson

In installer mode, emit a "- READY" message when gparted has finished
starting up, so that ubiquity knows when to enable its back/forward
buttons.

26. By Colin Watson

Improve code to distinguish between devices and partitions so that it no
longer assumes that /dev/hdb, /dev/sdb, etc. are partitions (closes:
Malone #60868).

25. By Colin Watson

Output active flags (space-separated) after filesystem in FORMAT
instructions.

24. By Colin Watson

Really make sure to emit installer-mode FORMAT instructions for
filesystems set with the --filesystem option.

23. By Colin Watson

Fix missing space in installer-mode FORMAT instructions.

22. By Colin Watson

Add support for a --filesystem option which can be used in installer
mode (only) to allow the installer to override gparted's initial idea of
the filesystem in use on a partition. Filesystems created this way are
considered new, so they can be resized freely, etc.

21. By Colin Watson

* Patch from upstream CVS (Bart Hakvoort) to suppress probing of floppy
  and CD devices, modified to avoid dm-*, loop*, and ram* as well (closes:
  Malone #33252, Malone #59470):
  - Parse /proc/partitions to find devices instead of using
    ped_device_probe_all().
  This patch was later withdrawn upstream on the grounds that libparted is
  going to be changed to avoid probing floppies and CDs, but this code is
  not available yet and I'm reluctant to change libparted's interface in a
  way that might turn out to be incompatible with upstream.

20. By Colin Watson

src/Win_GParted.cc: In installer mode, set dialogs transient for the
top-level parent of the socket, not the plug itself (closes: Malone
#54474; see http://bugzilla.gnome.org/show_bug.cgi?id=335524). Thanks to
Evolution for the idea behind Win_GParted::set_transient_for_this et al.

19. By Colin Watson

src/xfs.cc: Fix crash if xfs_db fails (closes: Malone #50909).

18. By Colin Watson

* src/main.cc: Fix --installer option processing.
* src/Win_GParted.cc: Don't display the menu bar in install mode.
* src/Win_GParted.cc: Fix stdin_event handler to return a bool.
* src/Win_GParted.cc: Call on_show on startup in installer mode to ensure
  that devices are initialised.
* src/GParted_Core.cc, src/Utils.cc, src/Win_GParted.cc: Don't write
  status information to stdout in installer mode; send exceptions to
  stderr instead of stdout.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/lucid/gparted
This branch contains Public information 
Everyone can see this information.

Subscribers