aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/nativestyle/items
Commit message (Expand)AuthorAgeFilesLines
* Native style: fix up some commentsRichard Moe Gustavsen2021-05-051-3/+3
* QQuickStyleItem: add debug flag 'SaveImage'Richard Moe Gustavsen2021-01-132-0/+12
* 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-104-11/+57
* 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
* Native style: use the same scale from all placesRichard Moe Gustavsen2020-11-201-2/+4
* 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
* 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
* 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
* 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-271-1/+1
* Native style: Fix bug in layoutMargins()Jan Arve Sæther2020-10-262-3/+7
* Native style: Add ScrollBar on WindowsJan Arve Sæther2020-10-231-3/+10
* 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-191-9/+11
* nativestyle, transitionDuration: make property CONSTANTRichard Moe Gustavsen2020-10-141-2/+1
* Native style, macOS: add scrollviewcornerRichard Moe Gustavsen2020-10-123-0/+180
* Native style: add a function imageSize() rather than overriding minimumSizeRichard Moe Gustavsen2020-10-122-9/+14
* Native style, StyleItem: add property 'minimumSize'Richard Moe Gustavsen2020-10-062-0/+13
* nativestyle: SpinBox on WindowsJan Arve Sæther2020-10-061-1/+1
* QQuickStyleMargins: use lowercase for QML type nameMitch Curtis2020-10-021-1/+2
* Native style: improve debug outputRichard Moe Gustavsen2020-09-302-35/+55
* windows: Add hover animation to Button and CheckBoxJan Arve Sæther2020-09-294-19/+27
* NativeStyle: add focusFrameRadius to QStyleRichard Moe Gustavsen2020-09-2910-0/+16
* NativeStyle, TextField: add missing layoutRectRichard Moe Gustavsen2020-09-241-0/+1
* Native style: support progressbars with a range from 0 - 1Richard Moe Gustavsen2020-09-171-0/+5
* Remove the subControl property from ProgressBarJan Arve Sæther2020-09-102-22/+11
* Fix ProgressBar on WindowsJan Arve Sæther2020-09-091-1/+13
* Native style: fix namespace buildsRichard Moe Gustavsen2020-09-071-2/+2
* Native style: make StyleItem::control notifyableRichard Moe Gustavsen2020-08-281-1/+2
* Native style: add hover effects to ScrollBar on macOSRichard Moe Gustavsen2020-08-262-0/+28
* Native style: don't draw frame around TextAreaRichard Moe Gustavsen2020-08-203-147/+0
* Native style: add DialRichard Moe Gustavsen2020-06-263-0/+172
* Native style: support checkable buttonsRichard Moe Gustavsen2020-06-261-1/+1
* Native style: move window tests inside window() scopeRichard Moe Gustavsen2020-06-171-2/+2
* Make sure the focus rect is drawnJan Arve Sæther2020-06-171-4/+9
* Fix active focus handlingJan Arve Sæther2020-06-171-3/+3
* Native style: add ProgressBarRichard Moe Gustavsen2020-06-173-0/+171
* NativeStyle: add ScrollBarRichard Moe Gustavsen2020-06-123-0/+167
* Native style: remove prefix ('show', 'print') from the debug flagsRichard Moe Gustavsen2020-06-122-19/+25
* Native style: draw contentRect using marginsRichard Moe Gustavsen2020-06-121-2/+6
* Native style: offer layoutMargins to QML, not layoutRectRichard Moe Gustavsen2020-06-112-11/+16