commit 803313a03b241e9ad933c2b4f23752763d1b66e4 Author: Sebastian Pölsterl Date: Thu May 10 20:58:04 2012 +0200 Bump version to 3.2.1 configure.ac | 2 +- 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-) commit ebdb1cb6f865ddb28ac79d15172b9ce28e07d07d Author: Sebastian Pölsterl Date: Thu May 10 20:56:59 2012 +0200 Prepare 3.2.1 release NEWS | 13 +++++++++++++ 1 Datei geändert, 13 Zeilen hinzugefügt(+) commit a890cf021a414a16361f0d1a9ecf6c86b10507ff Author: Sebastian Pölsterl Date: Thu May 10 20:47:52 2012 +0200 Reindent files in tests to use 4-space indentation Previously, running make check with python3 resulted in a TabError because tabs and spaces for indentation where mixed tests/compathelper.py | 2 +- tests/runtests.py | 17 +++++----- tests/test_everything.py | 24 +++++++------- tests/test_gdbus.py | 11 +++---- tests/test_gi.py | 38 +++++++++++----------- tests/test_gobject.py | 2 +- tests/test_interface.py | 1 - tests/test_option.py | 1 - tests/test_overrides.py | 80 +++++++++++++++++++++++----------------------- tests/test_properties.py | 2 +- tests/test_source.py | 2 +- tests/test_uris.py | 1 - 12 Dateien geändert, 88 Zeilen hinzugefügt(+), 93 Zeilen entfernt(-) commit 0ed74e4c4da4ed3313d83807b998f4f096aeefcd Author: Martin Pitt Date: Mon Apr 23 15:24:04 2012 +0200 Add missing override for TreeModel.iter_previous() This should behave like the override for TreeModel.iter_next(). https://bugzilla.gnome.org/show_bug.cgi?id=660018 gi/overrides/Gtk.py | 6 ++++++ tests/test_overrides.py | 4 ++++ 2 Dateien geändert, 10 Zeilen hinzugefügt(+) commit 76fdcf201745dc56c6773a8546da53ad562038a7 Author: Giovanni Campagna Date: Sun Apr 29 23:55:15 2012 +0200 GSettings: allow extra keyword arguments All GObject constructors are expected to accept any construct property as keyword argument, and overrides should respect that. In particular, not doing this for GSettings prevents using a custom GSettingsSchema. https://bugzilla.gnome.org/show_bug.cgi?id=675105 Signed-off-by: Martin Pitt gi/overrides/Gio.py | 4 ++-- 1 Datei geändert, 2 Zeilen hinzugefügt(+), 2 Zeilen entfernt(-) commit 3f4ca905e482aad221f355586bc00b29c2547ddd Author: Jose Rostagno Date: Sun Apr 29 12:56:50 2012 -0300 pygtkcompat: Correct Userlist module use https://bugzilla.gnome.org/show_bug.cgi?id=675084 Signed-off-by: Martin Pitt gi/pygtkcompat.py | 2 +- tests/test_pygtkcompat.py | 4 ++++ 2 Dateien geändert, 5 Zeilen hinzugefügt(+), 1 Zeile entfernt(-) commit 926f08a94b38a4b3102e72b3fe19e886fa59f436 Author: Martin Pitt Date: Mon Apr 23 20:09:43 2012 +0200 test_gdbus: Call GetConnectionUnixProcessID() with correct signature https://bugzilla.gnome.org/show_bug.cgi?id=667954 tests/test_gdbus.py | 2 +- 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-) commit 223b3c67634b4a2b066b38718498c89108371373 Author: Martin Pitt Date: Mon Apr 23 17:40:23 2012 +0200 GTK overrides: Add missing keyword arguments Add missing **kwargs to overridden __init__() constructors, to allow specifying arbitrary widget properties. https://bugzilla.gnome.org/show_bug.cgi?id=660018 gi/overrides/Gtk.py | 34 ++++++++++++++++++---------------- tests/test_overrides.py | 6 ++++++ 2 Dateien geändert, 24 Zeilen hinzugefügt(+), 16 Zeilen entfernt(-) commit f440e8fea00092c46d1f2136a89f28b288206928 Author: Martin Pitt Date: Sun Apr 22 16:45:06 2012 +0200 pygi-convert.py: Drop obsolete drag method conversions Drop conversion of drag_source_unset() and drag_dest_{,un}set(). These were fixed a while ago to be proper Widget methods again. https://bugzilla.gnome.org/show_bug.cgi?id=652860 pygi-convert.sh | 3 --- 1 Datei geändert, 3 Zeilen entfernt(-) commit 99e0f7008671284bf1c176e5f7ef7ee9e37a5a93 Author: Bastian Winkler Date: Thu Apr 12 20:30:05 2012 +0200 Fix len_arg_index for array arguments Don't set len_arg_index for arrays without the length annotation given. This fixes methods like Clutter.Texture.set_from_rgb_data() and Clutter.Image.set_data() Skip the test case in the cherrypick, as gobject-introspection do not yet ship the test API in GNOME 3.4. https://bugzilla.gnome.org/show_bug.cgi?id=674271 Signed-off-by: Martin Pitt gi/pygi-cache.c | 4 +++- gi/pygi-marshal-cleanup.c | 4 ++-- 2 Dateien geändert, 5 Zeilen hinzugefügt(+), 3 Zeilen entfernt(-) commit 27205e78dc9b729e0c0ca82c125ded5842ca8069 Author: Martin Pitt Date: Thu Apr 19 07:27:10 2012 +0200 Add missing GObject.TYPE_GTYPE gi/_gobject/constants.py | 1 + 1 Datei geändert, 1 Zeile hinzugefügt(+) commit c52881fbfef26f460e4ead8c72bc1d245b0e0e9b Author: Martin Pitt Date: Mon Mar 26 17:45:08 2012 +0200 Fix "distcheck" and tests with out-of-tree builds - Symlink *.py files from srcdir into builddir during build, as Python does not accept the extensions and modules in different paths. - "make clean" should remove *.pyc files - tests/runtests.py: Look for tests in srcdir, not in builddir Conflicts: tests/runtests.py Makefile.am | 6 ++++-- gi/Makefile.am | 13 +++++++++++-- gi/_glib/Makefile.am | 12 ++++++++++-- gi/_gobject/Makefile.am | 12 ++++++++++-- gi/overrides/Makefile.am | 10 ++++++++++ gi/repository/Makefile.am | 11 +++++++++++ tests/runtests.py | 6 ++++-- 7 Dateien geändert, 60 Zeilen hinzugefügt(+), 10 Zeilen entfernt(-) commit 216c88a80ed762b69a175f8771492ee53738d461 Author: Paolo Borelli Date: Wed Mar 21 21:09:24 2012 +0100 Add GtkComboBoxEntry compatibility This widget has been removed in Gtk+ 3, add a small wrapper to the compat module to make at least basic pygtk programs that use it work. https://bugzilla.gnome.org/show_bug.cgi?id=672589 gi/pygtkcompat.py | 19 +++++++++++++++++++ tests/test_pygtkcompat.py | 22 ++++++++++++++++++++++ 2 Dateien geändert, 41 Zeilen hinzugefügt(+)