summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qstylesheetstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* QStyleSheetStyle: Don't try to load a pixmap with an empty filenameChristian Ehrlicher2024-04-181-0/+3
* Revert "QStyleSheetStyle: Propagate CE_ItemViewItem drawing to baseStyle"Axel Spoerl2024-04-131-2/+2
* QStyleSheetStyle: Propagate CE_ItemViewItem drawing to baseStyleWladimir Leuschner2024-04-101-2/+2
* Don't show mnemonics in dockwidget titlesChristian Ehrlicher2024-03-091-1/+1
* QStyleSheetStyle: don't draw check indicator twiceChristian Ehrlicher2024-03-091-3/+5
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* QStyleSheetStyle: pass dpr to QIcon::pixmap()Christian Ehrlicher2023-12-151-13/+19
* QStyleSheetStyle: misc cleanupChristian Ehrlicher2023-12-141-27/+21
* Draw ItemViewItem icon after the background in QStyleSheetStyleMatthias Rauter2023-11-101-7/+4
* QStyleSheetStyle: use pmf-style connectChristian Ehrlicher2023-10-211-11/+14
* ItemViews/css: Honor size for sort indicator only when there is oneChristian Ehrlicher2023-09-251-7/+23
* Rename accent color in QPaletteSanthosh Kumar2023-08-181-8/+8
* QTabBar: share verticalTabs(Shape) with QStyleSheetStyleMarc Mutz2023-07-051-11/+1
* QStyleSheetStyle: Default to foreground for unset brushes onlyAxel Spoerl2023-06-091-5/+15
* Don't double draw ItemViewItems' icons in QStyleSheetStyle::drawControlAxel Spoerl2023-06-081-0/+5
* Implement color role AccentColor in QStyleSheetStyle and QCssParserAxel Spoerl2023-05-221-8/+27
* QStyleSheetStyle: avoid #define ceil()Marc Mutz2023-05-111-4/+1
* QStyleSheetStyle: fix unity-build with chunk-size 13Marc Mutz2023-05-101-0/+2
* Use QCss:: namespace when accessing Value on IntegrityAmir Masoud Abdol2023-04-231-2/+2
* QStyleSheet: rotate QSizeGrip image around centerVolker Hilsheimer2023-04-181-6/+5
* Widgets/Styles: pass correct style option struct to subelementsChristian Ehrlicher2023-04-041-1/+6
* 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
* Fix build with -no-feature-texteditTasuku Suzuki2023-02-101-1/+2
* StyleSheet: use item background rule when filling row backroundVolker Hilsheimer2022-10-251-4/+12
* 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 nullptr guard in QStyleSheetStyle::drawPrimitive(PE_PanelLineEdit)Axel Spoerl2022-07-271-5/+8
* 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-161-38/+2
* Stylesheet: Don't ignore item check indicator stylingVolker Hilsheimer2022-05-061-4/+28
* QtWidgets: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-021-4/+4
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-117/+116
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-261-7/+7
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-2/+4
* QTabBar: let styles draw tab text with foreground roleVolker Hilsheimer2022-03-211-1/+2
* Fix deprecated use of QBA/Q*String::countMårten Nordheim2022-03-151-1/+1
* Eliminate double arrow in QToolButtonAxel Spoerl2022-02-161-4/+12
* Stylesheet: Fix tab layout when tab has a font and iconsVolker Hilsheimer2022-02-021-6/+18
* QCSS: Support Qt 5-style integer property selectorsVolker Hilsheimer2022-01-151-20/+34
* Never handle scrollbars styled with box or border changes as transientVolker Hilsheimer2021-11-291-0/+10
* Fix and complete style sheet support for QToolButtonVolker Hilsheimer2021-11-261-39/+51
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-151-5/+5
* widgets: Fix typos in documentationJonas Kvinge2021-10-121-4/+5
* StyleSheet: Use rule for ComboBox in embedded QLineEditVolker Hilsheimer2021-08-121-6/+5
* Implement missing support for 'em' and 'ex' lengths in style sheetVolker Hilsheimer2021-08-101-22/+50