summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* Fix HiDPI rendering issues in the Windows styleAndre de la Rocha2018-02-021-89/+55
* Fix HiDPI rendering issues in QCommonStyleAndre de la Rocha2018-02-021-12/+10
* QFusionStyle: Properly draw frameless editable combo boxesGabriel de Dietrich2018-01-241-1/+4
* QCommonStyle: Add dock title bar iconsFriedemann Kleint2018-01-2415-0/+49
* Rename existing dock title icons to contain "macstyle"Friedemann Kleint2018-01-245-4/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-2/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-161-2/+3
| |\
| | * Use font set in the style option if there is no font set in the ruleAndy Shaw2018-01-161-2/+3
* | | QCommonStylePrivate::viewItemSize: fix text height calculationChristian Ehrlicher2018-01-171-0/+7
* | | QItemDelegate::doLayout: only call QStyle::pixelMetric() onceChristian Ehrlicher2018-01-161-5/+8
* | | qstylesheet: remove a few unneeded memory allocationsSergio Martins2018-01-131-11/+6
* | | doc: Add template clause to qstyleoption_cast functionsMartin Smith2018-01-121-4/+4
* | | doc: Remove several uses of '/' as continuation characterMartin Smith2018-01-121-8/+4
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-121-20/+1
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-20/+1
| |\| |
| | * | QStyleHelper: Use palette cache key in pixmap keyGabriel de Dietrich2018-01-051-20/+1
* | | | Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-121-5/+5
|/ / /
* | | Add an option to scroll the QComboBox on macOS with the mouse wheelAndy Shaw2018-01-053-0/+9
* | | QToolButton: adjust menu indicator in RTL-modeChristian Ehrlicher2018-01-031-0/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-022-20/+21
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-302-20/+21
| |\|
| | * QStyleSheetStyle: Draw menu item also when font is setFriedemann Kleint2017-12-141-1/+1
| | * QFusionStyle: fix the checkbox rendering in HiDPI situationYulong Bai2017-12-041-12/+18
* | | Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-084-6/+6
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-2/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-231-2/+4
| |\|
| | * QTreeView/Fusion style : Draw child indicator correct in RTL-modeChristian Ehrlicher2017-11-221-2/+4
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-242-4/+2
|\| |
| * | Fix implementation of spell check underline stylesDmitry Shachnev2017-10-211-3/+2
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-1/+0
| |\|
| | * Remove some unused, local variablesJędrzej Nowacki2017-10-141-1/+0
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-268-96/+133
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-208-81/+114
| |\|
| | * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-195-17/+23
| | * Convert features.textedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-0/+2
| | * Convert features.slider to QT_[REQUIRE_]CONFIGStephan Binner2017-09-128-25/+33
| | * Convert features.lineedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-126-12/+20
| | * Convert features.spinbox to QT_[REQUIRE_]CONFIGStephan Binner2017-09-1212-42/+55
| | * Convert features.sizegrip to QT_[REQUIRE_]CONFIGStephan Binner2017-09-124-5/+9
| | * Convert features.mdiarea to QT_[REQUIRE_]CONFIGStephan Binner2017-09-114-10/+14
| | * Convert features.mainwindow to QT_[REQUIRE_]CONFIGStephan Binner2017-09-115-6/+16
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-063-15/+19
| |\|
| | * Convert features.scrollarea to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-5/+5
| | * Convert features.menubar to QT_[REQUIRE_]CONFIGStephan Binner2017-09-047-13/+21
| | * Convert features.stackedwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-0/+2
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-1911-69/+69
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-198-133/+133
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-7/+2
|\|
| * QWidgets/CommonStyle: Fix tooltip drawing under HighDPIAlessandro Portale2017-08-291-7/+2
| * macOS: Fix padding around tab label with iconEskil Abrahamsen Blomfeldt2017-08-181-1/+6