summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/styles/qstylesheetstyle/tst_qstylesheetstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTBUG36933_brokenPseudoClassLookup() remove setActiveWindow()Frédéric Lefebvre3 hours1-1/+0
* task232085_spinBoxLineEditBg() remove setActiveWindow()Frédéric Lefebvre3 hours1-1/+0
* tst_QStylesheetStyle::complexWidgetFocus() remove setActiveWindow()Frédéric Lefebvre3 hours1-1/+0
* tst_QStylesheetStyle::tooltip() remove setActiveWindow()Frédéric Lefebvre3 hours1-1/+0
* tst_QStylesheetStyle::hoverColors remove setActiveWindow()Frédéric Lefebvre3 hours1-1/+0
* tst_QStylesheet::focusColors() remove setActiveWindow()Frédéric Lefebvre3 hours1-1/+0
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Reset palette resolve mask in windows vista styleSanthosh Kumar2023-09-051-11/+54
* Rename accent color in QPaletteSanthosh Kumar2023-08-181-3/+3
* QStyleSheetStyle: Default to foreground for unset brushes onlyAxel Spoerl2023-06-091-0/+27
* Implement color role AccentColor in QStyleSheetStyle and QCssParserAxel Spoerl2023-05-221-0/+10
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-2/+2
* Style sheets: add placeholder text color property for edit widgetsEirik Aavitsland2022-09-291-0/+4
* StyleSheetStyle: Fix color of placeholder texts in text editsEirik Aavitsland2022-09-271-3/+11
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-271-6/+8
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-1/+1
* Stylesheet: Fix tab layout when tab has a font and iconsVolker Hilsheimer2022-02-021-14/+43
* QCSS: Support Qt 5-style integer property selectorsVolker Hilsheimer2022-01-151-2/+0
* Add test case for style sheet selectors for enum propertiesVolker Hilsheimer2022-01-151-0/+38
* Implement missing support for 'em' and 'ex' lengths in style sheetVolker Hilsheimer2021-08-101-0/+28
* Support pt units for sizes, as documentedVolker Hilsheimer2021-07-201-0/+35
* Repolish child widgets when parent style sheet changesVolker Hilsheimer2021-07-051-0/+14
* Fix recursion crash when calling setStyleSheet with `qproperty-styleSheet`Zhang Yu2021-06-181-0/+18
* QTabBar: take a style sheet's font into account when laying out tabsVolker Hilsheimer2021-05-061-0/+67
* Set the PlaceholderText color in the palette from the stylesheet as wellAndy Shaw2021-01-121-0/+16
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-311-9/+2
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-251-4/+4
* Use QList instead of QVector in widgets testsJarek Kobus2020-06-251-3/+3
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-211-1/+1
* macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-181-0/+33
* tst_QStyleSheetStyle: Pass on High DPI screensFriedemann Kleint2019-09-031-24/+46
* Brush up tst_QStyleSheetStyleFriedemann Kleint2019-09-031-145/+198
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-161-0/+21
|\
| * QStyleSheetStyle::repolish: only run on direct childrenFrederik Gladhorn2019-04-121-0/+21
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-2/+2
|\|
| * Fix resolve() on fonts returned from QWidget::font()Allan Sandfeld Jensen2019-01-221-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-041-1/+2
|\|
| * Fix tst_QStyleSheetStyle crash on uncommon multi-screen setupAllan Sandfeld Jensen2018-11-271-1/+2
* | Qt Style Sheets: add support for hsl(a) colorsChristian Ehrlicher2018-10-181-1/+1
* | tst_QStyleSheetStyle: use QString() instead of ""Frederik Gladhorn2018-10-171-37/+37
|/
* StyleSheetStyle: Load @Nx imagesMorten Johan Sørvig2018-10-041-0/+33
* Merge branch '5.11' into devEdward Welbourne2018-07-311-0/+12
|\
| * Reset geometry constraints when removing stylesheetSergio Martins2018-07-171-0/+12
* | Add attribute to indicate a widget was the target of a style sheetAaron Kennedy2018-05-231-0/+55
|/
* tests/auto/widgets/{effects,styles}: Avoid unconditional qWait()sKari Oikarinen2018-04-251-7/+6
* testlib: start sharing common helper functionsGatis Paeglis2017-11-041-5/+2