aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/material
Commit message (Expand)AuthorAgeFilesLines
* Update to latest qml CMake APICraig Scott2021-06-0597-9221/+0
* Remove no longer used dependencies.json filesCraig Scott2021-05-311-7/+0
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-152-2/+2
* Generate and install qmltypes for all pluginsMaximilian Goldstein2021-03-181-0/+1
* Remove redundant qmldir filesAlexey Edelev2021-02-232-132/+0
* Remove QMake project filesJoerg Bornemann2021-02-113-349/+0
* Fix MSVC warnings about precision loss when converting double to floatFriedemann Kleint2021-01-141-1/+1
* Use CMAKE_PROJECT_VERSION for VERSION of QML modulesMitch Curtis2021-01-131-1/+1
* Reset the opacity and scale properties after the exit transitionAndy Shaw2021-01-061-4/+4
* Make adjustments for using QFont::setFamilies()Andy Shaw2020-11-301-9/+10
* Fix deprecation warnings related to QMetaTypeFriedemann Kleint2020-11-021-1/+1
* Regenerate CMake project filesMitch Curtis2020-10-281-0/+1
* Fix static buildEskil Abrahamsen Blomfeldt2020-10-092-0/+8
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-073-5/+12
* Implement ScrollView.qml in all stylesRichard Moe Gustavsen2020-09-294-0/+68
* CMake: Regenerate projects before API changeAlexandru Croitor2020-09-251-1/+0
* Remove QtQuick.Controls imports from styles' QML filesMitch Curtis2020-09-2423-23/+0
* Rename "Default" style to "Basic"Mitch Curtis2020-09-243-3/+3
* Fix fallback styles overwriting themesMitch Curtis2020-09-241-9/+3
* Fix crash when importing a style without first importing ControlsMitch Curtis2020-08-271-0/+3
* Material: fix binding loops when binding between attached propertiesMitch Curtis2020-08-272-59/+114
* Remove all plugins.qmltypes filesMitch Curtis2020-08-261-459/+0
* Fix CMake buildMitch Curtis2020-08-263-111/+299
* Bump import version to 6.0Mitch Curtis2020-08-263-2/+54
* Use qmlRegisterModuleImport() to register stylesMitch Curtis2020-08-262-7/+12
* Convert remaining imperative type registration to declarativeMitch Curtis2020-08-262-20/+3
* List "privately" registered QML files in the qmldir for each styleMitch Curtis2020-08-261-0/+9
* List publicly registered QML files in the qmldir for each styleMitch Curtis2020-08-261-0/+62
* Remove all version numbers from QML importsMitch Curtis2020-08-2658-256/+256
* Remove ".2" from TARGETPATH, resource prefixes, etc.Mitch Curtis2020-08-262-2/+2
* Register C++ types declarativelyMitch Curtis2020-08-2626-40/+129
* Stop using resolvedUrl() to resolve QML filesMitch Curtis2020-08-261-1/+0
* Remove another binding to parentMitch Curtis2020-07-151-1/+1
* ApplicationWindow: remove deprecated overlay APIMitch Curtis2020-06-081-10/+0
* Add missing paletteChanged() to setForeground() in Material styleJoni Poikelin2020-06-081-0/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-141-1/+2
|\
| * Update plugins.qmltypes for 5.15Jani Heikkinen2020-04-151-1/+2
| * Material: revision sliderDisabledColorv5.15.0-beta4v5.15.0-beta3Mitch Curtis2020-03-311-1/+1
* | Dial: remove unnecessary id qualificationsMitch Curtis2020-05-131-2/+2
* | Remove bindings to parent in delegatesMitch Curtis2020-05-111-1/+1
* | Material: revision sliderDisabledColorMitch Curtis2020-03-311-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-313-3/+9
|\|
| * HeaderView: Add support for list based modelsAndy Shaw2020-03-242-2/+6
| * Account for the padding around a menu when checking if it is interactiveAndy Shaw2020-03-181-1/+3
* | Fix Qt 6 to-do comments in QML filesMitch Curtis2020-03-232-4/+4
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-185-17/+28
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-185-17/+28
| |\|
| | * Material: Make Slider's track accent colored and semi-transparentPaweł Gronowski2020-03-171-5/+6
| | * Material: Make RangeSlider's track accent colored and semi-transparentPaweł Gronowski2020-03-171-8/+9
| | * Material: Change RangeSlider's color to grey when not enabledPaweł Gronowski2020-03-171-1/+1