summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qpalette.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow QPalettePrivate to be used outside of qpalette.cppMitch Curtis2023-10-121-16/+0
* Update version for QPalette::accent API in documentationSanthosh Kumar2023-09-131-0/+1
* Update documentation for QPalette::accent APISanthosh Kumar2023-09-121-0/+8
* Rename accent color in QPaletteSanthosh Kumar2023-08-181-9/+9
* Move palette helper functions to QPalettePrivateOliver Eftevaag2023-07-111-50/+11
* QPalette Fix documentation typoAxel Spoerl2023-06-081-1/+1
* Doc: use [since] tag for enum values added in Qt 6.6Volker Hilsheimer2023-05-261-2/+2
* Shoehorn AccentColor into QPalette and keep existing 64bit resolve maskAxel Spoerl2023-05-211-4/+64
* QPalette: always increase serial number when modifyingVolker Hilsheimer2022-11-251-1/+3
* Make sure that palette cache keys are uniqueVolker Hilsheimer2022-10-031-5/+16
* Account for dark system themes in qt_fusionPaletteMitch Curtis2022-08-241-41/+0
* Derive PlaceholderText color from Text color in QPaletteAxel Spoerl2022-08-011-0/+34
* QPalette: detach before modifying resolve mask when resolvingVolker Hilsheimer2022-07-151-1/+1
* Always update QPalette resolve mask, regardless of QBrush changeJiDe Zhang2022-07-081-19/+36
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: includemocsMarc Mutz2022-04-291-0/+2
* Optimize the QPalette::resolve from the other paletteJiDe Zhang2022-04-281-0/+14
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-2/+2
* Don't change resolve mask when setting brush doesn't change paletteVolker Hilsheimer2021-12-031-2/+1
* Stop using mixed enum arithmeticGiuseppe D'Angelo2021-06-131-1/+1
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-1/+2
* Update QPalette() documentation to not mention the application paletteTor Arne Vestbø2021-01-041-1/+4
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-11/+11
* Fix documentation warningsVolker Hilsheimer2020-10-241-18/+0
* Unwrap private QPalette data memberVolker Hilsheimer2020-10-141-7/+7
* Move the QPalette::resolveMask into the privateVolker Hilsheimer2020-08-261-15/+30
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-251-6/+8
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Remove deprecated members from several QtGui classesVolker Hilsheimer2020-04-271-18/+0
* 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
* | QPalette: fix debug stream operatorVitaly Fanaskov2020-01-031-26/+50
* | Fix QPalette::isBrushSetVitaly Fanaskov2020-01-021-26/+71
* | QPalette::setBrush: remove a workaround for PlaceholderTextVitaly Fanaskov2019-12-181-26/+7
|/
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-0/+5
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-071-0/+5
| |\
| | * QDataStream: Fix inconsistent results of iostream with QPalette objectsRyan Chu2019-05-201-0/+5
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-021-2/+2
|/ /
* | Fix and unit test QPalette::resolveAlejandro Exojo2018-12-311-1/+3
* | QPalette: mark foreground()/background() as deprecatedChristian Ehrlicher2018-12-171-1/+1
|/
* Add a QPalette color role for placeholder textsFilipe Azevedo2018-05-041-2/+41
* Make QPalette::setBrush() check before detachingGabriel de Dietrich2018-01-041-15/+17
* Fusion: desaturate the brown shadesJ-P Nurmi2017-04-271-3/+3
* Remove the Windows XP style from public accessibilityJake Petroules2017-04-131-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
|\
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/