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-110-gc285e37


From: Olivier Teulière
Subject: [Eliot-dev] [SCM] Eliot branch, master, updated. eliot_2.0-110-gc285e37
Date: Wed, 09 Jan 2013 15:51:44 +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  c285e373545370091b757eaac0815f1a74ab86fb (commit)
       via  f37b3f7d84478ee0b7a15f86bad556cd85224ac7 (commit)
       via  99e7628fed6663762706e96e0f993aa8258552b7 (commit)
      from  7cd6313dac64d8ffae1e9141f63bd42cffb83622 (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 c285e373545370091b757eaac0815f1a74ab86fb
Author: Olivier Teulière <address@hidden>
Date:   Wed Jan 9 16:27:00 2013 +0100

    RackWidget: update the visual rack only when the game rack changes.
    
    This avoids losing the state when any unrelated update happens in the
    game (for example when clicking on the board to set the coordinates).

commit f37b3f7d84478ee0b7a15f86bad556cd85224ac7
Author: Olivier Teulière <address@hidden>
Date:   Wed Jan 9 16:04:32 2013 +0100

    GameSignals: simplify slightly

commit 99e7628fed6663762706e96e0f993aa8258552b7
Author: Olivier Teulière <address@hidden>
Date:   Wed Jan 9 15:55:50 2013 +0100

    Move game-related signals out of MainWindow, into the new dedicated class 
GameSignals

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

Summary of changes:
 qt/Makefile.am      |    2 +
 qt/game_signals.cpp |   80 +++++++++++++++++++++++++++++++
 qt/game_signals.h   |   82 ++++++++++++++++++++++++++++++++
 qt/main_window.cpp  |  131 +++++++++++++++++++++-----------------------------
 qt/main_window.h    |   20 +-------
 qt/rack_widget.cpp  |   34 +++++++------
 qt/rack_widget.h    |   16 +++++-
 7 files changed, 254 insertions(+), 111 deletions(-)
 create mode 100644 qt/game_signals.cpp
 create mode 100644 qt/game_signals.h


hooks/post-receive
-- 
Eliot



reply via email to

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