aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Introduce functions to set properties during creationFabian Kosmale2019-08-196-10/+89
* | | Improve error message when setting to a property with unknown typeAleix Pol2019-08-231-7/+11
|/ /
* | Allow Connections to handle signals using JavaScript functionsUlf Hermann2019-08-161-0/+4
* | Adapt usage of QMetaCallEvent to changes in QtCoreVolker Hilsheimer2019-08-131-10/+6
* | Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-312-4/+4
* | Fix debug output for QQmlError when url is a resourceJan Arve Sæther2019-07-301-2/+3
* | Fix bug in QQmlEngine::setImportPathList() when it had a resource pathJan Arve Sæther2019-07-301-1/+3
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-262-4/+21
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-241-1/+12
| |\
| | * Do not search for Singletons from more recent versionsFabian Kosmale2019-07-231-1/+12
| * | Merge remote-tracking branch 'origin/5.12' into 5.12-merge-5.13Edward Welbourne2019-07-171-3/+9
| |\|
| | * Fix crashes in QQmlXMLHttpRequestPavel Tumakaev2019-07-131-3/+9
* | | Support top level generator functionsFabian Kosmale2019-07-231-1/+5
* | | Fix nullptr handling in bindingFabian Kosmale2019-07-221-2/+10
* | | Introduce qmlRegisterSingletonInstanceFabian Kosmale2019-07-193-0/+36
* | | Lower severity of nullptr error handling for qmlRegisterSingletonFabian Kosmale2019-07-181-5/+8
* | | Add support for implicit module importsSimon Hausmann2019-07-174-0/+29
* | | Clean up import resolution handlingSimon Hausmann2019-07-165-58/+81
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-122-1/+17
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-052-1/+17
| |\|
| | * Create a URL from the import string before adding the qmldir pathUlf Hermann2019-07-031-1/+5
| | * QQmlComponent: Check for existence of engineFabian Kosmale2019-07-031-0/+12
* | | Split compiler and runtime more clearlyUlf Hermann2019-07-113-1/+3
* | | Move BindingPropertyData into ExecutableCompilationUnitUlf Hermann2019-07-114-4/+4
* | | Disentangle includes and namespacesUlf Hermann2019-07-1110-8/+20