Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Port some more tests to layouts, drop composer tests which
have been ported to layouts
- Loading branch information
Showing
with
711 additions
and 7,770 deletions.
- +1 −1 src/core/layout/qgslayoutitemlegend.cpp
- +3 −0 src/core/layout/qgslayoutitempolyline.cpp
- +2 −0 src/core/layout/qgslayoutitempolyline.h
- +1 −17 tests/src/core/CMakeLists.txt
- +0 −416 tests/src/core/testqgsatlascomposition.cpp
- +0 −136 tests/src/core/testqgscomposerdd.cpp
- +0 −118 tests/src/core/testqgscomposereffects.cpp
- +0 −431 tests/src/core/testqgscomposergroup.cpp
- +0 −320 tests/src/core/testqgscomposerhtml.cpp
- +0 −264 tests/src/core/testqgscomposerlabel.cpp
- +0 −388 tests/src/core/testqgscomposermap.cpp
- +0 −704 tests/src/core/testqgscomposermapgrid.cpp
- +0 −240 tests/src/core/testqgscomposermapoverview.cpp
- +0 −630 tests/src/core/testqgscomposermodel.cpp
- +0 −258 tests/src/core/testqgscomposerobject.cpp
- +0 −165 tests/src/core/testqgscomposerpaper.cpp
- +0 −418 tests/src/core/testqgscomposerpicture.cpp
- +0 −189 tests/src/core/testqgscomposerrotation.cpp
- +0 −217 tests/src/core/testqgscomposerscalebar.cpp
- +0 −156 tests/src/core/testqgscomposershapes.cpp
- +0 −1,063 tests/src/core/testqgscomposertablev2.cpp
- +0 −754 tests/src/core/testqgscomposerutils.cpp
- +1 −870 tests/src/core/testqgscomposition.cpp
- +381 −0 tests/src/core/testqgslayout.cpp
- +61 −0 tests/src/core/testqgslayoutitem.cpp
- +21 −0 tests/src/core/testqgslayoutlabel.cpp
- +72 −15 tests/src/core/testqgslayoutmap.cpp
- +14 −0 tests/src/core/testqgslayoutpage.cpp
- +113 −0 tests/src/core/testqgslayoutpolyline.cpp
- +27 −0 tests/src/core/testqgslayoutshapes.cpp
- +14 −0 tests/src/core/testqgspagesizeregistry.cpp
- BIN ...ol_images/composer_effects/expected_composereffects_blend/expected_composereffects_blend_mask.png
- BIN ...oser_effects/expected_composereffects_transparency/expected_composereffects_transparency_mask.png
- BIN ...tems/expected_composerrotation_mapitemrotation/expected_composerrotation_mapitemrotation_mask.png
- BIN ...mposer_items/expected_composerrotation_maprotation/expected_composerrotation_maprotation_mask.png
- BIN ...ol_images/composer_items/expected_composerrotation_shape/expected_composerrotation_shape_mask.png
- BIN ...ata/control_images/composer_items/expected_layoutrotation_label/expected_layoutrotation_label.png
- BIN ...trol_images/composer_paper/expected_composerpaper_default/expected_composerpaper_default_mask.png
Oops, something went wrong.