~ubuntu-branches/ubuntu/saucy/gparted/saucy

« back to all changes in this revision

Viewing changes to include/Dialog_Partition_Info.h

  • Committer: Package Import Robot
  • Author(s): Anibal Monsalve Salazar
  • Date: 2011-11-13 09:45:30 UTC
  • mfrom: (6.3.18)
  • Revision ID: package-import@ubuntu.com-20111113094530-bpv6kjk4rwozc1jf
Tags: 0.10.0-1
* New upstream release

  GParted 0.10.0  (2011-11-01)

  * Merge overlapping operations
  * Add ability to resize btrfs file systems
  * Add detection of exfat file systems

  GParted 0.9.1   (2011-09-19)

  * Fix NTFS partition resize fail problem
  * Fix some compiler warnings

  GParted 0.9.0   (2011-07-18)

  * Fix size off by one sector with unrecognized disk label
  * Fix GParted crashes with assertion (head_size <= 63)
    - Requires libparted-2.4 or higher
    - LP: #545911

* Fix out-of-date-standards-version
* Fix debian-rules-missing-recommended-target

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        Partition partition ;
53
53
 
54
54
        Gtk::HBox *hbox ;
55
 
        Gtk::VBox *vbox ;
56
55
        Gtk::DrawingArea drawingarea ;
57
56
        Gtk::Frame *frame ;
58
 
        Gtk::Image *image;
59
 
        Gtk::Table *table;
60
57
 
61
58
        Glib::RefPtr<Gdk::GC> gc;
62
59
        Glib::RefPtr<Pango::Layout> pango_layout;