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-175-g927c1ce


From: Olivier Teulière
Subject: [Eliot-dev] [SCM] Eliot branch, master, updated. eliot_2.0-175-g927c1ce
Date: Sat, 19 Jan 2013 17:39:37 +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  927c1cedd164f7a814a5b701b18806b9ef6d8d67 (commit)
       via  2c95f890ef97a5996480f5da9634b0addc18e428 (commit)
       via  9ef4d966ade34b1a6c9f57ccfb7484461c29c8b7 (commit)
       via  7dda601599cdc8e8c0f7b143579d664336017e20 (commit)
       via  a53d99a8d33ab52880a77afac46b1c141c2740ca (commit)
       via  075dbaa2fb7ab8109214f7768bb5c405f44de39c (commit)
       via  80fa47d71b30042f870b0dd9bbce8750115dc4ee (commit)
       via  7923ed2c2abf6afa075d0388feb41aa2c4bc0c6d (commit)
       via  30385abe30d1aba47e1c29561b9751a60e80f95c (commit)
       via  adc60c868f3604fa0a13b8e6c3e71a1a676f78d3 (commit)
      from  33214c62b2f6704bc6f5fb123cfb696dd7b8415d (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 927c1cedd164f7a814a5b701b18806b9ef6d8d67
Author: Olivier Teulière <address@hidden>
Date:   Sat Jan 19 00:53:37 2013 +0100

    Text interface: improve slightly the topping mode

commit 2c95f890ef97a5996480f5da9634b0addc18e428
Author: Olivier Teulière <address@hidden>
Date:   Sat Jan 19 00:16:12 2013 +0100

    Check for new versions, about once a week.
    
    This can be deactivated in the preferences.

commit 9ef4d966ade34b1a6c9f57ccfb7484461c29c8b7
Author: Olivier Teulière <address@hidden>
Date:   Fri Jan 18 17:32:35 2013 +0100

    ToppingWidget: fix tab order

commit 7dda601599cdc8e8c0f7b143579d664336017e20
Author: Olivier Teulière <address@hidden>
Date:   Fri Jan 18 12:06:19 2013 +0100

    MoveSelector: add one more heuristic (deactivated for now)

commit a53d99a8d33ab52880a77afac46b1c141c2740ca
Author: Olivier Teulière <address@hidden>
Date:   Thu Jan 17 19:52:49 2013 +0100

    MoveSelector: add another heuristic

commit 075dbaa2fb7ab8109214f7768bb5c405f44de39c
Author: Olivier Teulière <address@hidden>
Date:   Fri Jan 18 12:13:39 2013 +0100

    MoveSelector: add a new heuristic (deactivated for now)

commit 80fa47d71b30042f870b0dd9bbce8750115dc4ee
Author: Olivier Teulière <address@hidden>
Date:   Fri Jan 18 12:13:20 2013 +0100

    BoardLayout: make a method public, and use it to simplify an assertion

commit 7923ed2c2abf6afa075d0388feb41aa2c4bc0c6d
Author: Olivier Teulière <address@hidden>
Date:   Fri Jan 18 11:25:37 2013 +0100

    Remove a useless include

commit 30385abe30d1aba47e1c29561b9751a60e80f95c
Author: Olivier Teulière <address@hidden>
Date:   Thu Jan 17 18:39:03 2013 +0100

    Results: new MasterResults implementation, using the MoveSelector class.
    
    This avoids calling MoveSelector everywhere in the code.

commit adc60c868f3604fa0a13b8e6c3e71a1a676f78d3
Author: Olivier Teulière <address@hidden>
Date:   Fri Jan 18 17:32:00 2013 +0100

    Settings: fix a typo (wrong setting type)

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

Summary of changes:
 configure.in                            |    2 +-
 game/board.cpp                          |    4 +-
 game/board_layout.cpp                   |    1 -
 game/board_layout.h                     |    4 +-
 game/duplicate.cpp                      |    7 +-
 game/game.cpp                           |    6 +-
 game/move_selector.cpp                  |  134 ++++++++++++++++++++-
 game/move_selector.h                    |   15 +++
 game/results.cpp                        |   41 ++++++-
 game/results.h                          |   23 ++++
 game/settings.cpp                       |    2 +-
 game/topping.cpp                        |    8 +-
 qt/Makefile.am                          |    2 +
 qt/arbit_assignments.cpp                |    6 +-
 qt/main_window.cpp                      |   10 ++-
 qt/prefs_dialog.cpp                     |    7 +
 qt/prefs_dialog.h                       |    1 +
 qt/ui/prefs_dialog.ui                   |   17 +++
 qt/ui/topping_widget.ui                 |   10 ++
 qt/update_checker.cpp                   |  209 +++++++++++++++++++++++++++++++
 qt/{custom_popup.h => update_checker.h} |   46 ++++---
 utils/eliottxt.cpp                      |   25 +++-
 22 files changed, 527 insertions(+), 53 deletions(-)
 create mode 100644 qt/update_checker.cpp
 copy qt/{custom_popup.h => update_checker.h} (58%)


hooks/post-receive
-- 
Eliot



reply via email to

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