commit 933fb52a2144e5b22db90e433ca7487e4b59fca3 Author: Thomas Hindoe Paaboel Andersen Date: Tue Feb 22 01:38:10 2011 +0100 NEWS for 2.91.90 NEWS | 192 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 192 insertions(+), 0 deletions(-) commit 19a7364b31b7627ae88fc799e60d7276959764d7 Author: Robert Ancell Date: Tue Feb 22 10:47:53 2011 +1100 chess: Remove all Vala stamp files glchess/src/Makefile.am | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit f5bf052711d11da60d9ac4c3e83c8c26cb6b9aed Author: Robert Ancell Date: Tue Feb 22 10:44:11 2011 +1100 chess: Remove vala generated files on clean glchess/src/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 04d73104def27c4fc4b8c00ac87a25023abef4aa Author: Robert Ancell Date: Tue Feb 22 10:30:18 2011 +1100 chess: generated schema should be in CLEANFILES, not DISTCLEANFILES glchess/data/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6e8af50cb4eed5cffb14945e0c4e1f803aa13c68 Author: Robert Ancell Date: Tue Feb 22 10:20:44 2011 +1100 chess: Remove schema file on distclean glchess/data/Makefile.am | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 4c0094e7e7d9bcaca7e5b9c485ea5b448716befe Author: Robert Ancell Date: Mon Feb 21 11:39:48 2011 +1100 chess: Fix POTFILES.in for file changes po/POTFILES.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7ca2245465419a94e860d5d5459eac1992dc60e7 Author: Robert Ancell Date: Mon Feb 21 11:37:29 2011 +1100 chess: Install GSetting schema glchess/data/Makefile.am | 5 + glchess/data/org.gnome.glchess.gschema.xml | 135 ------------------------- glchess/data/org.gnome.glchess.gschema.xml.in | 135 +++++++++++++++++++++++++ po/POTFILES.in | 2 +- 4 files changed, 141 insertions(+), 136 deletions(-) commit b5fe19d917411dd9a8682c6b89d9adf08939bbec Author: Thomas Hindoe Paaboel Andersen Date: Sun Feb 20 21:27:14 2011 +0100 version bump configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e19bfb7955f83692f68862ba627a7fcee35f4a46 Author: Jorge González Date: Sun Feb 20 18:36:51 2011 +0100 Updated Spanish translation iagno/help/es/es.po | 209 ++++++++++++++++++++++++++------------------------- 1 files changed, 106 insertions(+), 103 deletions(-) commit 82263f1691b70d44b883184ef91a7c4982c5561d Author: Jorge González Date: Sun Feb 20 18:33:09 2011 +0100 Updated Spanish translation gnect/help/es/es.po | 12 +-- gnibbles/help/es/es.po | 221 +++++++++++++++++++++++---------------------- gnobots2/help/es/es.po | 237 ++++++++++++++++++++++------------------------- 3 files changed, 227 insertions(+), 243 deletions(-) commit f3abd428f752168f599420c436fb8024ec50c2a7 Author: Thomas Hindoe Paaboel Andersen Date: Sun Feb 20 09:47:24 2011 +0100 glchess: Bump required vala version Commit 95f26d937fd61de2fc69366633927acb3b2b927b needs it configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d14529e17c7c867cc5b277bf76120a8bc9fef9c3 Author: Robert Ancell Date: Sat Feb 19 18:22:47 2011 +1100 chess: Fix variable name typo glchess/src/chess-view-2d.vala | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 548505e428dbaf8a3f72dc73312675ae3d799298 Author: Robert Ancell Date: Sat Feb 19 18:21:29 2011 +1100 chess: Tidy up rendering code glchess/src/chess-scene.vala | 23 +++++++++++++++++++++-- glchess/src/chess-view-2d.vala | 18 +++--------------- glchess/src/chess-view-3d.vala | 8 +++----- 3 files changed, 27 insertions(+), 22 deletions(-) commit f094fd7c31761c1adeb33efd6455282188dbca35 Author: Robert Ancell Date: Sat Feb 19 18:07:56 2011 +1100 chess: Fix crash starting new game when viewing history of a previous one glchess/src/chess-scene.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit a9414339a9cd5718acd8481940e9877ed7c828bd Author: Robert Ancell Date: Sat Feb 19 18:02:16 2011 +1100 chess: Set the animation timer to low priority so the rendering has higher priority glchess/src/chess-scene.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4cd44727a30cb89595b9d25aa864df5b33c13fff Author: Robert Ancell Date: Sat Feb 19 17:55:14 2011 +1100 chess: Fix promotion to knight detection glchess/src/chess-game.vala | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 01af2e4b1082a75b52d4e011b5c92b9f453a24d3 Author: Robert Ancell Date: Sat Feb 19 17:54:50 2011 +1100 chess: Add back animation glchess/src/Makefile.am | 2 +- glchess/src/chess-game.vala | 54 +++++-- glchess/src/chess-scene.vala | 303 +++++++++++++++++++++++++++++++++++ glchess/src/chess-view-2d.vala | 77 +++++----- glchess/src/chess-view-3d.vala | 59 ++++--- glchess/src/chess-view-options.vala | 134 --------------- glchess/src/chess-view.vala | 12 +- glchess/src/glchess.vala | 54 +++--- 8 files changed, 452 insertions(+), 243 deletions(-) commit 95f26d937fd61de2fc69366633927acb3b2b927b Author: Robert Ancell Date: Sat Feb 19 15:00:46 2011 +1100 chess: Use int.parse() instead of string.to_int() glchess/src/chess-game.vala | 4 ++-- glchess/src/glchess.vala | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit 2b4a139a2bbfa59c30abc44d6b433b0d2f3b88b3 Author: Kjartan Maraas Date: Thu Feb 17 13:49:49 2011 +0100 Updated Norwegian bokmål translation. po/nb.po | 266 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 135 insertions(+), 131 deletions(-) commit abea7cbe7c668f80291e70c7222817e8211a5171 Author: Inaki Larranaga Murgoitio Date: Wed Feb 16 22:08:51 2011 +0100 Updated Basque language po/eu.po | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit b3c8ef82ea358ba67ab9c2926bc72cd708539378 Author: Inaki Larranaga Murgoitio Date: Wed Feb 16 22:07:40 2011 +0100 Updated Basque language po/eu.po | 5375 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 2552 insertions(+), 2823 deletions(-) commit 41f967e1bff7ae5ee15f23627a4ab81070a06919 Author: Thomas Hindoe Paaboel Andersen Date: Thu Feb 10 00:28:16 2011 +0100 gtali: Check for error when loading image files gtali/gyahtzee.c | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) commit e43817fd609217343d501834db69c538db89857a Author: Thomas Hindoe Paaboel Andersen Date: Tue Feb 8 01:25:16 2011 +0100 quadrapassel: Fix typo in program name quadrapassel/tetris.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8348bce106c9894171ec1a3cfbb04c2db94b0b84 Author: Rufus Date: Sat Jan 22 12:01:22 2011 +0000 Reenable iagno's dashed grid, and the grid enabling/disabling option. iagno/gnothello.c | 141 +++++++++++++++++++++++++++++++++------------------- iagno/gnothello.h | 4 +- iagno/properties.c | 31 +++++------ iagno/properties.h | 2 + 4 files changed, 107 insertions(+), 71 deletions(-) commit 426d7c609f3b4369bee76c56f600a60281cdd87c Author: Kåre Fiedler Chrisitiansen Date: Mon Feb 7 17:51:10 2011 +0100 aisleriot: Fix option menu for games with more than three options This was broken by commit 0e48565dc26fbe7b6a0fd2c411406b3c7744b721. Bug #641702. aisleriot/window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a6419705c886943f06e03659422cda6914424501 Author: Marek Černocký Date: Fri Feb 4 20:02:00 2011 +0100 Updated Czech translation po/cs.po | 262 +++++++++++++++++++++----------------------------------------- 1 files changed, 87 insertions(+), 175 deletions(-) commit 3f4f510d03dd6cf0860095526fe5a89e37ed1937 Author: Chao-Hsiung Liao Date: Thu Feb 3 14:37:17 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 2709 +++++++++++++++++++++++------------------------------------ po/zh_TW.po | 2714 +++++++++++++++++++++++------------------------------------ 2 files changed, 2132 insertions(+), 3291 deletions(-) commit 5764baaead2e5e9c8bf627be9121d5bbee3abf04 Author: Christian Persch Date: Wed Feb 2 17:39:08 2011 +0100 libgames-support: Don't do gratuitous changes to copypasted files libgames-support/eggdesktopfile.h | 61 +++++++++++++++++++------------------ libgames-support/eggsmclient.h | 13 ++++---- 2 files changed, 38 insertions(+), 36 deletions(-) commit feebf1630d7cc1fb120e104fb7a6aeee619cd1bf Author: Christian Persch Date: Wed Feb 2 17:38:09 2011 +0100 libgames-support: Re-add games-preimage-private.h It's used by aisleriot. aisleriot/lib/ar-card-theme-svg.c | 1 + libgames-support/Makefile.am | 1 + libgames-support/games-preimage-private.h | 40 +++++++++++ libgames-support/games-preimage.c | 105 ++++++++++++----------------- libgames-support/games-preimage.h | 85 ++++++++++++----------- 5 files changed, 130 insertions(+), 102 deletions(-) commit 7feeea8eb9ee076c6081b2004e3b12b4a0cc4847 Author: Ivar Smolin Date: Tue Feb 1 19:36:27 2011 +0200 [l10n] Updated Estonian translation po/et.po | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) commit bcaa738b330e9d1e27ecaded5e3da748de25ae14 Author: Fran Diéguez Date: Tue Feb 1 02:52:57 2011 +0100 Updating Galician translations po/gl.po | 164 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 84 insertions(+), 80 deletions(-) commit a3f9aa363c819f26aa0c28e91c75d913e4f6fce6 Author: Daniel Mustieles Date: Mon Jan 31 19:43:16 2011 +0100 Updated Spanish translation po/es.po | 258 ++++++++++++++++++++----------------------------------------- 1 files changed, 85 insertions(+), 173 deletions(-) commit 30bb9637b506ca5f3937a636695d9ae3fc096a8c Author: Robert Ancell Date: Mon Jan 31 21:41:16 2011 +1100 chess: Prompt user to save/abandon when starting new game glchess/src/glchess.vala | 45 +++++++++++++++++++++++++++++++++++++++------ 1 files changed, 39 insertions(+), 6 deletions(-) commit a96a1de3d5c30bcd01d850f1138d2d8ee10deba0 Author: Robert Ancell Date: Wed Jan 26 00:09:49 2011 +1000 chess: Fix play as white/black preferences option glchess/data/preferences.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2f1c6915a78033ded947d217ea5539b8def9b2d7 Author: Thomas Hindoe Paaboel Andersen Date: Sun Jan 30 23:25:14 2011 +0100 fix distcheck po/POTFILES.skip | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5766008e538daa105fd45d63bc2fc90a9dcc6bbb Author: Benjamin Otte Date: Fri Jan 28 09:43:38 2011 +0100 gnomine: Queue repaints instead of immediate repainting This way we get double-buffering, coalesce repaints of multiple cells and use all the other niceties of the GTK redraw mechanism. https://bugzilla.gnome.org/show_bug.cgi?id=640803 gnomine/minefield.c | 48 +++++++++++++++++++++++++++--------------------- 1 files changed, 27 insertions(+), 21 deletions(-) commit 5970766ea65fb691ed6762f9da1bd8d0d6d2f165 Author: Fran Diéguez Date: Sun Jan 30 03:03:59 2011 +0100 Updated Galician translations po/gl.po | 3352 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 1531 insertions(+), 1821 deletions(-) commit 20ee80c853cff20611c36b6bd722a4b49caae562 Author: Ivar Smolin Date: Thu Jan 27 17:04:26 2011 +0200 [l10n] Updated Estonian translation po/et.po | 62 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 31 insertions(+), 31 deletions(-) commit 23acf12161b4195f5ca4e68af5456a613e1bbc24 Author: Marek Černocký Date: Thu Jan 27 10:15:17 2011 +0100 Updated Czech translation po/cs.po | 3412 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 1609 insertions(+), 1803 deletions(-) commit 56f10dd98672f69a3e85d699d1e987bd06827471 Author: Fran Diéguez Date: Thu Jan 27 03:41:27 2011 +0100 QA of Galician translations po/gl.po | 580 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 327 insertions(+), 253 deletions(-) commit 03c9f2b27590aaccea4ee60d9e3d7ae58135e318 Author: Ivar Smolin Date: Wed Jan 26 22:48:42 2011 +0200 [l10n] Updated Estonian translation po/et.po | 2033 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 991 insertions(+), 1042 deletions(-) commit 687bec5c5f246c1bef7e812c487809a9e392c3cb Author: Daniel Mustieles Date: Wed Jan 26 20:56:16 2011 +0100 Updated Spanish translation po/es.po | 3362 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 1619 insertions(+), 1743 deletions(-) commit daf544d07a605dd8820566278e1df99bd5c8f9a3 Author: Kjartan Maraas Date: Tue Jan 25 20:40:49 2011 +0100 Updated Norwegian bokmål translation. po/nb.po | 2957 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 1322 insertions(+), 1635 deletions(-) commit cdcffaeeda0ce3cec750110287f411b38015b92e Author: Kjartan Maraas Date: Tue Jan 25 20:38:03 2011 +0100 Remove non-existing file po/POTFILES.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit ef39176ae7ea55e65a9ecb0b05070ee112bbc342 Author: Robert Ancell Date: Wed Jan 26 00:05:13 2011 +1000 chess: Make 3D board match 2D hint changes glchess/src/chess-view-3d.vala | 128 ++++++++++++++++++++-------------------- 1 files changed, 64 insertions(+), 64 deletions(-) commit cf2b78e95cf7b78e6b56665dba0bb354d4f8e3cd Author: Robert Ancell Date: Tue Jan 25 23:43:56 2011 +1000 chess: Show the selected piece as larger instead of using colours glchess/src/chess-view-2d.vala | 94 +++++++++++++++++++++------------------- 1 files changed, 50 insertions(+), 44 deletions(-) commit 83d8c821494ef6f5cb17d8c687811713ab25d702 Author: Robert Ancell Date: Tue Jan 25 23:04:07 2011 +1000 chess: Pre-render the 2D models. Instead of colouring squares that can be moved onto, use draw faint models into those squares glchess/src/chess-game.vala | 11 ++- glchess/src/chess-view-2d.vala | 154 ++++++++++++++++++++++++---------------- 2 files changed, 100 insertions(+), 65 deletions(-) commit 1cd49e4ffee4026274c4416f9785f88cc4211c56 Author: Robert Ancell Date: Tue Jan 25 22:10:00 2011 +1000 chess: Get undo working: glchess/data/glchess.ui | 4 ++++ glchess/src/chess-engine-uci.vala | 9 +++++++-- glchess/src/chess-game.vala | 5 +---- glchess/src/glchess.vala | 34 +++++++++++++++++++++++++++++++++- 4 files changed, 45 insertions(+), 7 deletions(-) commit 165237af651fa6265b506f79b0c7fc1d4211f108 Author: Robert Ancell Date: Tue Jan 25 21:47:50 2011 +1000 chess: Decode promotion type from UCI engines glchess/src/chess-game.vala | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) commit cdcc65b7c49148777a498fdcd81261ec4b94a125 Author: Robert Ancell Date: Tue Jan 25 21:44:15 2011 +1000 chess: Start to get undo to work again glchess/src/chess-engine-cecp.vala | 7 +++- glchess/src/chess-engine-uci.vala | 19 ++++++--- glchess/src/chess-engine.vala | 4 ++ glchess/src/chess-game.vala | 31 +++++++++++++++ glchess/src/glchess.vala | 76 +++++++++++++++++++++++++++--------- glchess/src/history.vala | 10 +++++ 6 files changed, 121 insertions(+), 26 deletions(-) commit 5f67ffe1d690b054083c3ad78fbff0da95ac344e Author: Robert Ancell Date: Tue Jan 25 20:44:16 2011 +1000 chess: Detect draw by three fold repetition glchess/src/chess-game.vala | 52 ++++++++++++++++++++++++++++++++++++- glchess/src/test-chess-game.vala | 3 ++ 2 files changed, 53 insertions(+), 2 deletions(-) commit 1023a07a049b350ff76806ae6bf5ee19b0d15701 Author: Robert Ancell Date: Tue Jan 25 18:48:25 2011 +1000 chess: Add comments about needing claim draw tests glchess/src/test-chess-game.vala | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) commit 9aacf79dc2c55023fdf0c4ef94882e8bfc8c3794 Author: Robert Ancell Date: Tue Jan 25 18:37:24 2011 +1000 chess: Test for insufficient material, fix pawn promotion, put check/checmate suffix on SAN/LAN move text, Use correct notation for castling with SAN/LAN move text, better unit tests glchess/src/chess-game.vala | 202 +++++++++++++++++++++++++++++++------- glchess/src/test-chess-game.vala | 55 +++++++---- 2 files changed, 204 insertions(+), 53 deletions(-) commit 2b8350ad9ae6912348d5b5124c02156239a0ec32 Author: Robert Ancell Date: Tue Jan 25 15:15:08 2011 +1000 chess: Detect stalemate glchess/src/chess-game.vala | 58 ++++++++++++++++++++++++++++++++++---- glchess/src/test-chess-game.vala | 4 ++ 2 files changed, 56 insertions(+), 6 deletions(-) commit cdf59d494f473479a354bcfd4e835fe44937eb4e Author: Robert Ancell Date: Tue Jan 25 15:00:15 2011 +1000 chess: Compile with latest vala glchess/src/chess-view-3d.vala | 2 +- glchess/src/glchess.vala | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) commit 8738308ab4fbc10be223ee2fc7c2bb9c680e8152 Author: Robert Ancell Date: Tue Jan 25 15:00:06 2011 +1000 chess: Only allow draw for fifty move rule glchess/src/chess-game.vala | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 695cf43e87266388ce4e6c901646b62a29b82b98 Author: Robert Ancell Date: Tue Jan 25 14:53:52 2011 +1000 chess: Track halfmove clock glchess/src/chess-game.vala | 16 ++++++++++++---- glchess/src/test-chess-game.vala | 8 ++++---- 2 files changed, 16 insertions(+), 8 deletions(-) commit 686bb4ef19699a0a9902393ce2e4068d559fcdf0 Author: Robert Ancell Date: Tue Jan 25 14:45:26 2011 +1000 chess: Add test for check glchess/src/test-chess-game.vala | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 5619db4a97b4de47e94c08950b394dfa52ab5d5f Author: Robert Ancell Date: Tue Jan 25 14:44:51 2011 +1000 chess: Add test for checkmate glchess/src/test-chess-game.vala | 18 +++++++++++------- 1 files changed, 11 insertions(+), 7 deletions(-) commit 1936baf2fb2fbee70da2b5d6e9e907f9d660d111 Author: Emilio Pozuelo Monfort Date: Mon Jan 24 21:20:22 2011 +0000 libgames-support: fix missing icons Patch from Josselin Mouette libgames-support/games-stock.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit a57b9666fe78c5e591b149e1e209aaada32f5fdf Author: Marek Černocký Date: Mon Jan 24 20:24:36 2011 +0100 Updated Czech translation po/cs.po | 405 ++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 239 insertions(+), 166 deletions(-) commit 1b470fb20dbd70252288aeaa166d8e27e19bfb7b Author: Thomas Hindoe Paaboel Andersen Date: Sun Jan 23 22:43:28 2011 +0100 gnibbles: use new games-score API API changed in 91c658b890352b817cff31c6ccd4513ed7203955 gnibbles/gnibbles.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit 42680ac0ba18e78a150020a3d8771c399f767f85 Author: Daniel Nylander Date: Sat Jan 22 19:08:34 2011 +0100 Updated Swedish translation po/sv.po | 2563 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 1670 insertions(+), 893 deletions(-) commit e8fcfb8eb1ac2958b0f9aa47e253b27e88c1e437 Author: Daniel Nylander Date: Sat Jan 22 16:02:58 2011 +0100 Updated Swedish translation po/sv.po | 2883 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 1255 insertions(+), 1628 deletions(-) commit 3151b704b850dd2a105866838b9cd89e6c18c1d2 Author: Robert Ancell Date: Fri Jan 21 12:42:54 2011 +1100 libgames-support: add missing code for new private code, finalize GamesScores libgames-support/games-clock.c | 2 + libgames-support/games-controls.c | 2 +- libgames-support/games-files.c | 1 + libgames-support/games-frame.c | 2 + libgames-support/games-gridframe.c | 2 + libgames-support/games-preimage.c | 1 + libgames-support/games-score.c | 2 + libgames-support/games-scores-dialog.c | 2 +- libgames-support/games-scores.c | 45 +++++++++++++++++++------------ 9 files changed, 39 insertions(+), 20 deletions(-) commit 26f088d599f05257f2da6ca7479212643278b9d3 Author: Robert Ancell Date: Fri Jan 21 12:23:20 2011 +1100 libgames-support: Make all objects private members private aisleriot/lib/ar-card-theme-svg.c | 1 - libgames-support/Makefile.am | 2 - libgames-support/eggdesktopfile.h | 61 +++---- libgames-support/eggsmclient.h | 13 +- libgames-support/games-clock.c | 60 ++++--- libgames-support/games-clock.h | 10 +- libgames-support/games-conf.h | 130 +++++++------- libgames-support/games-controls.c | 77 +++++---- libgames-support/games-controls.h | 42 ++--- libgames-support/games-files.c | 41 +++-- libgames-support/games-files.h | 61 +++---- libgames-support/games-frame.c | 37 +++-- libgames-support/games-frame.h | 25 ++-- libgames-support/games-fullscreen-action.h | 31 ++-- libgames-support/games-gridframe.c | 77 +++++---- libgames-support/games-gridframe.h | 37 ++-- libgames-support/games-help.h | 7 +- libgames-support/games-pause-action.h | 10 +- libgames-support/games-preimage-private.h | 40 ----- libgames-support/games-preimage.c | 104 +++++++----- libgames-support/games-preimage.h | 85 +++++----- libgames-support/games-runtime.h | 27 +-- libgames-support/games-score.h | 1 + libgames-support/games-scores-backend.c | 19 +- libgames-support/games-scores-backend.h | 30 ++-- libgames-support/games-scores-dialog-private.h | 53 ------ libgames-support/games-scores-dialog.c | 225 +++++++++++++----------- libgames-support/games-scores-dialog.h | 28 ++-- libgames-support/games-scores.c | 2 +- libgames-support/games-scores.h | 78 ++++----- libgames-support/games-setgid-io.h | 29 ++- libgames-support/games-settings.h | 21 +-- libgames-support/games-show.h | 17 +- libgames-support/games-sound.h | 27 +-- libgames-support/games-stock.h | 8 +- 35 files changed, 731 insertions(+), 785 deletions(-) commit 91c658b890352b817cff31c6ccd4513ed7203955 Author: Robert Ancell Date: Fri Jan 21 11:03:43 2011 +1100 Refactor GamesScore to be more GObject glines/glines.c | 4 +- gnobots2/game.c | 4 +- gnomine/gnomine.c | 5 +- gnotravex/gnotravex.c | 4 +- gnotski/gnotski.c | 4 +- gtali/gyahtzee.c | 5 +- libgames-support/games-score.c | 118 ++++++++++++++++++++++--------- libgames-support/games-score.h | 33 ++++----- libgames-support/games-scores-backend.c | 19 +++--- libgames-support/games-scores-dialog.c | 8 +- libgames-support/games-scores.c | 42 ++++++----- libgames-support/games-scores.h | 6 ++- mahjongg/mahjongg.c | 5 +- quadrapassel/highscores.cpp | 6 +-- 14 files changed, 151 insertions(+), 112 deletions(-) commit a1ed0b1ee905c77ef0cef2f52e61b0e4e4d8e3e1 Author: Robert Ancell Date: Fri Jan 21 10:28:21 2011 +1100 Update annotations on libgames-support libgames-support/games-clock.c | 7 ++ libgames-support/games-clock.h | 6 +- libgames-support/games-conf.c | 6 +- libgames-support/games-conf.h | 12 ++-- libgames-support/games-files.c | 24 ++++---- libgames-support/games-gridframe.h | 4 +- libgames-support/games-preimage.c | 16 +++--- libgames-support/games-preimage.h | 5 +- libgames-support/games-score.c | 93 +++++++++++++++++++++---------- libgames-support/games-score.h | 29 +++++++--- libgames-support/games-scores-backend.c | 47 +++++++++------- libgames-support/games-scores-dialog.h | 4 +- libgames-support/games-scores.c | 4 +- libgames-support/games-settings.c | 5 +- libgames-support/games-sound.c | 6 +- 15 files changed, 168 insertions(+), 100 deletions(-) commit 62089ada97710ed23105178d617c40c36fbd3938 Author: Thomas Hindoe Paaboel Andersen Date: Thu Jan 20 23:06:51 2011 +0100 version bump configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 195819e21700ec4b75f578a8a04035efcf8feca9 Author: Thomas Hindoe Paaboel Andersen Date: Thu Jan 20 23:04:31 2011 +0100 sudoku: Rename class to avoid conflict in pygobject conversion gnome-sudoku/src/lib/gtk_goodies/gconf_wrapper.py | 4 ++-- gnome-sudoku/src/lib/main.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit c4a6ecedb810838a53aa5eef4360ff201933135a Author: Robert Ancell Date: Thu Jan 20 10:29:37 2011 +1100 chess: Fix disabling of chess clock glchess/src/glchess.vala | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) commit ce665f9b0fc8296ccf65da868c5d3bdfef61b579 Author: Robert Ancell Date: Thu Jan 20 10:22:09 2011 +1100 chess: Fix detect checkmate glchess/src/chess-game.vala | 54 ++++++++++++++++++++++++-------------- glchess/src/test-chess-game.vala | 35 +++++++++++++++++------- 2 files changed, 59 insertions(+), 30 deletions(-) commit ec365d39d8cc28e91d5d5b4c3af85dd2868198bf Author: Robert Ancell Date: Thu Jan 20 08:54:14 2011 +1100 Detect checkmate glchess/src/chess-game.vala | 45 ++++++++++++++++++++++++++++++++++++------ 1 files changed, 38 insertions(+), 7 deletions(-) commit bf99b52f9606b5c83130c8af6ebad4256a882e36 Author: Robert Ancell Date: Thu Jan 20 08:53:30 2011 +1100 gnuchess: Don't translate strings - this engine only communicates with glchess and the strings are not user visible glchess/gnuchess/getopt.c | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) commit e2215928372566b805a51609bbf91d00de236340 Author: Daniel Mustieles Date: Wed Jan 19 19:42:43 2011 +0100 Updated Spanish translation po/es.po | 420 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 210 insertions(+), 210 deletions(-) commit 5c8317299999d61bd4a3af068e71f3929b98bf38 Author: Robert Ancell Date: Wed Jan 19 18:07:47 2011 +1100 chess: Add context to translatable strings glchess/data/preferences.ui | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) commit e001ce4cfead8781bb11c471d2a82341fb968fd6 Author: Robert Ancell Date: Wed Jan 19 17:18:05 2011 +1100 chess: Set correct plural form in time units combobox glchess/data/preferences.ui | 9 ++++--- glchess/src/glchess.vala | 50 ++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 52 insertions(+), 7 deletions(-) commit 98a12e0137439dd8168d69c67662de578b6b0c09 Author: Robert Ancell Date: Wed Jan 19 10:07:48 2011 +1100 chess: Make history combo correctly track move number glchess/data/glchess.ui | 1 - glchess/src/glchess.vala | 9 +++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) commit 8217c666d4f8d84b4330d7d24ca031b3d8b59449 Author: Robert Ancell Date: Wed Jan 19 09:45:59 2011 +1100 chess: Correctly restore AI games glchess/src/chess-game.vala | 57 ++++++++++++++++++------------------------- glchess/src/glchess.vala | 51 ++++++++++++++++++++------------------ 2 files changed, 51 insertions(+), 57 deletions(-) commit 9c1bb690eee490d87f6042fa37dac76b7cce9af9 Author: Robert Ancell Date: Wed Jan 19 08:51:33 2011 +1100 chess: Add translator comments glchess/data/glchess.ui | 26 +++--- glchess/data/preferences.ui | 64 +++++++------- glchess/src/glchess.vala | 216 +++++++++++++++++++++++++++---------------- 3 files changed, 183 insertions(+), 123 deletions(-) commit 5d5e78b50391a8ca4608b7e393cb28e96b230c2b Author: Robert Ancell Date: Wed Jan 19 08:46:01 2011 +1100 Update glchess move strings for new format po/af.po | 312 ++++++++++++++-------------- po/ar.po | 336 +++++++++++++++--------------- po/as.po | 336 +++++++++++++++--------------- po/ast.po | 312 ++++++++++++++-------------- po/bg.po | 312 ++++++++++++++-------------- po/bn.po | 168 ++++++++-------- po/bn_IN.po | 168 ++++++++-------- po/br.po | 168 ++++++++-------- po/ca.po | 332 +++++++++++++++--------------- po/ca@valencia.po | 336 +++++++++++++++--------------- po/cs.po | 312 ++++++++++++++-------------- po/cy.po | 168 ++++++++-------- po/da.po | 330 +++++++++++++++--------------- po/de.po | 312 ++++++++++++++-------------- po/dz.po | 32 ++-- po/el.po | 312 ++++++++++++++-------------- po/en@shaw.po | 312 ++++++++++++++-------------- po/en_GB.po | 336 +++++++++++++++--------------- po/eo.po | 168 ++++++++-------- po/es.po | 312 ++++++++++++++-------------- po/et.po | 312 ++++++++++++++-------------- po/eu.po | 312 ++++++++++++++-------------- po/fi.po | 326 +++++++++++++++--------------- po/fr.po | 312 ++++++++++++++-------------- po/ga.po | 168 ++++++++-------- po/gl.po | 312 ++++++++++++++-------------- po/gu.po | 312 ++++++++++++++-------------- po/he.po | 312 ++++++++++++++-------------- po/hi.po | 312 ++++++++++++++-------------- po/hr.po | 16 +- po/hu.po | 312 ++++++++++++++-------------- po/id.po | 312 ++++++++++++++-------------- po/it.po | 312 ++++++++++++++-------------- po/ja.po | 312 ++++++++++++++-------------- po/kk.po | 168 ++++++++-------- po/kn.po | 312 ++++++++++++++-------------- po/ko.po | 312 ++++++++++++++-------------- po/lt.po | 336 +++++++++++++++--------------- po/lv.po | 312 ++++++++++++++-------------- po/mai.po | 16 +- po/mk.po | 32 ++-- po/ml.po | 312 ++++++++++++++-------------- po/mr.po | 312 ++++++++++++++-------------- po/nb.po | 312 ++++++++++++++-------------- po/ne.po | 12 +- po/nl.po | 336 +++++++++++++++--------------- po/nn.po | 596 ++++++++++++++++++++++++++-------------------------- po/oc.po | 16 +- po/or.po | 312 ++++++++++++++-------------- po/pa.po | 320 ++++++++++++++-------------- po/pl.po | 312 ++++++++++++++-------------- po/pt.po | 332 +++++++++++++++--------------- po/pt_BR.po | 336 +++++++++++++++--------------- po/ro.po | 312 ++++++++++++++-------------- po/ru.po | 312 ++++++++++++++-------------- po/si.po | 6 +- po/sk.po | 168 ++++++++-------- po/sl.po | 312 ++++++++++++++-------------- po/sr.po | 332 +++++++++++++++--------------- po/sr@latin.po | 332 +++++++++++++++--------------- po/sv.po | 332 +++++++++++++++--------------- po/ta.po | 312 ++++++++++++++-------------- po/te.po | 312 ++++++++++++++-------------- po/th.po | 332 +++++++++++++++--------------- po/tr.po | 312 ++++++++++++++-------------- po/ug.po | 168 ++++++++-------- po/uk.po | 312 ++++++++++++++-------------- po/vi.po | 576 ++++++++++++++++++++++++++-------------------------- po/zh_CN.po | 332 +++++++++++++++--------------- po/zh_HK.po | 312 ++++++++++++++-------------- po/zh_TW.po | 312 ++++++++++++++-------------- 71 files changed, 9849 insertions(+), 9849 deletions(-) commit be4cdccf83ccf76cb0c36a2433021cc2d5195b83 Author: Robert Ancell Date: Wed Jan 19 08:13:57 2011 +1100 Set window title to name of loaded game glchess/src/glchess.vala | 31 ++++++++++++++++++++++++------- 1 files changed, 24 insertions(+), 7 deletions(-) commit e81d97e37b2ad5c669f2180a0570ac15df229f78 Author: Robert Ancell Date: Wed Jan 19 08:04:41 2011 +1100 Compile with Vala 0.11.4 glchess/src/chess-view-3d.vala | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) commit c4d25cfa22bfc6a00c5895653bb18b974ab33e0f Author: Robert Ancell Date: Wed Jan 19 08:03:14 2011 +1100 Make vala support optional and version it configure.in | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) commit 579165c15e3d851c8ddcc9d57f0d6e3df64e6079 Author: Robert Ancell Date: Wed Jan 19 08:00:37 2011 +1100 Fix engine string being freed (bug in vala with string properties) glchess/src/chess-engine-cecp.vala | 2 +- glchess/src/chess-engine-uci.vala | 2 +- glchess/src/chess-game.vala | 19 ++++++++----------- 3 files changed, 10 insertions(+), 13 deletions(-) commit cacc849ab4a7e6bd2d3dcde63c2f48b73f03743d Author: Christian Persch Date: Tue Jan 18 15:38:09 2011 +0100 Sync prop-editor with gtk+ aisleriot/prop-editor.c | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) commit fe3a6de19def03383deee68d5f2a5acbac5f093a Author: Robert Ancell Date: Tue Jan 18 10:14:59 2011 +1100 Fix up SAN and FAN notation glchess/src/chess-engine-cecp.vala | 2 +- glchess/src/chess-engine-uci.vala | 2 +- glchess/src/chess-game.vala | 138 +++++++++++++++++++++++++++++------ glchess/src/glchess.vala | 8 +- 4 files changed, 120 insertions(+), 30 deletions(-) commit 0b513453dd43d950731a814ecd4fe23be201ab90 Author: Robert Ancell Date: Tue Jan 18 09:21:16 2011 +1100 Only use chess engine for new games, loaded games may not have an engine glchess/src/glchess.vala | 43 ++++++++++++++++++++++++++++++++++++++----- 1 files changed, 38 insertions(+), 5 deletions(-) commit c863367d01c6571e7ee31e2c4c90058ea6473d1b Author: Christian Persch Date: Mon Jan 17 20:54:08 2011 +0100 build: Include git.mk in all makefiles glchess/src/Makefile.am | 2 ++ lightsoff/src/Makefile.am | 1 + swell-foop/src/Makefile.am | 2 ++ 3 files changed, 5 insertions(+), 0 deletions(-) commit 92ace203395cddcab88917d67049d3a1428b948a Author: Robert Ancell Date: Fri Jan 14 22:18:58 2011 -0600 Simplify .vapi files in Makefile glchess/src/Makefile.am | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) commit de858c00d151caf9628f451eecac02e5a4e3d1c1 Author: Robert Ancell Date: Fri Jan 14 22:13:13 2011 -0600 Remove copyright that was accidentally copied glchess/src/config.vapi | 19 ------------------- 1 files changed, 0 insertions(+), 19 deletions(-) commit 09839946d92e7cc1cbc7b91eb97d00bf8dd71a2a Author: Thomas Hindoe Paaboel Andersen Date: Fri Jan 14 22:54:39 2011 +0100 sudoku: move imports to individual lines Needed for the pygobject auto-convert script gnome-sudoku/src/lib/dancer.py | 4 +++- gnome-sudoku/src/lib/game_selector.py | 3 ++- gnome-sudoku/src/lib/gsudoku.py | 3 ++- gnome-sudoku/src/lib/gtk_goodies/Undo.py | 3 ++- gnome-sudoku/src/lib/number_box.py | 5 ++++- gnome-sudoku/src/lib/printing.py | 4 +++- gnome-sudoku/src/lib/saver.py | 3 ++- gnome-sudoku/src/lib/sudoku_thumber.py | 3 ++- 8 files changed, 20 insertions(+), 8 deletions(-) commit 360b848ed40473d3ef320a06fc128939faa2e1b3 Author: Robert Ancell Date: Thu Jan 13 15:46:45 2011 -0600 Workaround for gdk_x11_window_get_xid not being in the vala bindings yet glchess/src/chess-view-3d.vala | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit 8b691f273c11367449cf235f695ce5bb755fa320 Author: Robert Ancell Date: Thu Jan 13 15:45:26 2011 -0600 Fix translations for new glchess po/POTFILES.in | 69 ++++++++++++++----------------------------------------- 1 files changed, 18 insertions(+), 51 deletions(-) commit 508173ac529ada415504c1c4c6914fa352a6ba6f Author: Robert Ancell Date: Thu Jan 13 15:18:58 2011 -0600 Mark strings for translation glchess/src/glchess.vala | 183 +++++++++++++++++++++++---------------------- 1 files changed, 94 insertions(+), 89 deletions(-) commit 28531a8d2073ff553f5d011a6521a5e50a03bd74 Merge: 060591f 91c8758 Author: Robert Ancell Date: Thu Jan 13 14:28:42 2011 -0600 Merge branch 'glchess-vala' commit 91c875883f9d128c6627972df5123a63352a0d6f Author: Robert Ancell Date: Thu Jan 13 13:00:57 2011 -0600 Log AI profiles better glchess/src/ai-profile.vala | 29 +++++++++++++++++------------ glchess/src/glchess.vala | 2 +- 2 files changed, 18 insertions(+), 13 deletions(-) commit cddc093f83a2aba239ab2d298b0f3ab88ee64d34 Author: Robert Ancell Date: Thu Jan 13 12:57:01 2011 -0600 Fix GNU Chess config glchess/data/engines.conf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 060591f51d14d0e89425768a311a6befe1c06fd2 Author: Yaron Shahrabani Date: Thu Jan 13 15:48:03 2011 +0200 Updated Hebrew translation po/he.po | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 383a45ebc8208134deb97c0eeab3e4be45878a0c Author: Yaron Shahrabani Date: Thu Jan 13 15:47:08 2011 +0200 Updated Hebrew translation po/he.po | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 16f845af12fbb3be57e89346b8c781ab427b64c7 Author: Yaron Shahrabani Date: Thu Jan 13 15:22:29 2011 +0200 Updated Hebrew translation po/he.po | 27 ++++++++++++--------------- 1 files changed, 12 insertions(+), 15 deletions(-) commit 34a828f80097e545f8716291aa505de4488e859a Author: 方真 Date: Thu Jan 13 12:29:20 2011 +0000 Add simplified Chinese glines help translation. glines/help/Makefile.am | 2 +- glines/help/zh_CN/zh_CN.po | 629 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 630 insertions(+), 1 deletions(-) commit 9683a0b8d0b26d2dd01ddcc3a3a9baa786162cfb Author: Ivar Smolin Date: Thu Jan 13 12:37:08 2011 +0200 [l10n] Updated Estonian translation po/et.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit d700340d0a47a0f872bd1910de0f89e22b911365 Author: Michael Kotsarinis Date: Thu Jan 13 12:10:10 2011 +0200 Updated Greek translation po/el.po | 2746 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 1471 insertions(+), 1275 deletions(-) commit e685d448b09e48575e850d318807b6408d729cf8 Author: Thomas Hindoe Paaboel Andersen Date: Wed Jan 12 00:09:42 2011 +0100 quadrapassel: use gtk_clutter_init... instead Needed for the GtkClutterEmbeds to be added correctly to the window quadrapassel/main.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 97b3a1cd295f2da9fa21f325bcdcc57482b2fe03 Author: Robert Ancell Date: Tue Jan 11 11:58:22 2011 -0600 Fix unreliable glX usage glchess/src/chess-view-3d.vala | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-)