summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qstylesheetstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-01-221-2/+2
|\
| * QStyleSheet: never treat styled scrollbars as transientVolker Hilsheimer2023-02-281-2/+2
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.7' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-10-031-5/+17
|\|
| * StyleSheet: use item background rule when filling row backroundVolker Hilsheimer2022-10-251-4/+12
| * StyleSheetStyle: Fix color of placeholder texts in text editsEirik Aavitsland2022-09-271-1/+5
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.6' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-03-011-5/+8
|\|
| * Add nullptr guard in QStyleSheetStyle::drawPrimitive(PE_PanelLineEdit)Axel Spoerl2022-08-301-5/+8
* | Revert "Update commercial license headers"v6.2.5-lts-lgplTarja Sundqvist2022-11-241-21/+21
|/
* Update commercial license headersTarja Sundqvist2022-06-211-21/+21
* Stylesheet: fix toolbutton menu indicator renderingVolker Hilsheimer2022-06-031-12/+17
* QTabBar: let styles draw tab text with foreground roleVolker Hilsheimer2022-03-211-1/+2
* 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-161-20/+34
* Never handle scrollbars styled with box or border changes as transientVolker Hilsheimer2021-11-301-0/+10
* Fix and complete style sheet support for QToolButtonVolker Hilsheimer2021-11-261-39/+51
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-171-5/+5
* widgets: Fix typos in documentationJonas Kvinge2021-10-121-4/+5
* StyleSheet: Use rule for ComboBox in embedded QLineEditVolker Hilsheimer2021-08-131-6/+5
* Implement missing support for 'em' and 'ex' lengths in style sheetVolker Hilsheimer2021-08-101-22/+50
* Use base style when drawing item view item with only indicator styledVolker Hilsheimer2021-07-141-5/+9
* Support styled menu icons in otherwise unstyled menu itemsVolker Hilsheimer2021-07-141-30/+46
* Fix recursion crash when calling setStyleSheet with `qproperty-styleSheet`Zhang Yu2021-06-181-0/+3
* In headers with only the arrow styled, prevent overlapping with textVolker Hilsheimer2021-06-101-2/+19
* Correctly support style sheet for toolbutton menus and arrowsVolker Hilsheimer2021-06-101-25/+96
* Calculate space requirement of menu items based on widest elementsVolker Hilsheimer2021-06-081-4/+5
* Don't draw focus frame if widget has style rules that affect borderDoris Verria2021-05-071-0/+9
* QTabBar: take a style sheet's font into account when laying out tabsVolker Hilsheimer2021-05-061-3/+18
* Fix build without features.texteditTasuku Suzuki2021-04-151-3/+3
* Fix read-only pseudo-state in QPlainTextEdit stylesheetEirik Aavitsland2021-04-091-1/+7
* Fix incorrectly-drawn menu indicator for QPushButton on macOSDoris Verria2021-04-061-1/+2
* Fix label margins for pulldowns with custom styled menu indicator on macOSDoris Verria2021-04-061-0/+7
* Revert "QPushButton: fix support of style sheet rule for text alignment"Volker Hilsheimer2021-03-111-4/+2
* Don't access data in moved-from objectVolker Hilsheimer2021-03-031-2/+2
* Correct item indent in checkable menus in stylesheet styleEirik Aavitsland2021-01-201-2/+2
* Fix read-only pseudo-state in QTextEdit/Browser stylesheetEirik Aavitsland2021-01-131-0/+13
* Set the PlaceholderText color in the palette from the stylesheet as wellAndy Shaw2021-01-121-0/+1
* QStylesheetStyle: fix push button label alignmentChristian Ehrlicher2020-12-241-1/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* QPushButton: fix support of style sheet rule for text alignmentXiang Xiaojun2020-11-261-2/+4
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-4/+4
* Fix qstylesheetstyle clip border errorLu YaNing2020-11-081-2/+2
* Don't show QPushButton as hovered unless the mouse is within the bevelVolker Hilsheimer2020-10-221-0/+1
* QStyleSheetStyle: Fix push button hit testing with paddingVolker Hilsheimer2020-09-151-2/+5
* Remove QStyleOptionProgressBar::orientation memberVolker Hilsheimer2020-08-291-1/+1
* Rename QStyleOptionMenuItem::tabWidth to reservedShortcutWidthVolker Hilsheimer2020-08-271-1/+1
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-251-9/+9
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-18/+29
* Fix breakage of QPushButton on macOS when a style sheet was setVolker Hilsheimer2020-06-111-0/+1
* Port QtWidgets from QStringRef to QStringViewLars Knoll2020-06-101-1/+1