commit e2ab407ad0974535bd2eadd2ada00eeae0a0f3f8 Author: Philip Withnall Date: Thu Oct 28 16:29:36 2010 +0100 Update British English translation po/en_GB.po | 37 +++++++++++++++++++------------------ 1 files changed, 19 insertions(+), 18 deletions(-) commit 3623148f1b35a4086c2e7db65978dd9554e240ff Author: Philip Withnall Date: Thu Oct 28 16:28:54 2010 +0100 Remove non-translatable text from a translatable message src/interface.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d9a37ec05cc1c374ffee69da5dae516f98f5a0f8 Author: Philip Withnall Date: Thu Oct 28 16:27:44 2010 +0100 Use Unicode quotation marks instead of ASCII ones src/interface.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 335754495fa867746a0c2a7264a262afa5cc884a Author: Philip Withnall Date: Thu Oct 28 16:27:31 2010 +0100 Remove an extraneous hyphen from a translatable message src/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 230be4a3dcb7713f59862dbf20c8cccd5fa252ef Author: Philip Withnall Date: Thu Oct 28 16:23:46 2010 +0100 Fix formatting of error dialogue messages src/interface.c | 4 ++-- src/main.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit 9f3ec3ad305b266908488fc597ca4a40f9999cf0 Author: Philip Withnall Date: Thu Oct 28 10:31:24 2010 +0100 Bug 575896 — Improve board generation algorithm The algorithm wasn't allowing any painted cells at the edge of the board. This fixes that problem, and improves the code documentation a little. Closes: bgo#575896 src/generator.c | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit ea666e414166c50d0df75c486584d4b00167427e Author: Matej Urbančič Date: Fri Oct 22 14:46:29 2010 +0200 Added sl for Slovenian translation help/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit dd6c433955f27138e355dcd77ea4a754e453fc97 Author: Matej Urbančič Date: Fri Oct 22 14:46:16 2010 +0200 Added Slovenian translation help/sl/sl.po | 224 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 224 insertions(+), 0 deletions(-) commit c9d3e1787fcd68ea63edf82efcb96a1bb73c9e49 Author: Philip Withnall Date: Sun Oct 17 21:08:36 2010 +0100 Remove use of sealed GTK+ struct members Hitori now compiles with GSEAL_ENABLE. src/interface.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit f60123b0d3f9d69f454a1cd51005707e9a9f0d3f Author: Philip Withnall Date: Sun Oct 17 20:55:01 2010 +0100 Don't use INTLTOOL_DESKTOP_RULE Since we've switched to non-recursive automake and subdir-objects, it breaks when builddir != srcdir due to lp#605826. We copy the rule in and fix it up to not break. Makefile.am | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit c1245cc5fe5ab5e3c0ccda78136a096b6157460d Author: Philip Withnall Date: Sun Oct 17 20:46:55 2010 +0100 Ensure all files are cleaned and git ignored as appropriate Makefile.am | 25 +++++++++++++++++++++++++ help/Makefile.am | 5 +++++ 2 files changed, 30 insertions(+), 0 deletions(-) commit 73fedad548602c05a026826831628d16362f28ec Author: Philip Withnall Date: Sun Oct 17 20:24:45 2010 +0100 Update git.mk from Pango git.mk | 196 +++++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 107 insertions(+), 89 deletions(-) commit bd191ed5bb98f85d2b8ea2763f84e60c337d7426 Author: Philip Withnall Date: Sun Oct 17 20:23:32 2010 +0100 Clean up configure.ac some more configure.ac | 36 ++++++++++-------------------------- 1 files changed, 10 insertions(+), 26 deletions(-) commit 1f053c25631ad5021457e2314286ecd0bfd4fdca Author: Philip Withnall Date: Sun Oct 17 20:17:33 2010 +0100 Clean up configure.ac some more Also enable deprecation flags and stricter compiler warnings. Makefile.am | 6 +++++- configure.ac | 8 ++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) commit 8ed9292bf92bfd7b9260c9481a97b3c1f9c67d6a Author: Philip Withnall Date: Sun Oct 17 20:09:30 2010 +0100 Add silent-rules support configure.ac | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit a98159e9a05ec2d8b931315032d16a8b9df1d7f8 Author: Philip Withnall Date: Sun Oct 17 20:08:06 2010 +0100 Modernise configure.ac Act on the output of `autoupdate` and `autoscan` to remove deprecated macros from configure.ac. configure.ac | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) commit ef09bd80bbb2a2e1e6bd5ba34fd47c5c7d512d56 Author: Philip Withnall Date: Sun Oct 17 20:00:52 2010 +0100 Convert to non-recursive automake The help/ and po/ directories still have to be recursed into, because gnome-doc-utils and intltool don't play nicely with non-recursive automake. Makefile.am | 156 ++++++++++++++++++++++++++++++++--------- configure.ac | 7 -- data/Makefile.am | 32 --------- data/icons/16x16/Makefile.am | 6 -- data/icons/22x22/Makefile.am | 6 -- data/icons/32x32/Makefile.am | 6 -- data/icons/48x48/Makefile.am | 6 -- data/icons/Makefile.am | 3 - src/Makefile.am | 32 --------- 9 files changed, 121 insertions(+), 133 deletions(-) commit 9991c317a40cfa187edd3dcc9ae2d2bb377a9b4b Author: Jorge González Date: Wed Oct 13 12:21:32 2010 +0200 Updated Spanish translation help/es/es.po | 804 +++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 495 insertions(+), 309 deletions(-) commit 634fe3e5eb77ab2d811bbea19f184af76f77b35e Author: Philip Withnall Date: Sat Oct 9 00:12:10 2010 +0100 Use upstream gettext instead of GLib's gettext As explained here: http://blogs.gnome.org/jjardon/2010/10/08 /use-upstream-gettext-instead-the-glib-one/. configure.ac | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 1c545f508d78d963dee1ba3ffe51345097bd20a7 Author: Mario Blättermann Date: Fri Jul 16 22:20:10 2010 +0200 [i18n] Updated German translation help/de/de.po | 599 +++++++++++++++++++++++++++------------------------------ 1 files changed, 279 insertions(+), 320 deletions(-) commit 643a7b4dd0d7200077b8fb82dabcb7b5b05c8a2d Author: Philip Withnall Date: Wed Jul 14 22:22:14 2010 +0100 Fix documentation page IDs help/C/customization.page | 2 +- help/C/playing.page | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 4047e55a6783e238d733a16d93af913dbd6e5798 Author: Philip Withnall Date: Wed Jul 14 22:21:56 2010 +0100 Add a strategy page to the documentation help/C/index.page | 4 ++++ help/C/strategy.page | 20 ++++++++++++++++++++ help/Makefile.am | 3 ++- 3 files changed, 26 insertions(+), 1 deletions(-) commit 135ec43dadddb5c9b0f7922a40ee29e526ba1d84 Author: Philip Withnall Date: Wed Jul 14 21:54:26 2010 +0100 Convert documentation to Mallard help/C/customization.page | 13 ++++ help/C/game.page | 25 +++++++ help/C/hitori.xml | 167 --------------------------------------------- help/C/index.page | 20 ++++++ help/C/legal.xml | 67 ------------------ help/C/license.page | 59 ++++++++++++++++ help/C/playing.page | 23 ++++++ help/Makefile.am | 12 ++- help/hitori.omf.in | 4 +- 9 files changed, 150 insertions(+), 240 deletions(-) commit 8e16b0460bdbf0988b0b706b38e94abc4cd4371f Author: Philip Withnall Date: Wed Jul 14 20:22:54 2010 +0100 Remove the documentation credits They're unsupported by Mallard, which we're porting to, and it was only my name anyway. Helps: bgo#624308 help/Makefile.am | 3 --- src/interface.c | 2 -- 2 files changed, 0 insertions(+), 5 deletions(-) commit 1018fb8d47d1a8042cb97073e855c35c6cbe2df9 Author: Philip Withnall Date: Wed Jul 14 09:17:06 2010 +0100 Release version 0.2.4 NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletions(-)