summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qcolor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-281-4/+4
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-2/+2
* Replace deprecated QColor::fromString in tests and documentationVolker Hilsheimer2022-03-211-2/+2
* QColor: Explicitly return std::nulloptUlf Hermann2022-03-171-7/+7
* QColor: deprecate isValidColor, setNamedColor, string-ish ctorsMarc Mutz2022-03-151-9/+13
* QColor: port string-parsing from out parameters to optional<>Marc Mutz2022-03-081-34/+28
* QColor: remove setColorFromString()Marc Mutz2022-03-081-30/+9
* Long live QColor::fromString()!Marc Mutz2022-03-081-6/+68
* QColor: avoid Unicode table lookups in fromString()Marc Mutz2022-02-181-4/+15
* QColor: port parsing to QAnyStringViewMarc Mutz2022-02-181-24/+23
* QColor: eradicate QT_STRINGVIEW_LEVELMarc Mutz2022-02-161-4/+0
* gui: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* Remove special casing of HSL QColor comparisonAllan Sandfeld Jensen2021-07-231-12/+3
* Add Qt7 TODOs for reducing the size of QColorUlf Hermann2021-06-301-0/+6
* Fix typoJarek Kobus2020-11-171-1/+1
* Link to qAlpha in qRgb() and qRgba() docsMitch Curtis2020-10-121-2/+2
* Improve QRgb documentationMitch Curtis2020-10-121-1/+5
* Get rid of some #ifdef qt6Allan Sandfeld Jensen2020-09-301-14/+0
* Replace qreal with float in QColorAllan Sandfeld Jensen2020-09-111-191/+191
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-281-0/+4
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Check returns of hex2int in get_hex_rgbRobert Loehning2020-07-131-0/+2
* Port QtGui from QStringRef to QStringViewLars Knoll2020-06-111-2/+2
* Fix ExtendedRgb and Rgb encoding comparisonsAllan Sandfeld Jensen2020-05-281-0/+10
* Do a proper convert from [0-65535] to [0-255] on QColor integer readsAllan Sandfeld Jensen2020-05-271-29/+30
* Update QColor::operator== documentationAllan Sandfeld Jensen2020-05-271-2/+6
* Remove deprecated members from several QtGui classesVolker Hilsheimer2020-04-271-22/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-0/+1
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-0/+1
| |\
| | * Add \since to namespace QColorConstantsFriedemann Kleint2020-02-121-0/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-1/+1
|\| |
| * | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
| |/
* | Fix Qt6 TODOs in qcolorAllan Sandfeld Jensen2019-11-251-44/+0
* | QColor: unify behavior when passing invalid values to setFoo()Christian Ehrlicher2019-11-221-2/+6
|/
* Long live QColorConstants!Marc Mutz2019-08-251-16/+65
* Make QColor a literal typeGiuseppe D'Angelo2019-06-121-5/+2
* Add Extended RGB model to QColorAllan Sandfeld Jensen2019-04-121-54/+172
* Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-62/+62
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-46/+59
|\
| * Doc: decrease confusion about HSV vs HSL in QColorEirik Aavitsland2019-02-051-29/+37
| * Fix QColor::toCmyk() for rgb(0, 0, 0)Eirik Aavitsland2019-02-051-17/+22
* | QColor: mark light()/dark() as deprecatedChristian Ehrlicher2018-12-241-18/+30
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-221-44/+44
|\|
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-161-1/+1
| |\
| | * Doc: Qt GUI: Fix documentation warningsTopi Reinio2018-11-061-1/+1
| * | Fix precision in parsing hex format QColorsAllan Sandfeld Jensen2018-11-121-43/+43
| |/
* / Add const overloads for QColor::getCmyk and QColor::getCmykFSven Pauli2018-09-251-2/+21
|/
* QtGui: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-02-141-5/+0
* Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-1/+1
|\