summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qstylesheetstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* StyleSheet: Use rule for ComboBox in embedded QLineEditVolker Hilsheimer2021-08-121-6/+5
* Use base style when drawing item view item with only indicator styledVolker Hilsheimer2021-07-141-5/+9
* 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 read-only pseudo-state in QPlainTextEdit stylesheetEirik Aavitsland2021-05-061-1/+7
* 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
* allow definition of SP_LineEditClearButton in cssMartin Koller2020-05-251-0/+2
* Add an option to set the alignment of the text in QComboBoxAndy Shaw2020-05-151-1/+1
* Merge QStyleOptionTabV4 into QStyleOptionTabGiuseppe D'Angelo2020-05-081-2/+2
* QStyleSheetStyle: fix some premature pessimizationsMarc Mutz2020-05-071-5/+6
* QStyleSheetStyle: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-071-4/+5
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-3/+5
* Don't keep a reference into the hash while modifying itLars Knoll2020-03-311-1/+1
* Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-061-0/+1
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-16/+15
* Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-061-0/+1
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-0/+1
| |\
| | * QSS/QComboBox: set correct palette when drawing SC_ComboBoxArrowChristian Ehrlicher2020-01-051-0/+1
* | | Stylesheet: Handle tabs with elide mode set correctlyAndy Shaw2020-01-061-0/+10
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-3/+7
|\|
| * Fix QPushButton style sheet style for overlay (content) imageEirik Aavitsland2019-12-101-0/+1
| * QStyleSheetStyle: properly honor checkmark size when drawing a QMenuChristian Ehrlicher2019-12-051-3/+6
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-55/+55
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-6/+6
* | QStyleSheetStyle: add new property to QPushButton: iconRichard Moe Gustavsen2019-11-141-16/+35
|/
* Fix the size calculation of QHeaderView when stylesheet is usedSona Kurazyan2019-10-141-0/+8
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-231-0/+5
|\
| * Ensure all children of a widget get updated when a stylesheet changesAndy Shaw2019-09-211-0/+5
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-201-34/+20
| |\
* | | QStyleSheet: Resolve the rule font before it is usedThorbjørn Lund Martsum2019-09-181-8/+12