[pentobi] branch master updated (7e6d84e -> 33ef879)

Juhani Numminen jsonic-guest at moszumanska.debian.org
Fri Dec 25 09:38:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

jsonic-guest pushed a change to branch master
in repository pentobi.

      from  7e6d84e   d/copyright: Update copyright years.
      adds  0c7f572   Imported Upstream version 10.1
       new  ef8d237   Merge tag 'upstream/10.1'
       new  33ef879   Drop debian/pentobi.menu as per tech-ctte decision in #741573.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                     |   2 +-
 INSTALL                                            |  19 +-
 NEWS                                               |  24 ++
 debian/changelog                                   |   7 +
 debian/pentobi.menu                                |   8 -
 src/convert/CMakeLists.txt                         |  11 +-
 src/convert/Main.cpp                               |   4 -
 src/libboardgame_base/Geometry.h                   |  48 ++--
 src/libboardgame_base/Grid.h                       |   1 -
 src/libboardgame_base/Point.h                      |  11 -
 src/libboardgame_base/PointTransform.h             |   2 -
 src/libboardgame_base/Rating.h                     |   1 -
 src/libboardgame_base/RectGeometry.h               |  59 ++---
 src/libboardgame_base/RectTransform.cpp            |  42 ---
 src/libboardgame_base/RectTransform.h              |  32 +--
 src/libboardgame_base/SpShtStrRep.cpp              |   1 -
 src/libboardgame_base/Transform.cpp                |   2 -
 src/libboardgame_base/Transform.h                  |  10 +-
 src/libboardgame_gtp/Arguments.h                   |   1 +
 src/libboardgame_gtp/CmdLine.h                     |   1 -
 src/libboardgame_gtp/Engine.h                      |   1 -
 src/libboardgame_sgf/SgfTree.h                     |  16 +-
 src/libboardgame_sgf/SgfUtil.cpp                   |  19 ++
 src/libboardgame_sgf/SgfUtil.h                     |   5 +-
 src/libboardgame_sys/Compiler.h                    |   3 +-
 src/libboardgame_test/Test.cpp                     |   4 +-
 src/libboardgame_test/Test.h                       |   3 +-
 src/libboardgame_util/Statistics.h                 |   1 -
 src/libpentobi_base/Board.cpp                      |   1 -
 src/libpentobi_base/Board.h                        |  28 +-
 src/libpentobi_base/BoardConst.cpp                 | 154 ++++++-----
 src/libpentobi_base/BoardConst.h                   |  12 +-
 src/libpentobi_base/BoardUtil.cpp                  |   9 +-
 src/libpentobi_base/Book.h                         |   1 -
 src/libpentobi_base/MoveInfo.h                     |  30 +--
 src/libpentobi_base/PentobiTree.cpp                |   5 +-
 src/libpentobi_base/TrigonGeometry.cpp             | 128 ++++------
 src/libpentobi_base/TrigonGeometry.h               |  10 +-
 src/libpentobi_base/TrigonTransform.cpp            |  60 -----
 src/libpentobi_base/TrigonTransform.h              |  48 ++--
 src/libpentobi_gui/GuiBoard.cpp                    |   2 +-
 src/libpentobi_gui/GuiBoardUtil.cpp                |  41 +--
 src/libpentobi_mcts/Player.cpp                     |   2 +-
 src/libpentobi_mcts/Player.h                       |   2 +-
 src/libpentobi_mcts/PlayoutFeatures.h              |   1 +
 src/libpentobi_mcts/PriorKnowledge.cpp             |   6 +-
 src/libpentobi_mcts/SharedConst.cpp                |  15 +-
 src/libpentobi_mcts/SharedConst.h                  |  15 +-
 src/libpentobi_mcts/State.cpp                      |  10 +-
 src/libpentobi_mcts/State.h                        |   4 +-
 src/libpentobi_mcts/Util.cpp                       |  11 +-
 src/libpentobi_thumbnail/CreateThumbnail.cpp       |   1 -
 src/pentobi/CMakeLists.txt                         |   4 +-
 src/pentobi/Main.cpp                               |  31 ++-
 src/pentobi/MainWindow.cpp                         |  29 ++-
 src/pentobi/ShowMessage.cpp                        |   2 +-
 src/pentobi/help/C/pentobi/become_stronger.html    |  96 ++++---
 src/pentobi/help/C/pentobi/classic_rules.html      |  70 +++--
 src/pentobi/help/C/pentobi/duo_rules.html          |  25 +-
 src/pentobi/help/C/pentobi/index.html              |   9 +-
 src/pentobi/help/C/pentobi/junior_rules.html       |  19 +-
 src/pentobi/help/C/pentobi/license.html            |  23 +-
 src/pentobi/help/C/pentobi/shortcuts.html          |  20 +-
 src/pentobi/help/C/pentobi/system.html             |  12 +-
 src/pentobi/help/C/pentobi/trigon_rules.html       |  35 ++-
 src/pentobi/help/C/pentobi/user_interface.html     | 117 ++++-----
 src/pentobi/help/C/pentobi/window_menu.html        | 231 ++++++++---------
 src/pentobi/help/de/pentobi/become_stronger.html   | 106 ++++----
 src/pentobi/help/de/pentobi/classic_rules.html     |  84 +++---
 src/pentobi/help/de/pentobi/duo_rules.html         |  19 +-
 src/pentobi/help/de/pentobi/index.html             |  10 +-
 src/pentobi/help/de/pentobi/junior_rules.html      |  15 +-
 src/pentobi/help/de/pentobi/license.html           |  24 +-
 src/pentobi/help/de/pentobi/shortcuts.html         |  20 +-
 src/pentobi/help/de/pentobi/system.html            |  13 +-
 src/pentobi/help/de/pentobi/trigon_rules.html      |  51 ++--
 src/pentobi/help/de/pentobi/user_interface.html    | 127 +++++----
 src/pentobi/help/de/pentobi/window_menu.html       | 271 +++++++++-----------
 src/pentobi/icons/pentobi-computer-colors-16.svg   |  32 +--
 src/pentobi/icons/pentobi-computer-colors.svg      |  32 +--
 src/pentobi/icons/pentobi-newgame-16.svg           |  63 +++--
 src/pentobi/icons/pentobi-newgame.svg              |  60 ++---
 src/pentobi/icons/pentobi-rated-game.svg           |  24 +-
 src/pentobi/icons/pentobi-undo-16.svg              |  51 ++++
 src/pentobi/icons/pentobi-undo.svg                 |  43 ++++
 src/pentobi/icons_base.qrc                         |   3 +-
 src/pentobi/resources.qrc                          |   2 +
 src/pentobi/translations/pentobi_de.ts             |  11 +
 src/pentobi_gtp/CMakeLists.txt                     |   2 +-
 src/pentobi_gtp/Main.cpp                           |   1 -
 src/pentobi_qml/BoardModel.cpp                     |  16 +-
 src/pentobi_qml/BoardModel.h                       |   6 +-
 src/pentobi_qml/CMakeLists.txt                     |   2 +-
 src/pentobi_qml/Main.cpp                           |  32 ++-
 src/pentobi_qml/PieceModel.cpp                     | 110 ++++----
 src/pentobi_qml/PieceModel.h                       |  20 +-
 src/pentobi_qml/PlayerModel.h                      |   1 +
 src/pentobi_qml/android/AndroidManifest.xml        |   2 +-
 src/pentobi_qml/icons_android.qrc                  |   3 +-
 src/pentobi_qml/qml/Board.qml                      |  23 +-
 src/pentobi_qml/qml/ComputerColorDialog.qml        |   2 -
 src/pentobi_qml/qml/GameDisplay.js                 |  79 +++---
 src/pentobi_qml/qml/GameDisplay.qml                |  83 +++---
 src/pentobi_qml/qml/Main.js                        |  15 +-
 src/pentobi_qml/qml/Main.qml                       |  16 +-
 src/pentobi_qml/qml/Menu.qml                       |  56 ++--
 src/pentobi_qml/qml/MenuItemGameVariant.qml        |  12 +
 src/pentobi_qml/qml/MenuItemLevel.qml              |   2 -
 src/pentobi_qml/qml/Message.qml                    |   2 +-
 src/pentobi_qml/qml/PieceClassic.qml               | 240 +++++++++++++----
 src/pentobi_qml/qml/PieceList.qml                  |  56 ++--
 src/pentobi_qml/qml/PieceListFlickable.qml         |  56 ----
 src/pentobi_qml/qml/PieceManipulator.qml           |  91 +++----
 src/pentobi_qml/qml/PieceSelector.qml              | 141 +++++-----
 src/pentobi_qml/qml/PieceTrigon.qml                | 283 +++++++++++++++++----
 src/pentobi_qml/qml/ScoreElement2.qml              |   6 +-
 src/pentobi_qml/qml/Square.qml                     | 117 +++++++--
 src/pentobi_qml/qml/ToolBar.qml                    |  23 +-
 src/pentobi_qml/qml/ToolButton.qml                 |   6 +-
 src/pentobi_qml/qml/TransformableClassic.qml       | 144 -----------
 src/pentobi_qml/qml/TransformableTrigon.qml        | 194 --------------
 src/pentobi_qml/qml/Triangle.qml                   | 229 +++++++++++++----
 .../qml/icons/pentobi-computer-colors.svg          |   2 +-
 src/pentobi_qml/qml/icons/pentobi-newgame.svg      |   2 +-
 src/pentobi_qml/qml/icons/pentobi-play.svg         |   2 +-
 src/pentobi_qml/qml/icons/pentobi-undo.svg         |   4 +
 src/pentobi_qml/qml/translations/pentobi_qml_de.ts |  11 +
 src/pentobi_qml/resources.qrc                      |   4 +-
 src/twogtp/CMakeLists.txt                          |   2 +-
 src/unittest/libpentobi_mcts/CMakeLists.txt        |   2 +-
 windows/CMakeLists.txt                             |  22 ++
 windows/RuntimeQt.nsh                              |   6 +
 windows/install.nsis.in                            |   8 +-
 windows/qt.conf                                    |   2 -
 134 files changed, 2398 insertions(+), 2458 deletions(-)
 delete mode 100644 debian/pentobi.menu
 create mode 100644 src/pentobi/icons/pentobi-undo-16.svg
 create mode 100644 src/pentobi/icons/pentobi-undo.svg
 create mode 100644 src/pentobi_qml/qml/MenuItemGameVariant.qml
 delete mode 100644 src/pentobi_qml/qml/PieceListFlickable.qml
 delete mode 100644 src/pentobi_qml/qml/TransformableClassic.qml
 delete mode 100644 src/pentobi_qml/qml/TransformableTrigon.qml
 create mode 100644 src/pentobi_qml/qml/icons/pentobi-undo.svg
 create mode 100644 windows/RuntimeQt.nsh
 delete mode 100755 windows/qt.conf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pentobi.git



More information about the Pkg-games-commits mailing list