commit dbc76737fa462e1b1c40da2c1972675522cfc57d Author: Victor Ibragimov Date: Tue Mar 19 22:40:03 2013 +0100 [l10n] Added Tadjik translation po/LINGUAS | 1 + po/tg.po | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 136 insertions(+) commit 98f85751cb7488416b3361349cd8a107116b963c Author: Garrett Regier Date: Sat Mar 16 23:59:26 2013 -0700 Enable python3 in the demo peas-demo/peas-demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d4e17b138aecd820368c127e88a6d025caa866d2 Author: Duarte Loreto Date: Sun Mar 17 01:04:19 2013 +0000 Converted Portuguese translation to New Spelling (Novo AO) po/pt.po | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) commit ae485e3916777da3f007f0bf48b5b4fc878112fd Author: Thomas Bechtold Date: Sat Mar 16 12:30:34 2013 +0100 Allow also python-config configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8c0958dd1b5c86ca1691d5bcb8da2931155d6c8e Author: Thomas Bechtold Date: Sat Mar 16 10:45:24 2013 +0100 Allow also python2.5-config, python2.6-config and python2.7-config https://bugzilla.gnome.org/show_bug.cgi?id=695957 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit aad7b113d17ffc8cf89da50b116809e191b780d9 Author: Daniel Martinez Date: Wed Feb 20 23:24:16 2013 +0100 Added Aragonese translation po/LINGUAS | 1 + po/an.po | 138 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 139 insertions(+) commit ffd54f79bdb71d8a5ddcd96259ddf727a183901e Author: Garrett Regier Date: Thu Feb 14 03:38:19 2013 -0800 Do not abort if a warning occurs during testing_show_widget() tests/libpeas-gtk/testing/testing.c | 6 ++++++ 1 file changed, 6 insertions(+) commit 7415d654a6b10252c4da5b6e926a92c8f9ea1e72 Author: Garrett Regier Date: Thu Feb 14 03:35:48 2013 -0800 Fix a few typos libpeas-gtk/peas-gtk-plugin-manager.c | 4 ++-- libpeas/peas-plugin-info.c | 1 - loaders/python/peas-plugin-loader-python.c | 4 ++-- tests/libpeas/testing/testing.c | 3 ++- 4 files changed, 6 insertions(+), 6 deletions(-) commit 2a367a4228a211078c2c042440dccc6efe516455 Author: Garrett Regier Date: Thu Feb 14 03:30:57 2013 -0800 Store icons as a GIcon when possible This allows stock id icons to work. libpeas-gtk/peas-gtk-plugin-manager-store.c | 88 ++++++++++-------- libpeas-gtk/peas-gtk-plugin-manager-store.h | 4 +- libpeas-gtk/peas-gtk-plugin-manager-view.c | 20 ++-- tests/libpeas-gtk/plugin-manager-store.c | 108 ++++++++++++++-------- tests/libpeas-gtk/plugins/valid-stock-icon.plugin | 2 +- 5 files changed, 136 insertions(+), 86 deletions(-) commit 0db03f62b97efdef5fa76bd3a4603bbdd3290f7c Author: Garrett Regier Date: Thu Feb 14 02:58:38 2013 -0800 Fix building python plugin loaders configure.ac | 11 ++++++++--- loaders/python/Makefile.am | 5 +++-- loaders/python3/Makefile.am | 5 +++-- 3 files changed, 14 insertions(+), 7 deletions(-) commit ff48b37e609008d7cbefb1c913c89ceabd68276f Author: Garrett Regier Date: Thu Feb 14 00:38:04 2013 -0800 Make calling testing_init() required Also encapsulate the order in which {g,gtk}_test_init() must be called. tests/libpeas-gtk/plugin-manager-store.c | 2 +- tests/libpeas-gtk/plugin-manager-view.c | 2 +- tests/libpeas-gtk/plugin-manager.c | 2 +- tests/libpeas-gtk/testing/testing.c | 10 +++++----- tests/libpeas-gtk/testing/testing.h | 15 ++++++++------- tests/libpeas/engine.c | 2 +- tests/libpeas/extension-c.c | 2 +- tests/libpeas/extension-gjs.c | 2 +- tests/libpeas/extension-python.c | 2 +- tests/libpeas/extension-python3.c | 2 +- tests/libpeas/extension-seed.c | 2 +- tests/libpeas/extension-set.c | 2 +- tests/libpeas/plugin-info.c | 2 +- tests/libpeas/testing/testing-extension.c | 2 -- tests/libpeas/testing/testing.c | 11 ++++++----- tests/libpeas/testing/testing.h | 3 ++- tests/testing-util/testing-util.c | 8 +++++--- 17 files changed, 37 insertions(+), 34 deletions(-) commit 9539be96f9b0df1e0afe8191945585334dc53631 Author: Garrett Regier Date: Sun Nov 4 07:38:46 2012 -0800 Remove g_type_init() calls But call it in testing_util_init() if GLib < 2.35.0. tests/libpeas-gtk/plugin-manager-store.c | 2 -- tests/libpeas-gtk/plugin-manager-view.c | 2 -- tests/libpeas-gtk/plugin-manager.c | 2 -- tests/libpeas/engine.c | 2 -- tests/libpeas/extension-c.c | 1 - tests/libpeas/extension-gjs.c | 2 -- tests/libpeas/extension-python.c | 1 - tests/libpeas/extension-python3.c | 1 - tests/libpeas/extension-seed.c | 2 -- tests/libpeas/extension-set.c | 2 -- tests/libpeas/plugin-info.c | 2 -- tests/testing-util/testing-util.c | 4 ++++ 12 files changed, 4 insertions(+), 19 deletions(-) commit c6db987fbfca725fac644f56a5634070a265811b Author: Garrett Regier Date: Sun Nov 4 07:33:43 2012 -0800 Remove LDADD and SOURCES repetion from tests Use a global LDADD for the basic tests. Do not need to specify SOURCES when name matches executable. tests/libpeas-gtk/Makefile.am | 11 +---------- tests/libpeas/Makefile.am | 35 ++++++++++------------------------- 2 files changed, 11 insertions(+), 35 deletions(-) commit 0e7754c0c3b57ef8662f4da6eca20cb7891451d5 Author: Gheyret Kenji Date: Sun Jan 27 14:06:48 2013 +0900 Updated Uyghur translation Signed-off-by: Gheyret Kenji po/ug.po | 84 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 43 insertions(+), 41 deletions(-) commit 039568ecec9765410fbdad14cea2e8f44dd0811f Author: Paolo Borelli Date: Sun Jan 6 11:54:30 2013 +0100 Post-release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)