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-223-g06aad1b


From: Olivier Teulière
Subject: [Eliot-dev] [SCM] Eliot branch, master, updated. eliot_1.14-223-g06aad1b
Date: Sat, 09 Jun 2012 17:19:48 +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  06aad1b2744fe75719eedce8b09b68cd80564ac2 (commit)
       via  fdc1478cf4184464250102a3103e09cb4a1cea8d (commit)
       via  7af3f6a801cf8a8fafa850790bcefa3afacbfca7 (commit)
       via  3a18a78970e0b27af10f004008b75669b976cdcc (commit)
       via  4c76ffe8bcdf8246b30e82471259491db584342c (commit)
       via  a4d5709d16b325df3f1a6d3e1c91f9006072fbfe (commit)
       via  3800f545274edad7e35371fc49986de64a85ac26 (commit)
       via  6dbfcc5f990e85969e3a7bba5998c34ca0dd8d3c (commit)
       via  e88de64ac952aca7f6a4c98e6c80daaf2a8a5093 (commit)
      from  2b6b85cce3a6008909692f243faf24b02aee578f (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 06aad1b2744fe75719eedce8b09b68cd80564ac2
Author: Olivier Teulière <address@hidden>
Date:   Sat Jun 9 15:38:34 2012 +0200

    Create the configuration directory with all the intermediate directories 
(like mkdir -p)

commit fdc1478cf4184464250102a3103e09cb4a1cea8d
Author: Olivier Teulière <address@hidden>
Date:   Tue Jun 5 01:04:25 2012 +0200

    Arbitration: disable controls for a finished game only in the last turn

commit 7af3f6a801cf8a8fafa850790bcefa3afacbfca7
Author: Olivier Teulière <address@hidden>
Date:   Sun Jun 3 14:29:51 2012 +0200

    Updated POTFILES.in

commit 3a18a78970e0b27af10f004008b75669b976cdcc
Author: Olivier Teulière <address@hidden>
Date:   Sun Jun 3 14:30:07 2012 +0200

    Fixed make dist

commit 4c76ffe8bcdf8246b30e82471259491db584342c
Author: Olivier Teulière <address@hidden>
Date:   Mon Jun 4 23:00:29 2012 +0200

    Moved the "Favorite players" window to a dedicated file, and added CSV 
import/export

commit a4d5709d16b325df3f1a6d3e1c91f9006072fbfe
Author: Olivier Teulière <address@hidden>
Date:   Sun Jun 3 15:47:43 2012 +0200

    Catch exceptions during the auto-save

commit 3800f545274edad7e35371fc49986de64a85ac26
Author: Olivier Teulière <address@hidden>
Date:   Thu May 31 09:07:23 2012 +0200

    New utility class to parse/write CSV files

commit 6dbfcc5f990e85969e3a7bba5998c34ca0dd8d3c
Author: Olivier Teulière <address@hidden>
Date:   Wed May 30 20:37:47 2012 +0200

    Arbitration: the Random button now takes the remaining letters into account

commit e88de64ac952aca7f6a4c98e6c80daaf2a8a5093
Author: Olivier Teulière <address@hidden>
Date:   Wed May 30 08:14:18 2012 +0200

    Stats window: display the table number instead of the row number

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

Summary of changes:
 dic/Makefile.am                       |    1 +
 dic/csv_helper.cpp                    |  172 ++++++++++++++++++++++++++++++
 qt/rack_widget.h => dic/csv_helper.h  |   49 +++++-----
 game/arbitration.cpp                  |    2 +-
 game/settings.cpp                     |  105 ++++++++++++++-----
 po/POTFILES.in                        |   26 ++++-
 qt/Makefile.am                        |    4 +-
 qt/arbitration_widget.cpp             |    9 +-
 qt/fav_players.cpp                    |  184 +++++++++++++++++++++++++++++++++
 qt/{tables_dialog.h => fav_players.h} |   33 +++---
 qt/main_window.cpp                    |   62 +++---------
 qt/stats_widget.cpp                   |    7 ++
 12 files changed, 531 insertions(+), 123 deletions(-)
 create mode 100644 dic/csv_helper.cpp
 copy qt/rack_widget.h => dic/csv_helper.h (56%)
 create mode 100644 qt/fav_players.cpp
 copy qt/{tables_dialog.h => fav_players.h} (71%)


hooks/post-receive
-- 
Eliot



reply via email to

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