commit 8590b07563cd927972899eb5a2e579ff87122c61 Author: Matej Urbančič Date: Sat Sep 29 15:54:54 2012 +0200 Updated Slovenian translation po/sl.po | 128 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 74 insertions(+), 54 deletions(-) commit 698df44d0ad0c1a680c91af16d3db4d9a641cbd9 Author: Мирослав Николић Date: Sat Sep 29 10:40:09 2012 +0200 Updated Serbian translation po/sr.po | 110 +++++++++++++++++++++++++++++++++++---------------------- po/sr@latin.po | 110 +++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 134 insertions(+), 86 deletions(-) commit fa6f580f7248b9af006829e0b77f5774de2da29d Author: Piotr Drąg Date: Sat Sep 29 05:17:56 2012 +0200 Updated Polish translation po/pl.po | 70 +++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 43 insertions(+), 27 deletions(-) commit f94fb76b1190e856e6cfed77496b5f529e1a1a7e Author: Philip Withnall Date: Sat Sep 29 02:44:14 2012 +0100 i18n: Update British English translation po/en_GB.po | 119 +++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 70 insertions(+), 49 deletions(-) commit e40104c541facd63a5cb21c1e4572ad0ef1aa209 Author: Philip Withnall Date: Sat Sep 29 02:39:46 2012 +0100 Bug 676602 — Port to GMenu Split the menu up into an application and a window menu, and port them both to GMenu/GAction. The new menu layout is: • Application: - New Game - About Hitori - Help - Quit • Window: - Board Size (with submenu) - Hint - Undo - Redo This was chosen because the actions in the window menu all perform some operation specifically on the contents of the main window. It’s arguable that ‘New Game’ should also be there, but that could be considered to open a new main window, sort of, so it’s in the application menu. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=676602 data/hitori.ui | 258 +++++++++++++++++++------------------------------------- src/interface.c | 192 ++++++++++++++++++++++++++--------------- src/main.c | 16 ++-- src/main.h | 6 +- 4 files changed, 221 insertions(+), 251 deletions(-) commit 8646cfd9ec9126b44a37b4082c585f2ad9999240 Author: Piotr Drąg Date: Sat Sep 29 02:31:11 2012 +0200 Updated Polish translation po/pl.po | 100 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 53 insertions(+), 47 deletions(-) commit e4430291bdf5c26fb7257589d29c461dfc1293a7 Author: Philip Withnall Date: Sat Sep 29 00:40:46 2012 +0100 Bug 676601 — Port to GtkApplication Port Hitori to use GtkApplication. This is a fairly quick-and-simple port, just wrapping the existing code in a GtkApplication without properly integrating it all. For example, none of the semi-public members of struct Hitori have been moved into the new HitoriApplicationPrivate struct. That can all be tidied up later. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=676601 src/main.c | 290 ++++++++++++++++++++++++++++++++++++++++++++++++------------- src/main.h | 26 +++++- 2 files changed, 254 insertions(+), 62 deletions(-) commit cdfa7362d29097476cfc6170bc5d2c4fdfc9e9a8 Author: Philip Withnall Date: Sat Sep 29 00:03:07 2012 +0100 build: Update git.mk from upstream Get the latest version (af2144914afa48193ff879bbec7270683f501742) from upstream (https://github.com/behdad/git.mk). git.mk | 78 ++++++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 55 insertions(+), 23 deletions(-) commit 34a3d01945f6b3ab27bc571b53079ac9a45fa666 Author: Oliver Propst Date: Sat Sep 8 15:48:12 2012 +0200 build: Use yelp-tools instead of gnome-doc-utils Closes: https://bugzilla.gnome.org/show_bug.cgi?id=683623 Makefile.am | 2 -- configure.ac | 2 +- help/Makefile.am | 16 +++++----------- help/da/da.po | 8 ++++---- help/en_GB/en_GB.po | 8 ++++---- help/es/es.po | 8 ++++---- help/hitori.omf.in | 9 --------- help/sv/sv.po | 2 +- help/zh_CN/zh_CN.po | 4 ++-- src/interface.c | 2 +- 10 files changed, 22 insertions(+), 39 deletions(-) commit 6f3ac7ebe5fba6e10bb0f8b8cc9a96590fbdb062 Author: Andika Triwidada Date: Sun Sep 9 01:56:52 2012 +0700 Updated Indonesian translation po/id.po | 93 ++++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 55 insertions(+), 38 deletions(-) commit 01209da0a8836223d5a563d896afeb2b2f85d9be Author: Daniel Șerbănescu Date: Sun Aug 5 23:03:44 2012 +0200 Updated Romanian Translation help/Makefile.am | 2 +- help/ro/ro.po | 375 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 376 insertions(+), 1 deletion(-) commit ef6d7282a19efdfae3b77d6b5174ecb087c0f6dd Author: Tom Tryfonidis Date: Fri Jun 29 14:34:34 2012 +0300 Updated Greek translation po/el.po | 113 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 56 insertions(+), 57 deletions(-) commit 9779bd3d3e4f2fe05a9cf0c4ddf0e455c8fa2e4c