commit e51efc50835a14e0418cc27cc928c52d1aa6a3cf Author: John (J5) Palmieri Date: Thu Aug 18 14:02:30 2011 -0400 release 2.90.2 NEWS | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 74c727b53fcf64f465ee77b5a1ea04a69ca90968 Author: John (J5) Palmieri Date: Thu Aug 18 13:50:51 2011 -0400 remove tests that were removed from gi tests/test_gi.py | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) commit 11ea24dd30d8eeca11c8433c6bd75b06e52ae1ef Author: John (J5) Palmieri Date: Thu Aug 18 13:48:57 2011 -0400 don't calculate item_size using is_pointer * is_pointer is poorly defined and cacluating item_size for arrays causes a crash in the tests because of this * disregaurd is_pointer when cacluating item sizes gi/pygi-info.c | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) commit 493b4a21dd162d78cf572b548b58ba6a9ff22971 Author: Timo Vanwynsberghe Date: Wed Jul 6 01:50:31 2011 +0200 Updated signal example to use GObject introspection https://bugzilla.gnome.org/show_bug.cgi?id=654162 examples/signal.py | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) commit 0332010e704e253380e993874eab9dd122e59a7e Author: Timo Vanwynsberghe Date: Wed Jul 6 01:54:50 2011 +0200 Updated properties example to use GObject introspection https://bugzilla.gnome.org/show_bug.cgi?id=654162 examples/properties.py | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit c39f4555ebd703651eca6f978ed9870655b737f0 Author: Martin Pitt Date: Fri Aug 12 22:55:02 2011 +0200 Add override for GLib.Variant.split_signature() This is useful for e. g. iterating over method parameters which are passed as a single Variant. In particular we will need it for automatically generating introspection XML for exported DBus server objects. gi/overrides/GLib.py | 50 +++++++++++++++++++++++++++++++++++++++++++++++ tests/test_overrides.py | 22 ++++++++++++++++++++ 2 files changed, 72 insertions(+), 0 deletions(-) commit 735f98d83c1c19df7457aa32a378e8c80cf2831f Author: Timo Vanwynsberghe Date: Mon Aug 15 18:58:31 2011 +0200 [pygi-convert.sh] Handle the import of pygtk and require Gtk 3.0 https://bugzilla.gnome.org/show_bug.cgi?id=654001 pygi-convert.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit d0a96a0a75f2bc969522abce2d326ef440cf143a Author: Ignacio Casal Quinteiro Date: Mon Aug 15 13:12:49 2011 +0200 Install pygobject.h again. This is needed by libpeas. gi/_gobject/Makefile.am | 5 ++++- pygobject-3.0-uninstalled.pc.in | 4 ++-- pygobject-3.0.pc.in | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) commit 081dc2eb03b677eac9f08d3ad05deecc7c51554c Author: John (J5) Palmieri Date: Sun Aug 14 11:20:15 2011 -0400 update the doap file pygobject.doap | 26 ++++++++++++++------------ 1 files changed, 14 insertions(+), 12 deletions(-) commit 762a36d2343bc39a502507d600fd1b9db9649dae Author: John (J5) Palmieri Date: Sun Aug 14 11:13:25 2011 -0400 prerelease bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)