aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in Fusion impl's qmldirMitch Curtis2020-10-092-2/+2
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-0721-35/+78
* Native style, macOS: handle focus frame special case from c++Richard Moe Gustavsen2020-10-061-7/+1
* nativestyle: SpinBox on WindowsJan Arve Sæther2020-10-061-24/+26
* NativeStyle: add focus frame to the macOS styleRichard Moe Gustavsen2020-09-298-0/+55
* Implement ScrollView.qml in all stylesRichard Moe Gustavsen2020-09-2922-0/+341
* windows: Add hover animation to Button and CheckBoxJan Arve Sæther2020-09-293-3/+81
* CMake: Regenerate projects before API changeAlexandru Croitor2020-09-254-4/+0
* NativeStyle: rename 'nativeBackground' to '__nativeBackground'Richard Moe Gustavsen2020-09-253-18/+18
* Doc: Add Qt 6 changes filesPaul Wicking2020-09-242-0/+46
* Support compile-time style selectionMitch Curtis2020-09-243-73/+74
* Remove QtQuick.Controls imports from styles' QML filesMitch Curtis2020-09-24194-194/+0
* Rename "Default" style to "Basic"Mitch Curtis2020-09-24125-267/+267
* Fix fallback styles overwriting themesMitch Curtis2020-09-2417-75/+221
* QtQuickControls2Plugin: store style values returned from QQuickStyle APIMitch Curtis2020-09-241-18/+26
* Native style: implement implicit minimum sizeRichard Moe Gustavsen2020-09-171-1/+2
* Remove "High-DPI Support in Qt Quick Controls" doc pageVolker Hilsheimer2020-09-163-69/+0
* Fix more compiler warnings from deprecated application attributesVolker Hilsheimer2020-09-162-2/+0
* Fix build after qtbase changesVolker Hilsheimer2020-09-151-2/+1
* Fix build after qtbase API changesLars Knoll2020-09-151-0/+2
* Remove the subControl property from ProgressBarJan Arve Sæther2020-09-102-36/+2
* Fix ProgressBar on WindowsJan Arve Sæther2020-09-093-0/+61
* Use OpenType font weightsJonas Karlsson2020-09-081-6/+5
* Native style: call QQuickStylePlugin::registerTypes() from style pluginsMitch Curtis2020-09-072-2/+2
* Native style: let windows/qmldir report the exact controls it containsRichard Moe Gustavsen2020-09-071-2/+0
* Native style: don't use signal handlers inside the styleRichard Moe Gustavsen2020-09-072-15/+3
* Native style: don't use anchors inside the styleRichard Moe Gustavsen2020-09-071-1/+4
* Merge remote-tracking branch 'nativestyle' into devMitch Curtis2020-09-0433-0/+1653
|\
| * Native style: fix up qmldir files to comform to the new registration systemRichard Moe Gustavsen2020-08-284-31/+56
| * Native style: move macOS and Windows into QtQuick/Controls instead of QtQuick...Richard Moe Gustavsen2020-08-284-12/+10
| * Native style: remove versioning from importsRichard Moe Gustavsen2020-08-2823-75/+75
| * Native style: clean-up importsRichard Moe Gustavsen2020-08-2821-21/+0
| * Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-08-26557-5411/+4851
| |\
| * | Native style: add hover effects to ScrollBar on macOSRichard Moe Gustavsen2020-08-261-0/+20
| * | Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-08-131-1/+1
| |\ \
| * | | Native style: add configure optionsRichard Moe Gustavsen2020-08-124-4/+4
| * | | Native style: support building with cmakeRichard Moe Gustavsen2020-07-302-0/+190
| * | | Native style: remove fusiondesktopRichard Moe Gustavsen2020-07-307-231/+0
| * | | Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-07-1735-116/+333
| |\ \ \
| * | | | Native style: add DialRichard Moe Gustavsen2020-06-262-0/+44
| * | | | Don't use 9-patch for Button on WindowsJan Arve Sæther2020-06-171-1/+43
| * | | | Native style: add ProgressBarRichard Moe Gustavsen2020-06-172-0/+61
| * | | | NativeStyle: add ScrollBarRichard Moe Gustavsen2020-06-122-0/+44
| * | | | Add CheckBox, RadioButton and other missing components for WindowsJan Arve Sæther2020-06-118-1/+395
| * | | | NativeStyle: add ComboBoxRichard Moe Gustavsen2020-06-092-0/+44
| * | | | Merge remote-tracking branch 'gerrit/dev' into nativestyleRichard Moe Gustavsen2020-06-044-9/+8
| |\ \ \ \
| * | | | | Native style: add TextAreaRichard Moe Gustavsen2020-05-282-0/+44
| * | | | | Native style: add FrameRichard Moe Gustavsen2020-05-272-0/+44
| * | | | | Native style: copy QStyle from widgets, and implement ground work for creatin...Richard Moe Gustavsen2020-05-2525-0/+955
* | | | | | QmlDesigner: Modify Controls specificsAleksei German2020-09-045-0/+22