aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpainteditem
Commit message (Expand)AuthorAgeFilesLines
* QQuickPaintedItem: make the antialiasing property workEirik Aavitsland2024-04-111-6/+14
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* CMake: Make quick tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Port from container::count() and length() to size()Marc Mutz2022-10-071-16/+16
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* QNX: Blacklist tests because not supported for software renderingPasi Petäjäjärvi2022-02-011-0/+7
* Mark overrides in tests, fix compiler warningsVolker Hilsheimer2021-04-011-2/+2
* Remove the qmake project filesFabian Kosmale2021-01-151-7/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-1/+1
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-6/+3
* Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-1/+1
* Regenerate testsAlexandru Croitor2019-11-141-7/+0
* Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+30
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Enable tests for boot2qtSami Nurmenniemi2017-09-211-0/+27
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-2/+2
* Fix some test failures with QT_NO_OPENGL buildsAndy Nichols2016-05-061-2/+14
* Updated license headersJani Heikkinen2016-01-201-17/+12
* Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-2/+0
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-031-1/+0
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Added QSGPainterNode abstraction to QSGAdaptationLayerAndy Nichols2014-08-271-3/+3
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Remove interim compatibility measuresAlan Alpert2012-10-161-8/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* QtQuick: Remove usages of qWaitForWindowShown(QWindow *).Friedemann Kleint2012-07-241-1/+1
* Add tests for QQuickPaintedItem.Andrew den Exter2012-07-232-0/+500