| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use SKIP_IF_NO_WINDOW_GRAB in more places | Mitch Curtis | 2024-12-05 | 1 | -3/+2 |
| * | Correct license for test files | Lucie Gérard | 2024-02-27 | 1 | -1/+1 |
| * | Add a radius property for each corner of a Rectangle | Matthias Rauter | 2023-08-19 | 1 | -0/+77 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-10-13 | 1 | -1/+1 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -11/+11 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -27/+2 |
| * | Skip tst_qquickrectangle::color() for now on Android | Andreas Buhr | 2022-04-07 | 1 | -0/+4 |
| * | Enable passing tests that were skipped on offscreen | Volker Hilsheimer | 2022-03-07 | 1 | -2/+1 |
| * | Skip tests that fail on platforms that don't implement grabWindow | Volker Hilsheimer | 2022-01-24 | 1 | -1/+1 |
| * | Consolidate test helpers into private libraries | Mitch Curtis | 2021-09-13 | 1 | -1/+2 |
| * | Fix copy-pasted typo minimimal -> minimal | Allan Sandfeld Jensen | 2020-03-18 | 1 | -1/+1 |
| * | QQuickRectangle: do not pass invalid presets onto QGradient | Giuseppe D'Angelo | 2019-06-24 | 1 | -3/+5 |
| * | Tests: Fix warnings about comparing signed/unsigned | Friedemann Kleint | 2019-04-08 | 1 | -1/+1 |
| * | Try to stabilize qquickrectangle test | Simon Hausmann | 2019-03-22 | 1 | -4/+2 |
| * | Try to fix tst_qquickrectangle::gradient_separate() | Ulf Hermann | 2019-03-15 | 1 | -4/+2 |
| * | Teach Rectangle's gradient property to accept QGradient::Preset | Tor Arne Vestbø | 2018-07-10 | 1 | -2/+26 |
| * | Enable tests for boot2qt | Sami Nurmenniemi | 2017-09-21 | 1 | -0/+4 |
| * | Revert "QQuickRectangle: Optimize setGradient" | Robin Burchell | 2017-06-01 | 1 | -0/+59 |
| * | QSGDefaultRectangleNode: Fix off-by-one color rendering | Jakub Adam | 2016-02-01 | 1 | -0/+17 |
| * | Updated license headers | Jani Heikkinen | 2016-01-20 | 1 | -17/+12 |
| * | QSGDefaultRectangleNode: Fix gradient position calculations | Santtu Lakkala | 2015-06-17 | 1 | -0/+11 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | Merge remote-tracking branch 'origin/stable' into dev | Simon Hausmann | 2014-02-18 | 1 | -0/+7 |
| |\ |
|
| | * | Expose Qt Quick gradient conversion code privately. | Mitch Curtis | 2014-02-12 | 1 | -0/+7 |
| * | | Support toggling antialiasing for Text and Rectangle. | Michael Brasser | 2013-12-03 | 1 | -0/+57 |
| |/ |
|
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-10 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-23 | 1 | -24/+24 |
| * | Allow resetting a Rectangle gradient. | Martin Jones | 2012-07-03 | 1 | -0/+93 |