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-76-ga1c6a91


From: Olivier Teulière
Subject: [Eliot-dev] [SCM] Eliot branch, master, updated. eliot_1.14-76-ga1c6a91
Date: Sat, 18 Feb 2012 13:31:46 +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  a1c6a917a4f933e2768c1ff56087ad3f8cb5483c (commit)
       via  d45ad3325c584b3aed9d2768df00e0e1b62d63b0 (commit)
       via  9d987974cde969a886f484c2d76150091cb0d4f4 (commit)
       via  33814ef0583ea35a863d61f855d1c715c9fd3f9e (commit)
       via  03f20dd7be970ec1baa5eaf7969769f34a465453 (commit)
       via  0daa7732680f5d98ac022916ccd16639e1564064 (commit)
       via  37715c1411c716c30050432990b7bee92ab924dc (commit)
       via  b02d25dee75450653335ee7e775e527533851a56 (commit)
       via  987ff4c15fc3845d596a3939e6967cf6c6e13359 (commit)
       via  2cf5e2934799289b1ea94bcc1cd11fcc28eab13f (commit)
       via  323344a6746b31b2ccb3105a25ce7f4af62f4bed (commit)
       via  c231cd4b5d106cbd572701e2eb5ab7ce995f6bc8 (commit)
       via  a3084bc8b352e2a38b1e3487e838dfe56d326fef (commit)
       via  e86d71626c6916d6aedd90415350605d489fd163 (commit)
       via  a3b8b9872a2bb1d5a0d8c8a957cbf16e70efcc9a (commit)
       via  ea4b4396a8950d2f78eeca5700652348ed1af1d7 (commit)
      from  84c4937d8d3a816ccf295217922b110b54cf8538 (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 a1c6a917a4f933e2768c1ff56087ad3f8cb5483c
Author: Olivier Teulière <address@hidden>
Date:   Sat Feb 18 01:12:53 2012 +0100

    Get rid of the UI file for the favourite players: the same can be done with 
a few lines of code

commit d45ad3325c584b3aed9d2768df00e0e1b62d63b0
Author: Olivier Teulière <address@hidden>
Date:   Sat Feb 18 00:36:36 2012 +0100

    Simplify the New Game dialog by removing various controls

commit 9d987974cde969a886f484c2d76150091cb0d4f4
Author: Olivier Teulière <address@hidden>
Date:   Sat Feb 18 00:11:13 2012 +0100

    If the added fav player already exists, generate a new name

commit 33814ef0583ea35a863d61f855d1c715c9fd3f9e
Author: Olivier Teulière <address@hidden>
Date:   Fri Feb 17 23:50:14 2012 +0100

    Start editing the name directly after adding a player

commit 03f20dd7be970ec1baa5eaf7969769f34a465453
Author: Olivier Teulière <address@hidden>
Date:   Fri Feb 17 23:45:08 2012 +0100

    Allow deleting players with the Del key only if there is a corresponding 
popup menu entry

commit 0daa7732680f5d98ac022916ccd16639e1564064
Author: Olivier Teulière <address@hidden>
Date:   Fri Feb 17 23:38:08 2012 +0100

    Do not allow duplicate entries in the players tables

commit 37715c1411c716c30050432990b7bee92ab924dc
Author: Olivier Teulière <address@hidden>
Date:   Fri Feb 17 23:14:04 2012 +0100

    Extract PlayerDef from the PlayerTableHelper class

commit b02d25dee75450653335ee7e775e527533851a56
Author: Olivier Teulière <address@hidden>
Date:   Fri Feb 17 23:10:55 2012 +0100

    New action, to mark a player as favourite

commit 987ff4c15fc3845d596a3939e6967cf6c6e13359
Author: Olivier Teulière <address@hidden>
Date:   Fri Feb 17 22:18:20 2012 +0100

    NewGame: new button to add favourite players. Also added a popup menu to 
delete players more easily.

commit 2cf5e2934799289b1ea94bcc1cd11fcc28eab13f
Author: Olivier Teulière <address@hidden>
Date:   Thu Feb 16 22:14:09 2012 +0100

    New dialog to define the favourite players

commit 323344a6746b31b2ccb3105a25ce7f4af62f4bed
Author: Olivier Teulière <address@hidden>
Date:   Thu Feb 16 21:59:01 2012 +0100

    New helper class to help dealing with a players table

commit c231cd4b5d106cbd572701e2eb5ab7ce995f6bc8
Author: Olivier Teulière <address@hidden>
Date:   Fri Feb 10 20:49:19 2012 +0100

    Remove all the selected players, not only the first one

commit a3084bc8b352e2a38b1e3487e838dfe56d326fef
Author: Olivier Teulière <address@hidden>
Date:   Fri Feb 10 20:14:15 2012 +0100

    Use a QTableWidget instead of a QTreeView. This simplifies the code a 
little.

commit e86d71626c6916d6aedd90415350605d489fd163
Author: Olivier Teulière <address@hidden>
Date:   Thu Feb 2 09:02:20 2012 +0100

    Do not repeat the application name and organization name everywhere

commit a3b8b9872a2bb1d5a0d8c8a957cbf16e70efcc9a
Author: Olivier Teulière <address@hidden>
Date:   Mon Jan 30 08:27:27 2012 +0100

    Removed (old) debugging code

commit ea4b4396a8950d2f78eeca5700652348ed1af1d7
Author: Olivier Teulière <address@hidden>
Date:   Sun Jan 29 23:32:28 2012 +0100

    Add auto-completion on the dictionary path

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

Summary of changes:
 qt/Makefile.am                            |    2 +
 qt/aux_window.cpp                         |    4 +-
 qt/dic_wizard.cpp                         |   16 +-
 qt/history_widget.cpp                     |    2 +-
 qt/main.cpp                               |    3 +
 qt/main_window.cpp                        |   77 +++++-
 qt/main_window.h                          |    1 +
 qt/new_game.cpp                           |  294 ++++----------------
 qt/new_game.h                             |   86 +------
 qt/players_table_helper.cpp               |  425 +++++++++++++++++++++++++++++
 qt/{new_game.h => players_table_helper.h} |   85 ++++--
 qt/prefs_dialog.cpp                       |   13 +-
 qt/qtcommon.h                             |    3 -
 qt/tile_widget.cpp                        |    2 +-
 qt/ui/new_game.ui                         |   95 ++-----
 15 files changed, 670 insertions(+), 438 deletions(-)
 create mode 100644 qt/players_table_helper.cpp
 copy qt/{new_game.h => players_table_helper.h} (68%)


hooks/post-receive
-- 
Eliot



reply via email to

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