aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-182-0/+3
|\
| * Fix memory leak with JS importsSimon Hausmann2018-02-092-0/+3
* | Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Simon Hausmann2018-02-158-90/+132
|\ \
| * \ Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-128-90/+132
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-074-14/+25
| | |\|
| | | * Fix memory leak with deferred propertiesSimon Hausmann2018-02-061-1/+2
| | | * Clean up manual refcounting of compilation unitsSimon Hausmann2018-02-064-13/+23
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-023-66/+95
| | |\|
| | | * Fix memory leak with value typesSimon Hausmann2018-02-021-0/+2
| | | * Fix dead lock / race in QML type loader when importing pluginsSimon Hausmann2018-02-021-66/+84
| | | * Disallow registration of types beginning with lowercase lettersMitch Curtis2018-01-311-0/+9
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-311-10/+12
| | |\|
| | | * Fix exposure of -1 as enum value in QML exposed C++ singletonsSimon Hausmann2018-01-311-10/+12
* | | | Fix typosJarek Kobus2018-02-141-1/+1
|/ / /
* | | doc: Fix qdoc warnings for templates and staticsMartin Smith2018-02-093-8/+9
* | | Remove unnecesary checksJesus Fernandez2018-02-071-2/+0
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-0614-221/+220
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-0214-221/+220
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2414-220/+218
| | |\|
| | | * Allow for currentQmlContext to be inlinedErik Verbruggen2018-01-182-6/+12
| | | * Optimize QQmlProperty constructor for the common property caseSimon Hausmann2018-01-171-66/+70
| | | * Speed up PropertyChange state applicationSimon Hausmann2018-01-172-0/+18
| | | * Prevent a QVector detachErik Verbruggen2018-01-171-1/+1
| | | * Revert "Allow canceling incubation"J-P Nurmi2018-01-176-49/+0
| | | * Have more bindingBits available inlineLars Knoll2018-01-172-43/+40
| | | * Constify QObject* argument to QQmlData::wasDeleted()Mitch Curtis2018-01-111-4/+4
| | | * Allow QQmlComponent::loadUrl() to load absolute URLs with relative pathsMitch Curtis2018-01-041-13/+19
| | | * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-216-39/+56
* | | | Lift restriction for type registrations in QML module pluginsSimon Hausmann2018-02-021-9/+1
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-0215-70/+58
|/ / /
* | | Get rid of internal QQmlPrivate::CachedQmlUnit interface part 1Simon Hausmann2018-01-284-30/+30
* | | Remove private API dependency of qmlcachegen generated codeSimon Hausmann2018-01-283-7/+8
* | | Add support for compiling QML/JS files ahead of time in resourcesSimon Hausmann2018-01-282-10/+5
* | | Convert XmlHttpRequest methods to new calling conventionLars Knoll2018-01-151-134/+134
* | | Convert methods in qqmlbuiltinfunctions.* to new calling conventionLars Knoll2018-01-122-309/+309
* | | Allow exported signal handlers for signals with revisionThomas Hartmann2018-01-124-11/+43
* | | Convert QQmlLocale to the new builtin calling conventionLars Knoll2018-01-122-185/+185
* | | Convert more builtin functions to use the new calling conventionLars Knoll2018-01-129-46/+46
* | | Add setContextProperties()Thomas Hartmann2018-01-122-0/+48
* | | Cleanup IdentifierHashLars Knoll2018-01-102-9/+9
* | | Simplify and cleanup code in QQmlContextLars Knoll2018-01-101-37/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-0910-35/+208
|\| |
| * | Fix regression with simple qsTr() bindings on non-string propertiesSimon Hausmann2018-01-091-2/+7
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Shawn Rutledge2018-01-049-33/+201
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-049-33/+201
| | |\|
| | | * Add a means to unregister custom qml typesAndy Shaw2017-12-012-0/+23
| | | * 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-251-1/+9
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-1/+9
| | | | |\
| | | * | | More fine-grained deferred property executionJ-P Nurmi2017-11-254-13/+113
| | | |/ /