summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qwindowsstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Avoid unneeded QBrush::texture() callsAllan Sandfeld Jensen2015-02-021-4/+17
* QtWidgets: convert some users of QSize::transpose() to transposed()Marc Mutz2015-01-081-3/+1
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-0/+14
|\
| * QWindowsStyle: fix CE_ComboBoxLabel text colorJ-P Nurmi2014-10-301-0/+14
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-2/+2
|\|
| * Additional support for devicePixelRatio in CE_MenuItem’s icon paintingMihailNaydenov2014-09-301-2/+2
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Refactor the sloppy submenu logicJørgen Lind2014-09-161-0/+11
|/
* Windows styles: Scale hardcoded-values according to DPI.Friedemann Kleint2014-09-051-54/+56
* Windows styles: Add device pixel scaling for system metrics.Friedemann Kleint2014-09-051-71/+68