aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/nativestyle/qstyle/qquickcommonstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update to latest qml CMake APICraig Scott2021-06-051-6082/+0
* Don't access QStyleOption* without checking for nullptr firstVolker Hilsheimer2021-05-191-2/+2
* Fix build without features.imageformat_pngTasuku Suzuki2021-04-271-6/+3
* Fix build without features.imageformat-xpmTasuku Suzuki2021-04-261-0/+2
* Fix MSVC warnings about precision loss when converting double to floatFriedemann Kleint2021-01-141-1/+1
* Remove usage of Qt4CompatiblePaintingAllan Sandfeld Jensen2020-11-121-9/+0
* Fix deprecation warnings related to QIcon::pixmap()Friedemann Kleint2020-11-021-27/+37
* nativestyle: SpinBox on WindowsJan Arve Sæther2020-10-061-5/+11
* Fix build after qtbase changesVolker Hilsheimer2020-09-151-1/+1
* Fix ProgressBar on WindowsJan Arve Sæther2020-09-091-4/+1
* Native style: fix warnings in QStyle codeMitch Curtis2020-09-071-2/+3
* Native style: add DialRichard Moe Gustavsen2020-06-261-0/+2
* Make sure the focus rect is drawnJan Arve Sæther2020-06-171-6/+6
* Native style: add ProgressBarRichard Moe Gustavsen2020-06-171-1/+6
* Native style: make it possible to set nine patch margins from the styleRichard Moe Gustavsen2020-06-081-0/+16
* Native style: add FrameRichard Moe Gustavsen2020-05-271-0/+7
* Native style: copy QStyle from widgets, and implement ground work for creatin...Richard Moe Gustavsen2020-05-251-0/+6048