eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] [SCM] Eliot branch, master, updated. eliot_1.14-292-g0315080


From: Olivier Teulière
Subject: [Eliot-dev] [SCM] Eliot branch, master, updated. eliot_1.14-292-g0315080
Date: Thu, 11 Oct 2012 12:48:17 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Eliot".

The branch, master has been updated
       via  0315080d301db3649844c3b63f90e8fe7796b3b3 (commit)
       via  4f92aa4a2bbf4f81529d3abd729635b379f36c1c (commit)
       via  a35146f19f7e0f313e8014906f2ec5694a3bbcc3 (commit)
       via  0fa1c79563542b0e373845b1397952a46c30d540 (commit)
       via  4200e33c1769b6e6637260d43b8d9d4b006bd7a6 (commit)
      from  de35d9d34379beba023bc312596aa59a22aba18a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0315080d301db3649844c3b63f90e8fe7796b3b3
Author: Olivier Teulière <address@hidden>
Date:   Thu Oct 11 13:50:24 2012 +0200

    Fix small layout issues (use less margin in some places)

commit 4f92aa4a2bbf4f81529d3abd729635b379f36c1c
Author: Olivier Teulière <address@hidden>
Date:   Sun Oct 7 17:17:03 2012 +0200

    New Spanish translation, courtesy of Joan Montane

commit a35146f19f7e0f313e8014906f2ec5694a3bbcc3
Author: Olivier Teulière <address@hidden>
Date:   Sun Oct 7 16:24:11 2012 +0200

    Update of the Catalan translation

commit 0fa1c79563542b0e373845b1397952a46c30d540
Author: Olivier Teulière <address@hidden>
Date:   Sun Oct 7 16:39:33 2012 +0200

    Add myself to the authors, and fix some copyright headers

commit 4200e33c1769b6e6637260d43b8d9d4b006bd7a6
Author: Olivier Teulière <address@hidden>
Date:   Sun Oct 7 16:25:41 2012 +0200

    Change the copyright years for all the files modified in 2012

-----------------------------------------------------------------------

Summary of changes:
 THANKS                      |    2 +-
 dic/Makefile.am             |    2 +-
 dic/automaton.cpp           |    3 +-
 dic/automaton.h             |    3 +-
 dic/compdic.cpp             |    2 +-
 dic/compdic.h               |    3 +-
 dic/debug.h                 |    2 +-
 dic/dic.cpp                 |    2 +-
 dic/dic.h                   |    2 +-
 dic/header.cpp              |    2 +-
 dic/header.h                |    2 +-
 dic/listdic.cpp             |    2 +-
 dic/listdic.h               |    2 +-
 dic/regexp.cpp              |    3 +-
 dic/regexp.h                |    3 +-
 dic/stacktrace.cpp          |    2 +-
 dic/stacktrace.h            |    2 +-
 dic/tile.cpp                |    2 +-
 dic/tile.h                  |    2 +-
 game/Makefile.am            |    2 +-
 game/ai_percent.h           |    2 +-
 game/arbitration.cpp        |    2 +-
 game/bag.cpp                |    2 +-
 game/bag.h                  |    2 +-
 game/board.cpp              |    2 +-
 game/board.h                |    2 +-
 game/board_cross.cpp        |    2 +-
 game/board_search.cpp       |    2 +-
 game/command.cpp            |    2 +-
 game/command.h              |    2 +-
 game/coord.cpp              |    2 +-
 game/coord.h                |    2 +-
 game/cross.cpp              |    2 +-
 game/cross.h                |    2 +-
 game/duplicate.cpp          |    2 +-
 game/duplicate.h            |    2 +-
 game/freegame.cpp           |    2 +-
 game/freegame.h             |    2 +-
 game/game.cpp               |    2 +-
 game/game.h                 |    2 +-
 game/game_factory.cpp       |    2 +-
 game/game_move_cmd.cpp      |    2 +-
 game/game_move_cmd.h        |    2 +-
 game/game_params.h          |    2 +-
 game/history.cpp            |    2 +-
 game/history.h              |    2 +-
 game/master_move_cmd.cpp    |    2 +-
 game/master_move_cmd.h      |    2 +-
 game/navigation.cpp         |    2 +-
 game/navigation.h           |    2 +-
 game/player.cpp             |    2 +-
 game/player.h               |    2 +-
 game/player_move_cmd.cpp    |    2 +-
 game/player_move_cmd.h      |    2 +-
 game/player_rack_cmd.cpp    |    2 +-
 game/player_rack_cmd.h      |    2 +-
 game/pldrack.cpp            |    2 +-
 game/pldrack.h              |    2 +-
 game/public_game.cpp        |    2 +-
 game/public_game.h          |    2 +-
 game/rack.cpp               |    2 +-
 game/rack.h                 |    2 +-
 game/results.cpp            |    2 +-
 game/results.h              |    2 +-
 game/round.cpp              |    2 +-
 game/round.h                |    2 +-
 game/settings.cpp           |    2 +-
 game/settings.h             |    2 +-
 game/training.cpp           |    2 +-
 game/training.h             |    2 +-
 game/turn.cpp               |    2 +-
 game/turn.h                 |    2 +-
 game/turn_data.h            |    2 +-
 game/xml_reader.h           |    5 +-
 po/LINGUAS                  |    1 +
 po/ca.po                    |  571 +++++++++----------
 po/{ca.po => es.po}         | 1356 +++++++++++++++++++++----------------------
 qt/Makefile.am              |    2 +-
 qt/aux_window.cpp           |    2 +-
 qt/aux_window.h             |    2 +-
 qt/bag_widget.cpp           |    2 +-
 qt/bag_widget.h             |    2 +-
 qt/board_widget.cpp         |    2 +-
 qt/board_widget.h           |    2 +-
 qt/coord_model.cpp          |    2 +-
 qt/coord_model.h            |    2 +-
 qt/custom_popup.cpp         |    2 +-
 qt/custom_popup.h           |    2 +-
 qt/dic_tools_widget.cpp     |    2 +-
 qt/dic_tools_widget.h       |    2 +-
 qt/dic_wizard.cpp           |    2 +-
 qt/dic_wizard.h             |    2 +-
 qt/main.cpp                 |    2 +-
 qt/new_game.cpp             |    2 +-
 qt/new_game.h               |    2 +-
 qt/player_widget.cpp        |    2 +-
 qt/player_widget.h          |    2 +-
 qt/prefs_dialog.cpp         |    2 +-
 qt/prefs_dialog.h           |    2 +-
 qt/qtcommon.cpp             |    2 +-
 qt/qtcommon.h               |    2 +-
 qt/score_widget.cpp         |    2 +-
 qt/score_widget.h           |    2 +-
 qt/tile_layout.cpp          |    2 +-
 qt/tile_layout.h            |    2 +-
 qt/training_widget.cpp      |    2 +-
 qt/training_widget.h        |    2 +-
 qt/ui/arbit_assignments.ui  |    7 +-
 qt/ui/arbitration_widget.ui |    3 +
 qt/ui/training_widget.ui    |    3 +
 utils/eliottxt.cpp          |    2 +-
 utils/game_io.h             |    5 +-
 utils/ncurses.h             |    5 +-
 113 files changed, 1078 insertions(+), 1091 deletions(-)
 copy po/{ca.po => es.po} (64%)


hooks/post-receive
-- 
Eliot



reply via email to

[Prev in Thread] Current Thread [Next in Thread]