QuickGraphLib 0.1.0a15__tar.gz → 0.1.0a16__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/CMakeLists.txt +5 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/PKG-INFO +1 -1
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/CMakeLists.txt +52 -26
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/ImageView.cpp +1 -1
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/_version.py +3 -3
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/requirements.txt +2 -2
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/.clang-format +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/.gitignore +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/.pre-commit-config.yaml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/LICENCE +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/AntialiasingContainer.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/Axis.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/ColorMaps.cpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/ColorMaps.hpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/DataTypes.cpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/DataTypes.hpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/Global.hpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphArea.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/AxHLine.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/AxHSpan.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/AxVLine.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/AxVSpan.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/BasicLegend.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/BasicLegendItem.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/CMakeLists.txt +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/ColorMesh.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/Contour.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/GraphItemDragHandler.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/Grid.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/Histogram.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/Line.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/Marker.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/helpers/GridHelper.cpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/helpers/GridHelper.hpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/helpers/HistogramHelper.cpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/helpers/HistogramHelper.hpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/ImageView.hpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/Plugin.cpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/PreFabs/CMakeLists.txt +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/PreFabs/ImageAxes.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/PreFabs/XYAxes.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/QuickGraphLib.hpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/ScalingContainer.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/ShapeRepeater.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/TickLabel.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/ZoomPanHandler.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/__init__.py +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/bindings/Bindings.hpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/bindings/Bindings.xml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/bindings/CMakeLists.txt +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/bindings/ShibokenHelpers.cpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/bindings/ShibokenHelpers.hpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/bindings/glue/DataTypes.cpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/bindings/pyigen.py +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/consts.py +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/contours.py +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/doc/AxesGridLayout.drawio +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/doc/AxesGridLayout.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/doc/export.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/doc/graphitems.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/doc/graphstructure.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/doc/index.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/doc/interaction.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/doc/module-cpp.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/doc/module.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/doc/prefabs.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/doc/python_helpers.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/helpers/AxisHelper.cpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/helpers/AxisHelper.hpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/helpers/Foreign.hpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/helpers/Helpers.cpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/helpers/Helpers.hpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/helpers/ShapeRepeaterHelper.cpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/helpers/ShapeRepeaterHelper.hpp +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/py.typed +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/README.md +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/activate_venv.ps1 +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/ci/find_qt.py +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/ci/setup_qt.py +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/docs/build_docs.py +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/docs/config.qdocconf +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/docs/style.css +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/AllTheAxes.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/AllTheAxes.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/AllTheAxes.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/BasicHistogram.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/BasicHistogram.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/BasicHistogram.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/BasicSinGraph.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/BasicSinGraph.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/BasicSinGraph.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/BasicSinGraphNoPrefabs.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/BasicSinGraphNoPrefabs.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/BasicSinGraphNoPrefabs.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/BuiltinColormaps.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/BuiltinColormaps.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/BuiltinColormaps.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ColorMappedImages.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ColorMappedImages.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ColorMappedImages.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ColorMesh.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ColorMesh.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ColorMesh.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/Complex.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/Complex.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/Complex.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/Contours.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/Contours.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/Contours.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/Conway.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/Conway.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/Conway.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/DarkSinGraph.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/DarkSinGraph.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/DarkSinGraph.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/DraggableRegion.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/DraggableRegion.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/DraggableRegion.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ExampleGallery.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ExampleGallery.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ImageAlignment.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ImageAlignment.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ImageAlignment.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/InvertedAxes.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/InvertedAxes.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/InvertedAxes.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/LogGraph.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/LogGraph.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/LogGraph.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/PeakButtons.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/PeakButtons.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/PeakButtons.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ReadoutLine.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ReadoutLine.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ReadoutLine.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ScalingGraph.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ScalingGraph.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ScalingGraph.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/Scatter.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/Scatter.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/Scatter.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/SpansAndLines.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/SpansAndLines.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/SpansAndLines.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/Subgraphs.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/Subgraphs.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/Subgraphs.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/TwinX.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/TwinX.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/TwinX.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ZoomableAsImage.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ZoomableAsImage.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ZoomableAsImage.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ZoomableAxes.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ZoomableAxes.qdoc +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/ZoomableAxes.qml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/__init__.py +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/conway.py +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/examples/gallery.py +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/pyproject.toml +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/setup_venv.ps1 +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/__init__.py +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/fonts/DejaVuSans-Bold.ttf +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/fonts/DejaVuSans-BoldOblique.ttf +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/fonts/DejaVuSans-Oblique.ttf +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/fonts/DejaVuSans.ttf +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/fonts/LICENSE +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/python_exporter.py +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/AllTheAxes.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/AllTheAxes.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/AllTheAxes.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/AllTheAxes_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/BasicHistogram.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/BasicHistogram.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/BasicHistogram.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/BasicHistogram_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/BasicSinGraph.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/BasicSinGraph.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/BasicSinGraph.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/BasicSinGraphNoPrefabs.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/BasicSinGraphNoPrefabs.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/BasicSinGraphNoPrefabs.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/BasicSinGraphNoPrefabs_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/BasicSinGraph_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/BuiltinColormaps.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/BuiltinColormaps.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/BuiltinColormaps.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/BuiltinColormaps_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ColorMappedImages.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ColorMappedImages.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ColorMappedImages.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ColorMappedImages_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ColorMesh.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ColorMesh.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ColorMesh.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ColorMesh_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/Complex.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/Complex.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/Complex.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/Complex_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/Contours.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/Contours.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/Contours.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/Contours_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/Conway.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/Conway.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/Conway.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/Conway_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/DarkSinGraph.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/DarkSinGraph.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/DarkSinGraph.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/DarkSinGraph_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/DraggableRegion.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/DraggableRegion.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/DraggableRegion.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/DraggableRegion_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ImageAlignment.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ImageAlignment.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ImageAlignment.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ImageAlignment_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/InvertedAxes.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/InvertedAxes.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/InvertedAxes.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/InvertedAxes_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/LogGraph.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/LogGraph.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/LogGraph.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/LogGraph_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/PeakButtons.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/PeakButtons.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/PeakButtons.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/PeakButtons_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ReadoutLine.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ReadoutLine.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ReadoutLine.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ReadoutLine_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ScalingGraph.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ScalingGraph.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ScalingGraph.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ScalingGraph_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/Scatter.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/Scatter.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/Scatter.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/Scatter_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/SpansAndLines.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/SpansAndLines.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/SpansAndLines.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/SpansAndLines_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/Subgraphs.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/Subgraphs.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/Subgraphs.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/Subgraphs_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/TwinX.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/TwinX.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/TwinX.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/TwinX_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ZoomableAsImage.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ZoomableAsImage.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ZoomableAsImage.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ZoomableAsImage_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ZoomableAxes.dat +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ZoomableAxes.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ZoomableAxes.svg +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/ZoomableAxes_grab.png +0 -0
- {quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/test_exports.py +0 -0
|
@@ -15,6 +15,11 @@ else()
|
|
|
15
15
|
add_compile_options(-Wextra -Wpedantic -fno-visibility-inlines-hidden)
|
|
16
16
|
endif()
|
|
17
17
|
|
|
18
|
+
option(
|
|
19
|
+
ENABLE_PYTHON
|
|
20
|
+
"Enable python binding. C++ only if disabled. (default is on)"
|
|
21
|
+
ON
|
|
22
|
+
)
|
|
18
23
|
option(ENABLE_STUB_GENERATION "Enable .pyi stub generation (defaults to on)" ON)
|
|
19
24
|
option(
|
|
20
25
|
ENABLE_MANYLINUX_BUILD
|
|
@@ -11,6 +11,28 @@ set(QGL_QML_FILES
|
|
|
11
11
|
ShapeRepeater.qml
|
|
12
12
|
)
|
|
13
13
|
|
|
14
|
+
set(QGL_SOURCES
|
|
15
|
+
helpers/Helpers.cpp
|
|
16
|
+
helpers/Helpers.hpp
|
|
17
|
+
helpers/AxisHelper.hpp
|
|
18
|
+
helpers/AxisHelper.cpp
|
|
19
|
+
helpers/Foreign.hpp
|
|
20
|
+
helpers/ShapeRepeaterHelper.hpp
|
|
21
|
+
helpers/ShapeRepeaterHelper.cpp
|
|
22
|
+
ImageView.hpp
|
|
23
|
+
ImageView.cpp
|
|
24
|
+
ColorMaps.hpp
|
|
25
|
+
ColorMaps.cpp
|
|
26
|
+
DataTypes.hpp
|
|
27
|
+
DataTypes.cpp
|
|
28
|
+
QuickGraphLib.hpp
|
|
29
|
+
Global.hpp
|
|
30
|
+
)
|
|
31
|
+
|
|
32
|
+
if(ENABLE_PYTHON)
|
|
33
|
+
list(APPEND QGL_SOURCES bindings/Bindings.hpp)
|
|
34
|
+
endif()
|
|
35
|
+
|
|
14
36
|
add_library(QuickGraphLibPlugin SHARED Plugin.cpp)
|
|
15
37
|
target_link_libraries(QuickGraphLibPlugin PRIVATE Qt6::Gui)
|
|
16
38
|
qt_add_qml_module(QuickGraphLib
|
|
@@ -22,11 +44,7 @@ qt_add_qml_module(QuickGraphLib
|
|
|
22
44
|
NO_GENERATE_PLUGIN_SOURCE
|
|
23
45
|
NO_PLUGIN_OPTIONAL
|
|
24
46
|
DEPENDENCIES QtQuick
|
|
25
|
-
SOURCES
|
|
26
|
-
helpers/Helpers.cpp helpers/Helpers.hpp helpers/AxisHelper.hpp helpers/AxisHelper.cpp helpers/Foreign.hpp
|
|
27
|
-
helpers/ShapeRepeaterHelper.hpp helpers/ShapeRepeaterHelper.cpp
|
|
28
|
-
ImageView.hpp ImageView.cpp ColorMaps.hpp ColorMaps.cpp DataTypes.hpp DataTypes.cpp bindings/Bindings.hpp QuickGraphLib.hpp
|
|
29
|
-
Global.hpp
|
|
47
|
+
SOURCES ${QGL_SOURCES}
|
|
30
48
|
)
|
|
31
49
|
set_property(
|
|
32
50
|
TARGET QuickGraphLib
|
|
@@ -48,25 +66,6 @@ target_include_directories(
|
|
|
48
66
|
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/helpers
|
|
49
67
|
)
|
|
50
68
|
|
|
51
|
-
set(QGL_PYTHON_FILES
|
|
52
|
-
__init__.py
|
|
53
|
-
consts.py
|
|
54
|
-
contours.py
|
|
55
|
-
py.typed
|
|
56
|
-
_version.py
|
|
57
|
-
)
|
|
58
|
-
foreach(PYTHON_FILE ${QGL_PYTHON_FILES})
|
|
59
|
-
add_custom_command(
|
|
60
|
-
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${PYTHON_FILE}
|
|
61
|
-
COMMAND
|
|
62
|
-
${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/${PYTHON_FILE}
|
|
63
|
-
${CMAKE_CURRENT_BINARY_DIR}/${PYTHON_FILE}
|
|
64
|
-
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/${PYTHON_FILE}
|
|
65
|
-
)
|
|
66
|
-
endforeach()
|
|
67
|
-
list(TRANSFORM QGL_PYTHON_FILES PREPEND "${CMAKE_CURRENT_BINARY_DIR}/")
|
|
68
|
-
add_custom_target(QuickGraphLibPythonFiles ALL DEPENDS ${QGL_PYTHON_FILES})
|
|
69
|
-
|
|
70
69
|
install(
|
|
71
70
|
TARGETS QuickGraphLib
|
|
72
71
|
RUNTIME DESTINATION ${INSTALL_SUBPATH}/QuickGraphLib
|
|
@@ -84,8 +83,35 @@ install(
|
|
|
84
83
|
${CMAKE_CURRENT_BINARY_DIR}/QuickGraphLib.qmltypes
|
|
85
84
|
DESTINATION ${INSTALL_SUBPATH}/QuickGraphLib
|
|
86
85
|
)
|
|
87
|
-
install(FILES ${QGL_PYTHON_FILES} DESTINATION ${INSTALL_SUBPATH}/QuickGraphLib)
|
|
88
86
|
|
|
89
87
|
add_subdirectory(PreFabs)
|
|
90
88
|
add_subdirectory(GraphItems)
|
|
91
|
-
|
|
89
|
+
|
|
90
|
+
if(ENABLE_PYTHON)
|
|
91
|
+
set(QGL_PYTHON_FILES
|
|
92
|
+
__init__.py
|
|
93
|
+
consts.py
|
|
94
|
+
contours.py
|
|
95
|
+
py.typed
|
|
96
|
+
_version.py
|
|
97
|
+
)
|
|
98
|
+
foreach(PYTHON_FILE ${QGL_PYTHON_FILES})
|
|
99
|
+
add_custom_command(
|
|
100
|
+
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${PYTHON_FILE}
|
|
101
|
+
COMMAND
|
|
102
|
+
${CMAKE_COMMAND} -E copy
|
|
103
|
+
${CMAKE_CURRENT_SOURCE_DIR}/${PYTHON_FILE}
|
|
104
|
+
${CMAKE_CURRENT_BINARY_DIR}/${PYTHON_FILE}
|
|
105
|
+
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/${PYTHON_FILE}
|
|
106
|
+
)
|
|
107
|
+
endforeach()
|
|
108
|
+
list(TRANSFORM QGL_PYTHON_FILES PREPEND "${CMAKE_CURRENT_BINARY_DIR}/")
|
|
109
|
+
add_custom_target(QuickGraphLibPythonFiles ALL DEPENDS ${QGL_PYTHON_FILES})
|
|
110
|
+
|
|
111
|
+
install(
|
|
112
|
+
FILES ${QGL_PYTHON_FILES}
|
|
113
|
+
DESTINATION ${INSTALL_SUBPATH}/QuickGraphLib
|
|
114
|
+
)
|
|
115
|
+
|
|
116
|
+
add_subdirectory(bindings)
|
|
117
|
+
endif()
|
|
@@ -482,7 +482,7 @@ void ImageView::updatePolish() {
|
|
|
482
482
|
}
|
|
483
483
|
|
|
484
484
|
setImplicitSize(_coloredImage.width(), _coloredImage.height());
|
|
485
|
-
if (_sourceSize != _coloredImage.size()) {
|
|
485
|
+
if (!_coloredImage.isNull() && _sourceSize != _coloredImage.size()) {
|
|
486
486
|
_sourceSize = _coloredImage.size();
|
|
487
487
|
emit sourceSizeChanged();
|
|
488
488
|
}
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.1.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 1, 0, '
|
|
31
|
+
__version__ = version = '0.1.0a16'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 1, 0, 'a16')
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g44df4fafd'
|
|
@@ -4,7 +4,7 @@ colorama==0.4.6
|
|
|
4
4
|
contourpy==1.3.3
|
|
5
5
|
coverage==7.12.0
|
|
6
6
|
distlib==0.4.0
|
|
7
|
-
filelock==3.20.
|
|
7
|
+
filelock==3.20.3
|
|
8
8
|
gersemi==0.23.1
|
|
9
9
|
identify==2.6.15
|
|
10
10
|
iniconfig==2.3.0
|
|
@@ -33,4 +33,4 @@ setuptools-scm==9.2.2
|
|
|
33
33
|
shiboken6==6.10.0
|
|
34
34
|
shiboken6_generator==6.10.0
|
|
35
35
|
typing_extensions==4.15.0
|
|
36
|
-
virtualenv==20.
|
|
36
|
+
virtualenv==20.36.1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/BasicLegendItem.qml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/GraphItemDragHandler.qml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/helpers/GridHelper.cpp
RENAMED
|
File without changes
|
{quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/GraphItems/helpers/GridHelper.hpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/bindings/ShibokenHelpers.cpp
RENAMED
|
File without changes
|
{quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/bindings/ShibokenHelpers.hpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/helpers/ShapeRepeaterHelper.cpp
RENAMED
|
File without changes
|
{quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/QuickGraphLib/helpers/ShapeRepeaterHelper.hpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quickgraphlib-0.1.0a15 → quickgraphlib-0.1.0a16}/tests/reference_images/AllTheAxes_grab.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|