summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/styles/qstylesheetstyle/tst_qstylesheetstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor tst_QStyleSheetStyle::focus/hoverColors()Friedemann Kleint2017-06-121-50/+69
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-3/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-011-3/+3
| |\
| | * Plug remaining leaks in tests/auto/widgets/styleMarc Mutz2016-09-301-3/+3
* | | tst_QStyleSheetStyle: Extract Method sample_widgets()Marc Mutz2016-08-171-28/+20
* | | Remove tests/auto/qtest-config.h.Friedemann Kleint2016-04-121-4/+2
|/ /
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-2/+2
|\|
| * tests: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-031-2/+2
* | tests/auto/widgets: Remove some placeholder formatting.Friedemann Kleint2015-10-191-2/+5
* | Add attribute to enable font and palette propagation in QSS.Aaron Kennedy2015-09-101-14/+214
* | Fixed build breaks that result after disabling "contextmenu" featureShrikant Dhumal2015-09-091-0/+2
|/
* tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-82/+106
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Uncomment some tests which accidently got commentedAndy Shaw2014-08-071-6/+6