aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/nativestyle
Commit message (Expand)AuthorAgeFilesLines
* Native style: don't use transient scrollbarsRichard Moe Gustavsen2020-09-301-1/+1
* NativeStyle: add focus frame to the macOS styleRichard Moe Gustavsen2020-09-297-0/+407
* windows: Add hover animation to Button and CheckBoxJan Arve Sæther2020-09-294-19/+27
* NativeStyle: add focusFrameRadius to QStyleRichard Moe Gustavsen2020-09-2912-0/+48
* NativeStyle, macOS: adjust layout rectsRichard Moe Gustavsen2020-09-281-59/+38
* CMake: Regenerate projects before API changeAlexandru Croitor2020-09-251-1/+0
* NativeStyle, macOS: don't draw focus from QStyleRichard Moe Gustavsen2020-09-252-160/+0
* NativeStyle: rename 'nativeBackground' to '__nativeBackground'Richard Moe Gustavsen2020-09-2511-56/+52
* Fix fallback styles overwriting themesMitch Curtis2020-09-241-8/+2
* NativeStyle, TextField: add missing layoutRectRichard Moe Gustavsen2020-09-241-0/+1
* nativestyle: Port Windows XP styleJan Arve Sæther2020-09-178-458/+336
* Native style: support progressbars with a range from 0 - 1Richard Moe Gustavsen2020-09-171-0/+5
* Native style: implement implicit minimum sizeRichard Moe Gustavsen2020-09-175-9/+17
* Fix compile warnings from missing override attributeVolker Hilsheimer2020-09-151-16/+16
* Fix build after qtbase changesVolker Hilsheimer2020-09-153-3/+2
* Remove the subControl property from ProgressBarJan Arve Sæther2020-09-103-28/+11
* Fix ProgressBar on WindowsJan Arve Sæther2020-09-092-5/+14
* Fix bug when interpreting environment variable QQC2_STYLEJan Arve Sæther2020-09-081-3/+3
* Native style: call QQuickStylePlugin::registerTypes() from style pluginsMitch Curtis2020-09-071-0/+3
* Native style: fix warnings in QStyle codeMitch Curtis2020-09-071-2/+3
* Native style: don't use ID's inside the stylesRichard Moe Gustavsen2020-09-072-7/+4
* Native style: fix namespace buildsRichard Moe Gustavsen2020-09-072-2/+6
* Native style: set a sensible default width for TextFieldRichard Moe Gustavsen2020-09-071-2/+3
* Native style: set the default system palette as QQuickTheme::System palettewip/nativestyleRichard Moe Gustavsen2020-08-281-0/+4
* Native style: remove versioning from importsRichard Moe Gustavsen2020-08-2813-59/+59
* Native style: clean-up importsRichard Moe Gustavsen2020-08-287-7/+0
* 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: remove superfluous width bindingRichard Moe Gustavsen2020-08-261-1/+0
* Native style: clean-up QStyle using a post routineRichard Moe Gustavsen2020-08-201-0/+23
* Native style: don't draw frame around TextAreaRichard Moe Gustavsen2020-08-205-152/+2
* Native style: increase combobox minimum sizeRichard Moe Gustavsen2020-08-131-1/+1
* Native style: add configure optionsRichard Moe Gustavsen2020-08-122-2/+2
* Native style: increase text field minimum sizeRichard Moe Gustavsen2020-08-111-3/+3
* Native style: fix leaks in qquickmacstyleRichard Moe Gustavsen2020-08-101-0/+14
* Native style: support building with cmakeRichard Moe Gustavsen2020-07-302-1/+149
* Native style: add DialRichard Moe Gustavsen2020-06-268-0/+236
* 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-172-10/+15
* Fix active focus handlingJan Arve Sæther2020-06-171-3/+3
* Native style: add ProgressBarRichard Moe Gustavsen2020-06-179-78/+265
* Native style, DefaultComboBox: position popup at correct placeRichard Moe Gustavsen2020-06-151-3/+4
* Fix vertical aligment of CheckBox elementsJan Arve Sæther2020-06-121-0/+2
* NativeStyle: add ScrollBarRichard Moe Gustavsen2020-06-128-14/+255
* 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
* Remove qdrawutil.*Jan Arve Sæther2020-06-104-1315/+1