aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
| | * QQmlDelegateModel: add incubationStatus(), and use it to determine 'requested...Richard Moe Gustavsen2017-11-305-0/+29
| | * QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-306-20/+19
| | * Check linked contexts for context objects being deletedUlf Hermann2017-11-281-1/+4
| | * Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Liang Qi2017-11-252-1/+11
| | |\
| | | * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-232-1/+11
| | | |\
| | * | | More fine-grained deferred property executionJ-P Nurmi2017-11-254-13/+113
| | * | | Re-enable QML memory profilingUlf Hermann2017-11-235-20/+44
| | |/ /
| | * | Don't reject plugin-only qmldir filesUlf Hermann2017-11-221-2/+2
| | * | Fix URL interception for qmldir filesUlf Hermann2017-11-223-17/+59
* | | | Fix QQml_setParent_noEvent not to print undefined behavior errorsAlexandru Croitor2017-12-181-11/+5
|/ / /
* | | Fix QQmlImportsPrivate::resolvedUri()v5.10.0-rc3v5.10.0J-P Nurmi2017-11-301-4/+6
* | | Fix issue with circular singleton instantiationsv5.10.0-rc2Michael Brasser2017-11-281-1/+3
* | | Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-212-1/+11
|\ \ \ | | |/ | |/|
| * | Fix crash with dangling context object pointersAndy Shaw2017-11-141-0/+2
| * | Improve encapsulation of the the IR de-serialization from QtQuick CompilerSimon Hausmann2017-11-121-1/+9
| |/
* | Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-204-2/+13
|\ \
| * \ Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-11-132-1/+10
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-132-1/+10
| | |\|
| | | * Prevent the QML engine from registering circular dependenciesErik Verbruggen2017-11-062-1/+10
| * | | Doc: Update the list of highlighted examplesTopi Reinio2017-11-131-0/+2
| |/ /
| * | Check for duplication with url rather than uriMichael Brasser2017-11-081-1/+1
* | | Prevent crashes when profiling translation bindingsUlf Hermann2017-11-111-3/+8
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-061-0/+2
|\|
| * Fix crash with dangling context object pointersAndy Shaw2017-10-261-0/+2
* | Doc: Move the warning about manipulating QML objects from C++Venugopal Shivashankar2017-11-033-11/+9
* | Update to new QRandomGenerator APIThiago Macieira2017-11-032-2/+2
* | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta3Liang Qi2017-10-252-0/+3
|\|
| * Return "qnx" for Qt.platform.os when appropriateLiang Qi2017-10-242-0/+3
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-24168-650/+1762
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-24168-650/+1762
| |\|
| | * QQmlTypeLoader: Drain events before shutting down the threadUlf Hermann2017-10-201-10/+17
| | * Tell QQmlImportInstance::resolveType what kind of type we wantUlf Hermann2017-10-195-29/+66
| | * Fix execution of deferred propertiesJ-P Nurmi2017-10-186-31/+60
| | * Fix qdoc files to always use FDLKai Koehne2017-10-181-31/+18
| | * Fix outdated FDL license headerKai Koehne2017-10-1749-245/+245
| | * Fix outdated BSD license headerKai Koehne2017-10-17105-302/+1352
* | | clang-cl: Fix warnings about non-portable #include resolutionFriedemann Kleint2017-10-242-3/+3
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-157-13/+17
|\|
| * Merge remote-tracking branch 'origin/5.9.2' into 5.9Liang Qi2017-10-062-3/+3
| |\
| | * QQmlTypeLoader: The profiler is a quintptr(0) if QT_NO_QML_DEBUGGINGUlf Hermann2017-09-271-2/+2
| | * Merge 5.9 into 5.9.2Oswald Buddenhagen2017-09-254-41/+30
| | |\
| | * | Fix crash when using signal handlers on group propertiesThomas Hartmann2017-09-211-1/+1
| * | | Simplify compilation unit tracking in the execution engineSimon Hausmann2017-10-064-5/+9
| * | | QV4Engine: Don't cache compilation units to be unlinkedUlf Hermann2017-10-051-4/+2
| * | | Fix Number.isNaN sometimes returning false for NaNSimon Hausmann2017-10-041-1/+3
* | | | Doc: List relevant source files under each chapterVenugopal Shivashankar2017-10-051-0/+19
* | | | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Liang Qi2017-10-046-46/+33
|\| | |
| * | | Docs: remove empty table headersFrederik Schwarzer2017-10-031-2/+0
| * | | ObjectModel: provide unique move IDsJ-P Nurmi2017-09-261-3/+3
| | |/ | |/|
| * | Fix behaviors not working when sub-types declare propertiesSimon Hausmann2017-09-221-0/+2