summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qwindowsstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Widgets: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-061-5/+7
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-20/+5
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-0/+2
|\|
| * QtWidgets: includemocsMarc Mutz2016-03-181-0/+2
* | QtWidgets: use new QRect::transposed()Marc Mutz2016-02-131-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* QWindows*Style: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-041-18/+10
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-4/+5
|\
| * WinRT/Winphone: Fix warnings in qtbaseOliver Wolff2015-05-181-4/+5
* | QWindowsStyle: Do not rely on the widget to draw the dock titleOlivier Goffart2015-04-221-1/+1
|/