commit 1295f62a5066dc9c103796a78cd680e3c9a129f9 Author: Daniel Șerbănescu Date: Mon Jun 22 20:14:55 2015 +0200 Updated Romanian Translation po/ro.po | 120 +++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 82 insertions(+), 38 deletions(-) commit 5ea245e16832e0b1eeff0d7748f9117db1797aab Author: Necdet Yücel Date: Fri Jun 19 07:14:30 2015 +0000 Updated Turkish translation po/tr.po | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) commit a919b8c5b30ffa3304999ad48e85c0106c007948 Author: Balázs Úr Date: Thu Jun 4 20:05:59 2015 +0000 Updated Hungarian translation po/hu.po | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) commit 6ba3414324e310579765e679358da4249c2cbeb3 Author: Paolo Borelli Date: Sun May 31 16:14:00 2015 +0200 Version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 66d811f712ac9146cfa73e844574673078691ff0 Author: Daniel Mustieles Date: Tue May 26 19:32:04 2015 +0200 Updated Spanish translation po/es.po | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) commit b50406815942ecc62fa96d730e2dd601e9196bf1 Author: Piotr Drąg Date: Sat May 23 00:19:02 2015 +0200 Fix Occitan translation po/oc.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d3ecd070527facebb7a02d2c8927f83881e6f4a4 Author: Garrett Regier Date: Tue May 19 23:59:46 2015 -0700 Add g_autoptr() autocleanup support https://bugzilla.gnome.org/show_bug.cgi?id=749616 libpeas-gtk/Makefile.am | 1 + libpeas-gtk/peas-gtk-autocleanups.h | 44 +++++++++++++++++++++++++++++++++ libpeas-gtk/peas-gtk.h | 1 + libpeas/Makefile.am | 1 + libpeas/peas-autocleanups.h | 49 +++++++++++++++++++++++++++++++++++++ libpeas/peas.h | 1 + 6 files changed, 97 insertions(+) commit 102357e5214f28dfdcd77f05b0b38d59bef582c9 Author: Cédric Valmary Date: Mon May 18 14:21:12 2015 +0000 Updated Occitan translation po/oc.po | 121 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 75 insertions(+), 46 deletions(-) commit 2f987152dd987f6527be763ae885ceb34a9e0ec8 Author: Kjartan Maraas Date: Thu May 14 17:03:39 2015 +0200 Updated Norwegian bokmål translation. po/nb.po | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) commit 5359582ac18d121722c66cdc0146c74b7225a0ce Author: Garrett Regier Date: Thu May 14 03:39:15 2015 -0700 Add XML header to the DOAP Signed-off-by: Garrett Regier libpeas.doap | 1 + 1 file changed, 1 insertion(+) commit f5c7668f600f16f144c3772cc34c9fd929f98d28 Author: Garrett Regier Date: Tue May 12 04:48:42 2015 -0700 Fix Python tests on OpenBSD The OpenBSD linker spews warnings when a symbol has a different size. This was causing the stderr is empty assert to fail. Remove the assert and only inherit stderr when the PEAS_DEBUG environment variable is defined. https://bugzilla.gnome.org/show_bug.cgi?id=727380 Signed-off-by: Garrett Regier tests/libpeas/extension-py.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) commit a4c583e3732985835a9868659522b1d8aadf4cea Author: Cédric Valmary Date: Tue Apr 28 13:37:03 2015 +0000 Added Occitan translation po/LINGUAS | 1 + po/oc.po | 150 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 151 insertions(+) commit 3f95c2e5c16520fc69640166d734dd6f98a21fcd Author: Marek Černocký Date: Tue Apr 28 09:29:05 2015 +0200 Updated Czech translation po/cs.po | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) commit 7b79a74d40bacd0beaad3e9b8131bef2b693f964 Author: Garrett Regier Date: Mon Apr 27 09:59:00 2015 -0400 Don't run an idle Python garbage collection Running it in an idle shouldn't be needed, this was originally copied from gedit's old plugin engine. This also fixes a weird crash under Windows. https://bugzilla.gnome.org/show_bug.cgi?id=748075 loaders/python/peas-python-internal.py | 16 ---------------- 1 file changed, 16 deletions(-) commit 87e18684811beff76c9f46c0e7698ef4b3abe460 Author: Garrett Regier Date: Sun Mar 29 20:30:46 2015 -0700 Simplify __all__ support in the Python plugin loader No need to catch the AttributeError, instead simply use getattr with a default value. loaders/python/peas-python-internal.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) commit bf58b9ca98c7bde43aea9fc41edc8c131121f746 Author: Garrett Regier Date: Sun Mar 29 20:30:02 2015 -0700 Be more explicit about a string's message While trying to avoid having the markup be translated it caused some translations to be incorrect. In the case which was noticed, the space after the colon was missing in various translations. libpeas-gtk/peas-gtk-plugin-manager-view.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) commit 619fe32c259e317a691d333f8b8bbfdd160668a9 Author: Garrett Regier Date: Sun Mar 29 20:26:57 2015 -0700 Fix a typo libpeas-gtk/peas-gtk-disable-plugins-dialog.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) commit 85560b25673ef003e709761142f3c1d9db3e649a Author: Garrett Regier Date: Sun Mar 29 20:26:39 2015 -0700 Cleanup PeasActivatable's init The function should be a static function. Also, it will only ever be called once so there is no need for doing the check/set initialized dance. libpeas/peas-activatable.c | 39 ++++++++++++++++----------------------- 1 file changed, 16 insertions(+), 23 deletions(-) commit db954035292a9603f836ba46a97e05bb3c33fa1d Author: Sveinn í Felli Date: Tue Apr 21 14:39:58 2015 +0000 Added Icelandic translation po/LINGUAS | 1 + po/is.po | 170 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 171 insertions(+) commit 0d331cc24d4ba922ecfd0b11b145fd1f190b2ef2 Author: Garrett Regier