aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/nativestyle
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant qmldir filesAlexey Edelev2021-02-231-32/+0
* Fix namespaced Qt buildKarsten Heimrich2021-02-171-3/+3
* Remove QMake project filesJoerg Bornemann2021-02-111-32/+0
* Fix MSVC warnings about precision loss when converting double to floatFriedemann Kleint2021-01-142-2/+2
* QQuickStyleItem: add debug flag 'SaveImage'Richard Moe Gustavsen2021-01-132-0/+12
* Windows: add 9p margins to scrollbarRichard Moe Gustavsen2021-01-132-0/+28
* Use CMAKE_PROJECT_VERSION for VERSION of QML modulesMitch Curtis2021-01-131-1/+1
* QQuickStyleItem: use correct enum numberRichard Moe Gustavsen2021-01-111-1/+1
* Only connect to the items window signals if it has a windowJan Arve Sæther2020-12-162-2/+15
* Add support for ScrollBar arrow buttonsJan Arve Sæther2020-12-105-19/+73
* CMake: Fix nativestyle qmldir dependenciesAlexandru Croitor2020-12-102-4/+4
* qquickstyleitem: let the image size be aligned with dprRichard Moe Gustavsen2020-11-302-8/+45
* qquickstyleitem: ensure that the size of the node is at least the size of the...Richard Moe Gustavsen2020-11-301-21/+20
* Windows, CT_LineEdit: don't take dpr into account when calculating geometryRichard Moe Gustavsen2020-11-301-6/+4
* Make adjustments for using QFont::setFamilies()Andy Shaw2020-11-301-2/+2
* Windows, TextField: ensure we set a valid minimum sizeRichard Moe Gustavsen2020-11-201-1/+5
* Native style: use the same scale from all placesRichard Moe Gustavsen2020-11-201-2/+4
* Complete add QtQuick.Layout dependency to native style qmldirFawzi Mohamed2020-11-181-1/+2
* Add QtQuick.Layout dependency to native style qmldirFawzi Mohamed2020-11-181-1/+2
* macOS: don't use a focus frame around TextAreaRichard Moe Gustavsen2020-11-171-24/+2
* Fix static build using native stylesFawzi Mohamed2020-11-161-0/+10
* Use QChar constructor explicitlyVolker Hilsheimer2020-11-141-1/+1
* Remove usage of Qt4CompatiblePaintingAllan Sandfeld Jensen2020-11-122-12/+0
* Register native styles under 2.0 in addition to 6.0Mitch Curtis2020-11-113-13/+29
* Native style/GroupBox: Add contentsMargins for GroupBox on WindowsJan Arve Sæther2020-11-061-0/+9
* QQuickStyleItem: use imageSize directlyRichard Moe Gustavsen2020-11-041-10/+9
* QQuickStyleItem: reuse QImage when painting, if possibleRichard Moe Gustavsen2020-11-041-2/+7
* Native style: add separate Info debug flagRichard Moe Gustavsen2020-11-022-19/+23
* Fix deprecation warnings related to QIcon::pixmap()Friedemann Kleint2020-11-021-27/+37
* Fix deprecation warnings related to QMetaTypeFriedemann Kleint2020-11-021-1/+1
* nativestyle: refactor many functions to be constRichard Moe Gustavsen2020-11-0228-102/+102
* macOS: draw the handle as a part of the backgroundRichard Moe Gustavsen2020-10-301-1/+5
* macOS: clean up slider qstyle implementationRichard Moe Gustavsen2020-10-301-81/+31
* Native style/Button: Avoid that the label gets elidedJan Arve Sæther2020-10-291-1/+1
* QuickStyleItem: refactor updatePaintNode()Richard Moe Gustavsen2020-10-291-20/+23
* macOS: Update slider metrics by explicitly asking it to layoutRichard Moe Gustavsen2020-10-281-33/+4
* macOS: Don't assume NSSlider is never flippedRichard Moe Gustavsen2020-10-281-7/+7
* macOS: stop using the deprecated APIRichard Moe Gustavsen2020-10-281-3/+0
* nativestyle: only draw the control if the control is visibleRichard Moe Gustavsen2020-10-282-1/+16
* QQuickStyleItem: add proper constructorRichard Moe Gustavsen2020-10-282-2/+3
* nativestyle, slider: ensure that we set correct slider positionRichard Moe Gustavsen2020-10-271-2/+1
* Native style: Add ComboBox for WindowsJan Arve Sæther2020-10-272-35/+60
* Native style: Fix bug in layoutMargins()Jan Arve Sæther2020-10-262-3/+7
* Native style: Add ScrollBar on WindowsJan Arve Sæther2020-10-232-4/+44
* nativestyle: add missing cmake fieldsRichard Moe Gustavsen2020-10-221-0/+2
* Native style/Slider: Fix tickmarks and groove for fractional numbersJan Arve Sæther2020-10-191-6/+13
* Nativestyle: Slider on WindowsJan Arve Sæther2020-10-193-29/+51
* nativestyle, transitionDuration: make property CONSTANTRichard Moe Gustavsen2020-10-141-2/+1
* nativestyle, ProgressBar: fix copy/paste mistake related to nativeIndicatorRichard Moe Gustavsen2020-10-141-1/+1
* nativestyle, ComboBox: remove insetsRichard Moe Gustavsen2020-10-141-5/+0