aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/nativestyle/items
Commit message (Expand)AuthorAgeFilesLines
* 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
* Native style: make the debug flags more type safeRichard Moe Gustavsen2020-06-112-44/+30
* Fix issues with the label in GroupBoxJan Arve Sæther2020-06-102-1/+14
* QDebug, print 9-patch margins tooJan Arve Sæther2020-06-101-1/+2
* Native style: remove unused codeRichard Moe Gustavsen2020-06-092-3/+0
* Reorder properties into the same order as QMargins ctor (l,t,r,b)Jan Arve Sæther2020-06-091-1/+1
* NativeStyle: add ComboBoxRichard Moe Gustavsen2020-06-093-0/+150
* Native style: make it possible to set nine patch margins from the styleRichard Moe Gustavsen2020-06-0811-13/+49
* Native style: shuffle some linesRichard Moe Gustavsen2020-06-041-4/+4
* Native style: don't use padding when item is smaller than minimumsizeRichard Moe Gustavsen2020-06-041-1/+5
* Native style: don't clean geometry flagRichard Moe Gustavsen2020-06-042-15/+10
* Native style: improve debug possibilitiesRichard Moe Gustavsen2020-06-042-18/+79
* Native style: repaint image when geometry changesRichard Moe Gustavsen2020-06-041-2/+5
* Native style: remove insets, and use layoutRectRichard Moe Gustavsen2020-06-032-13/+16
* Native style: improve type safetyRichard Moe Gustavsen2020-06-022-2/+11
* Native style: improve debugging supportRichard Moe Gustavsen2020-06-022-12/+29
* Native style: add TextAreaRichard Moe Gustavsen2020-05-283-0/+146
* Native style: add FrameRichard Moe Gustavsen2020-05-273-0/+123
* Native style: support setting empty content sizeRichard Moe Gustavsen2020-05-262-3/+8
* Native style: copy QStyle from widgets, and implement ground work for creatin...Richard Moe Gustavsen2020-05-2517-0/+1691