[pentobi] branch upstream updated (0c7f572 -> 26bc21c)

Juhani Numminen jsonic-guest at moszumanska.debian.org
Tue Dec 29 17:05:37 UTC 2015


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

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

      from  0c7f572   Imported Upstream version 10.1
       new  26bc21c   Imported Upstream version 11.0

The 1 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                                     |  27 +-
 INSTALL                                            |  46 +-
 NEWS                                               |  44 ++
 data/CMakeLists.txt                                |  12 +-
 data/pentobi.appdata.xml                           |  81 +++
 doc/blksgf/Pentobi-SGF.html                        | 205 ++++---
 doc/gtp/Pentobi-GTP.html                           | 410 ++++++-------
 doc/man/pentobi.6.in                               |  19 +-
 src/books/CMakeLists.txt                           |   2 +
 src/books/book_nexos.blksgf                        |  15 +
 src/books/book_nexos_2.blksgf                      |  15 +
 src/books/book_trigon_2.blksgf                     |   2 +-
 src/books/pentobi_books.qrc                        |   2 +
 src/convert/CMakeLists.txt                         |  28 +-
 src/libboardgame_base/Engine.cpp                   |   4 +-
 src/libboardgame_base/Geometry.h                   |  81 +--
 src/libboardgame_base/GeometryUtil.h               |  40 +-
 src/libboardgame_base/Grid.h                       | 168 +++++-
 src/libboardgame_base/Marker.h                     |  33 +-
 src/libboardgame_base/Point.h                      |  10 +-
 src/libboardgame_base/Rating.cpp                   |   4 +-
 src/libboardgame_base/Rating.h                     |  18 +-
 src/libboardgame_base/RectGeometry.h               |   6 +-
 src/libboardgame_base/SpShtStrRep.h                |   6 +-
 src/libboardgame_base/Transform.h                  |   2 +-
 src/libboardgame_gtp/Arguments.h                   |   2 +-
 src/libboardgame_gtp/CmdLine.h                     |   3 +-
 src/libboardgame_gtp/CmdLineRange.h                |   1 -
 src/libboardgame_gtp/Engine.cpp                    |  30 +-
 src/libboardgame_gtp/Engine.h                      |  19 +-
 src/libboardgame_gtp/Failure.h                     |   5 +-
 src/libboardgame_mcts/BiasTerm.h                   | 159 -----
 src/libboardgame_mcts/CMakeLists.txt               |   1 -
 src/libboardgame_mcts/LastGoodReply.h              |   1 -
 src/libboardgame_mcts/Node.h                       |  66 ++-
 src/libboardgame_mcts/SearchBase.h                 | 595 +++++++------------
 src/libboardgame_mcts/Tree.h                       | 218 +++----
 src/libboardgame_sgf/InvalidTree.h                 |   5 +-
 src/libboardgame_sgf/MissingProperty.h             |   2 +-
 src/libboardgame_sgf/Reader.h                      |   5 +-
 src/libboardgame_sgf/SgfNode.h                     |  19 +-
 src/libboardgame_sgf/SgfTree.cpp                   |  21 +
 src/libboardgame_sgf/SgfTree.h                     |  21 -
 src/libboardgame_sgf/SgfUtil.cpp                   |  15 +-
 src/libboardgame_sgf/SgfUtil.h                     |   5 +-
 src/libboardgame_sgf/TreeWriter.h                  |   4 +-
 src/libboardgame_sgf/Writer.cpp                    |  14 +-
 src/libboardgame_sgf/Writer.h                      |  24 +-
 src/libboardgame_sys/Compiler.h                    |   7 +-
 src/libboardgame_test/Test.cpp                     |  38 +-
 src/libboardgame_util/Abort.cpp                    |  25 +-
 src/libboardgame_util/Abort.h                      |  21 +-
 src/libboardgame_util/ArrayList.h                  |   9 +-
 src/libboardgame_util/Assert.cpp                   |   4 +-
 src/libboardgame_util/Assert.h                     |  11 +-
 src/libboardgame_util/FmtSaver.h                   |   2 +-
 src/libboardgame_util/Log.cpp                      |  46 +-
 src/libboardgame_util/Log.h                        |  86 ++-
 src/libboardgame_util/MathUtil.h                   |  48 +-
 src/libboardgame_util/Options.h                    |   6 +-
 src/libboardgame_util/RandomGenerator.h            |  11 +-
 src/libboardgame_util/Statistics.h                 |  19 +-
 src/libboardgame_util/Timer.h                      |   2 +-
 src/libpentobi_base/Board.cpp                      | 127 +++-
 src/libpentobi_base/Board.h                        | 178 +++---
 src/libpentobi_base/BoardConst.cpp                 | 530 +++++++++++------
 src/libpentobi_base/BoardConst.h                   |  41 +-
 src/libpentobi_base/Book.cpp                       |  13 +-
 src/libpentobi_base/Book.h                         |   2 +-
 src/libpentobi_base/CMakeLists.txt                 |   4 +-
 src/libpentobi_base/Color.h                        |  29 +-
 src/libpentobi_base/ColorMap.h                     |   3 +-
 src/libpentobi_base/Engine.cpp                     |  31 +-
 src/libpentobi_base/Engine.h                       |   2 +-
 src/libpentobi_base/Game.cpp                       |   2 +-
 src/libpentobi_base/Game.h                         |   2 +-
 src/libpentobi_base/Grid.h                         |   3 +
 src/libpentobi_base/Move.h                         |   2 +
 src/libpentobi_base/MoveInfo.h                     |  62 +-
 src/libpentobi_base/MoveList.h                     |   3 +-
 src/libpentobi_base/MovePoints.h                   |   2 +-
 src/libpentobi_base/NexosGeometry.cpp              |  94 +++
 src/libpentobi_base/NexosGeometry.h                |  74 +++
 src/libpentobi_base/NodeUtil.cpp                   |  10 +
 src/libpentobi_base/PentobiTree.cpp                |  95 ++-
 src/libpentobi_base/PentobiTree.h                  |  14 +-
 src/libpentobi_base/Piece.h                        |   2 +-
 src/libpentobi_base/PieceInfo.cpp                  |  46 +-
 src/libpentobi_base/PieceInfo.h                    |  75 ++-
 src/libpentobi_base/PieceMap.h                     |   2 +-
 src/libpentobi_base/PieceTransformsClassic.cpp     | 156 ++---
 src/libpentobi_base/PieceTransformsTrigon.cpp      | 222 +++----
 src/libpentobi_base/Point.h                        |   6 +-
 src/libpentobi_base/PointState.h                   |  45 +-
 src/libpentobi_base/PrecompMoves.h                 |  73 ++-
 src/libpentobi_base/ScoreUtil.h                    |   1 +
 src/libpentobi_base/StartingPoints.cpp             |  54 +-
 src/libpentobi_base/StartingPoints.h               |   2 +-
 src/libpentobi_base/TreeUtil.cpp                   |  21 +
 src/libpentobi_base/TreeUtil.h                     |   6 +
 src/libpentobi_base/TrigonGeometry.h               |   7 +-
 src/libpentobi_base/Variant.cpp                    | 192 ++++--
 src/libpentobi_base/Variant.h                      |  14 +-
 src/libpentobi_gui/BoardPainter.cpp                | 458 ++++++++++-----
 src/libpentobi_gui/BoardPainter.h                  |  40 +-
 src/libpentobi_gui/CMakeLists.txt                  |  73 +--
 src/libpentobi_gui/ComputerColorDialog.cpp         |  21 +-
 src/libpentobi_gui/ComputerColorDialog.h           |   4 +-
 src/libpentobi_gui/GameInfoDialog.cpp              |  55 +-
 src/libpentobi_gui/GameInfoDialog.h                |   2 +-
 src/libpentobi_gui/GuiBoard.cpp                    | 158 ++---
 src/libpentobi_gui/GuiBoard.h                      |   4 +
 src/libpentobi_gui/GuiBoardUtil.cpp                |  31 +-
 src/libpentobi_gui/HelpWindow.cpp                  |   4 +-
 src/libpentobi_gui/InitialRatingDialog.h           |   4 +-
 src/libpentobi_gui/OrientationDisplay.cpp          |  60 +-
 src/libpentobi_gui/PieceSelector.cpp               | 155 +++--
 src/libpentobi_gui/PieceSelector.h                 |  10 +-
 src/libpentobi_gui/ScoreDisplay.cpp                |  44 +-
 src/libpentobi_gui/ScoreDisplay.h                  |   7 +-
 src/libpentobi_gui/Util.cpp                        | 159 ++++-
 src/libpentobi_gui/Util.h                          |  28 +-
 src/libpentobi_kde_thumbnailer/CMakeLists.txt      |  11 +-
 src/libpentobi_mcts/AnalyzeGame.cpp                |   6 +-
 src/libpentobi_mcts/Float.h                        |   6 +-
 src/libpentobi_mcts/History.cpp                    |   1 +
 src/libpentobi_mcts/Player.cpp                     | 171 ++++--
 src/libpentobi_mcts/Player.h                       |  26 +-
 src/libpentobi_mcts/PlayoutFeatures.h              |  67 +--
 src/libpentobi_mcts/PriorKnowledge.cpp             |  64 +-
 src/libpentobi_mcts/PriorKnowledge.h               |  13 +-
 src/libpentobi_mcts/Search.cpp                     |  33 +-
 src/libpentobi_mcts/Search.h                       |   4 +-
 src/libpentobi_mcts/SearchParamConst.h             |  12 +-
 src/libpentobi_mcts/SharedConst.cpp                | 152 +++--
 src/libpentobi_mcts/SharedConst.h                  |  14 +-
 src/libpentobi_mcts/State.cpp                      | 432 ++++++++------
 src/libpentobi_mcts/State.h                        |  91 +--
 src/libpentobi_mcts/StateUtil.cpp                  |   8 +-
 src/libpentobi_mcts/Util.cpp                       |  59 +-
 src/libpentobi_mcts/Util.h                         |   4 -
 src/libpentobi_thumbnail/CMakeLists.txt            |   8 +-
 src/libpentobi_thumbnail/CreateThumbnail.cpp       |  60 +-
 src/pentobi/AnalyzeGameWidget.cpp                  |   2 -
 src/pentobi/AnalyzeGameWidget.h                    |   2 +-
 src/pentobi/AnalyzeGameWindow.h                    |   5 +-
 src/pentobi/AnalyzeSpeedDialog.h                   |   7 +-
 src/pentobi/Application.cpp                        |   5 -
 src/pentobi/Application.h                          |   2 +-
 src/pentobi/CMakeLists.txt                         |  75 +--
 src/pentobi/Main.cpp                               |  29 +-
 src/pentobi/MainWindow.cpp                         | 526 +++++++----------
 src/pentobi/MainWindow.h                           | 182 ++----
 src/pentobi/RatedGamesList.cpp                     |   8 +-
 src/pentobi/RatingDialog.cpp                       |  29 +-
 src/pentobi/RatingDialog.h                         |   2 +-
 src/pentobi/RatingHistory.cpp                      |   4 +-
 src/pentobi/RatingHistory.h                        |   3 +-
 src/pentobi/Util.cpp                               |  11 +-
 src/pentobi/help/C/pentobi/board_nexos.png         | Bin 0 -> 945 bytes
 src/pentobi/help/C/pentobi/index.html              |   3 +-
 src/pentobi/help/C/pentobi/junior_rules.html       |   4 +-
 src/pentobi/help/C/pentobi/nexos_rules.html        |  44 ++
 src/pentobi/help/C/pentobi/pieces_nexos.png        | Bin 0 -> 7987 bytes
 src/pentobi/help/C/pentobi/position_nexos.png      | Bin 0 -> 2100 bytes
 src/pentobi/help/C/pentobi/shortcuts.html          |   2 +-
 src/pentobi/help/C/pentobi/system.html             |   4 +-
 src/pentobi/help/C/pentobi/user_interface.html     |   7 +-
 src/pentobi/help/C/pentobi/window_menu.html        |   6 +-
 src/pentobi/help/de/pentobi/index.html             |   5 +-
 src/pentobi/help/de/pentobi/junior_rules.html      |   4 +-
 src/pentobi/help/de/pentobi/nexos_rules.html       |  47 ++
 src/pentobi/help/de/pentobi/shortcuts.html         |   2 +-
 src/pentobi/help/de/pentobi/system.html            |   4 +-
 src/pentobi/help/de/pentobi/user_interface.html    |   7 +-
 src/pentobi/icons.qrc                              |  15 +
 src/pentobi/icons_base.qrc                         |   9 -
 src/pentobi/translations/pentobi_de.ts             |  76 ++-
 src/pentobi_gtp/Engine.cpp                         |  23 +-
 src/pentobi_gtp/Engine.h                           |   8 +-
 src/pentobi_gtp/Main.cpp                           |  32 +-
 src/pentobi_kde_thumbnailer/CMakeLists.txt         |  30 -
 .../PentobiThumbCreator.cpp                        |   2 +
 src/pentobi_qml/BoardModel.cpp                     | 615 -------------------
 src/pentobi_qml/CMakeLists.txt                     |   9 +-
 src/pentobi_qml/GameModel.cpp                      | 648 +++++++++++++++++++++
 src/pentobi_qml/{BoardModel.h => GameModel.h}      | 171 ++++--
 src/pentobi_qml/Main.cpp                           |  15 +-
 src/pentobi_qml/Pentobi.pro                        |  25 +-
 src/pentobi_qml/PieceModel.cpp                     |   3 +-
 src/pentobi_qml/PieceModel.h                       |   2 +-
 src/pentobi_qml/PlayerModel.cpp                    |  41 +-
 src/pentobi_qml/PlayerModel.h                      |  56 +-
 src/pentobi_qml/android/AndroidManifest.xml        |   7 +-
 src/pentobi_qml/android/res/drawable-hdpi/icon.png | Bin 388 -> 603 bytes
 src/pentobi_qml/android/res/drawable-ldpi/icon.png | Bin 361 -> 0 bytes
 src/pentobi_qml/android/res/drawable-mdpi/icon.png | Bin 333 -> 469 bytes
 src/pentobi_qml/android_icons_svg/icon36.svg       |  35 --
 src/pentobi_qml/android_icons_svg/icon48.svg       |  48 +-
 src/pentobi_qml/android_icons_svg/icon72.svg       |  48 +-
 src/pentobi_qml/icons_android.qrc                  |   7 +
 src/pentobi_qml/qml/AndroidToolBar.qml             |  46 ++
 .../qml/{ToolButton.qml => AndroidToolButton.qml}  |   5 +-
 src/pentobi_qml/qml/Board.qml                      |  10 +-
 src/pentobi_qml/qml/Button.qml                     |  22 +
 src/pentobi_qml/qml/GameDisplay.js                 |  91 ++-
 src/pentobi_qml/qml/GameDisplay.qml                | 175 +++---
 src/pentobi_qml/qml/Main.js                        | 290 +++++----
 src/pentobi_qml/qml/Main.qml                       | 179 ++++--
 src/pentobi_qml/qml/Menu.qml                       | 103 ----
 src/pentobi_qml/qml/MenuComputer.qml               |  30 +
 src/pentobi_qml/qml/MenuEdit.qml                   |  51 ++
 src/pentobi_qml/qml/MenuGame.qml                   |  81 +++
 src/pentobi_qml/qml/MenuGo.qml                     |  16 +
 src/pentobi_qml/qml/MenuItemGameVariant.qml        |   2 +-
 src/pentobi_qml/qml/MenuItemLevel.qml              |  20 +-
 src/pentobi_qml/qml/MenuView.qml                   |  13 +
 src/pentobi_qml/qml/Message.qml                    |  39 --
 src/pentobi_qml/qml/NavigationPanel.qml            |  56 ++
 src/pentobi_qml/qml/PieceClassic.qml               |  26 +-
 src/pentobi_qml/qml/PieceFlipAnimation.qml         |   5 -
 src/pentobi_qml/qml/PieceList.qml                  |  54 +-
 src/pentobi_qml/qml/PieceManipulator.qml           |  58 +-
 src/pentobi_qml/qml/PieceRotationAnimation.qml     |   5 -
 src/pentobi_qml/qml/PieceSelector.qml              | 255 +++++---
 src/pentobi_qml/qml/PieceTrigon.qml                |  26 +-
 src/pentobi_qml/qml/ScoreDisplay.qml               |  26 +-
 src/pentobi_qml/qml/ScoreElement.qml               |   5 +-
 src/pentobi_qml/qml/ToolBar.qml                    |  37 +-
 src/pentobi_qml/qml/i18n/qml_de.ts                 | 275 +++++++++
 .../{translations => i18n}/replace_qtbase_de.ts    |   0
 src/pentobi_qml/qml/icons/menu.svg                 |   6 +
 src/pentobi_qml/qml/icons/pentobi-backward.svg     |   4 +
 src/pentobi_qml/qml/icons/pentobi-beginning.svg    |   4 +
 src/pentobi_qml/qml/icons/pentobi-end.svg          |   4 +
 src/pentobi_qml/qml/icons/pentobi-forward.svg      |   4 +
 .../qml/icons/pentobi-next-variation.svg           |   4 +
 .../qml/icons/pentobi-previous-variation.svg       |   4 +
 src/pentobi_qml/qml/themes/dark/Theme.qml          |  19 +-
 src/pentobi_qml/qml/themes/dark/flick.svg          |   8 -
 .../qml/themes/dark/piece-manipulator-legal.svg    |  19 -
 .../qml/themes/dark/piece-manipulator.svg          |  17 -
 src/pentobi_qml/qml/themes/dark/square-blue.svg    |   8 -
 src/pentobi_qml/qml/themes/dark/square-green.svg   |   8 -
 src/pentobi_qml/qml/themes/dark/square-red.svg     |   8 -
 src/pentobi_qml/qml/themes/dark/square-yellow.svg  |   8 -
 src/pentobi_qml/qml/themes/dark/theme_dark.qrc     |  24 -
 src/pentobi_qml/qml/themes/dark/triangle-blue.svg  |   9 -
 .../qml/themes/dark/triangle-down-blue.svg         |   9 -
 .../qml/themes/dark/triangle-down-green.svg        |   9 -
 .../qml/themes/dark/triangle-down-red.svg          |   9 -
 .../qml/themes/dark/triangle-down-yellow.svg       |   9 -
 src/pentobi_qml/qml/themes/dark/triangle-green.svg |   9 -
 src/pentobi_qml/qml/themes/dark/triangle-red.svg   |   9 -
 .../qml/themes/dark/triangle-yellow.svg            |   9 -
 src/pentobi_qml/qml/themes/light/Theme.qml         |  11 +-
 src/pentobi_qml/qml/themes/light/flick.svg         |   8 -
 .../qml/themes/light/piece-manipulator-legal.svg   |  24 +-
 .../qml/themes/light/piece-manipulator.svg         |  22 +-
 src/pentobi_qml/qml/themes/light/theme_light.qrc   |  24 -
 src/pentobi_qml/qml/themes/theme_dark.qrc          |   9 +
 src/pentobi_qml/qml/themes/theme_light.qrc         |   9 +
 src/pentobi_qml/qml/themes/theme_shared.qrc        |  18 +
 src/pentobi_qml/qml/translations/pentobi_qml_de.ts | 172 ------
 src/pentobi_qml/resources.qrc                      |  12 +-
 src/pentobi_qml/translations.qrc                   |   4 +-
 src/pentobi_thumbnailer/CMakeLists.txt             |  19 +-
 src/twogtp/FdStream.h                              |   6 +-
 src/twogtp/GtpConnection.cpp                       |   8 +-
 src/twogtp/GtpConnection.h                         |   8 +-
 src/twogtp/Main.cpp                                |   7 +-
 src/twogtp/OutputTree.h                            |   2 +-
 src/twogtp/TwoGtp.cpp                              |  16 +-
 src/unittest/libboardgame_base/MarkerTest.cpp      |  22 +-
 src/unittest/libboardgame_mcts/NodeTest.cpp        |  14 +-
 src/unittest/libboardgame_util/ArrayListTest.cpp   |   2 +-
 src/unittest/libboardgame_util/CMakeLists.txt      |   1 +
 src/unittest/libboardgame_util/MathUtilTest.cpp    |  34 ++
 src/unittest/libpentobi_base/BoardTest.cpp         |   1 +
 src/unittest/libpentobi_mcts/SearchTest.cpp        |   2 +-
 windows/CMakeLists.txt                             |  37 +-
 windows/RuntimeQt.nsh                              |   6 -
 windows/install.nsis.in                            |  17 +-
 283 files changed, 7266 insertions(+), 6083 deletions(-)
 create mode 100644 data/pentobi.appdata.xml
 create mode 100644 src/books/book_nexos.blksgf
 create mode 100644 src/books/book_nexos_2.blksgf
 delete mode 100644 src/libboardgame_mcts/BiasTerm.h
 create mode 100644 src/libpentobi_base/NexosGeometry.cpp
 create mode 100644 src/libpentobi_base/NexosGeometry.h
 create mode 100644 src/pentobi/help/C/pentobi/board_nexos.png
 create mode 100644 src/pentobi/help/C/pentobi/nexos_rules.html
 create mode 100644 src/pentobi/help/C/pentobi/pieces_nexos.png
 create mode 100644 src/pentobi/help/C/pentobi/position_nexos.png
 create mode 100644 src/pentobi/help/de/pentobi/nexos_rules.html
 create mode 100644 src/pentobi/icons.qrc
 delete mode 100644 src/pentobi/icons_base.qrc
 delete mode 100644 src/pentobi_qml/BoardModel.cpp
 create mode 100644 src/pentobi_qml/GameModel.cpp
 rename src/pentobi_qml/{BoardModel.h => GameModel.h} (53%)
 delete mode 100644 src/pentobi_qml/android/res/drawable-ldpi/icon.png
 delete mode 100644 src/pentobi_qml/android_icons_svg/icon36.svg
 create mode 100644 src/pentobi_qml/qml/AndroidToolBar.qml
 rename src/pentobi_qml/qml/{ToolButton.qml => AndroidToolButton.qml} (62%)
 create mode 100644 src/pentobi_qml/qml/Button.qml
 delete mode 100644 src/pentobi_qml/qml/Menu.qml
 create mode 100644 src/pentobi_qml/qml/MenuComputer.qml
 create mode 100644 src/pentobi_qml/qml/MenuEdit.qml
 create mode 100644 src/pentobi_qml/qml/MenuGame.qml
 create mode 100644 src/pentobi_qml/qml/MenuGo.qml
 create mode 100644 src/pentobi_qml/qml/MenuView.qml
 delete mode 100644 src/pentobi_qml/qml/Message.qml
 create mode 100644 src/pentobi_qml/qml/NavigationPanel.qml
 create mode 100644 src/pentobi_qml/qml/i18n/qml_de.ts
 rename src/pentobi_qml/qml/{translations => i18n}/replace_qtbase_de.ts (100%)
 create mode 100644 src/pentobi_qml/qml/icons/menu.svg
 create mode 100644 src/pentobi_qml/qml/icons/pentobi-backward.svg
 create mode 100644 src/pentobi_qml/qml/icons/pentobi-beginning.svg
 create mode 100644 src/pentobi_qml/qml/icons/pentobi-end.svg
 create mode 100644 src/pentobi_qml/qml/icons/pentobi-forward.svg
 create mode 100644 src/pentobi_qml/qml/icons/pentobi-next-variation.svg
 create mode 100644 src/pentobi_qml/qml/icons/pentobi-previous-variation.svg
 delete mode 100644 src/pentobi_qml/qml/themes/dark/flick.svg
 delete mode 100644 src/pentobi_qml/qml/themes/dark/piece-manipulator-legal.svg
 delete mode 100644 src/pentobi_qml/qml/themes/dark/piece-manipulator.svg
 delete mode 100644 src/pentobi_qml/qml/themes/dark/square-blue.svg
 delete mode 100644 src/pentobi_qml/qml/themes/dark/square-green.svg
 delete mode 100644 src/pentobi_qml/qml/themes/dark/square-red.svg
 delete mode 100644 src/pentobi_qml/qml/themes/dark/square-yellow.svg
 delete mode 100644 src/pentobi_qml/qml/themes/dark/theme_dark.qrc
 delete mode 100644 src/pentobi_qml/qml/themes/dark/triangle-blue.svg
 delete mode 100644 src/pentobi_qml/qml/themes/dark/triangle-down-blue.svg
 delete mode 100644 src/pentobi_qml/qml/themes/dark/triangle-down-green.svg
 delete mode 100644 src/pentobi_qml/qml/themes/dark/triangle-down-red.svg
 delete mode 100644 src/pentobi_qml/qml/themes/dark/triangle-down-yellow.svg
 delete mode 100644 src/pentobi_qml/qml/themes/dark/triangle-green.svg
 delete mode 100644 src/pentobi_qml/qml/themes/dark/triangle-red.svg
 delete mode 100644 src/pentobi_qml/qml/themes/dark/triangle-yellow.svg
 delete mode 100644 src/pentobi_qml/qml/themes/light/flick.svg
 delete mode 100644 src/pentobi_qml/qml/themes/light/theme_light.qrc
 create mode 100644 src/pentobi_qml/qml/themes/theme_dark.qrc
 create mode 100644 src/pentobi_qml/qml/themes/theme_light.qrc
 create mode 100644 src/pentobi_qml/qml/themes/theme_shared.qrc
 delete mode 100644 src/pentobi_qml/qml/translations/pentobi_qml_de.ts
 create mode 100644 src/unittest/libboardgame_util/MathUtilTest.cpp
 delete mode 100644 windows/RuntimeQt.nsh

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