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-120-gb7825e1


From: Olivier Teulière
Subject: [Eliot-dev] [SCM] Eliot branch, master, updated. eliot_2.0-120-gb7825e1
Date: Wed, 09 Jan 2013 17:56:38 +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  b7825e1998ecaf70d633449d998d0019e72811ee (commit)
       via  4111afc04cdc003c19d6f78c22e282808f44110c (commit)
       via  0763c0771bd4868d02c09fc2642a473354c0f8cf (commit)
       via  cedb320f91a3bbf10f7b226106adcbb5f245d681 (commit)
       via  59b739d292eeab1b79c551c39e2be194e140f68e (commit)
       via  c76c84e059995b2f23ff8a4cb0425c6fed03081d (commit)
       via  7a6ca367fb32213f1b1ae5aadcc589e345275b4f (commit)
       via  0cdc2b7ab4dadb744c6b4823acbc5fe039b29f10 (commit)
       via  05150c4e86590dc7a9a1260b6633759368c6645e (commit)
       via  b48f8c17d75fcf12c9f7d20c9271f774a691c005 (commit)
      from  c285e373545370091b757eaac0815f1a74ab86fb (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 b7825e1998ecaf70d633449d998d0019e72811ee
Author: Olivier Teulière <address@hidden>
Date:   Wed Jan 9 18:50:56 2013 +0100

    RackWidget: restore the rack properly if drag & drop fails

commit 4111afc04cdc003c19d6f78c22e282808f44110c
Author: Olivier Teulière <address@hidden>
Date:   Wed Jan 9 18:42:49 2013 +0100

    RackWidget: after a drag & drop, notify the game that the rack has changed.
    
    This allows synchronizing all the controls displaying the player rack
    (visual and textual ones).

commit 0763c0771bd4868d02c09fc2642a473354c0f8cf
Author: Olivier Teulière <address@hidden>
Date:   Wed Jan 9 18:08:56 2013 +0100

    RackWidget: only allow drag & drop if there is no preview on the board

commit cedb320f91a3bbf10f7b226106adcbb5f245d681
Author: Olivier Teulière <address@hidden>
Date:   Wed Jan 9 18:05:22 2013 +0100

    Topping:: allow shuffling the rack

commit 59b739d292eeab1b79c551c39e2be194e140f68e
Author: Olivier Teulière <address@hidden>
Date:   Wed Jan 9 17:55:35 2013 +0100

    GameSignals: new signal emitted when the rack of the current player changes.
    
    We connect this signal to the RackWidget, which allows a more intuitive
    behaviour (in particular, the visual rack is now updated when the
    Shuffle button is clicked).

commit c76c84e059995b2f23ff8a4cb0425c6fed03081d
Author: Olivier Teulière <address@hidden>
Date:   Wed Jan 9 17:39:39 2013 +0100

    GameSignals: emit the gameRackChanged() signal even if this is not the last 
turn

commit 7a6ca367fb32213f1b1ae5aadcc589e345275b4f
Author: Olivier Teulière <address@hidden>
Date:   Wed Jan 9 17:19:53 2013 +0100

    Game: remove a TODO

commit 0cdc2b7ab4dadb744c6b4823acbc5fe039b29f10
Author: Olivier Teulière <address@hidden>
Date:   Wed Jan 9 18:42:17 2013 +0100

    Rack: add operator==()

commit 05150c4e86590dc7a9a1260b6633759368c6645e
Author: Olivier Teulière <address@hidden>
Date:   Wed Jan 9 17:15:18 2013 +0100

    TrainingWidget: fix an old bug (the "New rack" button was behaving like 
"Complement")

commit b48f8c17d75fcf12c9f7d20c9271f774a691c005
Author: Olivier Teulière <address@hidden>
Date:   Wed Jan 9 17:06:15 2013 +0100

    MainWindow: fix bugs introduced in 99e7628fed66

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

Summary of changes:
 game/game.cpp          |   20 +++++++++++++++++++-
 game/game.h            |   18 +++++++++++++++++-
 game/public_game.cpp   |    6 ++++++
 game/public_game.h     |    6 ++++++
 game/rack.cpp          |    8 ++++++++
 game/rack.h            |    2 ++
 qt/game_signals.cpp    |   13 ++++++++++++-
 qt/game_signals.h      |   13 +++++++++++++
 qt/main_window.cpp     |   26 +++++++++++++++-----------
 qt/player_widget.cpp   |    7 +++++++
 qt/rack_widget.cpp     |   34 ++++++++++++++++++++++++++++++++--
 qt/rack_widget.h       |    5 +++++
 qt/topping_widget.cpp  |   13 ++++++++++++-
 qt/topping_widget.h    |    1 +
 qt/training_widget.cpp |    2 +-
 15 files changed, 156 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
Eliot



reply via email to

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