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-130-gf9ca096


From: Olivier Teulière
Subject: [Eliot-dev] [SCM] Eliot branch, master, updated. eliot_1.14-130-gf9ca096
Date: Tue, 20 Mar 2012 20:28:35 +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  f9ca096dda36b752371da1643bf513f99712a69a (commit)
       via  893219b1647d0b43e49dad66e51ab59507b3d93f (commit)
       via  1dd271b1475f3e5214a44cdad42355b865dd81f6 (commit)
       via  b1e7381b39f104be7eb4df11e0373dbf99f99dfb (commit)
       via  7539cddf92cc24631e52821005961e8083c373f4 (commit)
       via  e77923674f58cac41222eb3a72c72d1dc858478b (commit)
       via  35acc7b7a36aee9994a5d4190226cd39bdca4afa (commit)
       via  96c0497f7bff9d9de26bafa137ebd65754febe2b (commit)
       via  f3b2442cc0d11674d1394fa1bd452d96772c4e2c (commit)
       via  3a8ac20a0a2b5a5064bcabb8c1b63337b19335d9 (commit)
      from  bfab57f6ac9a6644016a21b0d69f5814e31b77ff (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 f9ca096dda36b752371da1643bf513f99712a69a
Author: Olivier Teulière <address@hidden>
Date:   Tue Mar 20 21:12:44 2012 +0100

    Disable impossible actions in the popup menu instead of hiding them

commit 893219b1647d0b43e49dad66e51ab59507b3d93f
Author: Olivier Teulière <address@hidden>
Date:   Tue Mar 20 20:52:33 2012 +0100

    New method to select players and to assign moves.
    
    A player can now be selected by typing his table number, when the focus
    is in the results table. Pressing the Enter key will assign the current
    move to the selected player(s).
    This allows a very fast assignment of moves.

commit 1dd271b1475f3e5214a44cdad42355b865dd81f6
Author: Olivier Teulière <address@hidden>
Date:   Mon Mar 19 23:14:34 2012 +0100

    Allow filtering several keys with the same filter

commit b1e7381b39f104be7eb4df11e0373dbf99f99dfb
Author: Olivier Teulière <address@hidden>
Date:   Mon Mar 19 12:39:13 2012 +0100

    Players can now have a table number

commit 7539cddf92cc24631e52821005961e8083c373f4
Author: Olivier Teulière <address@hidden>
Date:   Sun Mar 18 02:45:15 2012 +0100

    Factorize some code using a utility class

commit e77923674f58cac41222eb3a72c72d1dc858478b
Author: Olivier Teulière <address@hidden>
Date:   Sun Mar 18 01:00:25 2012 +0100

    Arbitration: a click on the master move previews it on the board

commit 35acc7b7a36aee9994a5d4190226cd39bdca4afa
Author: Olivier Teulière <address@hidden>
Date:   Sun Mar 18 00:37:57 2012 +0100

    New misc_helpers files to group some utility classes
    
    Currently, it contains only the KeyEventFilter class, and a new
    ClickableLabel class (not used yet).

commit 96c0497f7bff9d9de26bafa137ebd65754febe2b
Author: Olivier Teulière <address@hidden>
Date:   Sat Mar 17 23:52:02 2012 +0100

    Arbitraion: the rack can be modified only at the last turn

commit f3b2442cc0d11674d1394fa1bd452d96772c4e2c
Author: Olivier Teulière <address@hidden>
Date:   Sat Mar 17 23:45:47 2012 +0100

    Arbitration: improved the refresh of search results

commit 3a8ac20a0a2b5a5064bcabb8c1b63337b19335d9
Author: Olivier Teulière <address@hidden>
Date:   Wed Mar 14 21:08:09 2012 +0100

    Arbitration: allow ending the turn even if some players have no assigned 
move

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

Summary of changes:
 game/arbitration.cpp                  |   31 ++--
 game/arbitration.h                    |    9 +-
 game/game.cpp                         |    7 +
 game/game.h                           |    1 +
 game/player.cpp                       |   11 ++-
 game/player.h                         |    9 +-
 game/public_game.cpp                  |   23 ++-
 game/public_game.h                    |    7 +-
 qt/Makefile.am                        |    6 +
 qt/arbitration_widget.cpp             |  279 +++++++++++++++++++++------------
 qt/arbitration_widget.h               |   31 ++---
 qt/custom_popup.cpp                   |    4 +-
 qt/custom_popup.h                     |    3 +-
 qt/dic_tools_widget.cpp               |    5 +-
 qt/history_widget.cpp                 |    3 +-
 qt/main_window.cpp                    |   21 +++
 qt/main_window.h                      |    2 +
 qt/misc_helpers.cpp                   |  102 ++++++++++++
 qt/misc_helpers.h                     |   95 +++++++++++
 qt/players_table_helper.cpp           |   30 +---
 qt/players_table_helper.h             |   18 --
 qt/tables_dialog.cpp                  |   93 +++++++++++
 qt/{rack_widget.h => tables_dialog.h} |   31 ++--
 qt/training_widget.cpp                |    3 +-
 qt/ui/arbitration_widget.ui           |    9 +-
 qt/ui/tables_dialog.ui                |  102 ++++++++++++
 26 files changed, 715 insertions(+), 220 deletions(-)
 create mode 100644 qt/misc_helpers.cpp
 create mode 100644 qt/misc_helpers.h
 create mode 100644 qt/tables_dialog.cpp
 copy qt/{rack_widget.h => tables_dialog.h} (69%)
 create mode 100644 qt/ui/tables_dialog.ui


hooks/post-receive
-- 
Eliot



reply via email to

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