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-23-g3e952e4


From: Olivier Teulière
Subject: [Eliot-dev] [SCM] Eliot branch, master, updated. eliot_2.0-23-g3e952e4
Date: Tue, 13 Nov 2012 13:16:14 +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  3e952e402e6ec9362bc0c64ec60d325834c68725 (commit)
       via  b0a9f44ab74f7e10d4f1490d9721d2011d9c0b4f (commit)
       via  f267b045b62ba79f365ee07b4f040b843059e344 (commit)
       via  e355acc4fb467230369402b016e9936859b73940 (commit)
       via  c89e91010c0406cef8acdc5a109182c834a4b596 (commit)
       via  fa55eab82ec9063e704e68ef83a151692a228713 (commit)
       via  3f2568db5df9a634e1d98d6db5429ada496bb5e8 (commit)
       via  63c7128d3e2e1918d7745a92c7d9e1f5aee59265 (commit)
       via  c5fd006b9cbc8d50d5f7a261e9136ff7a0a23d04 (commit)
       via  5676d9c78fff5ccb6e94c61f1e37a15ecf88ee24 (commit)
       via  f131fa905026e1ad7297513906a186e43f7dd861 (commit)
       via  7f31fe8b0e918f410b6df4ee738a1b4488ec6327 (commit)
       via  81f2507181f06ec4d95e653860c8d0e19fd5a81d (commit)
      from  8858c54656b1af94baacd53d9790144e167c0f1f (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 3e952e402e6ec9362bc0c64ec60d325834c68725
Author: Olivier Teulière <address@hidden>
Date:   Tue Nov 6 12:54:42 2012 +0100

    Italian translation, courtesy of Diego de Landro

commit b0a9f44ab74f7e10d4f1490d9721d2011d9c0b4f
Author: Olivier Teulière <address@hidden>
Date:   Tue Nov 6 22:02:53 2012 +0100

    Fix a window placement bug.
    
    Placing Eliot on a secondary monitor, and restarting it later when the
    monitor is unplugged, made the window invisible (it was still at the
    old position, thus off screen).

commit f267b045b62ba79f365ee07b4f040b843059e344
Author: Olivier Teulière <address@hidden>
Date:   Wed Nov 7 01:33:20 2012 +0100

    New option to start the timer automatically when the rack changes

commit e355acc4fb467230369402b016e9936859b73940
Author: Olivier Teulière <address@hidden>
Date:   Tue Nov 6 23:55:17 2012 +0100

    Reset the timer automatically when a new turn starts

commit c89e91010c0406cef8acdc5a109182c834a4b596
Author: Olivier Teulière <address@hidden>
Date:   Wed Nov 7 14:44:50 2012 +0100

    Stats: enable sorting when the table is flipped.
    
    This allows sorting the players by rank, for example.

commit fa55eab82ec9063e704e68ef83a151692a228713
Author: Olivier Teulière <address@hidden>
Date:   Wed Nov 7 14:43:29 2012 +0100

    Stats: simplify the flipping code using the decorator pattern

commit 3f2568db5df9a634e1d98d6db5429ada496bb5e8
Author: Olivier Teulière <address@hidden>
Date:   Wed Nov 7 10:23:25 2012 +0100

    Stats: allow flipping the table

commit 63c7128d3e2e1918d7745a92c7d9e1f5aee59265
Author: Olivier Teulière <address@hidden>
Date:   Tue Nov 6 23:18:04 2012 +0100

    Arbitration: display the solos, warnings and penalties in the players view

commit c5fd006b9cbc8d50d5f7a261e9136ff7a0a23d04
Author: Olivier Teulière <address@hidden>
Date:   Tue Nov 6 17:17:20 2012 +0100

    History widget: show solos before warnings and penalties

commit 5676d9c78fff5ccb6e94c61f1e37a15ecf88ee24
Author: Olivier Teulière <address@hidden>
Date:   Wed Nov 7 00:26:30 2012 +0100

    Ignore requests to start the timer when it is already active

commit f131fa905026e1ad7297513906a186e43f7dd861
Author: Olivier Teulière <address@hidden>
Date:   Wed Nov 7 01:08:27 2012 +0100

    Fix a timer bug

commit 7f31fe8b0e918f410b6df4ee738a1b4488ec6327
Author: Olivier Teulière <address@hidden>
Date:   Wed Nov 7 01:32:30 2012 +0100

    Fix a visual glitch on the status bar

commit 81f2507181f06ec4d95e653860c8d0e19fd5a81d
Author: Olivier Teulière <address@hidden>
Date:   Sat Nov 10 17:29:24 2012 +0100

    Arbitration: fix a bug when a word is checked manually.
    
    The check didn't verify that it is actually possible to play the word
    with the current rack.

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

Summary of changes:
 THANKS                   |    1 +
 game/arbitration.cpp     |    2 +-
 po/LINGUAS               |    1 +
 po/{cs.po => it.po}      | 5533 +++++++++++++++++++++++-----------------------
 qt/arbit_assignments.cpp |   23 +-
 qt/aux_window.cpp        |   12 +-
 qt/history_widget.cpp    |   22 +-
 qt/history_widget.h      |    2 +-
 qt/main_window.cpp       |   58 +-
 qt/main_window.h         |   15 +-
 qt/prefs_dialog.cpp      |   11 +
 qt/prefs_dialog.h        |    1 +
 qt/stats_widget.cpp      |   99 +-
 qt/stats_widget.h        |    5 +
 qt/timer_widget.cpp      |   12 +-
 qt/ui/prefs_dialog.ui    |   52 +-
 16 files changed, 3014 insertions(+), 2835 deletions(-)
 copy po/{cs.po => it.po} (57%)


hooks/post-receive
-- 
Eliot



reply via email to

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