commit e7099173c69f16879b340e7ca06b14896e299c1c Author: Thomas Hindoe Paaboel Andersen Date: Mon Jul 13 23:42:59 2009 +0200 NEWS update NEWS | 161 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 161 insertions(+), 0 deletions(-) commit 234730b387ec2627f9953924222079b66d5fc379 Author: Thomas Hindoe Paaboel Andersen Date: Mon Jul 13 22:24:38 2009 +0200 Bump clutter dependencies configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 019ff2db3acf6be67bf23f586135455dfee92125 Author: Gilles Dartiguelongue Date: Thu Jul 9 22:27:17 2009 +0200 Use install-exec-hook to setgid games properly install-exec-hook is the correct automake hook to act on generated binary. Use it to set proper mode on binaries while installing them. bug #584369 glines/Makefile.am | 7 ++++++- gnibbles/Makefile.am | 6 +++++- gnobots2/Makefile.am | 6 +++++- gnometris/Makefile.am | 6 +++++- gnomine/Makefile.am | 6 +++++- gnotravex/Makefile.am | 6 +++++- gnotski/Makefile.am | 6 +++++- gtali/Makefile.am | 8 ++++++-- mahjongg/Makefile.am | 6 +++++- same-gnome/Makefile.am | 6 +++++- 10 files changed, 52 insertions(+), 11 deletions(-) commit bc317b1ff1f3005670c9cb730d2aa92ff725fec6 Author: Christian Persch Date: Mon Jul 13 19:40:14 2009 +0200 aisleriot: Add style property for the card/slot ratio Instead of hardcoding this ratio, add a widget style property so one can tweak it in ~/.gtkrc-2.0. aisleriot/board-noclutter.c | 36 +++++++++++++++++++++++++++++------- aisleriot/board.c | 36 +++++++++++++++++++++++++++++------- 2 files changed, 58 insertions(+), 14 deletions(-) commit 26478d2017eb567d0f62491aede0a5938307daa4 Author: Christian Persch Date: Mon Jul 13 18:29:58 2009 +0200 libgames-support: Fix the build on hildon Add missing CFLAGS to libgamescards.la build. libgames-support/Makefile.am | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 87c33ca1f910f19ad3c46fb28be56620a5445ba7 Author: Thomas Hindoe Paaboel Andersen Date: Mon Jul 13 09:50:14 2009 +0200 tests: Remove last bits of the test_games_clock_set test The test was removed in 6f0bf967e753a074821470e4739d0cfdf34bfbdf as it did no longer made sense. tests/libgames-support/test-libgames-support.c | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) commit 6c7563b122e56eb79426bba424538c8ed0f9ecc1 Author: Thomas Hindoe Paaboel Andersen Date: Mon Jul 13 09:48:21 2009 +0200 Add some files to po/POTFILES.in po/POTFILES.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 996ba722ba6336b23758aaacf02a979e7d5c3cc1 Author: Thomas Hindoe Paaboel Andersen Date: Mon Jul 13 09:32:27 2009 +0200 gnome-sudoku: Clean up data/Makefile.am to pass distcheck gnome-sudoku/data/Makefile.am | 23 +++++++++++++++++++++-- 1 files changed, 21 insertions(+), 2 deletions(-) commit f28dc6fde1a07a54fc942d2f8a82745047a9af15 Author: Christian Persch Date: Sun Jul 12 22:22:48 2009 +0200 aisleriot: Hide toolbar at startup if requested When the toolbar pref is off, hide the toolbar at startup. Due to the UI manager creating the toolbar in visible state, we have to change the Toolbar action's default state to TRUE to make the update logic work correctly. aisleriot/window.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit c8f98b27cb875d48e0843448759c9111b89bc6e2 Author: Christian Persch Date: Sun Jul 12 21:19:24 2009 +0200 aisleriot: Adapt to GamesClock API changes Inhibit clock updates while the statusbar is hidden. Use games_clock_reset(). aisleriot/window.c | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit 450ac258263bb9ebefabbe1b92c5363a88b4c1fe Author: Christian Persch Date: Sun Jul 12 21:18:29 2009 +0200 mahjongg: Adapt to GamesClock API changes Use games_clock_reset(). mahjongg/mahjongg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6f0bf967e753a074821470e4739d0cfdf34bfbdf Author: Christian Persch Date: Sun Jul 12 21:18:01 2009 +0200 tests: Remove test that doesn't make sense This test doesn't make sense with the new GamesClock API, so remove it. tests/libgames-support/test-libgames-support.c | 22 ---------------------- 1 files changed, 0 insertions(+), 22 deletions(-) commit cdaebb85574d66b64b4f106743f16020657f2cc2 Author: Christian Persch Date: Sun Jul 12 21:17:46 2009 +0200 gnomine: Adapt to GamesClock API changes gnomine/gnomine.c | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit 2828dd840ffcfe523338c3b1927ada547bea8dbe Author: Christian Persch Date: Sun Jul 12 21:16:56 2009 +0200 libgames-support: Add games_clock_is_started() libgames-support/games-clock.c | 15 +++++++++++++++ libgames-support/games-clock.h | 3 +-- 2 files changed, 16 insertions(+), 2 deletions(-) commit 391b99b3cc78cc331c040797de96c3ab910d2ba0 Author: Christian Persch Date: Sun Jul 12 21:16:23 2009 +0200 gnotravex: Adapt to GamesClock API changes Use games_clock_reset(). gnotravex/gnotravex.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit 0360909d23d38832d61ac5f0383d03e9628c03f7 Author: Christian Persch Date: Sun Jul 12 21:06:12 2009 +0200 gnometris: Use g_mkdir_with_parents() Bug #584814. gnometris/tetris.cpp | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit c2b003ffc93ebafaa17f3b439e18b6340bb8bdd3 Author: Christian Persch Date: Sun Jul 12 20:46:02 2009 +0200 libgames-support: Add a way to inhibit the GamesClock timeout This will be used to remove the timeout while the clock is invisible (since the statusbar it's in is invisible itself). libgames-support/games-clock.c | 190 +++++++++++++++++++++++++++++----------- libgames-support/games-clock.h | 14 ++- 2 files changed, 148 insertions(+), 56 deletions(-) commit eb2c00ed41ce8dcd1c1f07179f3952783792fd6d Author: Christian Persch Date: Sun Jul 12 20:21:13 2009 +0200 libgames-support: Add a way to specify the relocation root by env var When GAMES_RELOC_ROOT is set, use that as the relocation root. libgames-support/games-runtime.c | 28 +++++++++++++++++----------- 1 files changed, 17 insertions(+), 11 deletions(-) commit 58fbe165c382796a67ebe01b53a737f79b700cb1 Author: Petr Kovar Date: Sun Jul 12 20:01:52 2009 +0200 Updated Czech help translation for various games by Marek Cernocky blackjack/help/cs/cs.po | 907 ++++++++++++++++++++++++++++------------ glchess/help/cs/cs.po | 1063 ++++++++++++++++++++++++++++++++++------------ gnobots2/help/cs/cs.po | 760 ++++++++++++++++++++++++--------- gnometris/help/cs/cs.po | 159 ++++--- gtali/help/cs/cs.po | 645 +++++++++++++++++++++------- same-gnome/help/cs/cs.po | 457 +++++++++++++++----- 6 files changed, 2918 insertions(+), 1073 deletions(-) commit eeca6b05ce04db345e366a90c6005a6e4f7cd396 Author: Christian Persch Date: Sun Jul 12 15:06:56 2009 +0200 build: Declare GUILE and GUILE_CONFIG as precious This allows to set the GUILE and GUILE_CONFIG env vars and have configure pick them up, so one can install both guile 1.6 and 1.8 and choose which to use. configure.in | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) commit a78818a89ca9fcd1c1f14fda567bb36720b96c0a Author: Christian Persch Date: Sun Jul 12 13:36:36 2009 +0200 libgames-support: Only install cards data when building libgamescards libgames-support/Makefile.am | 43 ++++++++++++++++++++++------------------- 1 files changed, 23 insertions(+), 20 deletions(-) commit 4cafcef670057a459188960e04d41f22f7f6eaeb Author: Christian Persch Date: Sun Jul 12 13:26:30 2009 +0200 libgames-support: Print the selected card size Add debug printf to show the selected card size. libgames-support/games-card-theme-fixed.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 533765403c722b1a4c7f0330296affd5b84570ca Author: Christian Persch Date: Sun Jul 12 13:17:57 2009 +0200 aisleriot: Allow passing -DCARD_SLOT_PROP in CPPFLAGS Only define CARD_SLOT_PROP if it's not defined already. This allows easier experimenting by passing it via CPPFLAGS. aisleriot/board-noclutter.c | 2 ++ aisleriot/board.c | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) commit c6fe2ea3b0ec8fa544dae148f2059731ecf606c2 Author: Christian Persch Date: Sun Jul 12 01:09:50 2009 +0200 libgames-support: Don't install slot.svg when RSVG is disabled libgames-support/Makefile.am | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) commit 108d7fec5c5e29d1c4852393d8bc69ffd0809978 Author: Christian Persch Date: Sun Jul 12 01:06:31 2009 +0200 libgames-support: Only install the .ini when theme installer is enabled libgames-support/Makefile.am | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 84f7256144a90b2129829d6220282815734519e2 Author: Christian Persch Date: Sun Jul 12 00:56:12 2009 +0200 libgames-support: Don't install the default .svg when SVG is disabled libgames-support/Makefile.am | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 1577cc3b6f077cdb79edb0158562a302970b4279 Author: Christian Persch Date: Sat Jul 11 23:16:01 2009 +0200 build: Only install the .schemas file when using GConf aisleriot/Makefile.am | 4 +++- blackjack/data/Makefile.am | 5 ++++- glines/Makefile.am | 5 ++++- gnect/data/Makefile.am | 4 +++- gnibbles/Makefile.am | 4 +++- gnobots2/Makefile.am | 5 ++++- gnome-sudoku/data/Makefile.am | 5 ++++- gnometris/Makefile.am | 4 +++- gnomine/Makefile.am | 5 ++++- gnotravex/Makefile.am | 3 +++ gnotski/Makefile.am | 2 ++ gtali/Makefile.am | 5 ++++- iagno/Makefile.am | 4 +++- mahjongg/Makefile.am | 2 ++ same-gnome/Makefile.am | 2 ++ 15 files changed, 48 insertions(+), 11 deletions(-) commit 9865fcfc7c68445cd5daa99b73b52ab8f96c533b Author: Christian Persch Date: Sat Jul 11 22:29:09 2009 +0200 libgames-support: Fix render-cards Pass the right arguments to _games_card_theme_info_new, and make it use the installed theme directory when not explicitly passed a different directory using --theme-directory. libgames-support/render-cards.c | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) commit 966caf0219464bd9199122bd17a0f8eefa26da76 Author: Christian Persch Date: Sat Jul 11 16:38:38 2009 +0200 libgames-support: Fix build with --enable-setgid libgames-support/games-scores-backend.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 897b3b17429b27c4993c82f3fc72f56dd791f1c7 Author: Christian Persch Date: Sat Jul 11 16:34:36 2009 +0200 all: Only call setgid_io_init() when --enable-setgid glines/glines.c | 2 ++ gnibbles/main.c | 2 ++ gnobots2/gnobots.c | 2 ++ gnometris/main.cpp | 2 ++ gnomine/gnomine.c | 2 ++ gnotravex/gnotravex.c | 2 ++ gnotski/gnotski.c | 2 ++ gtali/gyahtzee.c | 2 ++ mahjongg/mahjongg.c | 2 ++ same-gnome/same-gnome.c | 2 ++ 10 files changed, 20 insertions(+), 0 deletions(-) commit 0a94988d9f25e489c74f5cc11507016ffbc49d9d Author: Christian Persch Date: Sat Jul 11 16:28:28 2009 +0200 libgames-support: Only build games-setgid-io when --enable-setgid Add some #ifdefs to games-scores-backend to only use setgid IO when it's enabled in configure, and only then build games-setgid-io.[ch]. Should fix bug #445270, but of course scores are not working at all with --disable-setgid, as before. libgames-support/Makefile.am | 10 ++++++++-- libgames-support/games-scores-backend.c | 19 ++++++++++++++++++- libgames-support/games-scores-backend.h | 5 ++++- 3 files changed, 30 insertions(+), 4 deletions(-) commit f5017a08c7eccf72a8ffb801001f32180b307374 Author: Christian Persch Date: Sat Jul 11 00:55:55 2009 +0200 build: Default --enable-setgid to off on win32 And add a #define and an AM conditional tracking --enable-setgid. Part of bug #445270. configure.in | 42 +++++++++++++++++++++++++++++------------- 1 files changed, 29 insertions(+), 13 deletions(-) commit 1359db4e3fdff53dd19a2aa21dad2c5c816949bf Author: Daniel Mustieles Date: Sat Jul 11 14:39:47 2009 +0200 Updated Spanish translation po/es.po | 1661 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 1049 insertions(+), 612 deletions(-) commit c344a97da9a2ea59268c09fc422d2fc0b90d2794 Author: Robert Ancell Date: Sat Jul 11 18:44:43 2009 +0800 File missed from commit 484d28995afff4f46ec7d8aecb2333ea27f94ae0 glchess/src/lib/i18n.py | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit aa7ed1f96c9082fd84195582003734ebb6aef464 Author: Christian Persch Date: Sat Jul 11 00:25:30 2009 +0200 build: Only install the teleport icons when building gnobots2 icons/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 1226d195ac54d503032f3668bea9e66e37a8b9fd Author: Christian Persch Date: Fri Jul 10 23:43:33 2009 +0200 build: Only install the icons for games that are built Move the public icons from icons/ subdirectories to the main icons/ directory, using the same naming scheme the private icons already use. Copy the private icons install rule for the public icons. Bug #439875. icons/16x16/gnome-aisleriot.png | Bin 699 -> 0 bytes icons/16x16/gnome-blackjack.png | Bin 855 -> 0 bytes icons/16x16/gnome-freecell.png | Bin 436 -> 0 bytes icons/16x16/gnome-glchess.png | Bin 568 -> 0 bytes icons/16x16/gnome-glines.png | Bin 675 -> 0 bytes icons/16x16/gnome-gnect.png | Bin 562 -> 0 bytes icons/16x16/gnome-gnibbles.png | Bin 749 -> 0 bytes icons/16x16/gnome-gnometris.png | Bin 649 -> 0 bytes icons/16x16/gnome-iagno.png | Bin 856 -> 0 bytes icons/16x16/gnome-klotski.png | Bin 554 -> 0 bytes icons/16x16/gnome-mahjongg.png | Bin 598 -> 0 bytes icons/16x16/gnome-mines.png | Bin 736 -> 0 bytes icons/16x16/gnome-robots.png | Bin 864 -> 0 bytes icons/16x16/gnome-samegnome.png | Bin 876 -> 0 bytes icons/16x16/gnome-sudoku.png | Bin 490 -> 0 bytes icons/16x16/gnome-tali.png | Bin 641 -> 0 bytes icons/16x16/gnome-tetravex.png | Bin 838 -> 0 bytes icons/22x22/gnome-aisleriot.png | Bin 1153 -> 0 bytes icons/22x22/gnome-blackjack.png | Bin 1204 -> 0 bytes icons/22x22/gnome-freecell.png | Bin 1179 -> 0 bytes icons/22x22/gnome-glchess.png | Bin 986 -> 0 bytes icons/22x22/gnome-glines.png | Bin 1161 -> 0 bytes icons/22x22/gnome-gnect.png | Bin 1033 -> 0 bytes icons/22x22/gnome-gnibbles.png | Bin 1138 -> 0 bytes icons/22x22/gnome-gnometris.png | Bin 1110 -> 0 bytes icons/22x22/gnome-iagno.png | Bin 985 -> 0 bytes icons/22x22/gnome-klotski.png | Bin 909 -> 0 bytes icons/22x22/gnome-mahjongg.png | Bin 1037 -> 0 bytes icons/22x22/gnome-mines.png | Bin 1281 -> 0 bytes icons/22x22/gnome-robots.png | Bin 1330 -> 0 bytes icons/22x22/gnome-samegnome.png | Bin 1031 -> 0 bytes icons/22x22/gnome-sudoku.png | Bin 1137 -> 0 bytes icons/22x22/gnome-tali.png | Bin 1381 -> 0 bytes icons/22x22/gnome-tetravex.png | Bin 1523 -> 0 bytes icons/24x24/gnome-aisleriot.png | Bin 1193 -> 0 bytes icons/24x24/gnome-blackjack.png | Bin 1257 -> 0 bytes icons/24x24/gnome-freecell.png | Bin 1229 -> 0 bytes icons/24x24/gnome-glchess.png | Bin 1027 -> 0 bytes icons/24x24/gnome-glines.png | Bin 1228 -> 0 bytes icons/24x24/gnome-gnect.png | Bin 1066 -> 0 bytes icons/24x24/gnome-gnibbles.png | Bin 1181 -> 0 bytes icons/24x24/gnome-gnometris.png | Bin 1146 -> 0 bytes icons/24x24/gnome-iagno.png | Bin 1044 -> 0 bytes icons/24x24/gnome-klotski.png | Bin 885 -> 0 bytes icons/24x24/gnome-mahjongg.png | Bin 1070 -> 0 bytes icons/24x24/gnome-mines.png | Bin 1325 -> 0 bytes icons/24x24/gnome-robots.png | Bin 1358 -> 0 bytes icons/24x24/gnome-samegnome.png | Bin 1071 -> 0 bytes icons/24x24/gnome-sudoku.png | Bin 1162 -> 0 bytes icons/24x24/gnome-tali.png | Bin 1452 -> 0 bytes icons/24x24/gnome-tetravex.png | Bin 1578 -> 0 bytes icons/26x26/gnome-aisleriot.png | Bin 1238 -> 0 bytes icons/32x32/gnome-aisleriot.png | Bin 1422 -> 0 bytes icons/32x32/gnome-blackjack.png | Bin 1774 -> 0 bytes icons/32x32/gnome-freecell.png | Bin 1772 -> 0 bytes icons/32x32/gnome-glchess.png | Bin 1354 -> 0 bytes icons/32x32/gnome-glines.png | Bin 1908 -> 0 bytes icons/32x32/gnome-gnect.png | Bin 2011 -> 0 bytes icons/32x32/gnome-gnibbles.png | Bin 2101 -> 0 bytes icons/32x32/gnome-gnometris.png | Bin 1429 -> 0 bytes icons/32x32/gnome-iagno.png | Bin 2501 -> 0 bytes icons/32x32/gnome-klotski.png | Bin 1440 -> 0 bytes icons/32x32/gnome-mahjongg.png | Bin 1799 -> 0 bytes icons/32x32/gnome-mines.png | Bin 2158 -> 0 bytes icons/32x32/gnome-robots.png | Bin 2071 -> 0 bytes icons/32x32/gnome-samegnome.png | Bin 2218 -> 0 bytes icons/32x32/gnome-sudoku.png | Bin 1709 -> 0 bytes icons/32x32/gnome-tali.png | Bin 2431 -> 0 bytes icons/32x32/gnome-tetravex.png | Bin 2993 -> 0 bytes icons/34x34/gnome-aisleriot.png | Bin 1458 -> 0 bytes icons/40x40/gnome-aisleriot.png | Bin 2092 -> 0 bytes icons/48x48/gnome-aisleriot.png | Bin 2701 -> 0 bytes icons/48x48/gnome-blackjack.png | Bin 3556 -> 0 bytes icons/48x48/gnome-freecell.png | Bin 3108 -> 0 bytes icons/48x48/gnome-glchess.png | Bin 2177 -> 0 bytes icons/48x48/gnome-glines.png | Bin 3326 -> 0 bytes icons/48x48/gnome-gnect.png | Bin 2968 -> 0 bytes icons/48x48/gnome-gnibbles.png | Bin 3452 -> 0 bytes icons/48x48/gnome-gnometris.png | Bin 2094 -> 0 bytes icons/48x48/gnome-iagno.png | Bin 3465 -> 0 bytes icons/48x48/gnome-klotski.png | Bin 2252 -> 0 bytes icons/48x48/gnome-mahjongg.png | Bin 2268 -> 0 bytes icons/48x48/gnome-mines.png | Bin 3398 -> 0 bytes icons/48x48/gnome-robots.png | Bin 3129 -> 0 bytes icons/48x48/gnome-samegnome.png | Bin 2774 -> 0 bytes icons/48x48/gnome-sudoku.png | Bin 3891 -> 0 bytes icons/48x48/gnome-tali.png | Bin 3406 -> 0 bytes icons/48x48/gnome-tetravex.png | Bin 4941 -> 0 bytes icons/50x50/gnome-aisleriot.png | Bin 2707 -> 0 bytes icons/64x54/gnome-aisleriot.png | Bin 3757 -> 0 bytes icons/Makefile.am | 441 ++-- icons/hicolor_apps_16x16_gnome-aisleriot.png | Bin 0 -> 699 bytes icons/hicolor_apps_16x16_gnome-blackjack.png | Bin 0 -> 855 bytes icons/hicolor_apps_16x16_gnome-freecell.png | Bin 0 -> 436 bytes icons/hicolor_apps_16x16_gnome-glchess.png | Bin 0 -> 568 bytes icons/hicolor_apps_16x16_gnome-glines.png | Bin 0 -> 675 bytes icons/hicolor_apps_16x16_gnome-gnect.png | Bin 0 -> 562 bytes icons/hicolor_apps_16x16_gnome-gnibbles.png | Bin 0 -> 749 bytes icons/hicolor_apps_16x16_gnome-gnometris.png | Bin 0 -> 649 bytes icons/hicolor_apps_16x16_gnome-iagno.png | Bin 0 -> 856 bytes icons/hicolor_apps_16x16_gnome-klotski.png | Bin 0 -> 554 bytes icons/hicolor_apps_16x16_gnome-mahjongg.png | Bin 0 -> 598 bytes icons/hicolor_apps_16x16_gnome-mines.png | Bin 0 -> 736 bytes icons/hicolor_apps_16x16_gnome-robots.png | Bin 0 -> 864 bytes icons/hicolor_apps_16x16_gnome-samegnome.png | Bin 0 -> 876 bytes icons/hicolor_apps_16x16_gnome-sudoku.png | Bin 0 -> 490 bytes icons/hicolor_apps_16x16_gnome-tali.png | Bin 0 -> 641 bytes icons/hicolor_apps_16x16_gnome-tetravex.png | Bin 0 -> 838 bytes icons/hicolor_apps_22x22_gnome-aisleriot.png | Bin 0 -> 1153 bytes icons/hicolor_apps_22x22_gnome-blackjack.png | Bin 0 -> 1204 bytes icons/hicolor_apps_22x22_gnome-freecell.png | Bin 0 -> 1179 bytes icons/hicolor_apps_22x22_gnome-glchess.png | Bin 0 -> 986 bytes icons/hicolor_apps_22x22_gnome-glines.png | Bin 0 -> 1161 bytes icons/hicolor_apps_22x22_gnome-gnect.png | Bin 0 -> 1033 bytes icons/hicolor_apps_22x22_gnome-gnibbles.png | Bin 0 -> 1138 bytes icons/hicolor_apps_22x22_gnome-gnometris.png | Bin 0 -> 1110 bytes icons/hicolor_apps_22x22_gnome-iagno.png | Bin 0 -> 985 bytes icons/hicolor_apps_22x22_gnome-klotski.png | Bin 0 -> 909 bytes icons/hicolor_apps_22x22_gnome-mahjongg.png | Bin 0 -> 1037 bytes icons/hicolor_apps_22x22_gnome-mines.png | Bin 0 -> 1281 bytes icons/hicolor_apps_22x22_gnome-robots.png | Bin 0 -> 1330 bytes icons/hicolor_apps_22x22_gnome-samegnome.png | Bin 0 -> 1031 bytes icons/hicolor_apps_22x22_gnome-sudoku.png | Bin 0 -> 1137 bytes icons/hicolor_apps_22x22_gnome-tali.png | Bin 0 -> 1381 bytes icons/hicolor_apps_22x22_gnome-tetravex.png | Bin 0 -> 1523 bytes icons/hicolor_apps_24x24_gnome-aisleriot.png | Bin 0 -> 1193 bytes icons/hicolor_apps_24x24_gnome-blackjack.png | Bin 0 -> 1257 bytes icons/hicolor_apps_24x24_gnome-freecell.png | Bin 0 -> 1229 bytes icons/hicolor_apps_24x24_gnome-glchess.png | Bin 0 -> 1027 bytes icons/hicolor_apps_24x24_gnome-glines.png | Bin 0 -> 1228 bytes icons/hicolor_apps_24x24_gnome-gnect.png | Bin 0 -> 1066 bytes icons/hicolor_apps_24x24_gnome-gnibbles.png | Bin 0 -> 1181 bytes icons/hicolor_apps_24x24_gnome-gnometris.png | Bin 0 -> 1146 bytes icons/hicolor_apps_24x24_gnome-iagno.png | Bin 0 -> 1044 bytes icons/hicolor_apps_24x24_gnome-klotski.png | Bin 0 -> 885 bytes icons/hicolor_apps_24x24_gnome-mahjongg.png | Bin 0 -> 1070 bytes icons/hicolor_apps_24x24_gnome-mines.png | Bin 0 -> 1325 bytes icons/hicolor_apps_24x24_gnome-robots.png | Bin 0 -> 1358 bytes icons/hicolor_apps_24x24_gnome-samegnome.png | Bin 0 -> 1071 bytes icons/hicolor_apps_24x24_gnome-sudoku.png | Bin 0 -> 1162 bytes icons/hicolor_apps_24x24_gnome-tali.png | Bin 0 -> 1452 bytes icons/hicolor_apps_24x24_gnome-tetravex.png | Bin 0 -> 1578 bytes icons/hicolor_apps_26x26_gnome-aisleriot.png | Bin 0 -> 1238 bytes icons/hicolor_apps_32x32_gnome-aisleriot.png | Bin 0 -> 1422 bytes icons/hicolor_apps_32x32_gnome-blackjack.png | Bin 0 -> 1774 bytes icons/hicolor_apps_32x32_gnome-freecell.png | Bin 0 -> 1772 bytes icons/hicolor_apps_32x32_gnome-glchess.png | Bin 0 -> 1354 bytes icons/hicolor_apps_32x32_gnome-glines.png | Bin 0 -> 1908 bytes icons/hicolor_apps_32x32_gnome-gnect.png | Bin 0 -> 2011 bytes icons/hicolor_apps_32x32_gnome-gnibbles.png | Bin 0 -> 2101 bytes icons/hicolor_apps_32x32_gnome-gnometris.png | Bin 0 -> 1429 bytes icons/hicolor_apps_32x32_gnome-iagno.png | Bin 0 -> 2501 bytes icons/hicolor_apps_32x32_gnome-klotski.png | Bin 0 -> 1440 bytes icons/hicolor_apps_32x32_gnome-mahjongg.png | Bin 0 -> 1799 bytes icons/hicolor_apps_32x32_gnome-mines.png | Bin 0 -> 2158 bytes icons/hicolor_apps_32x32_gnome-robots.png | Bin 0 -> 2071 bytes icons/hicolor_apps_32x32_gnome-samegnome.png | Bin 0 -> 2218 bytes icons/hicolor_apps_32x32_gnome-sudoku.png | Bin 0 -> 1709 bytes icons/hicolor_apps_32x32_gnome-tali.png | Bin 0 -> 2431 bytes icons/hicolor_apps_32x32_gnome-tetravex.png | Bin 0 -> 2993 bytes icons/hicolor_apps_34x34_gnome-aisleriot.png | Bin 0 -> 1458 bytes icons/hicolor_apps_40x40_gnome-aisleriot.png | Bin 0 -> 2092 bytes icons/hicolor_apps_48x48_gnome-aisleriot.png | Bin 0 -> 2701 bytes icons/hicolor_apps_48x48_gnome-blackjack.png | Bin 0 -> 3556 bytes icons/hicolor_apps_48x48_gnome-freecell.png | Bin 0 -> 3108 bytes icons/hicolor_apps_48x48_gnome-glchess.png | Bin 0 -> 2177 bytes icons/hicolor_apps_48x48_gnome-glines.png | Bin 0 -> 3326 bytes icons/hicolor_apps_48x48_gnome-gnect.png | Bin 0 -> 2968 bytes icons/hicolor_apps_48x48_gnome-gnibbles.png | Bin 0 -> 3452 bytes icons/hicolor_apps_48x48_gnome-gnometris.png | Bin 0 -> 2094 bytes icons/hicolor_apps_48x48_gnome-iagno.png | Bin 0 -> 3465 bytes icons/hicolor_apps_48x48_gnome-klotski.png | Bin 0 -> 2252 bytes icons/hicolor_apps_48x48_gnome-mahjongg.png | Bin 0 -> 2268 bytes icons/hicolor_apps_48x48_gnome-mines.png | Bin 0 -> 3398 bytes icons/hicolor_apps_48x48_gnome-robots.png | Bin 0 -> 3129 bytes icons/hicolor_apps_48x48_gnome-samegnome.png | Bin 0 -> 2774 bytes icons/hicolor_apps_48x48_gnome-sudoku.png | Bin 0 -> 3891 bytes icons/hicolor_apps_48x48_gnome-tali.png | Bin 0 -> 3406 bytes icons/hicolor_apps_48x48_gnome-tetravex.png | Bin 0 -> 4941 bytes icons/hicolor_apps_50x50_gnome-aisleriot.png | Bin 0 -> 2707 bytes icons/hicolor_apps_scalable_gnome-aisleriot.png | Bin 0 -> 3757 bytes icons/hicolor_apps_scalable_gnome-aisleriot.svg | 872 +++++++ icons/hicolor_apps_scalable_gnome-blackjack.svg | 1144 ++++++++ icons/hicolor_apps_scalable_gnome-freecell.svg | 667 +++++ icons/hicolor_apps_scalable_gnome-glchess.svg | 382 +++ icons/hicolor_apps_scalable_gnome-glines.svg | 785 ++++++ icons/hicolor_apps_scalable_gnome-gnect.svg | 1108 ++++++++ icons/hicolor_apps_scalable_gnome-gnibbles.svg | 343 +++ icons/hicolor_apps_scalable_gnome-gnometris.svg | 925 +++++++ icons/hicolor_apps_scalable_gnome-iagno.svg | 221 ++ icons/hicolor_apps_scalable_gnome-klotski.svg | 871 +++++++ icons/hicolor_apps_scalable_gnome-lightsoff.svg | 504 ++++ icons/hicolor_apps_scalable_gnome-mahjongg.svg | 118 + icons/hicolor_apps_scalable_gnome-mines.svg | 93 + icons/hicolor_apps_scalable_gnome-robots.svg | 690 +++++ icons/hicolor_apps_scalable_gnome-samegnome.svg | 243 ++ icons/hicolor_apps_scalable_gnome-sudoku.svg | 3183 +++++++++++++++++++++++ icons/hicolor_apps_scalable_gnome-tali.svg | 888 +++++++ icons/hicolor_apps_scalable_gnome-tetravex.svg | 740 ++++++ icons/scalable/gnome-aisleriot.svg | 872 ------- icons/scalable/gnome-blackjack.svg | 1144 -------- icons/scalable/gnome-freecell.svg | 667 ----- icons/scalable/gnome-glchess.svg | 382 --- icons/scalable/gnome-glines.svg | 785 ------ icons/scalable/gnome-gnect.svg | 1108 -------- icons/scalable/gnome-gnibbles.svg | 343 --- icons/scalable/gnome-gnometris.svg | 925 ------- icons/scalable/gnome-iagno.svg | 221 -- icons/scalable/gnome-klotski.svg | 871 ------- icons/scalable/gnome-lightsoff.svg | 504 ---- icons/scalable/gnome-mahjongg.svg | 118 - icons/scalable/gnome-mines.svg | 93 - icons/scalable/gnome-robots.svg | 690 ----- icons/scalable/gnome-samegnome.svg | 243 -- icons/scalable/gnome-sudoku.svg | 3183 ----------------------- icons/scalable/gnome-tali.svg | 888 ------- icons/scalable/gnome-tetravex.svg | 740 ------ 217 files changed, 14028 insertions(+), 13967 deletions(-) commit a9f29d4ebda5e097438b9618f4df695b75d6325a Author: Christian Persch Date: Fri Jul 10 22:40:02 2009 +0200 ld: Add an AM conditional for each game to build configure.in | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) commit acae0a0b720d4f9e643ae9260b2bd5520b182259 Author: Christian Persch Date: Fri Jul 10 21:44:34 2009 +0200 aisleriot: Add define to disable keynav code If passing CPPFLAGS+="-DDISABLE_KEYNAV", the keynav code is compiled out. aisleriot/board-noclutter.c | 2 +- aisleriot/board.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 007376d057c2f419d73a252080418752f64f7f9e Author: Christian Persch Date: Fri Jul 10 20:26:38 2009 +0200 aisleriot: Add translator comments for the game names Change get_titles.pl script to add translator comments for the strings in game-names.h (moved from translatable_game_names.h). aisleriot/Makefile.am | 2 +- aisleriot/game-names.h | 630 +++++++++++++++++++++++++++++++++++ aisleriot/get_titles.pl | 9 +- aisleriot/translatable_game_names.h | 88 ----- po/POTFILES.in | 2 +- 5 files changed, 639 insertions(+), 92 deletions(-) commit 6a30d91a21c2d84f1b464a57f34752df965b5e2e Author: Christian Persch Date: Fri Jul 10 20:17:54 2009 +0200 aisleriot: terrace: Add translator comments Change variant name to "General's Patience", and add translator comments for the variant names. Bug #585745. aisleriot/rules/terrace.scm | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) commit 736a7a23a910aed26f6247bd1b0c935144cba98a Author: Christian Persch Date: Fri Jul 10 01:31:34 2009 +0200 libgames-support: Use games_show_error here Remove this extra code and just use games_show_error(). libgames-support/games-runtime.c | 21 +++------------------ 1 files changed, 3 insertions(+), 18 deletions(-) commit f5b230ba038f2d5c330114981b3f77cee5e4784d Author: Christian Persch Date: Fri Jul 10 01:09:36 2009 +0200 libgames-support: Fix #ifdef to use HAVE_MAEMO_3 The bug this works around [https://bugs.maemo.org/show_bug.cgi?id=1449] is fixed since maemo4. libgames-support/games-stock.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit b2ec9fe907a439393e5a96ec7cdced7950bae512 Author: Christian Persch Date: Thu Jul 9 15:15:43 2009 +0200 libgames-support: Fix rsvg version check libgames-support/games-card-theme-kde.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d10b0543239e20d4e79df351e478355bed7352a6 Author: Christian Persch Date: Wed Jul 8 14:09:44 2009 +0200 libgames-support: Only build the card theme writer when building aisleriot libgames-support/Makefile.am | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) commit 35bbbbab4c5e0748dfdd29e87d84588777f62148 Author: Christian Persch Date: Wed Jul 8 14:03:25 2009 +0200 aisleriot: Fix a unused code warning on !ENABLE_SOUND aisleriot/window.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit a2bd27f70bb2fd5adcdbcde3241fb47081edd579 Author: Christian Persch Date: Wed Jul 8 13:56:28 2009 +0200 build: Fix glib-genmarshal --internal check Use pkg-config --exists to check for glib 2.14 instead of just hardcoding this for hildon. configure.in | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 315963a4e293783b27379152bd54388349660244 Author: Christian Persch Date: Wed Jul 8 13:50:12 2009 +0200 libgames-support: Only build games-files when building the full library It's unused in aisleriot, so don't build it when only building aisleriot. libgames-support/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit ceae97c5b56b80bf07e7ff832991973e33496fbd Author: Christian Persch Date: Wed Jul 8 13:49:06 2009 +0200 libgames-support: Remove unused include libgames-support/games-stock.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 12d20a1914b66ba610bbd00cf3f08ff0f9b436e3 Author: Christian Persch Date: Wed Jul 8 13:45:29 2009 +0200 libgames-support: gnobots2: Move games-find-file.[ch] to gnobots2 It's the only game using it, so move it there. gnobots2/Makefile.am | 7 +++- gnobots2/find-file.c | 84 ++++++++++++++++++++++++++++++++++++ gnobots2/find-file.h | 31 +++++++++++++ gnobots2/graphics.c | 2 +- libgames-support/Makefile.am | 2 - libgames-support/games-find-file.c | 84 ------------------------------------ libgames-support/games-find-file.h | 31 ------------- 7 files changed, 122 insertions(+), 119 deletions(-) commit e60337e57a995fd524268ae5032f51ac0ef5d237 Author: Christian Persch Date: Wed Jul 8 13:32:01 2009 +0200 libgames-support: blackjack: move GamesCardSelector to blackjack Blackjack is the only game using the GamesCardSelector class, so move it to blackjack. blackjack/src/Makefile.am | 2 + blackjack/src/card-selector.cpp | 150 ++++++++++++++++++++++++++++++++ blackjack/src/card-selector.h | 60 +++++++++++++ blackjack/src/card.cpp | 2 +- libgames-support/Makefile.am | 9 -- libgames-support/games-card-selector.c | 150 -------------------------------- libgames-support/games-card-selector.h | 60 ------------- po/POTFILES.in | 2 +- 8 files changed, 214 insertions(+), 221 deletions(-) commit 4291e9613ae8224204c5b57eb17b14fdf91021db Author: Christian Persch Date: Wed Jul 8 13:26:22 2009 +0200 libgames-support: Split card theme off into its own convenience lib Add libgamescards.la, containing the card theme support. Only build this library when building aisleriot or blackjack. aisleriot/Makefile.am | 1 + blackjack/src/Makefile.am | 1 + configure.in | 6 ++ libgames-support/Makefile.am | 157 +++++++++++++++++++++++++---------------- 4 files changed, 104 insertions(+), 61 deletions(-) commit 1c959178f4af9e6c1a6c727dbe68a061fd46a872 Author: Christian Persch Date: Tue Jul 7 17:13:39 2009 +0200 build: Only add help to SUBDIRS when building help is enabled blackjack/Makefile.am | 6 +++++- glines/Makefile.am | 8 ++++++-- gnect/Makefile.am | 6 +++++- gnibbles/Makefile.am | 9 ++++++--- gnobots2/Makefile.am | 8 ++++++-- gnometris/Makefile.am | 6 +++++- gnomine/Makefile.am | 6 +++++- gnotravex/Makefile.am | 8 ++++++-- gnotski/Makefile.am | 6 +++++- gtali/Makefile.am | 6 +++++- iagno/Makefile.am | 6 +++++- mahjongg/Makefile.am | 6 +++++- same-gnome/Makefile.am | 6 +++++- 13 files changed, 69 insertions(+), 18 deletions(-) commit 0cda45c755bf1eae63acecc80714f3c05662e7fb Author: Christian Persch Date: Tue Jul 7 12:52:30 2009 +0200 build: [icons] Fix private icon theme icons on hildon On hildon, the icons need to be installed into the "hildon" context, not "actions", since hildon doesn't look in the "actions" context for icons. icons/Makefile.am | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) commit 849d7850fde0b9b11b856ef1a8788b05b427dcad Author: Christian Persch Date: Mon Jul 6 22:38:51 2009 +0200 libgames-support: [build] Fix build on hildon Always add games-help.[ch] and games-show.[ch] to SOURCES, even on hildon. libgames-support/Makefile.am | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit bbf2436509d0cdc64907985b2f543c1f6cdb9c4d Author: Christian Persch Date: Mon Jul 6 15:46:52 2009 +0200 build: Make --disable-sound work Fix the test that sets the ENABLE_SOUND define, so that --disable-sound actually disables sound support. configure.in | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit 3b700f7151bbdb36d62f2e85bfe724b06c86b45b Author: Christian Persch Date: Mon Jul 6 14:00:28 2009 +0200 aisleriot: Add new games to the TODO list aisleriot/TODO | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit baed1c327530f75518627fbde1a2cc3f660a58d6 Author: Christian Persch Date: Sat Jul 4 23:35:21 2009 +0200 icons: Add prerendered icons for the "cards-deal" name This is necessary in case there's no SVG pixbuf loader available (e.g. on hildon). Bug #584665. icons/Makefile.am | 5 +++++ icons/hicolor_actions_16x16_cards-deal.png | Bin 0 -> 744 bytes icons/hicolor_actions_22x22_cards-deal.png | Bin 0 -> 1107 bytes icons/hicolor_actions_24x24_cards-deal.png | Bin 0 -> 1826 bytes icons/hicolor_actions_32x32_cards-deal.png | Bin 0 -> 1650 bytes icons/hicolor_actions_48x48_cards-deal.png | Bin 0 -> 2709 bytes 6 files changed, 5 insertions(+), 0 deletions(-) commit d89b7e6cf690fc85afc9538f40af891fcc96d3c5 Author: Christian Persch Date: Mon Jul 6 01:25:29 2009 +0200 aisleriot: Only get the gtk-touchscreen-mode setting on gtk >= 2.10 aisleriot/board-noclutter.c | 16 ++++++++-------- aisleriot/board.c | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) commit aa01c430a85d9b0974a424b54f8c1250f86a935a Author: Christian Persch Date: Sat Jul 4 21:32:04 2009 +0200 aisleriot: glib < 2.16 build fix Add compatibiliy function since C_() is only available since 2.16. aisleriot/window.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 28fdedbba236ae21a146a373424c4969ae8e7e85 Author: Christian Persch Date: Sat Jul 4 21:30:18 2009 +0200 aisleriot: glib 2.8 build fix aisleriot/game.c | 18 ++++++++++++++++++ aisleriot/window.c | 9 +++++++++ 2 files changed, 27 insertions(+), 0 deletions(-) commit 73a7313fa3f2b24e12e59990f5e8ac73c04732c5 Author: Christian Persch Date: Sat Jul 4 21:27:01 2009 +0200 libgames-support: [smclient] Some build fixes for old glib Add some #if checks for glib 2.12 and 2.14 so we build on older versions. libgames-support/eggdesktopfile.c | 8 ++++++++ libgames-support/eggsmclient-xsmp.c | 1 + 2 files changed, 9 insertions(+), 0 deletions(-) commit 8c2b98c43d9cd6c0d4a265ba1e61414b6008375c Author: Christian Persch Date: Sat Jul 4 21:10:37 2009 +0200 libgames-support: [build] Only build those parts of libg-s that are used If we only build aisleriot, half of libgames-support is unused (and it has problems compiling on the old glib/gtk that aisleriot supports), so disable that part. configure.in | 7 +++++++ libgames-support/Makefile.am | 21 +++++++++++++-------- 2 files changed, 20 insertions(+), 8 deletions(-) commit d08e1c337937a43814fa039ee9b7d9d8045f19e3 Author: Christian Persch Date: Sat Jul 4 00:03:02 2009 +0200 libgames-support: Build fix for !HAVE_RSVG The font options are only needed in the HAVE_RSVG case, so just #ifdef this code out on !HAVE_RSVG. libgames-support/games-preimage.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 3d6f984587c5708e28875bd7a6e7bbd8e24ef9c4 Author: Christian Persch Date: Fri Jul 3 23:54:31 2009 +0200 libgames-support: Build fix for gtk 2.8 gtk_widget_get_action only exists since 2.10. libgames-support/games-conf.c | 9 +++++++++ libgames-support/games-stock.c | 2 +- 2 files changed, 10 insertions(+), 1 deletions(-) commit 671b8abbc552e080c6af503ad88537363ecaa70b Author: Christian Persch Date: Fri Jul 3 23:52:50 2009 +0200 libgames-support: Build fix for glib < 2.16 libgames-support/games-runtime.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7ddf348b505de839b647dc8d71a323faf3bf9ebb Author: Christian Persch Date: Fri Jul 3 23:52:28 2009 +0200 libgames-support: Include games-show.h libgames-support/games-runtime.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 3f585d3367a995d50fdf563c6de87bb812a1bf0c Author: Christian Persch Date: Fri Jul 3 23:39:40 2009 +0200 libgames-support: Build with glib < 2.12 g_key_file_[sg]et_double is only available since 2.12, so make this libgames-support/games-conf.c | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) commit 4c7caab401d148658253a0ec6fd802ddeb0fdd22 Author: Christian Persch Date: Fri Jul 3 23:34:57 2009 +0200 build: Fix gtk version req to the minimal values Aisleriot builds using gtk 2.8, so only require 2.16 if any other games are built as well. configure.in | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) commit 16b7df4d0f04a097e0f8f794bdc89c813531f35a Author: Christian Persch Date: Fri Jul 3 23:33:28 2009 +0200 build: Only check --with-sound when sound is enabled Otherwise set with_sound=none to get correct output in the summary at the end of the configure run. configure.in | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) commit 21bd55f66fdc350a78b1685b758490eff0d9988b Author: Christian Persch Date: Fri Jul 3 20:41:08 2009 +0200 aisleriot: Fix help error message in freecell mode Should say "Freecell", not "Aisleriot". aisleriot/util.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit c287c72cb4afb2e47d8cc3c8f72b16e0ebdcabf6 Author: Christian Persch Date: Fri Jul 3 20:35:13 2009 +0200 aisleriot: Better error messages when showing help fails Use games_help_display_full() and games_show_error() using the display name of the help section instead of the file name. aisleriot/util.c | 31 +++++++++++++++++++++++++++++-- aisleriot/util.h | 3 ++- aisleriot/window.c | 4 ++-- 3 files changed, 33 insertions(+), 5 deletions(-) commit afbe589b545ad82bf99d13522a8c51c69599220d Author: Christian Persch Date: Fri Jul 3 20:26:48 2009 +0200 libgames-support: Add games_help_display_full variant Add a variant of games_help_display that returns a GError on failure. libgames-support/games-help.c | 65 ++++++++++++++++++++++++---------------- libgames-support/games-help.h | 5 +++ libgames-support/games-show.h | 8 ++-- 3 files changed, 48 insertions(+), 30 deletions(-) commit 2ea7f6a3fbfb408bb1ce4086cb7fb3bbb3b7820b Author: Christian Persch Date: Fri Jul 3 20:18:21 2009 +0200 libgames-support: Add games_show_error() Add a helper function that shows a GtkMessageDialog with a GError's message as secondary text, and the passed-in primary text. libgames-support/games-help.c | 23 ++----------------- libgames-support/games-show.c | 46 +++++++++++++++++++++++++++++++++++++++++ libgames-support/games-show.h | 4 +++ 3 files changed, 53 insertions(+), 20 deletions(-) commit f6ca7232c39eac8325cd73e63543cc03bd945589 Author: Christian Persch Date: Fri Jul 3 20:09:17 2009 +0200 aisleriot: Remove unused includes and defines The code that used them now lives in libgames-support. aisleriot/sol.c | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) commit 7f69cd5de56af718d90f51f2867125f2d2e6b924 Author: Christian Persch Date: Fri Jul 3 20:06:00 2009 +0200 libgames-support: Add about dialogue hooks Implement about dialogue hooks in games-runtime (for gtk < 2.17). aisleriot/sol.c | 77 -------------------------------------- libgames-support/games-runtime.c | 69 ++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 77 deletions(-) commit cd5acd25d152765ce4ebf84e4bb8340ddb6e19fc Author: Christian Persch Date: Fri Jul 3 19:59:26 2009 +0200 aisleriot: Use games_help_display() Since all platform help code is now in games-help, use that in aisleriot_display_help(). aisleriot/Makefile.am | 6 ++- aisleriot/sol.c | 186 ------------------------------------------------- aisleriot/util.c | 44 +++++++++--- aisleriot/util.h | 5 -- 4 files changed, 38 insertions(+), 203 deletions(-) commit ae90363f3418e81311dba7fde9dfa815982dab00 Author: Christian Persch Date: Fri Jul 3 19:41:10 2009 +0200 libgames-support: Use g_uri_escape_string to construct the help URI Escape the help section. libgames-support/games-help.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit 1325b7597fbf30221fb70c53fb7bfb3754616b20 Author: Christian Persch Date: Fri Jul 3 19:36:06 2009 +0200 libgames-support: Fix a HAVE_HILDON/HAVE_MAEMO mismatch aisleriot/sol.c uses HAVE_MAEMO in this case, so do that here too. libgames-support/games-show.c | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) commit 1cc210c26adda6d79470bec45f065a02dfd98723 Author: Christian Persch Date: Fri Jul 3 19:27:51 2009 +0200 libgames-support: Add games_show_uri() Implement a helper function to open a URI. On gtk+ >= 2.14, this just uses gtk_show_uri(). Otherwise, on hildon, it uses osso to show the URI in the browser, and otherwise uses xdg-open with a fallback to gnome-open. Supported URI schemes are file:, http[s]:. On the gnome platform, ghelp: is supported as well. libgames-support/Makefile.am | 2 + libgames-support/games-help.c | 78 +-------------------------- libgames-support/games-show.c | 115 +++++++++++++++++++++++++++++++++++++++++ libgames-support/games-show.h | 35 ++++++++++++ 4 files changed, 155 insertions(+), 75 deletions(-) commit e29d3d78c4fd35de2c778a3545e78b3621ebcc91 Author: Christian Persch Date: Fri Jul 3 19:20:18 2009 +0200 aisleriot: Move osso initialisation to libgames-support Use the new games_runtime_init_with_osso(), and change the code to use games_runtime_get_osso_context() where necessary. aisleriot/sol.c | 22 ++++++++-------------- 1 files changed, 8 insertions(+), 14 deletions(-) commit e44de6c69fdc4ea8767425ebaa897f34270e4a7a Author: Christian Persch Date: Fri Jul 3 19:16:17 2009 +0200 libgames-support: [hildon] Add osso initialisation to games runtime Add games_runtime_init_with_osso() to initialise the osso context, and games_runtime_get_osso_context() to get the global context. Implement games_help_display() for hildon. libgames-support/Makefile.am | 5 +++ libgames-support/games-help.c | 4 +- libgames-support/games-runtime.c | 55 ++++++++++++++++++++++++++++++++++++++ libgames-support/games-runtime.h | 13 +++++++++ 4 files changed, 75 insertions(+), 2 deletions(-) commit 284478e9b9960b7e64d51a5fff8ddea02b48d616 Author: Christian Persch Date: Fri Jul 3 13:24:54 2009 +0200 libgames-support: [smclient] Update copy from libegg master libgames-support/eggdesktopfile.c | 78 +++++++++++++++++++++++++++++-------- libgames-support/eggdesktopfile.h | 5 +- 2 files changed, 64 insertions(+), 19 deletions(-) commit 0213cc676b094972c8db9374591ab9fcc1a9e1b1 Author: Christian Persch Date: Mon Jun 29 18:15:37 2009 +0200 libgames-support: Better error message when showing help fails libgames-support/games-help.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 6f0eeae57c4b4a5daab8c8ed4ad7468be07bea7d Author: Christian Persch Date: Mon Jun 29 18:13:40 2009 +0200 libgames-support: Set help error dialogue title to empty Except on Hildon (at least maemo3), where empty dialogue titles show "". libgames-support/games-help.c | 27 ++++++++++++++++++--------- 1 files changed, 18 insertions(+), 9 deletions(-) commit 95a364730f6ebad2b30e2f0ffbd4ad07b6ceef81 Author: Christian Persch Date: Mon Jun 29 15:47:48 2009 +0200 libgames-support: [build] Don't distribute generated files libgames-support/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 3a04b7094862d15dba17440dcd89e20d687eefeb Author: Christian Persch Date: Sat Jun 27 21:32:41 2009 +0200 libgames-support: add binreloc support Enable runtime relocation also on non-win32 platform. Code to find the prefix from the executable copied from BinReloc [autopackage.org], here used under LGPL2+. configure.in | 34 ++++++ libgames-support/games-runtime.c | 225 +++++++++++++++++++++++++++++++++++--- libgames-support/games-runtime.h | 4 +- 3 files changed, 246 insertions(+), 17 deletions(-) commit f96a2e0dc69b581792e744c5ecca101e83cea42f Author: Christian Persch Date: Sat Jun 27 20:35:03 2009 +0200 build: move win32 platform check up So checking for win32 in the various existing tests actually works. configure.in | 82 ++++++++++++++++++++++++++++++++------------------------- 1 files changed, 46 insertions(+), 36 deletions(-) commit 42b23503b8b964a5d97817359ca691ed7a9cc340 Author: Christian Persch Date: Sat Jun 27 19:17:57 2009 +0200 aisleriot: Comment out debug spew aisleriot/window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 46925045d7b3ff8dbfd5da2dc1b7e9e25ba223af Author: Christian Persch Date: Sat Jun 27 19:15:03 2009 +0200 libgames-support: Add more help methods Generalise the hildon help support to all platforms. We now support the following methods to show help to the user: - ghelp: URIs, loaded in Yelp - pregenerated (by gnome-doc-tool) HTML/XHTML files, loaded in the browser - online help from library.gnome.org configure.in | 65 ++++++++++++++-- libgames-support/games-help.c | 168 +++++++++++++++++++++++++++++++++++++---- libgames-support/games-help.h | 2 +- 3 files changed, 212 insertions(+), 23 deletions(-) commit e169803458373ef1c8f1aaeda1b1d4fc66970ced Author: Robert Ancell Date: Fri Jul 10 07:38:25 2009 +1000 Add gconf descriptions gnome-sudoku/data/gnome-sudoku.schemas.in | 128 +++++++++++++++++++++++++---- gnome-sudoku/src/lib/main.py | 2 - 2 files changed, 112 insertions(+), 18 deletions(-) commit 0f583614cd457e01765ef9e4faf9d8f3d2122ac3 Author: Robert Ancell Date: Fri Jul 10 07:23:32 2009 +1000 Consolodate bg_black and bg_custom_color keys gnome-sudoku/data/gnome-sudoku.schemas.in | 14 +++----------- gnome-sudoku/src/lib/main.py | 12 +++--------- 2 files changed, 6 insertions(+), 20 deletions(-) commit 5f70fd2d05498ccae17d9a5004c5548c53df28f5 Author: Robert Ancell Date: Fri Jul 10 07:16:55 2009 +1000 Use boolean type for gconf keys gnome-sudoku/src/lib/gtk_goodies/gconf_wrapper.py | 2 +- gnome-sudoku/src/lib/main.py | 6 +++--- gnome-sudoku/src/lib/sudoku_generator_gui.py | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) commit 82f1741225aec400602e0c6791af8cc0bf585598 Author: Robert Ancell Date: Fri Jul 10 07:03:11 2009 +1000 Added gconf schema gnome-sudoku/data/Makefile.am | 5 + gnome-sudoku/data/gnome-sudoku.schemas.in | 253 +++++++++++++++++++++++++++++ gnome-sudoku/src/lib/main.py | 5 - 3 files changed, 258 insertions(+), 5 deletions(-) commit 898ef93d5c47a43a94d265c9d3cb9c3884676670 Author: Robert Ancell Date: Fri Jul 10 01:01:02 2009 +1000 Change texture directory from 'pixmaps' to 'textures' glchess/src/lib/defaults.py.in | 2 +- glchess/textures/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 1b323a7b943578bbe69c77504d2b735474b38bc6 Author: Maxim V. Dziumanenko Date: Thu Jul 9 16:03:06 2009 +0300 Updated Ukrainian translation po/uk.po | 6357 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 3905 insertions(+), 2452 deletions(-) commit 078e396fb2e63ffac1e9602e2cacaf723ee7f2e3 Author: Robert Ancell Date: Thu Jul 9 22:07:21 2009 +1000 Move pixmap install dir for gnome-sudoku and glchess from /usr/share/pixmaps/name to /usr/share/gnome-games/name/pixmaps to be consistent with the other games glchess/src/lib/defaults.py.in | 4 +--- glchess/textures/Makefile.am | 2 +- gnome-sudoku/images/Makefile.am | 2 +- gnome-sudoku/src/lib/defaults.py.in | 4 ++-- 4 files changed, 5 insertions(+), 7 deletions(-) commit 1d7ae763d62e15dfbedcdd8e198cea3721de4f84 Author: Petr Kovar Date: Tue Jul 7 23:31:39 2009 +0200 Updated Czech help translation for various GNOME games That is for glines, gnect, gnibbles, gnome-sudoku, gnomine, gnotravex, gnotski, iagno, and mahjongg. Update by Marek Cernocky, reviewed by Petr Kovar. glines/help/cs/cs.po | 176 ++++---- gnect/help/cs/cs.po | 807 ++++++++++++++++++++++++++++--------- gnibbles/help/cs/cs.po | 823 ++++++++++++++++++++++++++++---------- gnome-sudoku/help/cs/cs.po | 977 ++++++++++++++++++++++++++++++++------------ gnomine/help/cs/cs.po | 215 +++++----- gnotravex/help/cs/cs.po | 400 ++++++++++++++---- gnotski/help/cs/cs.po | 473 ++++++++++++++++------ iagno/help/cs/cs.po | 848 +++++++++++++++++++++++++++++---------- mahjongg/help/cs/cs.po | 932 ++++++++++++++++++++++++++++++++---------- 9 files changed, 4160 insertions(+), 1491 deletions(-) commit f48ff53a733a667ef0eee53f5bf389b4b5b625e2 Author: Petr Kovar Date: Tue Jul 7 23:14:04 2009 +0200 Added Czech help translation for blackjack, glchess, gnobots2, and gtali Translation by Marek Cernocky, reviewed by Petr Kovar. blackjack/help/Makefile.am | 2 +- blackjack/help/cs/cs.po | 621 ++++++++++++++++++++ .../help/cs/figures/blackjack_start_window.png | Bin 0 -> 64403 bytes glchess/help/Makefile.am | 2 +- glchess/help/cs/cs.po | 586 ++++++++++++++++++ glchess/help/cs/figures/game.png | Bin 0 -> 56966 bytes glchess/help/cs/figures/new_game.png | Bin 0 -> 32967 bytes glchess/help/cs/figures/preferences_game.png | Bin 0 -> 19189 bytes glchess/help/cs/figures/preferences_view.png | Bin 0 -> 17629 bytes gnobots2/help/Makefile.am | 2 +- gnobots2/help/cs/cs.po | 450 ++++++++++++++ gnobots2/help/cs/figures/gnobots2-main.png | Bin 0 -> 29131 bytes gtali/help/Makefile.am | 2 +- gtali/help/cs/cs.po | 378 ++++++++++++ gtali/help/cs/figures/mainwindow.png | Bin 0 -> 117061 bytes gtali/help/cs/figures/preferences.png | Bin 0 -> 26645 bytes 16 files changed, 2039 insertions(+), 4 deletions(-) commit 65574b533b4868ca8aac688c9789ff131a0a9776 Author: Vincent Povirk Date: Sun Jul 5 10:22:42 2009 -0500 aisleriot: fix hinting in a rare situation in Spider If a visible card covers an invisible card of the same suit and a value greater by one, the hint function would never suggest moving it, even when it is possible to do so. This commit fixes that problem. aisleriot/rules/spider.scm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit bb3ddaadb34bcdc6e3d47c446987fda3723a1081 Author: Daniel Mustieles Date: Sun Jul 5 11:25:15 2009 +0200 Updated Spanish translation Signed-off-by: Jorge Gonzalez Author: Daniel Mustieles po/es.po | 1407 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 842 insertions(+), 565 deletions(-) commit c41b70fa32047a6bfc7614f599c727bf603b0978 Author: drtvasudevan Date: Sat Jul 4 17:15:16 2009 +0530 Updated Tamil translation po/ta.po | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit e3b3c3c983edde2ca2164e563247e33d64915168 Author: drtvasudevan Date: Sat Jul 4 16:48:52 2009 +0530 Updated Tamil translation po/ta.po | 1375 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 808 insertions(+), 567 deletions(-) commit 484d28995afff4f46ec7d8aecb2333ea27f94ae0 Author: Robert Ancell Date: Sat Jul 4 18:41:38 2009 +1000 Use msgctext() (Claude Paroz) glchess/src/lib/Makefile.am | 1 + glchess/src/lib/chess/__init__.py | 114 +++++++++++++++---------------------- glchess/src/lib/gtkui/dialogs.py | 21 +++---- 3 files changed, 56 insertions(+), 80 deletions(-) commit 70864e5bd390afc07a11b4a486ea417c3ee709db Author: Claude Paroz Date: Wed Jul 1 20:27:14 2009 +0200 Updated French translation Contributed by Laurent Coudeur and Bruno Brouard po/fr.po | 2180 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1076 insertions(+), 1104 deletions(-) commit 9f0380506dab7b46b34a6a8a05630e62231166ab Author: Petr Kovar Date: Sun Jun 28 21:39:53 2009 +0200 Added & fixed Czech help translation for various games by Marek Cernocky Added Czech help translation for gnect, gnibbles, gnotravex, gnotski, iagno, mahjongg, gnome-sudoku, and same-gnome. Fixed Czech help translation for glines, gnometris, and gnomine. Reviewed by: Lucas Lommer and Petr Kovar. glines/help/cs/cs.po | 452 ++++++++++--- gnect/help/Makefile.am | 2 +- gnect/help/cs/cs.po | 453 +++++++++++++ gnect/help/cs/figures/mainwindow.png | Bin 0 -> 39011 bytes gnibbles/help/Makefile.am | 2 +- gnibbles/help/cs/cs.po | 504 ++++++++++++++ gnibbles/help/cs/figures/connect.png | Bin 0 -> 39407 bytes gnibbles/help/cs/figures/game.png | Bin 0 -> 36161 bytes gnibbles/help/cs/figures/intro.png | Bin 0 -> 89911 bytes gnibbles/help/cs/figures/playing.png | Bin 0 -> 24313 bytes gnibbles/help/cs/figures/tables.png | Bin 0 -> 65382 bytes gnibbles/help/cs/figures/worm_op.png | Bin 0 -> 28396 bytes gnome-sudoku/help/Makefile.am | 2 +- gnome-sudoku/help/cs/cs.po | 567 ++++++++++++++++ gnome-sudoku/help/cs/figures/Print_Sudokus.png | Bin 0 -> 35149 bytes gnome-sudoku/help/cs/figures/always_show_hint.png | Bin 0 -> 64681 bytes gnome-sudoku/help/cs/figures/highlighting.png | Bin 0 -> 49426 bytes gnome-sudoku/help/cs/figures/resuming.png | Bin 0 -> 48630 bytes gnome-sudoku/help/cs/figures/starting.png | Bin 0 -> 23708 bytes gnometris/help/cs/cs.po | 77 +-- gnomine/help/cs/cs.po | 713 ++++++++++++++++---- gnotravex/help/Makefile.am | 2 +- gnotravex/help/cs/cs.po | 222 ++++++ gnotravex/help/cs/figures/gnotravex_game.png | Bin 0 -> 26433 bytes gnotravex/help/cs/figures/gnotravex_mainwindow.png | Bin 0 -> 26757 bytes gnotski/help/Makefile.am | 2 +- gnotski/help/cs/cs.po | 309 +++++++++ gnotski/help/cs/figures/gnotski_start_window.png | Bin 0 -> 15742 bytes gnotski/help/cs/figures/gnotski_win.png | Bin 0 -> 16925 bytes iagno/help/Makefile.am | 2 +- iagno/help/cs/cs.po | 527 +++++++++++++++ iagno/help/cs/figures/ANIMATION.png | Bin 0 -> 23931 bytes iagno/help/cs/figures/BLOCK.png | Bin 0 -> 24449 bytes iagno/help/cs/figures/FIRST.png | Bin 0 -> 21117 bytes iagno/help/cs/figures/PLAYER.png | Bin 0 -> 21612 bytes iagno/help/cs/figures/START.png | Bin 0 -> 21181 bytes mahjongg/help/Makefile.am | 2 +- mahjongg/help/cs/cs.po | 439 ++++++++++++ mahjongg/help/cs/figures/mahjongg.png | Bin 0 -> 92897 bytes mahjongg/help/cs/figures/no-move.png | Bin 0 -> 14634 bytes mahjongg/help/cs/figures/preferences.png | Bin 0 -> 20018 bytes mahjongg/help/cs/figures/toolbar.png | Bin 0 -> 8494 bytes same-gnome/help/Makefile.am | 2 +- same-gnome/help/cs/cs.po | 349 ++++++++++ same-gnome/help/cs/figures/start-up.png | Bin 0 -> 67145 bytes 45 files changed, 4366 insertions(+), 262 deletions(-) commit c6fbcde58176edc49eb9e9eba8011651452c5778 Author: Christian Persch Date: Thu Jun 25 19:49:48 2009 +0200 Fix a few compiler warnings aisleriot/game.c | 3 +++ aisleriot/sol.c | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) commit 7bf96663e154ffaf96b5cec58ba58f35522a8b14 Author: Christian Persch Date: Thu Jun 25 19:41:33 2009 +0200 Fix a few compiler warnings libgames-support/eggdesktopfile.c | 2 ++ libgames-support/eggsmclient-xsmp.c | 12 ++++++------ libgames-support/games-card-images.c | 10 ++++------ libgames-support/games-runtime.c | 2 +- libgames-support/games-scores.c | 4 ++-- 5 files changed, 15 insertions(+), 15 deletions(-) commit 5cc42cb98ccc558fb8f35d6650be7b3d795f13ba Author: Christian Persch Date: Thu Jun 25 19:07:36 2009 +0200 Fix games_sound_play_for_widget() for canberra Move misplaced break from before to after the canberra call. libgames-support/games-sound.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit bc96fb6ccdee496e4de1d6ea1dea0fae0a04c2be Author: Ivar Smolin Date: Thu Jun 25 14:29:49 2009 +0300 Updating Estonian translation po/et.po | 894 ++++++++++++++------------------------------------------------ 1 files changed, 196 insertions(+), 698 deletions(-) commit f7fd1b7636a85c384f76f8f854cf5f7ba44841fb Author: Tobias Mueller Date: Fri Jun 19 01:01:12 2009 +0200 Include necessary headers in c99 macro stdio and string are needed to compile c99 check with strlen and snprintf. Fixes bug 586323. m4/c99.m4 | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit c2494d344db4f09ac4396f42b7fcb5d15e4a80f6 Author: Christian Persch Date: Tue Jun 23 12:46:28 2009 +0200 libgames-support: [win32] Attach to console when run from console On Windows, when called from a console, get console output. This works only with Windows XP or higher. Windows 2000 will not have console output but it will just work fine. Code copied from gconf (via evince), under LGPL 2+. libgames-support/games-runtime.c | 37 ++++++++++++++++++++++++++++++++++--- 1 files changed, 34 insertions(+), 3 deletions(-) commit 189d2f69a14e807a5cb205c0215e8ceb9d7b3387 Author: Christian Persch Date: Sun Jun 14 15:48:04 2009 +0200 libgames-support: [build] Only use eggdesktopfile on x11 libgames-support/Makefile.am | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) commit 5bb3c4bf681d319b856e231c253bd18700611e75 Author: Petr Kovar Date: Mon Jun 22 00:26:12 2009 +0200 Added Czech help translation for gnomine by Marek Cernocky Reviewed by Petr Kovar. gnomine/help/Makefile.am | 2 +- gnomine/help/cs/cs.po | 488 ++++++++++++++++++++ gnomine/help/cs/figures/highscores.png | Bin 0 -> 20396 bytes gnomine/help/cs/figures/imnotsureflagscheckbox.png | Bin 0 -> 3246 bytes gnomine/help/cs/figures/main-window.png | Bin 0 -> 194653 bytes gnomine/help/cs/figures/preferences.png | Bin 0 -> 24476 bytes gnomine/help/cs/figures/statusbar.png | Bin 0 -> 3287 bytes 7 files changed, 489 insertions(+), 1 deletions(-) commit 2c1f2de4b2723e52946f7b2c8655e25af6e34fe7 Author: Petr Kovar Date: Sun Jun 21 23:26:45 2009 +0200 Added Czech help translation for glines & gnometris by Marek Cernocky Reviewed by Petr Kovar. glines/help/Makefile.am | 2 +- glines/help/cs/cs.po | 399 ++++++++++++++++ glines/help/cs/figures/glines-gameover.png | Bin 0 -> 62667 bytes glines/help/cs/figures/glines-startgame.png | Bin 0 -> 19512 bytes glines/help/cs/figures/preferences.png | Bin 0 -> 21847 bytes gnometris/help/Makefile.am | 2 +- gnometris/help/cs/cs.po | 656 +++++++++++++++++++++++++++ 7 files changed, 1057 insertions(+), 2 deletions(-) commit c8b570b1b7898efe88fd220deac9034f37215b9b Author: Jorge Gonzalez Date: Sun Jun 21 13:50:58 2009 +0200 Updated Spanish translation aisleriot/help/es/es.po | 91 ++++++++++++++++++++++++++++++---------------- 1 files changed, 59 insertions(+), 32 deletions(-) commit e7d9fbce9d04ec202356099b7c6b2886852dfeca Author: Jorge Gonzalez Date: Sun Jun 21 13:50:53 2009 +0200 Updated Spanish translation mahjongg/help/es/es.po | 577 +++++++++++++++++++++++++++++------------------- 1 files changed, 347 insertions(+), 230 deletions(-) commit 8ce73798975191982a49c9b36bafa4bca8126971 Author: Jorge Gonzalez Date: Sun Jun 21 10:35:47 2009 +0200 Updated Spanish translation gnometris/help/es/es.po | 158 ++++++++++++++++++++++++++--------------------- 1 files changed, 88 insertions(+), 70 deletions(-) commit 7625e207ec5fe4fa6e7e31a6e8aa2f83ec877be3 Author: Robert Ancell Date: Fri Jun 19 09:11:14 2009 +1000 Fix toolbar style to be user configurable (Claude Paroz, Bug #584615) glchess/data/glchess.ui | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit bdfa713f8c192c5de2d41651b08c51f26c1f0338 Author: Robert Ancell Date: Thu Jun 18 18:11:14 2009 +1000 UI strings non translated after GTKBuilder migration (Claude Paroz, Bug #586176) glchess/data/glchess.ui | 8 ++++---- glchess/src/lib/gtkui/gtkui.py | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) commit ab387fc03711a6889b60edd2c9a92977f237e518 Author: Paul Cutler Date: Tue Jun 16 11:37:44 2009 -0500 Fix bug 582047 - updated mahjongg docs mahjongg/help/C/mahjongg.xml | 150 +++++++++++++++++++++++++++++------------- 1 files changed, 104 insertions(+), 46 deletions(-) commit f3eca692777389b5ec28eb9da95f64623b3456ed Author: Jason D. Clinton Date: Mon Jun 15 20:29:05 2009 -0500 Post-release bump to 2.27.4 configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)