Import pentobi_17.3.orig.tar.xz
authorJuhani Numminen <juhaninumminen0@gmail.com>
Sun, 15 Dec 2019 14:33:54 +0000 (14:33 +0000)
committerJuhani Numminen <juhaninumminen0@gmail.com>
Sun, 15 Dec 2019 14:33:54 +0000 (14:33 +0000)
commit30bbba2e2cb6a63e43486d56719acaed9e908986
tree568633db705c9b3a0660952891855a35571f4737
Import pentobi_17.3.orig.tar.xz

[dgit import orig pentobi_17.3.orig.tar.xz]
493 files changed:
AUTHORS.md [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
HACKING.md [new file with mode: 0644]
INSTALL.md [new file with mode: 0644]
LICENSE.md [new file with mode: 0644]
NEWS.md [new file with mode: 0644]
README.md [new file with mode: 0644]
cmake/FindDocBookXSL.cmake [new file with mode: 0644]
learn_tool/CMakeLists.txt [new file with mode: 0644]
learn_tool/Main.cpp [new file with mode: 0644]
libboardgame_base/ArrayList.h [new file with mode: 0644]
libboardgame_base/Assert.cpp [new file with mode: 0644]
libboardgame_base/Assert.h [new file with mode: 0644]
libboardgame_base/Barrier.cpp [new file with mode: 0644]
libboardgame_base/Barrier.h [new file with mode: 0644]
libboardgame_base/CMakeLists.txt [new file with mode: 0644]
libboardgame_base/Compiler.h [new file with mode: 0644]
libboardgame_base/CoordPoint.cpp [new file with mode: 0644]
libboardgame_base/CoordPoint.h [new file with mode: 0644]
libboardgame_base/CpuTime.cpp [new file with mode: 0644]
libboardgame_base/CpuTime.h [new file with mode: 0644]
libboardgame_base/CpuTimeSource.cpp [new file with mode: 0644]
libboardgame_base/CpuTimeSource.h [new file with mode: 0644]
libboardgame_base/FmtSaver.h [new file with mode: 0644]
libboardgame_base/Geometry.h [new file with mode: 0644]
libboardgame_base/GeometryUtil.h [new file with mode: 0644]
libboardgame_base/Grid.h [new file with mode: 0644]
libboardgame_base/IntervalChecker.cpp [new file with mode: 0644]
libboardgame_base/IntervalChecker.h [new file with mode: 0644]
libboardgame_base/Log.cpp [new file with mode: 0644]
libboardgame_base/Log.h [new file with mode: 0644]
libboardgame_base/Marker.h [new file with mode: 0644]
libboardgame_base/MathUtil.h [new file with mode: 0644]
libboardgame_base/Memory.cpp [new file with mode: 0644]
libboardgame_base/Memory.h [new file with mode: 0644]
libboardgame_base/Options.cpp [new file with mode: 0644]
libboardgame_base/Options.h [new file with mode: 0644]
libboardgame_base/Point.h [new file with mode: 0644]
libboardgame_base/PointTransform.h [new file with mode: 0644]
libboardgame_base/RandomGenerator.cpp [new file with mode: 0644]
libboardgame_base/RandomGenerator.h [new file with mode: 0644]
libboardgame_base/Range.h [new file with mode: 0644]
libboardgame_base/Rating.cpp [new file with mode: 0644]
libboardgame_base/Rating.h [new file with mode: 0644]
libboardgame_base/Reader.cpp [new file with mode: 0644]
libboardgame_base/Reader.h [new file with mode: 0644]
libboardgame_base/RectGeometry.h [new file with mode: 0644]
libboardgame_base/RectTransform.cpp [new file with mode: 0644]
libboardgame_base/RectTransform.h [new file with mode: 0644]
libboardgame_base/SgfError.cpp [new file with mode: 0644]
libboardgame_base/SgfError.h [new file with mode: 0644]
libboardgame_base/SgfNode.cpp [new file with mode: 0644]
libboardgame_base/SgfNode.h [new file with mode: 0644]
libboardgame_base/SgfTree.cpp [new file with mode: 0644]
libboardgame_base/SgfTree.h [new file with mode: 0644]
libboardgame_base/SgfUtil.cpp [new file with mode: 0644]
libboardgame_base/SgfUtil.h [new file with mode: 0644]
libboardgame_base/Statistics.h [new file with mode: 0644]
libboardgame_base/StringRep.cpp [new file with mode: 0644]
libboardgame_base/StringRep.h [new file with mode: 0644]
libboardgame_base/StringUtil.cpp [new file with mode: 0644]
libboardgame_base/StringUtil.h [new file with mode: 0644]
libboardgame_base/TimeIntervalChecker.cpp [new file with mode: 0644]
libboardgame_base/TimeIntervalChecker.h [new file with mode: 0644]
libboardgame_base/TimeSource.cpp [new file with mode: 0644]
libboardgame_base/TimeSource.h [new file with mode: 0644]
libboardgame_base/Timer.cpp [new file with mode: 0644]
libboardgame_base/Timer.h [new file with mode: 0644]
libboardgame_base/Transform.cpp [new file with mode: 0644]
libboardgame_base/Transform.h [new file with mode: 0644]
libboardgame_base/TreeReader.cpp [new file with mode: 0644]
libboardgame_base/TreeReader.h [new file with mode: 0644]
libboardgame_base/TreeWriter.cpp [new file with mode: 0644]
libboardgame_base/TreeWriter.h [new file with mode: 0644]
libboardgame_base/WallTimeSource.cpp [new file with mode: 0644]
libboardgame_base/WallTimeSource.h [new file with mode: 0644]
libboardgame_base/Writer.cpp [new file with mode: 0644]
libboardgame_base/Writer.h [new file with mode: 0644]
libboardgame_base/tests/ArrayListTest.cpp [new file with mode: 0644]
libboardgame_base/tests/CMakeLists.txt [new file with mode: 0644]
libboardgame_base/tests/MarkerTest.cpp [new file with mode: 0644]
libboardgame_base/tests/OptionsTest.cpp [new file with mode: 0644]
libboardgame_base/tests/PointTransformTest.cpp [new file with mode: 0644]
libboardgame_base/tests/RatingTest.cpp [new file with mode: 0644]
libboardgame_base/tests/RectGeometryTest.cpp [new file with mode: 0644]
libboardgame_base/tests/SgfNodeTest.cpp [new file with mode: 0644]
libboardgame_base/tests/SgfTreeTest.cpp [new file with mode: 0644]
libboardgame_base/tests/SgfUtilTest.cpp [new file with mode: 0644]
libboardgame_base/tests/StatisticsTest.cpp [new file with mode: 0644]
libboardgame_base/tests/StringRepTest.cpp [new file with mode: 0644]
libboardgame_base/tests/StringUtilTest.cpp [new file with mode: 0644]
libboardgame_base/tests/TreeReaderTest.cpp [new file with mode: 0644]
libboardgame_gtp/Arguments.cpp [new file with mode: 0644]
libboardgame_gtp/Arguments.h [new file with mode: 0644]
libboardgame_gtp/CMakeLists.txt [new file with mode: 0644]
libboardgame_gtp/CmdLine.cpp [new file with mode: 0644]
libboardgame_gtp/CmdLine.h [new file with mode: 0644]
libboardgame_gtp/Failure.h [new file with mode: 0644]
libboardgame_gtp/GtpEngine.cpp [new file with mode: 0644]
libboardgame_gtp/GtpEngine.h [new file with mode: 0644]
libboardgame_gtp/Response.cpp [new file with mode: 0644]
libboardgame_gtp/Response.h [new file with mode: 0644]
libboardgame_gtp/tests/ArgumentsTest.cpp [new file with mode: 0644]
libboardgame_gtp/tests/CMakeLists.txt [new file with mode: 0644]
libboardgame_gtp/tests/CmdLineTest.cpp [new file with mode: 0644]
libboardgame_gtp/tests/GtpEngineTest.cpp [new file with mode: 0644]
libboardgame_gtp/tests/ResponseTest.cpp [new file with mode: 0644]
libboardgame_mcts/Atomic.h [new file with mode: 0644]
libboardgame_mcts/CMakeLists.txt [new file with mode: 0644]
libboardgame_mcts/LastGoodReply.h [new file with mode: 0644]
libboardgame_mcts/Node.h [new file with mode: 0644]
libboardgame_mcts/PlayerMove.h [new file with mode: 0644]
libboardgame_mcts/SearchBase.h [new file with mode: 0644]
libboardgame_mcts/Tree.h [new file with mode: 0644]
libboardgame_mcts/TreeUtil.h [new file with mode: 0644]
libboardgame_mcts/tests/CMakeLists.txt [new file with mode: 0644]
libboardgame_mcts/tests/NodeTest.cpp [new file with mode: 0644]
libboardgame_test/CMakeLists.txt [new file with mode: 0644]
libboardgame_test/Main.cpp [new file with mode: 0644]
libboardgame_test/Test.cpp [new file with mode: 0644]
libboardgame_test/Test.h [new file with mode: 0644]
libpentobi_base/Board.cpp [new file with mode: 0644]
libpentobi_base/Board.h [new file with mode: 0644]
libpentobi_base/BoardConst.cpp [new file with mode: 0644]
libpentobi_base/BoardConst.h [new file with mode: 0644]
libpentobi_base/BoardUpdater.cpp [new file with mode: 0644]
libpentobi_base/BoardUpdater.h [new file with mode: 0644]
libpentobi_base/BoardUtil.cpp [new file with mode: 0644]
libpentobi_base/BoardUtil.h [new file with mode: 0644]
libpentobi_base/Book.cpp [new file with mode: 0644]
libpentobi_base/Book.h [new file with mode: 0644]
libpentobi_base/CMakeLists.txt [new file with mode: 0644]
libpentobi_base/CallistoGeometry.cpp [new file with mode: 0644]
libpentobi_base/CallistoGeometry.h [new file with mode: 0644]
libpentobi_base/Color.h [new file with mode: 0644]
libpentobi_base/ColorMap.h [new file with mode: 0644]
libpentobi_base/ColorMove.h [new file with mode: 0644]
libpentobi_base/Game.cpp [new file with mode: 0644]
libpentobi_base/Game.h [new file with mode: 0644]
libpentobi_base/GembloQGeometry.cpp [new file with mode: 0644]
libpentobi_base/GembloQGeometry.h [new file with mode: 0644]
libpentobi_base/GembloQTransform.cpp [new file with mode: 0644]
libpentobi_base/GembloQTransform.h [new file with mode: 0644]
libpentobi_base/Geometry.h [new file with mode: 0644]
libpentobi_base/Grid.h [new file with mode: 0644]
libpentobi_base/Marker.h [new file with mode: 0644]
libpentobi_base/Move.h [new file with mode: 0644]
libpentobi_base/MoveInfo.h [new file with mode: 0644]
libpentobi_base/MoveList.h [new file with mode: 0644]
libpentobi_base/MoveMarker.h [new file with mode: 0644]
libpentobi_base/MovePoints.h [new file with mode: 0644]
libpentobi_base/NexosGeometry.cpp [new file with mode: 0644]
libpentobi_base/NexosGeometry.h [new file with mode: 0644]
libpentobi_base/NodeUtil.cpp [new file with mode: 0644]
libpentobi_base/NodeUtil.h [new file with mode: 0644]
libpentobi_base/Pentobi-SGF.md [new file with mode: 0644]
libpentobi_base/PentobiSgfUtil.cpp [new file with mode: 0644]
libpentobi_base/PentobiSgfUtil.h [new file with mode: 0644]
libpentobi_base/PentobiTree.cpp [new file with mode: 0644]
libpentobi_base/PentobiTree.h [new file with mode: 0644]
libpentobi_base/PentobiTreeWriter.cpp [new file with mode: 0644]
libpentobi_base/PentobiTreeWriter.h [new file with mode: 0644]
libpentobi_base/Piece.h [new file with mode: 0644]
libpentobi_base/PieceInfo.cpp [new file with mode: 0644]
libpentobi_base/PieceInfo.h [new file with mode: 0644]
libpentobi_base/PieceMap.h [new file with mode: 0644]
libpentobi_base/PieceTransforms.cpp [new file with mode: 0644]
libpentobi_base/PieceTransforms.h [new file with mode: 0644]
libpentobi_base/PieceTransformsClassic.cpp [new file with mode: 0644]
libpentobi_base/PieceTransformsClassic.h [new file with mode: 0644]
libpentobi_base/PieceTransformsGembloQ.cpp [new file with mode: 0644]
libpentobi_base/PieceTransformsGembloQ.h [new file with mode: 0644]
libpentobi_base/PieceTransformsTrigon.cpp [new file with mode: 0644]
libpentobi_base/PieceTransformsTrigon.h [new file with mode: 0644]
libpentobi_base/PlayerBase.cpp [new file with mode: 0644]
libpentobi_base/PlayerBase.h [new file with mode: 0644]
libpentobi_base/Point.h [new file with mode: 0644]
libpentobi_base/PointList.h [new file with mode: 0644]
libpentobi_base/PointState.h [new file with mode: 0644]
libpentobi_base/PrecompMoves.h [new file with mode: 0644]
libpentobi_base/ScoreUtil.h [new file with mode: 0644]
libpentobi_base/Setup.h [new file with mode: 0644]
libpentobi_base/StartingPoints.cpp [new file with mode: 0644]
libpentobi_base/StartingPoints.h [new file with mode: 0644]
libpentobi_base/SymmetricPoints.cpp [new file with mode: 0644]
libpentobi_base/SymmetricPoints.h [new file with mode: 0644]
libpentobi_base/TreeUtil.cpp [new file with mode: 0644]
libpentobi_base/TreeUtil.h [new file with mode: 0644]
libpentobi_base/TrigonGeometry.cpp [new file with mode: 0644]
libpentobi_base/TrigonGeometry.h [new file with mode: 0644]
libpentobi_base/TrigonTransform.cpp [new file with mode: 0644]
libpentobi_base/TrigonTransform.h [new file with mode: 0644]
libpentobi_base/Variant.cpp [new file with mode: 0644]
libpentobi_base/Variant.h [new file with mode: 0644]
libpentobi_base/tests/BoardConstTest.cpp [new file with mode: 0644]
libpentobi_base/tests/BoardTest.cpp [new file with mode: 0644]
libpentobi_base/tests/BoardUpdaterTest.cpp [new file with mode: 0644]
libpentobi_base/tests/CMakeLists.txt [new file with mode: 0644]
libpentobi_base/tests/GameTest.cpp [new file with mode: 0644]
libpentobi_base/tests/PentobiSgfUtilTest.cpp [new file with mode: 0644]
libpentobi_base/tests/PentobiTreeTest.cpp [new file with mode: 0644]
libpentobi_gtp/CMakeLists.txt [new file with mode: 0644]
libpentobi_gtp/GtpEngine.cpp [new file with mode: 0644]
libpentobi_gtp/GtpEngine.h [new file with mode: 0644]
libpentobi_kde_thumbnailer/CMakeLists.txt [new file with mode: 0644]
libpentobi_mcts/AnalyzeGame.cpp [new file with mode: 0644]
libpentobi_mcts/AnalyzeGame.h [new file with mode: 0644]
libpentobi_mcts/CMakeLists.txt [new file with mode: 0644]
libpentobi_mcts/Float.h [new file with mode: 0644]
libpentobi_mcts/History.cpp [new file with mode: 0644]
libpentobi_mcts/History.h [new file with mode: 0644]
libpentobi_mcts/LocalPoints.cpp [new file with mode: 0644]
libpentobi_mcts/LocalPoints.h [new file with mode: 0644]
libpentobi_mcts/Player.cpp [new file with mode: 0644]
libpentobi_mcts/Player.h [new file with mode: 0644]
libpentobi_mcts/PlayoutFeatures.h [new file with mode: 0644]
libpentobi_mcts/PriorKnowledge.cpp [new file with mode: 0644]
libpentobi_mcts/PriorKnowledge.h [new file with mode: 0644]
libpentobi_mcts/Search.cpp [new file with mode: 0644]
libpentobi_mcts/Search.h [new file with mode: 0644]
libpentobi_mcts/SearchParamConst.h [new file with mode: 0644]
libpentobi_mcts/SharedConst.cpp [new file with mode: 0644]
libpentobi_mcts/SharedConst.h [new file with mode: 0644]
libpentobi_mcts/State.cpp [new file with mode: 0644]
libpentobi_mcts/State.h [new file with mode: 0644]
libpentobi_mcts/StateUtil.cpp [new file with mode: 0644]
libpentobi_mcts/StateUtil.h [new file with mode: 0644]
libpentobi_mcts/Util.cpp [new file with mode: 0644]
libpentobi_mcts/Util.h [new file with mode: 0644]
libpentobi_mcts/tests/CMakeLists.txt [new file with mode: 0644]
libpentobi_mcts/tests/SearchTest.cpp [new file with mode: 0644]
libpentobi_paint/CMakeLists.txt [new file with mode: 0644]
libpentobi_paint/Paint.cpp [new file with mode: 0644]
libpentobi_paint/Paint.h [new file with mode: 0644]
libpentobi_thumbnail/CMakeLists.txt [new file with mode: 0644]
libpentobi_thumbnail/CreateThumbnail.cpp [new file with mode: 0644]
libpentobi_thumbnail/CreateThumbnail.h [new file with mode: 0644]
opening_books/book_callisto.blksgf [new file with mode: 0644]
opening_books/book_callisto_2.blksgf [new file with mode: 0644]
opening_books/book_callisto_2_4.blksgf [new file with mode: 0644]
opening_books/book_callisto_3.blksgf [new file with mode: 0644]
opening_books/book_classic.blksgf [new file with mode: 0644]
opening_books/book_classic_2.blksgf [new file with mode: 0644]
opening_books/book_classic_3.blksgf [new file with mode: 0644]
opening_books/book_duo.blksgf [new file with mode: 0644]
opening_books/book_gembloq.blksgf [new file with mode: 0644]
opening_books/book_gembloq_2.blksgf [new file with mode: 0644]
opening_books/book_gembloq_2_4.blksgf [new file with mode: 0644]
opening_books/book_gembloq_3.blksgf [new file with mode: 0644]
opening_books/book_junior.blksgf [new file with mode: 0644]
opening_books/book_nexos.blksgf [new file with mode: 0644]
opening_books/book_nexos_2.blksgf [new file with mode: 0644]
opening_books/book_trigon.blksgf [new file with mode: 0644]
opening_books/book_trigon_2.blksgf [new file with mode: 0644]
opening_books/book_trigon_3.blksgf [new file with mode: 0644]
opening_books/pentobi_books.qrc [new file with mode: 0644]
pentobi/AnalyzeGameModel.cpp [new file with mode: 0644]
pentobi/AnalyzeGameModel.h [new file with mode: 0644]
pentobi/AndroidUtils.cpp [new file with mode: 0644]
pentobi/AndroidUtils.h [new file with mode: 0644]
pentobi/CMakeLists.txt [new file with mode: 0644]
pentobi/GameModel.cpp [new file with mode: 0644]
pentobi/GameModel.h [new file with mode: 0644]
pentobi/ImageProvider.cpp [new file with mode: 0644]
pentobi/ImageProvider.h [new file with mode: 0644]
pentobi/Main.cpp [new file with mode: 0644]
pentobi/Pentobi.pro [new file with mode: 0644]
pentobi/PieceModel.cpp [new file with mode: 0644]
pentobi/PieceModel.h [new file with mode: 0644]
pentobi/PlayerModel.cpp [new file with mode: 0644]
pentobi/PlayerModel.h [new file with mode: 0644]
pentobi/RatingModel.cpp [new file with mode: 0644]
pentobi/RatingModel.h [new file with mode: 0644]
pentobi/SyncSettings.h [new file with mode: 0644]
pentobi/android/AndroidManifest.xml [new file with mode: 0644]
pentobi/android/res/drawable-hdpi/icon.png [new file with mode: 0644]
pentobi/android/res/drawable-mdpi/icon.png [new file with mode: 0644]
pentobi/android/res/drawable-xhdpi/icon.png [new file with mode: 0644]
pentobi/android/res/drawable-xxhdpi/icon.png [new file with mode: 0644]
pentobi/android/res/drawable-xxxhdpi/icon.png [new file with mode: 0644]
pentobi/android/res/drawable/splash.xml [new file with mode: 0644]
pentobi/android/res/values/colors.xml [new file with mode: 0644]
pentobi/android/res/values/styles.xml [new file with mode: 0644]
pentobi/android_icons_svg/icon48.svg [new file with mode: 0644]
pentobi/android_icons_svg/icon72.svg [new file with mode: 0644]
pentobi/docbook/CMakeLists.txt [new file with mode: 0644]
pentobi/docbook/create-html [new file with mode: 0755]
pentobi/docbook/create-pot [new file with mode: 0755]
pentobi/docbook/custom.xsl [new file with mode: 0644]
pentobi/docbook/docbook.its [new file with mode: 0644]
pentobi/docbook/figures/analysis.jpg [new file with mode: 0644]
pentobi/docbook/figures/board_callisto.png [new file with mode: 0644]
pentobi/docbook/figures/board_classic.png [new file with mode: 0644]
pentobi/docbook/figures/board_duo.png [new file with mode: 0644]
pentobi/docbook/figures/board_gembloq.png [new file with mode: 0644]
pentobi/docbook/figures/board_nexos.png [new file with mode: 0644]
pentobi/docbook/figures/board_trigon.jpg [new file with mode: 0644]
pentobi/docbook/figures/pieces.png [new file with mode: 0644]
pentobi/docbook/figures/pieces_callisto.png [new file with mode: 0644]
pentobi/docbook/figures/pieces_gembloq.jpg [new file with mode: 0644]
pentobi/docbook/figures/pieces_junior.png [new file with mode: 0644]
pentobi/docbook/figures/pieces_nexos.png [new file with mode: 0644]
pentobi/docbook/figures/pieces_trigon.jpg [new file with mode: 0644]
pentobi/docbook/figures/position_callisto.png [new file with mode: 0644]
pentobi/docbook/figures/position_classic.png [new file with mode: 0644]
pentobi/docbook/figures/position_duo.png [new file with mode: 0644]
pentobi/docbook/figures/position_gembloq.png [new file with mode: 0644]
pentobi/docbook/figures/position_nexos.png [new file with mode: 0644]
pentobi/docbook/figures/position_trigon.jpg [new file with mode: 0644]
pentobi/docbook/figures/rating.jpg [new file with mode: 0644]
pentobi/docbook/figures/stylesheet.css [new file with mode: 0644]
pentobi/docbook/help.qrc [new file with mode: 0644]
pentobi/docbook/index.docbook [new file with mode: 0644]
pentobi/docbook/pentobi-manual.pot [new file with mode: 0644]
pentobi/docbook/po/LINGUAS [new file with mode: 0644]
pentobi/docbook/po/de.po [new file with mode: 0644]
pentobi/docbook/po/es.po [new file with mode: 0644]
pentobi/icon/pentobi-128.svg [new file with mode: 0644]
pentobi/icon/pentobi-48.svg [new file with mode: 0644]
pentobi/icon/pentobi_icon.qrc [new file with mode: 0644]
pentobi/qml/AboutDialog.qml [new file with mode: 0644]
pentobi/qml/AnalyzeDialog.qml [new file with mode: 0644]
pentobi/qml/AnalyzeGame.qml [new file with mode: 0644]
pentobi/qml/AppearanceDialog.qml [new file with mode: 0644]
pentobi/qml/AsciiArtSaveDialog.qml [new file with mode: 0644]
pentobi/qml/Board.qml [new file with mode: 0644]
pentobi/qml/BoardContextMenu.qml [new file with mode: 0644]
pentobi/qml/BusyIndicator.qml [new file with mode: 0644]
pentobi/qml/Button.qml [new file with mode: 0644]
pentobi/qml/ButtonApply.qml [new file with mode: 0644]
pentobi/qml/ButtonCancel.qml [new file with mode: 0644]
pentobi/qml/ButtonClose.qml [new file with mode: 0644]
pentobi/qml/ButtonOk.qml [new file with mode: 0644]
pentobi/qml/ButtonToolTip.qml [new file with mode: 0644]
pentobi/qml/ComboBox.qml [new file with mode: 0644]
pentobi/qml/Comment.qml [new file with mode: 0644]
pentobi/qml/ComputerDialog.qml [new file with mode: 0644]
pentobi/qml/Controls.js [new file with mode: 0644]
pentobi/qml/Dialog.qml [new file with mode: 0644]
pentobi/qml/DialogButtonBox.qml [new file with mode: 0644]
pentobi/qml/DialogButtonBoxOkCancel.qml [new file with mode: 0644]
pentobi/qml/DialogLoader.qml [new file with mode: 0644]
pentobi/qml/ExportImageDialog.qml [new file with mode: 0644]
pentobi/qml/FatalMessage.qml [new file with mode: 0644]
pentobi/qml/FileDialog.qml [new file with mode: 0644]
pentobi/qml/GameInfoDialog.qml [new file with mode: 0644]
pentobi/qml/GameVariantDialog.qml [new file with mode: 0644]
pentobi/qml/GameView.js [new file with mode: 0644]
pentobi/qml/GameViewDesktop.qml [new file with mode: 0644]
pentobi/qml/GameViewMobile.qml [new file with mode: 0644]
pentobi/qml/GotoMoveDialog.qml [new file with mode: 0644]
pentobi/qml/HelpWindow.qml [new file with mode: 0644]
pentobi/qml/ImageSaveDialog.qml [new file with mode: 0644]
pentobi/qml/InitialRatingDialog.qml [new file with mode: 0644]
pentobi/qml/LineSegment.qml [new file with mode: 0644]
pentobi/qml/Main.js [new file with mode: 0644]
pentobi/qml/Main.qml [new file with mode: 0644]
pentobi/qml/Menu.qml [new file with mode: 0644]
pentobi/qml/MenuComputer.qml [new file with mode: 0644]
pentobi/qml/MenuEdit.qml [new file with mode: 0644]
pentobi/qml/MenuExport.qml [new file with mode: 0644]
pentobi/qml/MenuGame.qml [new file with mode: 0644]
pentobi/qml/MenuGo.qml [new file with mode: 0644]
pentobi/qml/MenuHelp.qml [new file with mode: 0644]
pentobi/qml/MenuItem.qml [new file with mode: 0644]
pentobi/qml/MenuRecentFiles.qml [new file with mode: 0644]
pentobi/qml/MenuSeparator.qml [new file with mode: 0644]
pentobi/qml/MenuTools.qml [new file with mode: 0644]
pentobi/qml/MenuView.qml [new file with mode: 0644]
pentobi/qml/MessageDialog.qml [new file with mode: 0644]
pentobi/qml/MoveAnnotationDialog.qml [new file with mode: 0644]
pentobi/qml/NavigationButtons.qml [new file with mode: 0644]
pentobi/qml/NavigationPanel.qml [new file with mode: 0644]
pentobi/qml/NewFolderDialog.qml [new file with mode: 0644]
pentobi/qml/OpenDialog.qml [new file with mode: 0644]
pentobi/qml/PieceCallisto.qml [new file with mode: 0644]
pentobi/qml/PieceClassic.qml [new file with mode: 0644]
pentobi/qml/PieceGembloQ.qml [new file with mode: 0644]
pentobi/qml/PieceList.qml [new file with mode: 0644]
pentobi/qml/PieceManipulator.qml [new file with mode: 0644]
pentobi/qml/PieceNexos.qml [new file with mode: 0644]
pentobi/qml/PieceRotationAnimation.qml [new file with mode: 0644]
pentobi/qml/PieceSelectorDesktop.qml [new file with mode: 0644]
pentobi/qml/PieceSelectorMobile.qml [new file with mode: 0644]
pentobi/qml/PieceSwitchedFlipAnimation.qml [new file with mode: 0644]
pentobi/qml/PieceTrigon.qml [new file with mode: 0644]
pentobi/qml/QuarterSquare.qml [new file with mode: 0644]
pentobi/qml/QuestionDialog.qml [new file with mode: 0644]
pentobi/qml/RatingDialog.qml [new file with mode: 0644]
pentobi/qml/RatingGraph.qml [new file with mode: 0644]
pentobi/qml/SaveDialog.qml [new file with mode: 0644]
pentobi/qml/ScoreDisplay.qml [new file with mode: 0644]
pentobi/qml/ScoreElement.qml [new file with mode: 0644]
pentobi/qml/ScoreElement2.qml [new file with mode: 0644]
pentobi/qml/Square.qml [new file with mode: 0644]
pentobi/qml/ToolBar.qml [new file with mode: 0644]
pentobi/qml/Triangle.qml [new file with mode: 0644]
pentobi/qml/i18n/qml_de.ts [new file with mode: 0644]
pentobi/qml/i18n/qml_en.ts [new file with mode: 0644]
pentobi/qml/i18n/qml_es.ts [new file with mode: 0644]
pentobi/qml/i18n/qml_fr.ts [new file with mode: 0644]
pentobi/qml/i18n/qml_nb_NO.ts [new file with mode: 0644]
pentobi/qml/i18n/qml_zh_CN.ts [new file with mode: 0644]
pentobi/qml/i18n/translations.qrc [new file with mode: 0644]
pentobi/qml/icons/filedialog-folder.svg [new file with mode: 0644]
pentobi/qml/icons/filedialog-newfolder.svg [new file with mode: 0644]
pentobi/qml/icons/filedialog-parent.svg [new file with mode: 0644]
pentobi/qml/themes/colorblind-dark/Theme.qml [new file with mode: 0644]
pentobi/qml/themes/colorblind-light/Theme.qml [new file with mode: 0644]
pentobi/qml/themes/dark/Theme.qml [new file with mode: 0644]
pentobi/qml/themes/dark/pentobi-rated-game.svg [new file with mode: 0644]
pentobi/qml/themes/dark/piece-manipulator-desktop-legal.svg [new file with mode: 0644]
pentobi/qml/themes/dark/piece-manipulator-desktop.svg [new file with mode: 0644]
pentobi/qml/themes/dark/piece-manipulator-legal.svg [new file with mode: 0644]
pentobi/qml/themes/dark/piece-manipulator.svg [new file with mode: 0644]
pentobi/qml/themes/light/Theme.qml [new file with mode: 0644]
pentobi/qml/themes/light/menu-desktop.svg [new file with mode: 0644]
pentobi/qml/themes/light/menu.svg [new file with mode: 0644]
pentobi/qml/themes/light/pentobi-backward.svg [new file with mode: 0644]
pentobi/qml/themes/light/pentobi-backward10.svg [new file with mode: 0644]
pentobi/qml/themes/light/pentobi-beginning.svg [new file with mode: 0644]
pentobi/qml/themes/light/pentobi-computer-colors.svg [new file with mode: 0644]
pentobi/qml/themes/light/pentobi-end.svg [new file with mode: 0644]
pentobi/qml/themes/light/pentobi-forward.svg [new file with mode: 0644]
pentobi/qml/themes/light/pentobi-forward10.svg [new file with mode: 0644]
pentobi/qml/themes/light/pentobi-newgame.svg [new file with mode: 0644]
pentobi/qml/themes/light/pentobi-next-variation.svg [new file with mode: 0644]
pentobi/qml/themes/light/pentobi-play.svg [new file with mode: 0644]
pentobi/qml/themes/light/pentobi-previous-variation.svg [new file with mode: 0644]
pentobi/qml/themes/light/pentobi-rated-game.svg [new file with mode: 0644]
pentobi/qml/themes/light/pentobi-stop.svg [new file with mode: 0644]
pentobi/qml/themes/light/pentobi-undo.svg [new file with mode: 0644]
pentobi/qml/themes/light/piece-manipulator-desktop-legal.svg [new file with mode: 0644]
pentobi/qml/themes/light/piece-manipulator-desktop.svg [new file with mode: 0644]
pentobi/qml/themes/light/piece-manipulator-legal.svg [new file with mode: 0644]
pentobi/qml/themes/light/piece-manipulator.svg [new file with mode: 0644]
pentobi/qml/themes/system/Theme.qml [new file with mode: 0644]
pentobi/qml/themes/themes.qrc [new file with mode: 0644]
pentobi/resources.qrc [new file with mode: 0644]
pentobi/resources_desktop.qrc [new file with mode: 0644]
pentobi/unix/CMakeLists.txt [new file with mode: 0644]
pentobi/unix/application-x-blokus-sgf-128.svg [new file with mode: 0644]
pentobi/unix/application-x-blokus-sgf-48.svg [new file with mode: 0644]
pentobi/unix/create-pot [new file with mode: 0755]
pentobi/unix/io.sourceforge.pentobi.appdata.xml.in [new file with mode: 0644]
pentobi/unix/io.sourceforge.pentobi.desktop.in [new file with mode: 0644]
pentobi/unix/manpage.its [new file with mode: 0644]
pentobi/unix/manpage.xsl [new file with mode: 0644]
pentobi/unix/mime.its [new file with mode: 0644]
pentobi/unix/pentobi-manpage.docbook.in [new file with mode: 0644]
pentobi/unix/pentobi-mime.xml.in [new file with mode: 0644]
pentobi/unix/pentobi-unix.pot [new file with mode: 0644]
pentobi/unix/pentobi.6.in [new file with mode: 0644]
pentobi/unix/po/LINGUAS [new file with mode: 0644]
pentobi/unix/po/de.po [new file with mode: 0644]
pentobi/unix/po/es.po [new file with mode: 0644]
pentobi_gtp/CMakeLists.txt [new file with mode: 0644]
pentobi_gtp/GtpEngine.cpp [new file with mode: 0644]
pentobi_gtp/GtpEngine.h [new file with mode: 0644]
pentobi_gtp/Main.cpp [new file with mode: 0644]
pentobi_gtp/Pentobi-GTP.md [new file with mode: 0644]
pentobi_kde_thumbnailer/CMakeLists.txt [new file with mode: 0644]
pentobi_kde_thumbnailer/CTestCustom.cmake [new file with mode: 0644]
pentobi_kde_thumbnailer/PentobiThumbCreator.cpp [new file with mode: 0644]
pentobi_kde_thumbnailer/PentobiThumbCreator.h [new file with mode: 0644]
pentobi_kde_thumbnailer/pentobi-thumbnail.desktop [new file with mode: 0644]
pentobi_thumbnailer/CMakeLists.txt [new file with mode: 0644]
pentobi_thumbnailer/Main.cpp [new file with mode: 0644]
pentobi_thumbnailer/create-pot [new file with mode: 0755]
pentobi_thumbnailer/i18n/de.ts [new file with mode: 0644]
pentobi_thumbnailer/i18n/en.ts [new file with mode: 0644]
pentobi_thumbnailer/i18n/es.ts [new file with mode: 0644]
pentobi_thumbnailer/i18n/translations.qrc [new file with mode: 0644]
pentobi_thumbnailer/pentobi-thumbnailer-manpage.docbook.in [new file with mode: 0644]
pentobi_thumbnailer/pentobi-thumbnailer.pot [new file with mode: 0644]
pentobi_thumbnailer/pentobi.thumbnailer.in [new file with mode: 0644]
pentobi_thumbnailer/po/LINGUAS [new file with mode: 0644]
pentobi_thumbnailer/po/de.po [new file with mode: 0644]
pentobi_thumbnailer/po/es.po [new file with mode: 0644]
twogtp/Analyze.cpp [new file with mode: 0644]
twogtp/Analyze.h [new file with mode: 0644]
twogtp/CMakeLists.txt [new file with mode: 0644]
twogtp/FdStream.cpp [new file with mode: 0644]
twogtp/FdStream.h [new file with mode: 0644]
twogtp/GtpConnection.cpp [new file with mode: 0644]
twogtp/GtpConnection.h [new file with mode: 0644]
twogtp/Main.cpp [new file with mode: 0644]
twogtp/Output.cpp [new file with mode: 0644]
twogtp/Output.h [new file with mode: 0644]
twogtp/OutputTree.cpp [new file with mode: 0644]
twogtp/OutputTree.h [new file with mode: 0644]
twogtp/TwoGtp.cpp [new file with mode: 0644]
twogtp/TwoGtp.h [new file with mode: 0644]