aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-087-64/+152
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-067-55/+42
| |\
| | * Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-242-10/+10
| | |\
| | | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-242-10/+10
| | | |\
| | | | * Fix outdated FDL license headerKai Koehne2017-10-172-10/+10
| | * | | clang-cl: Fix warnings about non-portable #include resolutionFriedemann Kleint2017-10-241-1/+1
| | |/ /
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Liang Qi2017-10-044-44/+31
| | |\|
| | | * ObjectModel: provide unique move IDsJ-P Nurmi2017-09-261-3/+3
| | | * Fix use-after-free when clear()ing all elements from a ListModelErik Verbruggen2017-09-223-41/+28
| * | | Allow assigning functions in ListElementMichael Brasser2017-10-243-9/+114
* | | | Change signature for call/callAsConstructorLars Knoll2017-11-071-3/+3
* | | | Further cleanup JSCallDataLars Knoll2017-11-071-3/+3
* | | | Simplify JSCallData constructionLars Knoll2017-11-071-3/+3
* | | | Get rid of JSCallData::call()Lars Knoll2017-11-071-13/+13
* | | | Rename JSCall to JSCallDataLars Knoll2017-11-071-3/+3
* | | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-225-19/+49
|\| | |
| * | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-2/+2
| |/ /
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-204-17/+47
| |\|
| | * Fall back to the ObjectWrapper for model advanceIteratorAndy Shaw2017-09-151-1/+4
| | * Fix use-after-free when removing elements from a ListModelErik Verbruggen2017-09-143-7/+27
| | * Fix crashes with closures created in QML componentsLars Knoll2017-09-062-9/+16
* | | Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-192-2/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendSimon Hausmann2017-09-081-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-051-2/+2
| |\|
| | * Doc: Fix capitalization in section titlesTopi Reinio2017-08-291-2/+2
* | | Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-13/+13
* | | Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* | | Move CallContext construction into a interpreter instructionLars Knoll2017-09-011-2/+2
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-223-11/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-3/+3
| |\|
| | * Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-021-3/+3
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-281-7/+3
| |\|
| | * Do not (dis)connectNotify on dynamically created model item objectsErik Verbruggen2017-07-251-7/+3
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-1/+1
| |\|
| | * Fix ObjectModel::move() to mark the changes as movesJ-P Nurmi2017-06-291-1/+1
* | | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-083-31/+33
* | | Change function signatures for call/construct backLars Knoll2017-08-042-12/+11
* | | Simplify and unite handling of activation objects in ContextsLars Knoll2017-07-051-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-062-0/+2
|\|
| * Fix QML Connections element ignoring the enabled propertyThomas McGuire2017-05-171-0/+1
| * Add missing breakThiago Macieira2017-05-041-0/+1
* | Fix stringsJarek Kobus2017-05-171-2/+2
* | QQmlListModel: Optimize model updatesArnaud Vrac2017-05-052-6/+11
* | QQmlComponent: Move incubateObject from QQmlDelegateModel to QQmlComponentPri...Robin Burchell2017-05-032-30/+3
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-0210-0/+18
|\|
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-2610-0/+18
* | QQmlConnections: Don't crash (or read past bounds) if a silly prop name is givenRobin Burchell2017-04-131-3/+2
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-111-7/+4
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-111-7/+4
| |\
| | * Avoid access to declarativeData when isDeletingChildren is setBernhard Übelacker2017-04-101-7/+4