summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qwindowsstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows style: Fix size of controls in multimonitor-setups with scaling disabledFriedemann Kleint2019-09-161-2/+0
* Brush up the Windows stylesFriedemann Kleint2019-09-161-15/+13
* Widget style: Use per-screen DPI in QStyleHelper::dpiScaled()Friedemann Kleint2019-08-231-6/+8
* Fix build without features.actionTasuku Suzuki2019-07-061-0/+1
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-5/+6
* Add accessors for QWindow and QScreen to QWidgetPrivateFriedemann Kleint2019-06-181-14/+3
* QStyle/QWidget: Avoid repetitive invocation of QStyleHelper::dpiScaled()Friedemann Kleint2019-04-081-2/+4
* QtWidgets: Fix deprecation warningsFriedemann Kleint2019-03-011-3/+3
* Don't treat the ampersand in a titlebar as a mnemonicAndy Shaw2019-01-081-1/+1
* Styles: replace deprecated QPalette functionsChristian Ehrlicher2018-12-171-22/+22
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-0/+2
|\
| * Modernize the "animation" featureLiang Qi2018-10-121-0/+2
* | QWindowsStyle: respect rectangle when drawing PE_IndicatorViewItemCheckRolf Eike Beer2018-09-031-6/+8
* | QWindowsStyle: respect rectangle when drawing PE_IndicatorViewItemCheckRolf Eike Beer2018-08-201-1/+1
* | Remove strange icon highlight for active menu itemThorbjørn Lund Martsum2018-07-181-3/+0
|/
* Convert features.toolbar to QT_[REQUIRE_]CONFIGStephan Binner2018-05-021-4/+4
* Fix HiDPI rendering issues in the Windows styleAndre de la Rocha2018-02-021-89/+55
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-21/+27
|\
| * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-7/+9
| * Convert features.slider to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-6/+6
| * Convert features.spinbox to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-2/+2
| * Convert features.mainwindow to QT_[REQUIRE_]CONFIGStephan Binner2017-09-111-1/+3
| * Convert features.menubar to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-6/+8
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/
* Convert features.splitter to QT_[REQUIRE_]CONFIGStephan Binner2017-08-101-2/+2
* Convert features.scrollbar to QT_[REQUIRE_]CONFIGStephan Binner2017-08-101-4/+4
* Add a Q_FALLTHROUGHJesus Fernandez2017-08-021-0/+1
* Convert features.tabbar to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-3/+5
* Convert features.dockwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-6/+6
* Convert features.combobox to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-4/+4
* Convert features.listview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-211-1/+3
* Convert features.rubberband to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-4/+6
* Convert features.wizard to QT_[REQUIRE_]CONFIGStephan Binner2017-07-021-1/+3
* Fix several unused warnings for misc disabled featuresStephan Binner2017-04-041-0/+2
* Fix build with -no-feature-animationPaul Olav Tvete2017-01-301-0/+4
* Fix style compilation with -no-feature-...Paul Olav Tvete2017-01-251-0/+2
* Clean up style selection codeLars Knoll2016-11-291-2/+2
* Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-2/+3
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-1/+46
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-1/+46
| |\
| | * Windows style: Scale native metrics per monitorFriedemann Kleint2016-07-271-1/+46
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-2/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-2/+1
| |\|
| | * Enable testStyleOptionInit for all styles and fix affected styles.Hannah von Reth2016-06-061-2/+1
* | | QtWidgets: Increase Windows API level to 0x600 (Windows Vista).Friedemann Kleint2016-05-171-27/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-111-18/+17
|\| |
| * | QtBase: use erase and std::remove_if with QList and QVectorAnton Kudryavtsev2016-04-081-6/+7
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-7/+3
| |\|
| | * Windows XP style: Change theme logic to use qreal.Friedemann Kleint2016-04-051-7/+3