aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols2
Commit message (Expand)AuthorAgeFilesLines
* Remove old configure-related filesJoerg Bornemann2021-06-171-76/+0
* Set inactive color for ButtonText in Fusion themeVolker Hilsheimer2021-06-171-0/+2
* Use the added placeHolderText color available in PaletteAndy Shaw2021-06-177-6/+8
* Doc: some ComboBox functions must be used after component completionMitch Curtis2021-06-103-0/+86
* doc: move the SelectionRectangle snippet to correct the placeRichard Moe Gustavsen2021-06-101-4/+4
* 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
| |\
| * | Native style: add configure optionsRichard Moe Gustavsen2020-08-122-3/+31
* | | Fix crash when importing a style without first importing ControlsMitch Curtis2020-08-271-0/+3
| |/ |/|
* | Fix CMake buildMitch Curtis2020-08-261-23/+15
* | Register QQuickDummyType as anonymous typeUlf Hermann2020-08-262-0/+68
* | Bump import version to 6.0Mitch Curtis2020-08-261-1/+1
* | Use qmlRegisterModuleImport() to register stylesMitch Curtis2020-08-265-310/+70
* | Register C++ types declarativelyMitch Curtis2020-08-2635-4003/+14
* | Move Default style out into its own pluginMitch Curtis2020-08-263-10/+8
* | Stop using resolvedUrl() to resolve QML filesMitch Curtis2020-08-266-365/+9
|/
* Adapt to renaming of QQmlMetaType::isModule()Ulf Hermann2020-06-301-2/+4
* Add ; to Q_UNUSEDLars Schmertmann2020-06-301-1/+1
* Use QList instead of QVectorJarek Kobus2020-06-091-1/+1
* CMake: Regenerate configure.cmake filesAlexandru Croitor2020-06-041-5/+12
* Adapt to geometryChanged => geometryChange renamingMitch Curtis2020-04-248-14/+14
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-175-10/+62
|\
| * Adapt to plugin unloading changesMitch Curtis2020-03-124-4/+42
| * Fix build failures as a result of QMetaType changes in qtbaseAlexandru Croitor2020-03-121-0/+2
| * Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-101-3/+10
| |\
| | * Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-051-2/+2
| | * Follow QML2_IMPORT_PATH in path searchDavid Edmundson2020-01-291-0/+1
| | * Look for the fallback style in all of the style pathsAndy Shaw2020-01-271-1/+7