aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-162-3/+4
|\
| * qqmlprivate.h: Fix include directiveFriedemann Kleint2019-10-141-1/+1
| * Fix float value binding to an integerTeemu Holappa2019-10-111-2/+3
* | Add support for semi-automatic QML type registrationsUlf Hermann2019-10-1417-76/+309
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-101-0/+2
|\|
| * Free dynamic metaobjects when destroying QQmlTypePrivateUlf Hermann2019-10-081-0/+2
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-10-0815-67/+130
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-0815-67/+130
| |\|
| | * Add initial support for deep aliasesFabian Kosmale2019-10-074-55/+107
| | * QML Binding: do not convert stringsFabian Kosmale2019-10-071-0/+2
| | * Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-077-7/+8
| | * qmlRegisterSingletonInstance: Do not crash if instance gets deletedFabian Kosmale2019-10-072-1/+9
| | * Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-041-4/+4
* | | Use qmlProtectModule to protect a module from further modificationUlf Hermann2019-10-087-44/+32
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-0416-114/+181
|\|
| * Android: Load QML plugins directly from APK libs dirBogDan Vatra2019-10-011-0/+22
| * Delete type half-built type resolution caches on compile errorsUlf Hermann2019-09-301-0/+1
| * Use a QQmlRefPointer for QQmlScriptData::typeNameCacheUlf Hermann2019-09-303-8/+4
| * Don't leak references to QQmlTypePrivateUlf Hermann2019-09-251-0/+1
| * Don't leak resolved types of failed compilationsUlf Hermann2019-09-252-5/+6
| * doc: Fix several qdoc warningsMartin Smith2019-09-233-7/+8
| * Fix deprecation macros in qqml.hUlf Hermann2019-09-181-2/+6
| * Fix qmlobject_{dis}connect macros to require semicolon at the endJan Arve Sæther2019-09-161-4/+4
| * Force creation of metaobjects for top level objects and componentsUlf Hermann2019-09-131-1/+10
| * Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-09-122-86/+116
| |\
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-122-86/+116
| | |\
| | | * Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-292-86/+116
| * | | QQmlTypeLoader: Prevent trivial cyclesFabian Kosmale2019-09-122-1/+3
| |/ /
* | | Avoid compile warning in qqmlpropertyvalidator.cppUlf Hermann2019-10-011-1/+1
* | | Specify parameters of type registration in class declarationsUlf Hermann2019-09-2612-90/+676
* | | QQmlDelegateModel: Fix QQmlDelegateModelItem::dataForObjectFabian Kosmale2019-09-253-6/+12
* | | required properties: move hadRequiredProperties to shared stateFabian Kosmale2019-09-252-4/+4
* | | qquicklistview: support required properties in sectionDelegateFabian Kosmale2019-09-122-0/+6
* | | Support required properties in model delegatesFabian Kosmale2019-09-124-0/+10
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-1112-98/+155
|\| |
| * | Use constructor-style casts in qmlobject_(dis)connectShawn Rutledge2019-09-101-4/+4
| * | Optimize enum setupUlf Hermann2019-09-103-42/+49
| * | Prefer JS stack frames over QML contexts when resolving translationsUlf Hermann2019-09-101-23/+25
| * | Also check the non-file-imported type on QQmlMetaType::typeForUrlMichael Brasser2019-09-091-3/+10
| * | Don't manually resolve C++ base type for attached propertiesUlf Hermann2019-09-092-23/+4
| * | Implement lookups for enumsSimon Hausmann2019-09-062-0/+58
| * | QQmlTypeLoader: Do some more sanity checks on file and path namesUlf Hermann2019-09-051-1/+3
| * | Drop default parameter for qmlRegisterAnonymousTypeUlf Hermann2019-09-051-2/+2
* | | Refactor QQmlValueTypeWrapper and assert on some null pointersUlf Hermann2019-09-103-51/+74
* | | Introduce required properties to QMLFabian Kosmale2019-09-097-16/+257
* | | QQmlVMEMetaObject::aliasTarget: fix target computation for local aliasFabian Kosmale2019-09-051-0/+2
* | | Remove assert when setting binding to aliasFabian Kosmale2019-09-051-1/+1
|/ /
* | Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-09-043-31/+82
* | QQmlType: Remove dead codeUlf Hermann2019-09-042-18/+0
* | Android multiarch supportBogDan Vatra2019-08-282-2/+10