aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols2
Commit message (Expand)AuthorAgeFilesLines
* Make sure to install designer files with non-prefixed buildsAndy Nichols2021-09-031-4/+4
* Doc: link to Image's cache property in icon docMitch Curtis2021-09-032-0/+5
* Rename source property to QT_QML_SOURCE_VERSIONSCraig Scott2021-08-305-57/+57
* Use <major>.0 as default version for QML filesUlf Hermann2021-08-2711-618/+8
* SelectionRectangle: use transparent handles for the desktop stylesRichard Moe Gustavsen2021-08-263-96/+31
* doc: move the SelectionRectangle snippet to correct the placeRichard Moe Gustavsen2021-08-261-4/+4
* Fix some qmllint warningsMitch Curtis2021-08-2438-63/+120
* docs, styling: document that the native styles are not suitable for customiza...Richard Moe Gustavsen2021-08-202-12/+32
* macOS: add SelectionRectangle.qmlRichard Moe Gustavsen2021-08-133-0/+94
* Windows: add SelectionRectangle.qmlRichard Moe Gustavsen2021-08-133-0/+94
* Imagine: add SelectionRectangle.qmlRichard Moe Gustavsen2021-08-113-0/+78
* Universal: add SelectionRectangle.qmlRichard Moe Gustavsen2021-08-113-0/+72
* Material: add SelectionRectangle.qmlRichard Moe Gustavsen2021-08-113-0/+68
* SelectionRectangle, Fusion: hide handles when selection is removedRichard Moe Gustavsen2021-08-101-1/+2
* Fusion: add SelectionRectangle.qmlRichard Moe Gustavsen2021-08-103-0/+69
* Avoid GHS linker to optimize away QML type registrationsTatiana Borisova2021-08-098-0/+9
* CMake: Fix controls packages to have correct Qt package dependenciesAlexandru Croitor2021-08-091-0/+4
* SplitView: document how to change handle touch area sizeMitch Curtis2021-07-191-0/+63
* Doc: some ComboBox functions must be used after component completionMitch Curtis2021-07-123-0/+86
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-0913-68/+0
* Fix compilation for msvc2019Igor Bugaev2021-06-291-1/+1
* Windows: fix error in CheckBox.qml when hoveringMitch Curtis2021-06-221-1/+3
* Windows: fix error in Button.qml when hoveringMitch Curtis2021-06-221-1/+3
* Remove old configure-related filesJoerg Bornemann2021-06-171-76/+0
* Use the added placeHolderText color available in PaletteAndy Shaw2021-06-177-6/+8
* Set inactive color for ButtonText in Fusion themeVolker Hilsheimer2021-06-171-0/+2
* Add new control: SelectionRectangleRichard Moe Gustavsen2021-06-065-0/+161
* Update to latest qml CMake APICraig Scott2021-06-052245-17/+57462
* CMake: Remove GENERATE_METATYPES usageMaximilian Goldstein2021-04-271-1/+0
* CMake: Add missing qt_cmdline.cmake filesAlexandru Croitor2021-04-161-0/+6
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-151-1/+1
* Remove QMake project filesJoerg Bornemann2021-02-111-26/+0
* Ensure that C++ Qt Quick tests are run with all applicable stylesMitch Curtis2021-01-132-0/+17
* Allow style to be set to "Default" for compatibilityMitch Curtis2020-12-091-2/+5
* Ensure that Fusion style is used by default on LinuxMitch Curtis2020-12-091-1/+1
* Make adjustments for using QFont::setFamilies()Andy Shaw2020-11-301-1/+1
* Native style: Enable windows styleJan Arve Sæther2020-11-041-7/+5
* Fix static buildEskil Abrahamsen Blomfeldt2020-10-092-0/+6
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-071-1/+1
* Make tests explicitly use Basic where necessaryMitch Curtis2020-10-073-1/+9
* Default to the most appropriate built-in style if none is specifiedMitch Curtis2020-10-071-0/+21
* Support compile-time style selectionMitch Curtis2020-09-243-5/+75
* Rename "Default" style to "Basic"Mitch Curtis2020-09-243-21/+21
* Fix fallback styles overwriting themesMitch Curtis2020-09-243-8/+18
* Fix more compiler warnings from deprecated application attributesVolker Hilsheimer2020-09-161-1/+0
* Native style: temporarily disable the Windows style until it's completeRichard Moe Gustavsen2020-09-071-3/+4
* Native style: only list available built-in stylesRichard Moe Gustavsen2020-09-071-0/+4
* Merge remote-tracking branch 'nativestyle' into devMitch Curtis2020-09-043-5/+40
|\
| * Native style: add macOS and Windows to QQuickStylePrivate::builtInStyles()Richard Moe Gustavsen2020-08-281-2/+9
| * Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-08-2640-4640/+113
| |\