summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* 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-063-0/+34
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-021-6/+6
|\|
| * QCommonStyle: make sure to pass the widget to pixelMetric()Christian Ehrlicher2019-12-281-6/+6
* | Fix QSpinbox default widthChristian Ehrlicher2019-12-181-1/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-161-1/+1
|\|
| * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-121-1/+1
* | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
* | Support checkable QComboBox items with styles using a popup dropdownVolker Hilsheimer2019-12-111-3/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-103-67/+22
|\|
| * Fix QPushButton style sheet style for overlay (content) imageEirik Aavitsland2019-12-101-0/+1
| * QPushButton: fix icon + text layouting in RTL modeChristian Ehrlicher2019-12-092-64/+15
| * QStyleSheetStyle: properly honor checkmark size when drawing a QMenuChristian Ehrlicher2019-12-051-3/+6
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-066-76/+76
* | QMdiArea: on macOS using tabs, render document icons next to the textVolker Hilsheimer2019-12-031-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-3/+6
|\|
| * QDial: use correct button colorChristian Ehrlicher2019-11-261-3/+6
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-2/+2
* | 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
* | Honor alpha for SH_Table_GridLineColorChristian Ehrlicher2019-11-143-3/+3
|/
* Fix the size calculation of QHeaderView when stylesheet is usedSona Kurazyan2019-10-141-0/+8
* Fusion Style: Use high-dpi pixmapsMorten Johan Sørvig2019-10-111-5/+11
* QCommonStyle: Add SP_DialogNoButton case in standardIconKai Uwe Broulik2019-09-281-0/+1
* 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
* | QStyleSheet: Resolve the rule font before it is usedThorbjørn Lund Martsum2019-09-181-8/+12
* | Windows style: Fix size of controls in multimonitor-setups with scaling disabledFriedemann Kleint2019-09-161-2/+0
* | Brush up the Windows stylesFriedemann Kleint2019-09-162-17/+15
* | Fix qdoc warningsFriedemann Kleint2019-09-101-1/+1
* | Widget style: Use per-screen DPI in QStyleHelper::dpiScaled()Friedemann Kleint2019-08-235-90/+134
* | Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-203-20/+0
* | Fix build without features.groupboxTasuku Suzuki2019-08-151-0/+2
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-131-23/+23
|\|
| * Fix GCC 4.8 buildVille Voutilainen2019-08-051-23/+23
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-201-34/+20
| |\
* | | QFusionStyle: fix excessive top margin of groupboxYulong Bai2019-07-091-1/+8
* | | Fix build without features.actionTasuku Suzuki2019-07-061-0/+1
* | | QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-285-21/+22
* | | 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
* | | Add accessors for QWindow and QScreen to QWidgetPrivateFriedemann Kleint2019-06-181-14/+3
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-1/+9
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-071-1/+9
| |\|
| | * Fusion: Fill the rect with base brush when drawing the combobox frameAndy Shaw2019-05-271-1/+9
* | | QStyleSheetStyle: do not bypass the base class' overridesGiuseppe D'Angelo2019-05-281-2/+2
* | | Fix build without features.itemviewsTasuku Suzuki2019-05-121-4/+1