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_2.0-107-g7cd6313


From: Olivier Teulière
Subject: [Eliot-dev] [SCM] Eliot branch, master, updated. eliot_2.0-107-g7cd6313
Date: Tue, 08 Jan 2013 15:05:45 +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  7cd6313dac64d8ffae1e9141f63bd42cffb83622 (commit)
       via  b80ca397ad20ae291e17e7bad69fce78abfe89fb (commit)
       via  b5d175fc5b3e05cfaddd12c15c38407581c8a59b (commit)
       via  686b896396901255d71d46de4f13d2c26fbf6802 (commit)
       via  6a553bf2f52aa42b77eb44190cab378e055dae93 (commit)
       via  0a7aa2ce8ec29ee6b3164e419609cc9d9229dc90 (commit)
       via  3f19d6ae498a1c680e71bad1dfd5135d30cdbeca (commit)
       via  4153d453779dc8906a1f7acda4cc695a933614fa (commit)
       via  dd75556902f0ca4f55a997f3153f7daf6206c6c5 (commit)
       via  4b077bbcd60634aeab55714ae2f51a9aad22f4be (commit)
       via  bbcb79625d692df69658ef3ca5297c7f5daaa2b9 (commit)
       via  579106828c49bce22dd808c45f84a4e8ad4b8638 (commit)
       via  2fc948189f3fbfa44893b5d7716191a6c81263ed (commit)
       via  fcb9fa572ab3abc48bd6f9720b908c7cd0639f67 (commit)
       via  0554a00e11b4b2a9ca69ff94624d50fbbc13628b (commit)
      from  b39aa52b8882315cb7d35cef17b09664c78cfbc1 (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 7cd6313dac64d8ffae1e9141f63bd42cffb83622
Author: Olivier Teulière <address@hidden>
Date:   Tue Jan 8 15:54:11 2013 +0100

    Topping: integrate hints

commit b80ca397ad20ae291e17e7bad69fce78abfe89fb
Author: Olivier Teulière <address@hidden>
Date:   Sun Jan 6 19:55:59 2013 +0100

    Topping: implement sorting properly

commit b5d175fc5b3e05cfaddd12c15c38407581c8a59b
Author: Olivier Teulière <address@hidden>
Date:   Sun Jan 6 19:05:30 2013 +0100

    Topping: use a different method to play the move.
    
    This allows providing additional time information

commit 686b896396901255d71d46de4f13d2c26fbf6802
Author: Olivier Teulière <address@hidden>
Date:   Sun Jan 6 18:48:15 2013 +0100

    PlayModel: new signal to indicate that a move is played.
    
    This allows moving the logic out of PlayWordMediator (it will make it
    easier to have a different behaviour for different mode types).

commit 6a553bf2f52aa42b77eb44190cab378e055dae93
Author: Olivier Teulière <address@hidden>
Date:   Sun Jan 6 18:31:32 2013 +0100

    PlayModel: remove a TODO

commit 0a7aa2ce8ec29ee6b3164e419609cc9d9229dc90
Author: Olivier Teulière <address@hidden>
Date:   Tue Jan 8 15:50:05 2013 +0100

    New dialog to display hints to the user. Not yet used.

commit 3f19d6ae498a1c680e71bad1dfd5135d30cdbeca
Author: Olivier Teulière <address@hidden>
Date:   Tue Jan 8 10:59:43 2013 +0100

    Hints system, to retrieve partial information about a Move.
    
    This is only the core part, no interface integration is done yet.

commit 4153d453779dc8906a1f7acda4cc695a933614fa
Author: Olivier Teulière <address@hidden>
Date:   Mon Jan 7 06:57:47 2013 +0100

    Favorite players: add buttons to move players up and down

commit dd75556902f0ca4f55a997f3153f7daf6206c6c5
Author: Olivier Teulière <address@hidden>
Date:   Sun Jan 6 20:06:55 2013 +0100

    PlayWordMediator: set correctly the initial state

commit 4b077bbcd60634aeab55714ae2f51a9aad22f4be
Author: Olivier Teulière <address@hidden>
Date:   Sun Jan 6 18:17:58 2013 +0100

    PlayWordMediator: fix header inclusion guards

commit bbcb79625d692df69658ef3ca5297c7f5daaa2b9
Author: Olivier Teulière <address@hidden>
Date:   Mon Jan 7 18:52:20 2013 +0100

    Stats: sort by ranking when the table is flipped

commit 579106828c49bce22dd808c45f84a4e8ad4b8638
Author: Olivier Teulière <address@hidden>
Date:   Mon Jan 7 18:40:42 2013 +0100

    Stats: do not display the played move in the header when the table is 
flipped

commit 2fc948189f3fbfa44893b5d7716191a6c81263ed
Author: Olivier Teulière <address@hidden>
Date:   Mon Jan 7 18:37:01 2013 +0100

    Stats: fix a bug when the table is flipped.
    
    The hidden rows/columns where not correctly updated.

commit fcb9fa572ab3abc48bd6f9720b908c7cd0639f67
Author: Olivier Teulière <address@hidden>
Date:   Mon Jan 7 18:06:00 2013 +0100

    Game: make the constructor protected, to make the design clearer

commit 0554a00e11b4b2a9ca69ff94624d50fbbc13628b
Author: Olivier Teulière <address@hidden>
Date:   Sun Jan 6 18:15:48 2013 +0100

    Ignore new files generated by autopoint

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

Summary of changes:
 .gitignore                           |    3 +
 game/Makefile.am                     |    1 +
 game/game.h                          |   12 ++-
 game/hints.cpp                       |  173 ++++++++++++++++++++++++++++++++++
 game/hints.h                         |  145 ++++++++++++++++++++++++++++
 game/public_game.cpp                 |   12 +++
 game/public_game.h                   |    4 +
 game/topping.cpp                     |   23 ++---
 game/topping.h                       |    6 +-
 qt/Makefile.am                       |    2 +
 qt/fav_players.cpp                   |    8 ++
 qt/hints_dialog.cpp                  |  144 ++++++++++++++++++++++++++++
 qt/{fav_players.h => hints_dialog.h} |   59 +++++++++---
 qt/main_window.cpp                   |   84 ++++++++++++++++
 qt/main_window.h                     |    6 +
 qt/play_model.cpp                    |   13 ++-
 qt/play_model.h                      |    5 +
 qt/play_word_mediator.cpp            |   60 +-----------
 qt/play_word_mediator.h              |    4 +-
 qt/stats_widget.cpp                  |   25 ++++-
 qt/stats_widget.h                    |    1 +
 qt/topping_widget.cpp                |   79 +++++++++++-----
 qt/topping_widget.h                  |   10 ++-
 qt/ui/topping_widget.ui              |   41 +++++---
 24 files changed, 783 insertions(+), 137 deletions(-)
 create mode 100644 game/hints.cpp
 create mode 100644 game/hints.h
 create mode 100644 qt/hints_dialog.cpp
 copy qt/{fav_players.h => hints_dialog.h} (54%)


hooks/post-receive
-- 
Eliot



reply via email to

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