aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when importing a style without first importing ControlsMitch Curtis2020-08-276-0/+17
* Material: fix binding loops when binding between attached propertiesMitch Curtis2020-08-272-59/+114
* Remove unnecessary depends from qmldirsMitch Curtis2020-08-275-6/+0
* Remove all plugins.qmltypes filesMitch Curtis2020-08-267-6069/+0
* Fix CMake buildMitch Curtis2020-08-2624-813/+1833
* Bump import version to 6.0Mitch Curtis2020-08-2618-13/+275
* Use qmlRegisterModuleImport() to register stylesMitch Curtis2020-08-2612-121/+184
* Convert remaining imperative type registration to declarativeMitch Curtis2020-08-269-111/+16
* List "privately" registered QML files in the qmldir for each styleMitch Curtis2020-08-263-0/+20
* List publicly registered QML files in the qmldir for each styleMitch Curtis2020-08-265-0/+310
* Remove all version numbers from QML importsMitch Curtis2020-08-26426-1609/+1609
* Remove ".2" from TARGETPATH, resource prefixes, etc.Mitch Curtis2020-08-2621-23/+23
* Register C++ types declarativelyMitch Curtis2020-08-26123-532/+756
* Move Default style out into its own pluginMitch Curtis2020-08-26101-64/+154
* Stop using resolvedUrl() to resolve QML filesMitch Curtis2020-08-263-86/+27
* Doc: Drop dependency on qtgraphicaleffectsPaul Wicking2020-08-191-1/+1
* Fix QQmlDirParser build error with static buildsMitch Curtis2020-08-111-1/+1
* Doc: mention cache property in the relevant placesMitch Curtis2020-07-152-0/+3
* Remove another binding to parentMitch Curtis2020-07-151-1/+1
* Use QList instead of QVectorJarek Kobus2020-07-091-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-06-301-2/+2
* Doc: Update docs with cmake package informationNico Vertriest2020-06-261-0/+1
* Document how to use CMake for Qt Quick Controls 2Kai Koehne2020-06-253-11/+24
* QmlDesigner: Fix DialSpecifics snap modeHenning Gruendl2020-06-161-1/+1
* Qt6: Port QtQuickControls2 to QStringViewKarsten Heimrich2020-06-101-7/+7
* Use QList instead of QVectorJarek Kobus2020-06-095-24/+24
* ApplicationWindow: remove deprecated overlay APIMitch Curtis2020-06-088-71/+2
* Add missing paletteChanged() to setForeground() in Material styleJoni Poikelin2020-06-081-0/+1
* Platform: remove deprecated iconName, iconSource APIMitch Curtis2020-06-056-160/+2
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-06-0518-29/+345
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-1418-29/+345
| |\
| | * QmlDesigner: Update properties in property editorHenning Gruendl2020-04-2712-8/+247
| | * Update plugins.qmltypes for 5.15Jani Heikkinen2020-04-156-21/+98
| | * Material: revision sliderDisabledColorv5.15.0-beta4v5.15.0-beta3Mitch Curtis2020-03-311-1/+1
* | | Remove winrtOliver Wolff2020-06-053-3/+0
* | | Remove the shortcut when the menu item that is using it is removedAndy Shaw2020-06-041-0/+10
* | | Sync the platform menu after inserting it to the menubarAndy Shaw2020-06-031-0/+1
* | | Sync the QQuickPlatformMenu so it has a handle ready when its a sub menuAndy Shaw2020-05-291-2/+7
* | | Remove Qt Labs CalendarMitch Curtis2020-05-2848-4215/+8
* | | Account for single key shortcuts being used in the platform menusAndy Shaw2020-05-274-1/+38
* | | Fix Qt.labs.platform/MenuItem 1.1: expose iconIvan Tkachenko2020-05-153-4/+8
|/ /
* | Dial: remove unnecessary id qualificationsMitch Curtis2020-05-135-10/+10
* | Switch to a built-in OpacityMask effect for Imagine styleLaszlo Agocs2020-05-1214-8/+315
* | Remove bindings to parent in delegatesMitch Curtis2020-05-115-5/+5
* | Put the Qt Labs Calendar module under BSD licenseVolker Hilsheimer2020-04-2920-360/+640
* | Adapt to geometryChanged => geometryChange renamingMitch Curtis2020-04-246-9/+9
* | Material: revision sliderDisabledColorMitch Curtis2020-03-311-1/+1
* | Update includes of QAction after move from widgets to gui in qtbaseVolker Hilsheimer2020-03-312-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-3120-26/+56
|\|
| * HeaderView: Add support for list based modelsAndy Shaw2020-03-2410-10/+30