summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qstylesheetstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-161-0/+9
|\
| * Don't draw focus frame if widget has style rules that affect borderDoris Verria2021-05-121-0/+9
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-071-7/+19
|\|
| * 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-121-4/+2
| * QStylesheetStyle: fix push button label alignmentChristian Ehrlicher2021-03-111-1/+1
* | Revert "Update commercial license headers"Tarja Sundqvist2021-03-241-20/+20
|/
* Correct item indent in checkable menus in stylesheet styleEirik Aavitsland2021-02-031-2/+2
* Fix read-only pseudo-state in QTextEdit/Browser stylesheetEirik Aavitsland2021-02-031-0/+13
* Set the PlaceholderText color in the palette from the stylesheet as wellAndy Shaw2021-01-281-0/+1
* Update commercial license headersTarja Sundqvist2021-01-261-20/+20
* QPushButton: fix support of style sheet rule for text alignmentXiang Xiaojun2020-11-271-2/+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-11-021-0/+1
* QStyleSheetStyle: Fix push button hit testing with paddingVolker Hilsheimer2020-09-151-2/+5
* Fix breakage of QPushButton on macOS when a style sheet was setVolker Hilsheimer2020-06-111-0/+1
* QStyleSheetStyle: fix some premature pessimizationsMarc Mutz2020-05-191-5/+6
* 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
* | | Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-7/+0
* | | QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-3/+3
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-34/+20
|\ \ \ | | |/ | |/|
| * | QSS/MenuItem: only draw checkbox if no item is availableChristian Ehrlicher2019-06-171-37/+23
* | | QStyleSheetStyle: do not bypass the base class' overridesGiuseppe D'Angelo2019-05-281-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-12/+18
|\ \ \ | | |/ | |/|
| * | QAbstractSpinBox: fix some ui glitchesChristian Ehrlicher2019-05-101-12/+18
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-2/+2
|\| |
| * | Fix: style sheet styling of background of triangular QTabWidget tabsEirik Aavitsland2019-05-091-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-241-1/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-161-1/+4
| |\|
| | * QStyleSheetStyle::repolish: only run on direct childrenFrederik Gladhorn2019-04-121-1/+4
* | | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-031-1/+8
|\| |