aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* 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-063-0/+67
* QQmlTypeLoader: Do some more sanity checks on file and path namesUlf Hermann2019-09-051-1/+3
* Implement lookups for qml type wrappersSimon Hausmann2019-09-053-3/+33
* Drop default parameter for qmlRegisterAnonymousTypeUlf Hermann2019-09-051-2/+2
* Use quiet NaNs instead of signalling onesEdward Welbourne2019-09-042-2/+2
* Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-09-043-31/+82
* QQmlType: Remove dead codeUlf Hermann2019-09-042-18/+0
* Allow semicolon after property declarationFabian Kosmale2019-09-031-7/+12
* Visit lists iteratively when parsing QMLUlf Hermann2019-09-021-35/+38
* Android multiarch supportBogDan Vatra2019-08-282-2/+10
* Merge dev into 5.14Kari Oikarinen2019-08-2712-19/+116
|\
| * Harmonize meta object revisions and minor versionsUlf Hermann2019-08-263-7/+7
| * qqml.h: add qmlRegisterAnonymousTypeFabian Kosmale2019-08-212-2/+18
| * Postpone the deprecation warning for Connections onFoo until 5.15Ulf Hermann2019-08-211-0/+2
| * 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
* | QQmlBind: Fix qdoc warningFriedemann Kleint2019-08-211-1/+1
* | qqmlconnections.cpp: Fix deprecation warning about QStringFriedemann Kleint2019-08-211-1/+2
|/
* Allow Connections to handle signals using JavaScript functionsUlf Hermann2019-08-163-3/+77
* Adapt usage of QMetaCallEvent to changes in QtCoreVolker Hilsheimer2019-08-131-10/+6
* Fix unused captured 'this' warningYulong Bai2019-08-071-1/+1
* Fix undeclared 'memcpy' identifierYulong Bai2019-08-071-0/+1
* Fix tests in qtquickcontrols 1 and 2Simon Hausmann2019-08-071-26/+1
* Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-316-12/+10
* 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-266-52/+188
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-242-3/+14
| |\
| | * Do not search for Singletons from more recent versionsFabian Kosmale2019-07-231-1/+12
| | * Doc: fix code snippetPaul Wicking2019-07-191-1/+1
| | * Doc: Fix typos in code snippetsPaul Wicking2019-07-181-2/+2
| * | Doc: Add comment on evaluation order bindingsNico Vertriest2019-07-191-0/+3
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.12-merge-5.13"Edward Welbourne2019-07-171-3/+9
| |\ \
| | * | 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
| * | | V4: Add label for loop in spread in ArrayPatternErik Verbruggen2019-07-171-1/+2
| |/ /
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-122-46/+162
| |\|
| | * Fix promise chainingFabian Kosmale2019-07-102-46/+162
* | | Support top level generator functionsFabian Kosmale2019-07-235-7/+19
* | | Fix nullptr handling in bindingFabian Kosmale2019-07-221-2/+10
* | | Introduce qmlRegisterSingletonInstanceFabian Kosmale2019-07-194-2/+131
* | | Fix tst_qqmllocale::timeZoneUpdated() test on AndroidJan Arve Sæther2019-07-181-1/+1
* | | Lower severity of nullptr error handling for qmlRegisterSingletonFabian Kosmale2019-07-181-5/+8
* | | Add support for implicit module importsSimon Hausmann2019-07-176-0/+43