aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Retrieve the attached properties base type without recursionUlf Hermann2019-11-185-32/+29
* Disable deprecation warnings in function that are themselves deprecatedUlf Hermann2019-11-181-0/+8
* Fix deprecation warning about QString from character literalUlf Hermann2019-11-181-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-142-52/+21
|\
| * QQmlVMEMetaObject: Scope MemberData for allocating writeUlf Hermann2019-11-052-52/+21
* | Doc: Fix documentation warningsTopi Reinio2019-11-112-6/+0
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-311-3/+9
|\|
| * QQmlProperty: handle reads of QQmlPropertyMap correctlyFabian Kosmale2019-10-301-3/+9
* | QML: Consistently check for debugger before loading cache filesUlf Hermann2019-10-244-18/+7
* | Fix typoRobert Loehning2019-10-211-2/+2
* | Fix interface handling in bindingsFabian Kosmale2019-10-211-1/+11
* | QFlagPointer/QBiPointer: insert static assertions in addition to dynamicThiago Macieira2019-10-161-0/+16
* | QML: Extend QML loader thread's stack sizeErik Verbruggen2019-10-161-0/+3
* | Android: Fix crash in release modeBogDan Vatra2019-10-161-1/+2
* | Check for invalid context in QQmlContextPrivate::dropDestroyedQObjectUlf Hermann2019-10-161-0/+3
* | qqmlprivate.h: Fix include directiveFriedemann Kleint2019-10-141-1/+1
* | Fix float value binding to an integerTeemu Holappa2019-10-111-2/+3
* | Free dynamic metaobjects when destroying QQmlTypePrivateUlf Hermann2019-10-081-0/+2
* | 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
* | 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
|/ /
* | 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
* | 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
* | Merge dev into 5.14Kari Oikarinen2019-08-279-17/+102
|\ \
| * | Harmonize meta object revisions and minor versionsUlf Hermann2019-08-262-5/+5
| * | qqml.h: add qmlRegisterAnonymousTypeFabian Kosmale2019-08-211-2/+8