aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickrectangle
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* Add a radius property for each corner of a RectangleMatthias Rauter2023-08-192-0/+104
* CMake: Make quick tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-11/+11
* 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
* Cleanup CMakeLists.txt filesAndreas Buhr2022-05-031-2/+0
* Skip tst_qquickrectangle::color() for now on AndroidAndreas Buhr2022-04-071-0/+4
* Enable passing tests that were skipped on offscreenVolker Hilsheimer2022-03-071-2/+1
* Skip tests that fail on platforms that don't implement grabWindowVolker Hilsheimer2022-01-241-1/+1
* Consolidate test helpers into private librariesMitch Curtis2021-09-132-7/+3
* Remove the qmake project filesFabian Kosmale2021-01-151-12/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-3/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-201-1/+1
|\
| * Fix copy-pasted typo minimimal -> minimalAllan Sandfeld Jensen2020-03-181-1/+1
* | CMake: Update Apple platform defines after rename in qtbaseTor Arne Vestbø2020-03-171-2/+2
* | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+2
* | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-3/+3
* | Regenerate testsAlexandru Croitor2019-11-141-11/+2
* | Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+56
|/
* QQuickRectangle: do not pass invalid presets onto QGradientGiuseppe D'Angelo2019-06-242-4/+22
* Tests: Fix warnings about comparing signed/unsignedFriedemann Kleint2019-04-081-1/+1
* Try to stabilize qquickrectangle testSimon Hausmann2019-03-221-4/+2
* Try to fix tst_qquickrectangle::gradient_separate()Ulf Hermann2019-03-151-4/+2
* Teach Rectangle's gradient property to accept QGradient::PresetTor Arne Vestbø2018-07-102-2/+42
* Enable tests for boot2qtSami Nurmenniemi2017-09-211-0/+4
* Revert "QQuickRectangle: Optimize setGradient"Robin Burchell2017-06-013-0/+109
* QSGDefaultRectangleNode: Fix off-by-one color renderingJakub Adam2016-02-012-0/+25
* Updated license headersJani Heikkinen2016-01-201-17/+12
* Tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-09-021-1/+0
* QSGDefaultRectangleNode: Fix gradient position calculationsSanttu Lakkala2015-06-172-0/+32
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-181-0/+7
|\
| * Expose Qt Quick gradient conversion code privately.Mitch Curtis2014-02-121-0/+7
* | Support toggling antialiasing for Text and Rectangle.Michael Brasser2013-12-031-0/+57
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* 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
* Allow resetting a Rectangle gradient.Martin Jones2012-07-033-0/+119