aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/nativestyle
Commit message (Expand)AuthorAgeFilesLines
* 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
* nativestyle, GroupBox: get groupBoxPadding from the styleitemRichard Moe Gustavsen2020-10-141-1/+1
* nativestyle/ScrollBar: don't show the scrollbar if the policy is AlwaysOffRichard Moe Gustavsen2020-10-141-1/+1
* Native style, macOS: add scrollviewcornerRichard Moe Gustavsen2020-10-123-0/+180
* Native style, macOS: always draw a TextField using NSTextFieldRichard Moe Gustavsen2020-10-121-30/+1
* Native style: add a function imageSize() rather than overriding minimumSizeRichard Moe Gustavsen2020-10-122-9/+14
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-071-4/+4
* Native style, StyleItem: add property 'minimumSize'Richard Moe Gustavsen2020-10-063-2/+17
* Native style, macOS: handle focus frame special case from c++Richard Moe Gustavsen2020-10-061-1/+22
* nativestyle: SpinBox on WindowsJan Arve Sæther2020-10-063-14/+12
* Fix build after qtbase changesAllan Sandfeld Jensen2020-10-051-10/+10
* QQuickStyleMargins: use lowercase for QML type nameMitch Curtis2020-10-021-1/+2
* macOS: don't set the nine-patch margin exactly on the button widthRichard Moe Gustavsen2020-09-301-1/+1
* Native style: improve debug outputRichard Moe Gustavsen2020-09-302-35/+55
* 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