commit 42a5a0897b38156ae010c396ea254abf502f35de Author: Tomeu Vizoso Date: Mon Jul 12 11:00:29 2010 +0200 Update NEWS and release PyGObject-2.21.5 NEWS | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) commit 5857f25c1c6e25b79e6134558bd7151bc6c30ef7 Author: Tomeu Vizoso Date: Mon Jul 12 11:00:20 2010 +0200 Pre-release version bump to 2.21.5 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e500adc3ac19ef6f436809e5a8828ac7e8db28f6 Author: Florian Müllner Date: Sat Jul 10 22:35:13 2010 +0200 Shut up some compiler warnings Remove unused variables, make sure variables are properly initialized. https://bugzilla.gnome.org/show_bug.cgi?id=624066 gi/pygi-callbacks.c | 1 - gi/pygi-closure.c | 2 +- gi/pygi-invoke.c | 1 - 3 files changed, 1 insertions(+), 3 deletions(-) commit 2efa18afbcc2fac1c90958535b2f80e6e730ee56 Author: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon Jul 12 10:31:42 2010 +0200 Adjust to API break in GObject-Introspection As of commit 5cb925b20, many type_tags for standard C types have been removed - namely machine-dependent integer types and derived types (size_t, time_t). Most removals are just synonyms of other types, so their removal should not have too much impact, with the exception of time_t, which was translated to a native datetime object before. Also remove time_t tests (Tomeu Vizoso). https://bugzilla.gnome.org/show_bug.cgi?id=624065 configure.ac | 2 +- gi/importer.py | 7 ++- gi/pygi-argument.c | 146 ---------------------------------------------------- gi/pygi-closure.c | 10 ---- gi/pygi-info.c | 37 ------------- tests/test_gi.py | 21 -------- 6 files changed, 5 insertions(+), 218 deletions(-) commit 27a417c71f8c122e46c7472663bb25c17413f103 Author: John (J5) Palmieri Date: Thu Jul 8 16:01:25 2010 -0400 pass in the demo app so demos can use utility methods like requesting file paths demos/gtk-demo/demos/Entry/entry_buffer.py | 2 +- demos/gtk-demo/demos/Entry/entry_completion.py | 2 +- demos/gtk-demo/demos/appwindow.py | 13 +++++++++++-- demos/gtk-demo/demos/assistant.py | 2 +- demos/gtk-demo/demos/builder.py | 14 ++++++++++---- demos/gtk-demo/demos/button_box.py | 2 +- demos/gtk-demo/demos/clipboard.py | 8 +------- demos/gtk-demo/demos/colorselector.py | 2 +- demos/gtk-demo/demos/combobox.py | 8 +++++--- demos/gtk-demo/demos/drawingarea.py | 2 +- demos/gtk-demo/demos/test.py | 2 +- demos/gtk-demo/gtk-demo.py | 6 +++--- 12 files changed, 37 insertions(+), 26 deletions(-) commit e7daae919c2c6ae35d3927f0006252aacd49ea86 Author: John (J5) Palmieri Date: Thu Jul 8 15:38:07 2010 -0400 demo fixes to keep up with Gtk+ * treeiter changes to reflect caller-allocate annotations * fix some flag handling * use get_indicies_with_depth instead of get_indices for paths demos/gtk-demo/demos/appwindow.py | 10 +++++++--- demos/gtk-demo/demos/combobox.py | 24 ++++++++++++------------ demos/gtk-demo/gtk-demo.py | 13 +++++-------- 3 files changed, 24 insertions(+), 23 deletions(-) commit 3d9fd6391710cc33058394d6821e4d4e11f09b22 Author: John (J5) Palmieri Date: Thu Jul 8 12:54:43 2010 -0400 override test fixes for new GTK+ annotations tests/test_overrides.py | 23 +++++++++++++---------- 1 files changed, 13 insertions(+), 10 deletions(-) commit 7a400f8139b70ddfe7c949035e0851689951c647 Author: Ignacio Casal Quinteiro Date: Thu Jul 8 12:42:25 2010 +0200 Fix warning. gi/pygi-argument.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 39fd0a85a3de06b1b877d1125f91036409886373 Author: John (J5) Palmieri Date: Wed Jul 7 15:48:36 2010 -0400 fix up treeiter usage due to caller-allocates annotations in gtk+ * we still don't pass tests because the caller-allocates code path does not handle the case where the parameter is followed by a regular in parameter gi/overrides/Gtk.py | 7 +++---- tests/test_overrides.py | 21 +++++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) commit 4d970b75dc5c75c1bec04cb2954c9985b476070c Author: John (J5) Palmieri Date: Tue Jul 6 17:50:10 2010 -0400 add entry completion demo demos/gtk-demo/demos/Entry/entry_completion.py | 87 ++++++++++++++++++++++++ 1 files changed, 87 insertions(+), 0 deletions(-) commit f3531eaa1bfa4e01651d35cd587384d30a398ba8 Author: John (J5) Palmieri Date: Tue Jul 6 17:49:18 2010 -0400 string changes demos/gtk-demo/demos/Entry/entry_buffer.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit baf1e9bb550c7bf45e2ac0b70ba29c434ef1ccc6 Author: John (J5) Palmieri Date: Tue Jul 6 17:27:04 2010 -0400 add the Entry demo directory and the entry_buffer demo demos/gtk-demo/demos/Entry/entry_buffer.py | 73 ++++++++++++++++++++++++++++ 1 files changed, 73 insertions(+), 0 deletions(-) commit f2b1d222120f055bec9339cca55c9cc90f538c00 Author: John (J5) Palmieri Date: Tue Jul 6 17:26:03 2010 -0400 fix loading of demo modules to support sub modules demos/gtk-demo/gtk-demo.py | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit 4f9390fb1892b13ab2ea00ed66c5000a40f09029 Author: John (J5) Palmieri Date: Tue Jul 6 15:56:34 2010 -0400 add the ability to have demos in sub catagories demos/gtk-demo/gtk-demo.py | 76 +++++++++++++++++++++++++++++++------------- 1 files changed, 54 insertions(+), 22 deletions(-) commit dc2249a3ecf339008351316217191d0551ccc588 Author: Jose Aliste Date: Mon Jul 5 14:36:59 2010 -0400 Add __name__ to DynamicModule class. Fixes bug #623486. gi/module.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 2357bca8d14539894b6bd0acfdc18d30b4bb4db6 Author: Ignacio Casal Quinteiro Date: Mon Jul 5 16:11:07 2010 +0200 Do not override GdkRectangle. This class was lately removed from gtk+ 3, so there is no need to override it anymore. gi/overrides/Gdk.py | 19 ------------------- 1 files changed, 0 insertions(+), 19 deletions(-) commit daca09dc2c2306d4fa82a68bbdd147d4b170a1e7 Author: Philip Withnall Date: Tue Jun 29 16:37:36 2010 +0100 Add override for TreeModel implementing __len__() Closes: bgo#622882 gi/overrides/Gtk.py | 11 +++++++++-- tests/test_overrides.py | 5 +++++ 2 files changed, 14 insertions(+), 2 deletions(-)