summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
...
* CommonStyle/QSpinBox: fix rendering up/down symbols in high-dpi modeChristian Ehrlicher2023-04-151-16/+15
* Widgets/Styles: pass correct style option struct to subelementsChristian Ehrlicher2023-04-043-2/+14
* CommonStyle/QSpinBox: fix rendering up/down symbols in high-dpi modeChristian Ehrlicher2023-03-311-9/+44
* QFusionStyle: adjust painting of separator in QSpinBoxChristian Ehrlicher2023-03-281-2/+2
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-151-2/+2
* QStyleSheet: never treat styled scrollbars as transientVolker Hilsheimer2023-02-271-2/+2
* Doc: Fix typo in word mnemonicIvan Tkachenko2023-02-261-1/+1
* Fix build without abstractsliderTasuku Suzuki2023-02-111-0/+1
* Fix build with -no-feature-texteditTasuku Suzuki2023-02-101-1/+2
* Add a platform theme option to affect SH_UnderlineShortcutMikolaj Boc2023-02-071-2/+5
* QToolButton: Elide text when constraints prevent from showing whole textChristian Ehrlicher2023-01-301-1/+2
* QCommonStyle code cleanupAxel Spoerl2023-01-171-84/+102
* Fix build with -no-feature-imageformat_pngTasuku Suzuki2023-01-171-1/+1
* Fix build with -no-feature-cssparserTasuku Suzuki2023-01-171-1/+3
* QListView: Prevent infinite loop when wrapping text of item with null-iconVolker Hilsheimer2023-01-041-5/+14
* Fix a warning about extra semicolon in qstylepainter.hJoni Poikelin2023-01-041-1/+1
* Fix the focus frame on MacGiuseppe D'Angelo2022-12-141-1/+12
* Remove QWindowsStylePrivate:isDarkModeVolker Hilsheimer2022-12-082-18/+7
* Revert "Let styles indicate that they support dark mode"Volker Hilsheimer2022-12-084-10/+0
* Let styles indicate that they support dark modeSanthosh Kumar2022-11-264-0/+10
* Widgets: Fix high dpi hover iconChristian Stenger2022-11-161-1/+1
* StyleSheet: use item background rule when filling row backroundVolker Hilsheimer2022-10-251-4/+12
* QTreeView: fix drawing of background for alternate rowsVolker Hilsheimer2022-10-241-1/+1
* Add QPlatformTheme::MenuBarFocusOnAltPressReleaseVolker Hilsheimer2022-10-231-1/+4
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-212-3/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-15/+15
* Style sheets: add placeholder text color property for edit widgetsEirik Aavitsland2022-09-291-5/+8
* StyleSheetStyle: Fix color of placeholder texts in text editsEirik Aavitsland2022-09-271-1/+5
* QtWidgets: Fix mismatches between string types and literalsMate Barany2022-09-231-1/+1
* Add all known StyleHint values to QCommonStyle::styleHint's switchMikolaj Boc2022-09-141-2/+42
* QCommonStyle: use logging categoriesTimur Pocheptsov2022-08-091-4/+8
* Add nullptr guard in QStyleSheetStyle::drawPrimitive(PE_PanelLineEdit)Axel Spoerl2022-07-271-5/+8
* Sync and assert StandardPixmap enums in QPlatformTheme and QStyleAxel Spoerl2022-07-222-0/+5
* Fusion: better support dark themes in the dialVolker Hilsheimer2022-07-171-2/+6
* Improve widget painting under dpr>1 by enabling smooth pixmap scalingEirik Aavitsland2022-07-121-1/+3
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-153-5/+5
* Fusion style: Fix menu item text being elided when mnemonic and && appear in ...Friedemann Kleint2022-06-131-1/+2
* Avoid menu separators disappearing under fractional dpr scalingEirik Aavitsland2022-05-311-2/+3
* windows: make native styles support QT_SCALE_FACTORMorten Sørvig2022-05-191-1/+4
* Stylesheet: Another positioning fix for the menu indicatorVolker Hilsheimer2022-05-181-5/+4
* Stylesheet: fix toolbutton menu indicator renderingVolker Hilsheimer2022-05-161-12/+17
* Use SPDX license identifiersLucie Gérard2022-05-1636-1372/+76
* Stylesheet: Don't ignore item check indicator stylingVolker Hilsheimer2022-05-062-5/+31
* QtWidgets: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-023-8/+10
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-026-444/+443
* QtWidgets: includemocs v2022Marc Mutz2022-04-291-0/+2
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-266-16/+16
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-2/+4
* QProxyStyle: reimplement event() handlingGiuseppe D'Angelo2022-04-091-7/+2