aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-08-1528-111/+376
|\
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-08-0927-85/+375
| |\
| | * 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
| * | | | Fix tests in qtquickcontrols 1 and 2Simon Hausmann2019-08-071-26/+1
* | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-24125-3677/+5339
|\| | | |
| * | | | Remove module registration related Qt version #ifdefsSimon Hausmann2019-07-222-27/+0
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-07-1710-110/+153
| |\| | |
| | * | | Add support for implicit module importsSimon Hausmann2019-07-176-0/+43
| | * | | Clean up import resolution handlingSimon Hausmann2019-07-165-58/+81
| | * | | QML Grammar: deduplicate semicolon rulesFabian Kosmale2019-07-151-52/+29
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-07-12121-3498/+5106
| |\| | |
| | * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-123-1/+18
| | |\| |
| | | * | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-053-3/+25
| | | |\|
| | | | * Create a URL from the import string before adding the qmldir pathUlf Hermann2019-07-031-1/+5
| | | | * QQmlAdapterModel: Guard items against deletion during notificationUlf Hermann2019-07-031-2/+8
| | | | * QQmlComponent: Check for existence of engineFabian Kosmale2019-07-031-0/+12
| | * | | Split compiler and runtime more clearlyUlf Hermann2019-07-1142-101/+309
| | * | | Move BindingPropertyData into ExecutableCompilationUnitUlf Hermann2019-07-116-9/+8
| | * | | Disentangle includes and namespacesUlf Hermann2019-07-1121-209/+233
| | * | | Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-1141-2574/+3484
| | * | | Merge JSCodeGen and QQmlJSCodeGeneratorUlf Hermann2019-07-104-116/+74
| | * | | QQmlObjectCreator: Do not delete objects not owned by engineFabian Kosmale2019-07-101-2/+6
| | * | | Switch to FloatingPointShortest precision when convert from numeric type to s...Alexey Edelev2019-07-101-1/+1
| | * | | Make QV4::Function::runtimeString() constUlf Hermann2019-07-101-2/+2
| | * | | Allow generating debug instructions even if !qml_debugUlf Hermann2019-07-101-4/+0
| | * | | Fix docs to explain the new type syntax for QML methodsSimon Hausmann2019-07-106-27/+30
| | * | | Fix parsing of qml signals with multiple new-style type parametersSimon Hausmann2019-07-101-5/+17