The Sugar guys are doing great progress porting their code from PyGTK+ to GObject Introspection and they have requested a new stable release, which comes with these goodies:
- Convert all modifier constants to Gdk.ModifierType (Manuel Quiñones)
- Convert all strings to utf-8 encoding when retrieving from TreeModel (Sebastian Pölsterl)
- add test for bytearray variants (John (J5) Palmieri)
- handle NULL arrays correctly for each array type (John (J5) Palmieri)
- Revert "Revert "Fix array termination and size calculation"" (John (J5) Palmieri)
- pygmainloop: avoid lockups if multiple glib.MainLoop exist (Owen W. Taylor)
- Properly chain up to the class that implements a given vfunc. (Tomeu Vizoso)
- Revert "Fix array termination and size calculation" (Tomeu Vizoso)
- Fix array termination and size calculation (Holger Berndt)
- pygi-convert: fix for Pango.Alignment (Daniel Drake)
- pygi-convert: fix for Gtk.Orientation (Daniel Drake)
- Add tests for calling closures (Martin Pitt)
- fix marshaling of arrays of GVariants (Mikkel Kamstrup Erlandsen)
Thanks all for your hard work!
- Convert all modifier constants to Gdk.ModifierType (Manuel Quiñones)
- Convert all strings to utf-8 encoding when retrieving from TreeModel (Sebastian Pölsterl)
- add test for bytearray variants (John (J5) Palmieri)
- handle NULL arrays correctly for each array type (John (J5) Palmieri)
- Revert "Revert "Fix array termination and size calculation"" (John (J5) Palmieri)
- pygmainloop: avoid lockups if multiple glib.MainLoop exist (Owen W. Taylor)
- Properly chain up to the class that implements a given vfunc. (Tomeu Vizoso)
- Revert "Fix array termination and size calculation" (Tomeu Vizoso)
- Fix array termination and size calculation (Holger Berndt)
- pygi-convert: fix for Pango.Alignment (Daniel Drake)
- pygi-convert: fix for Gtk.Orientation (Daniel Drake)
- Add tests for calling closures (Martin Pitt)
- fix marshaling of arrays of GVariants (Mikkel Kamstrup Erlandsen)
Thanks all for your hard work!
1 comment:
@bmillemathias: You are right, it's stable even if it's coming from master (we haven't branched yet).
Post a Comment