summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-107-18/+4
* Fix the broken test after the retirement of qt_parse_all_argumentsAmir Masoud Abdol2023-01-211-1/+1
* QSvgGenerator: add support for clip pathsGiuseppe D'Angelo2022-11-293-0/+143
* CMake: Don't build iOS auto tests when QT_BUILD_MINIMAL_STATIC_TESTAlexandru Croitor2022-09-071-1/+7
* Fix assert with wrong number of argument to animateTransformAllan Sandfeld Jensen2022-08-311-0/+18
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-239-9/+9
* Use QT_DISABLE_DEPRECATED_UP_TO instead of QT_DISABLE_DEPRECATED_BEFOREIvan Solovev2022-08-221-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-275-5/+5
* Add license headers to cmake filesLucie Gérard2022-07-079-0/+27
* Escape the values of title and description in the svg generatorMikolaj Boc2022-06-141-0/+62
* Use SPDX license identifiersLucie Gérard2022-06-138-227/+16
* Remove unused .qrc filesJoerg Bornemann2022-01-183-41/+0
* Fix tst_qicon_svg, tst_qsvgplugin, tst_qsvgrenderer runtime failuresTatiana Borisova2022-01-137-4/+21
* Fuzzing: Discard logging output from QSvgRendererRobert Löhning2021-12-211-1/+6
* Add BC file for 6.2.0Milla Pohjanheimo2021-12-081-0/+19463
* Fix boundsOnElement() for text nodes having transformationsEirik Aavitsland2021-11-191-0/+6
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-222-2/+2
* Binary compatibility file for 6.1Milla Pohjanheimo2021-09-031-0/+19053
* Fuzzing: Remove .pro-files of libfuzzer testsRobert Löhning2021-08-241-9/+0
* Fix parsing of arc elements in pathsEirik Aavitsland2021-07-141-0/+14
* Fuzzing: Ensure importing minimal plugin into static buildsRobert Löhning2021-05-261-3/+3
* Add binary compatibility files for QtSvg for Qt 6.0.0Milla Pohjanheimo2021-04-301-0/+19046
* Fuzzing: Add CMake project files for fuzz targetsRobert Löhning2021-04-191-0/+33
* Make image handler accept UTF-16/UTF-32 encoded SVGsEirik Aavitsland2021-04-086-0/+35
* Remove QMake project filesJoerg Bornemann2021-02-1113-126/+0
* Fix compiler warning about unused functionVolker Hilsheimer2020-11-241-7/+10
* QtSvg: build with explicit QChar(int) constructorDavid Faure2020-11-071-1/+1
* Add support for 'image-rendering' attributeAles Erjavec2020-11-031-0/+48
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-016-11/+11
* CMake: Regenerate projects before API changeAlexandru Croitor2020-09-222-1/+40
* Mark tst_qicon_svg test as low-DPITor Arne Vestbø2020-09-142-1/+2
* Work around uninitialized variable in QRadialGradientLars Knoll2020-09-121-2/+2
* Fix check against division by zeroRobert Loehning2020-08-181-0/+8
* Test rendering length which is fuzzy nullRobert Loehning2020-08-171-0/+12
* Avoid endless recursion when inflating gzipRobert Loehning2020-07-291-2/+1
* Don't divide by zeroVolker Hilsheimer2020-07-171-0/+8
* Fuzzing: Prepare for running in oss-fuzzRobert Loehning2020-06-182-3/+8
* Use QList instead of QVectorJarek Kobus2020-06-081-1/+0
* Remove QTextCodec dependency from QtSvgLars Knoll2020-05-151-2/+0
* Remove old BIC test dataLars Knoll2020-03-3114-264044/+0
* CMake: Regenerate some of projects to be up-to-dateAlexandru Croitor2020-03-062-4/+11
* Regenerate qtsvgwip/cmakeAlexandru Croitor2020-02-125-10/+5
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-02-124-11/+19910
|\
| * Get rid of QMatrixJarek Kobus2020-02-061-2/+2
| * Add API to enable opt-in aspect ratio feature in QSvgRendererEirik Aavitsland2020-01-281-2/+1
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-281-0/+3
| |\
| | * Revert the keep-aspectratio feature for 5.14.1v5.14.15.14.1Eirik Aavitsland2020-01-161-0/+3
| * | Don't use deprecated QMatrix class anymoreJarek Kobus2020-01-171-5/+5
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-071-0/+31
| |\ \ | | |/
| | * Fix yet another viewbox scaling issue, for render to boundsEirik Aavitsland2020-01-031-0/+31