diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 57 |
1 files changed, 51 insertions, 6 deletions
@@ -1,3 +1,47 @@ +3.3.2 05-Jun-2012 + - foreign: Register cairo.Path and cairo.FontOptions foreign structs + (Bastian Winkler) (#677388) + - Check types in GBoxed assignments (Marien Zwart) (#676603) + - [API add] Gtk overrides: Add TreeModelRow.get_previous() + (Bastian Winkler) (#677389) + - [API add] Add missing GObject.TYPE_VARIANT (Bastian Winkler) (#677387) + - Fix boxed type equality (Jasper St. Pierre) (#677249) + - Fix TestProperties.testBoxed test (Jose Rostagno) (#676644) + - Fix handling of by-reference structs as out parameters + (Carlos Garnacho) (#653151) + - tests: Add more vfunc checks for GIMarshallingTestsObject + (Martin Pitt) + - Test caller-allocated GValue out parameter (Martin Pitt) (#653151) + - GObject.bind_property: Support transform functions (Bastian Winkler) + (#676169) + - Fix lookup of vfuncs in parent classes (Carlos Garnacho) (#672864) + - tests/test_properties.py: Fix whitespace (Martin Pitt) + - gi: Support zero-terminated arrays with length arguments + (Jasper St. Pierre) (#677124) + - [API add] Add GObject.bind_property method (Simon Feltman) (#675582) + - pygtkcompat: Correctly set flags (Jose Rostagno) (#675911) + - Gtk overrides: Implement __delitem__ on TreeModel (Jose Rostagno) + (#675892) + - Gdk Color override should support red/green/blue_float properties + (Simon Feltman) (#675579) + - Support marshalling of GVariants for closures (Martin Pitt) (#656554) + - _pygi_argument_from_object(): Check for compatible data type + (Martin Pitt) + - pygtkcompat: Fix color conversion (Martin Pitt) + - test_gi: Check setting properties in constructor (Martin Pitt) + - Support getting and setting GStrv properties (Martin Pitt) + - Support defining GStrv properties from Python (Martin Pitt) + - Add GObject.TYPE_STRV constant (Martin Pitt) + - Unref GVariants when destroying the wrapper (Martin Pitt) (#675472) + - Fix TestArrayGVariant test cases (Martin Pitt) + - pygtkcompat: Add gdk.pixbuf_get_formats compat code (Jose Rostagno) + (#675489) + - pygtkcompat: Add some more compat functions (Jose Rostagno) (#675489) + - Fix tests for Python 3 (Martin Pitt) + - Fix building with --disable-cairo (Martin Pitt) + - tests: Fix deprecated assertions (Martin Pitt) + - Run tests with MALLOC_PERTURB_ (Martin Pitt) + 3.3.1 30-Apr-2012 - GSettings: allow extra keyword arguments (Giovanni Campagna) (#675105) @@ -13,8 +57,8 @@ (Martin Pitt) (#667954) - Add test case for Gtk.ListStore custom sort (Martin Pitt) (#674475) - GTK overrides: Add missing keyword arguments (Martin Pitt) (#660018) - - Add missing override for TreeModel.iter_previous() (Martin Pitt) - (#660018) + - [API change] Add missing override for TreeModel.iter_previous() + (Martin Pitt) (#660018) - pygi-convert.py: Drop obsolete drag method conversions (Martin Pitt) (#652860) - tests: Replace deprecated assertEquals() with assertEqual() @@ -27,15 +71,16 @@ - Fix test_mainloop.py for Python 3 (Martin Pitt) - Make callback exception propagation test stricter (Martin Pitt) (#616279) - - Add context management to freeze_notify() and handler_block(). - (Simon Feltman) (#672324) + - [API add] Add context management to freeze_notify() and + handler_block(). (Simon Feltman) (#672324) - Add support for GFlags properties (Martin Pitt) (#620943) - - Wrap GLib.Source.is_destroyed() method (Martin Pitt) (#524719) + - [API add] Wrap GLib.Source.is_destroyed() method (Martin Pitt) + (#524719) - Fix error message when trying to override a non-GI class (Martin Pitt) (#646667) - Fix segfault when accessing __grefcount__ before creating the GObject (Steve Frécinaux) (#640434) - - Do not bind gobject_get_data() and gobject_set_data() + - [API change] Do not bind gobject_get_data() and gobject_set_data() (Steve Frécinaux) (#641944) - Add test case for multiple GLib.MainLoop instances (Martin Pitt) (#663068) |