summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting/qcolor
Commit message (Expand)AuthorAgeFilesLines
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* CMake: Make gui tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* QColor: deprecate isValidColor, setNamedColor, string-ish ctorsMarc Mutz2022-03-151-0/+23
* Long live QColor::fromString()!Marc Mutz2022-03-081-21/+31
* QColorTrcLut: hold in shared_ptrMarc Mutz2021-07-121-2/+1
* Fix warnings about lossy double/float conversion in testsVolker Hilsheimer2021-04-111-47/+47
* Remove the qmake project filesJoerg Bornemann2021-01-071-4/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-4/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Replace qreal with float in QColorAllan Sandfeld Jensen2020-09-111-75/+75
* Check returns of hex2int in get_hex_rgbRobert Loehning2020-07-131-0/+3
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Fix ExtendedRgb and Rgb encoding comparisonsAllan Sandfeld Jensen2020-05-281-0/+20
* Port qtbase/tests/auto/gui/painting to CMakeSona Kurazyan2020-04-271-0/+14
* QColor: unify behavior when passing invalid values to setFoo()Christian Ehrlicher2019-11-221-0/+37
* Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-271-0/+189
|\
| * Long live QColorConstants!Marc Mutz2019-08-251-0/+189
* | Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-60/+0
|/
* Tests: Fix some warnings about deprecated functions not under testFriedemann Kleint2019-05-271-6/+6
* Add Extended RGB model to QColorAllan Sandfeld Jensen2019-04-121-83/+120
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-201-1/+1
|\
| * Fix QColor::toCmyk() for rgb(0, 0, 0)Eirik Aavitsland2019-02-051-1/+1
* | Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-081-3/+2
|/
* Fix precision in parsing hex format QColorsAllan Sandfeld Jensen2018-11-121-0/+3
* Optimize unpremultiply using SSE rcpAllan Sandfeld Jensen2018-05-231-1/+19
* Remove references to obsolete platformsJake Petroules2017-11-051-3/+0
* QColor: port to QStringViewMarc Mutz2017-03-291-7/+20
* Replace QDrawHelperGammaTables with QColorProfileAllan Sandfeld Jensen2016-11-241-0/+35
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-2/+2
* QColor: provide QLatin1String overloads of functions taking QStringMarc Mutz2016-09-231-14/+38
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-0/+2
|\
| * Improve performance of QColor::name, now more than 4 times fasterDavid Faure2016-08-051-0/+2
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
|/
* Remove type punning from QRgba64.Erik Verbruggen2015-08-111-0/+19
* tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-6/+6
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-271-0/+19
|\
| * Revert "Remove separate SSE4 unpremultiply function"Allan Sandfeld Jensen2015-04-231-0/+19
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-19/+0
|\|
| * Remove separate SSE4 unpremultiply functionAllan Sandfeld Jensen2015-04-161-19/+0
* | Introduce QRgba64 structure for 64bit RGBA valuesAllan Sandfeld Jensen2015-03-101-1/+84
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Optimize unpremultiply on SSE4.1Allan Sandfeld Jensen2015-02-092-1/+33