summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* Convert features.dockwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-257-22/+32
* Convert features.tabwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-255-19/+23
* Convert features.itemviews to QT_[REQUIRE_]CONFIGStephan Binner2017-07-257-30/+36
* Convert features.combobox to QT_[REQUIRE_]CONFIGStephan Binner2017-07-2510-43/+57
* Convert features.listview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-215-1/+11
* Fix 32-bit build on macOSJake Petroules2017-07-201-4/+4
* Allow fusion style to follow platform theme on button iconsAllan Sandfeld Jensen2017-07-171-1/+0
* Convert features.treeview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-155-4/+12
* QMacStyle: Remove unused variable warningGabriel de Dietrich2017-07-121-1/+1
* Convert features.tableview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-113-1/+7
* Convert features.datetimeedit to QT_[REQUIRE_]CONFIGStephan Binner2017-07-112-1/+5
* Convert features.rubberband to QT_[REQUIRE_]CONFIGStephan Binner2017-07-117-18/+28
* QMacStyle: Add back icon logic in tab layoutGabriel de Dietrich2017-07-102-3/+25
* Fix modernize-use-bool-literals issuesKevin Funk2017-07-081-1/+1
* QWidgets/FusionStyle: Fix menu drawing under HighDPIAlessandro Portale2017-07-071-4/+2
* QWidgets/drawutils: Handle device pixel ratio != 1Friedemann Kleint2017-07-071-0/+85
* QMacStyle: Bring back always visible close button in non-document QTabBarGabriel de Dietrich2017-07-061-6/+14
* QMacStyle: Properly polish and unpolish QTabBarGabriel de Dietrich2017-07-061-0/+11
* Convert features.wizard to QT_[REQUIRE_]CONFIGStephan Binner2017-07-025-5/+12
* Convert features.inputdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-6/+6
* Windows code: Add Q_FALLTHROUGH or break to unmarked fallthroughs seen by GCC 7Friedemann Kleint2017-06-282-5/+5
* Fix current tab text color on Mac when a proxy style is installedGabriel de Dietrich2017-06-281-0/+6
* Convert features.columnview to QT_[REQUIRE_]CONFIGStephan Binner2017-06-121-2/+2
* macOS: Fix return value of PM_TabBarBaseHeight to original valueAndy Shaw2017-05-021-1/+1
* QMacStyle: Increase accuracy of PM_TitleBarHeightGabriel de Dietrich2017-05-021-4/+6
* Fix warnings for -no-feature-animationStephan Binner2017-04-252-4/+8
* QMacStyle: Fix scroller memory leakv5.9.0-beta3Morten Johan Sørvig2017-04-212-5/+14
* QMacStyle: Properly flip vertical slidersGabriel de Dietrich2017-04-211-2/+4
* Fix build error with -no-feature-sliderPaul Olav Tvete2017-04-181-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-063-2/+15
|\
| * GCC 7: fix -Werror=implicit-fallthroughGiuseppe D'Angelo2017-04-043-2/+15
* | Fix several unused warnings for misc disabled featuresStephan Binner2017-04-045-0/+41
* | QFusionStyle::drawPrimitive(): Use color in cache key of PE_PanelButtonCommandFriedemann Kleint2017-04-041-2/+3
* | Fix warnings for -no-feature-itemviewsNikita Krupenko2017-03-291-0/+2
* | Fix warnings for -no-feature-comboboxNikita Krupenko2017-03-291-0/+2
* | Add feature.dialogStephan Binner2017-03-221-1/+6
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-134-5/+9
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-134-5/+9
| |\|
| | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-063-3/+0
| | * QMacStyle::sizeFromContents(CT_Menu): take proxy style into accountOleg Yadrov2017-03-031-1/+9
| | * Properly use the "process" featureUlf Hermann2017-02-271-1/+0
* | | Add feature.abstractbuttonStephan Binner2017-03-133-5/+20
|/ /
* | QMacStyle: fix QTabBar tab sizeOleg Yadrov2017-03-111-9/+3
* | Build fix for -no-feature-sliderPaul Olav Tvete2017-03-092-0/+6
* | QMacStyle: update QTabBar styleOleg Yadrov2017-03-082-198/+270
* | Add feature.abstractsliderStephan Binner2017-03-082-0/+6
* | QStyleSheetStyle: introduce class Tampered<QPalette|QFont>Marc Mutz2017-03-082-30/+34
* | Add feature.pushbuttonStephan Binner2017-03-066-0/+22
* | Add feature.checkboxStephan Binner2017-03-064-2/+8
* | Add feature.dialogbuttonboxStephan Binner2017-03-066-1/+24