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-235-g43477b7


From: Olivier Teulière
Subject: [Eliot-dev] [SCM] Eliot branch, master, updated. eliot_1.14-235-g43477b7
Date: Sun, 26 Aug 2012 20:22:10 +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  43477b77b5ec756e6da6bc7c82d6417ccd42bf3e (commit)
       via  86860a9f804e98ec53bd173d488eb4a75b0fecec (commit)
       via  d693a53910f1f053b175bc423a1347695b8de8bc (commit)
       via  aa557f81219d28cc7c7eae89e6275903c5a9097e (commit)
       via  ee3117986428f7ae12b3bde2645ce487e5a8b706 (commit)
       via  8e1c55c79d17dc1893cf0ab81291cd0d95504a2f (commit)
       via  24bf44779a615f5d98498aa515b4a99c080db55f (commit)
       via  fb2a160d7bd09874bd956d4fde6b1612e5681b4a (commit)
       via  80a2e9ce9c327c166bbf2a0b826420fe6eb93cb7 (commit)
       via  beb6e9a3952ee2edc5244e874e2ab93e315d0b48 (commit)
       via  cbdf6d010d5a5011974a4b3a32d50e2c8c68f8ec (commit)
       via  25f3bccdd1943c1e19b23884991d31027e710aa5 (commit)
      from  06aad1b2744fe75719eedce8b09b68cd80564ac2 (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 43477b77b5ec756e6da6bc7c82d6417ccd42bf3e
Author: Olivier Teulière <address@hidden>
Date:   Sun Aug 26 22:20:40 2012 +0200

    Add files needed to build a Debian package

commit 86860a9f804e98ec53bd173d488eb4a75b0fecec
Author: Olivier Teulière <address@hidden>
Date:   Tue Aug 7 22:18:55 2012 +0200

    RackWidget: inherit from QFrame instead of QWidget

commit d693a53910f1f053b175bc423a1347695b8de8bc
Author: Olivier Teulière <address@hidden>
Date:   Tue Jul 17 23:32:39 2012 +0200

    TileLayout: respect the margins and alignment

commit aa557f81219d28cc7c7eae89e6275903c5a9097e
Author: Olivier Teulière <address@hidden>
Date:   Wed Jun 27 21:33:48 2012 +0200

    Improve the handling of favorite players

commit ee3117986428f7ae12b3bde2645ce487e5a8b706
Author: Olivier Teulière <address@hidden>
Date:   Tue Jul 17 22:23:33 2012 +0200

    StatsWidget: add the players ranking

commit 8e1c55c79d17dc1893cf0ab81291cd0d95504a2f
Author: Olivier Teulière <address@hidden>
Date:   Mon Jun 18 23:00:41 2012 +0200

    StatsWidget: use the player name for the title of the columns. Also hide 
some rows depending on the game type.

commit 24bf44779a615f5d98498aa515b4a99c080db55f
Author: Olivier Teulière <address@hidden>
Date:   Mon Jun 18 21:40:56 2012 +0200

    StatsWidget: display some column names even when there is no game

commit fb2a160d7bd09874bd956d4fde6b1612e5681b4a
Author: Olivier Teulière <address@hidden>
Date:   Tue Jun 12 20:52:36 2012 +0200

    StatsWidget: improve the tooltips

commit 80a2e9ce9c327c166bbf2a0b826420fe6eb93cb7
Author: Olivier Teulière <address@hidden>
Date:   Mon Jun 11 20:55:57 2012 +0200

    StatsWidget: various improvements.
    
    Main changes
     - clean model/view separation
     - code simplification
     - no multi-line cells anymore
     - possibility to change the orientation of the table
     - use of bold font to highlight "top moves"
     - use of colors to highlight some important details

commit beb6e9a3952ee2edc5244e874e2ab93e315d0b48
Author: Olivier Teulière <address@hidden>
Date:   Mon Jun 18 21:29:38 2012 +0200

    Fix the recursion limit for the first turn.
    
    It was never a problem until now because the size of the board is
    greater than twice the size of the rack.

commit cbdf6d010d5a5011974a4b3a32d50e2c8c68f8ec
Author: Olivier Teulière <address@hidden>
Date:   Mon Jun 18 21:21:40 2012 +0200

    Various minor improvements (no functional change)

commit 25f3bccdd1943c1e19b23884991d31027e710aa5
Author: Olivier Teulière <address@hidden>
Date:   Sun Jun 10 23:32:59 2012 +0200

    TileWidget: make sure the font is at least one pixel wide

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

Summary of changes:
 dic/csv_helper.cpp          |    4 +-
 extras/debian/changelog     |   79 ++++++++++
 extras/debian/control       |   16 ++
 extras/debian/rules         |   99 +++++++++++++
 game/board.cpp              |    8 +-
 game/board.h                |   10 +-
 game/board_cross.cpp        |   17 +--
 game/board_search.cpp       |    6 +-
 qt/fav_players.cpp          |    3 +-
 qt/players_table_helper.cpp |   40 ++++-
 qt/players_table_helper.h   |    3 +
 qt/rack_widget.cpp          |    2 +-
 qt/rack_widget.h            |    4 +-
 qt/stats_widget.cpp         |  334 +++++++++++++++++++++++++++----------------
 qt/stats_widget.h           |   35 ++++--
 qt/tile_layout.cpp          |   62 +++++----
 qt/tile_layout.h            |    2 -
 qt/tile_widget.cpp          |    4 +-
 18 files changed, 531 insertions(+), 197 deletions(-)
 create mode 100644 extras/debian/changelog
 create mode 100644 extras/debian/control
 create mode 100755 extras/debian/rules


hooks/post-receive
-- 
Eliot



reply via email to

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