summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-272-13/+20
|\| |
| * | QAbstractSpinBox: fix some ui glitchesChristian Ehrlicher2019-05-102-13/+20
* | | Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-211-0/+14
* | | 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-05-071-0/+23
|\| |
| * | Fix -Wdeprecated-copy warningsAllan Sandfeld Jensen2019-05-011-0/+23
* | | 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
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-112-0/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-102-0/+11
| |\|
| | * QMenu/QComboBox: Extract helper for determining the pop up geometryFriedemann Kleint2019-04-082-0/+11
* | | QStyle/QWidget: Avoid repetitive invocation of QStyleHelper::dpiScaled()Friedemann Kleint2019-04-081-2/+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-061-2/+0
|\| |