aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcomponent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when QML engine warning handler feeds errors back into QMLSimon Hausmann2018-04-091-2/+1
* Improve documentation on component creation contextMichael Brasser2018-03-081-0/+3
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-16/+16
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-061-15/+20
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-15/+20
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-15/+20
| | |\
| | | * 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-211-1/+1
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-2/+1
|/ / /
* | | Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-17/+17
* | | Bring back markObjects(), this time generatedLars Knoll2017-11-141-1/+1
* | | Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-081-11/+25
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241-11/+25
| |\|
| | * Fix execution of deferred propertiesJ-P Nurmi2017-10-181-11/+25
* | | Further cleanup JSCallDataLars Knoll2017-11-071-1/+1
* | | Simplify JSCallData constructionLars Knoll2017-11-071-1/+1
* | | Get rid of JSCallData::call()Lars Knoll2017-11-071-4/+4
* | | Rename JSCall to JSCallDataLars Knoll2017-11-071-1/+1
* | | Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-1/+1
* | | Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-4/+4
* | | Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* | | Refactor context handlingLars Knoll2017-08-101-2/+1
* | | Avoid creating a separate Scope in the ExecutionContextSaverLars Knoll2017-08-081-1/+1
* | | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-13/+18
* | | Change function signatures for call/construct backLars Knoll2017-08-041-1/+1
|/ /
* | QQmlComponent: Move incubateObject from QQmlDelegateModel to QQmlComponentPri...Robin Burchell2017-05-031-0/+29
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-021-0/+2
|\|
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* | Add a set() method to HeapValue as wellLars Knoll2017-03-091-4/+4
* | Make all write operations to Pointer<> types go through a set() methodLars Knoll2017-03-091-2/+2
* | Make every member of a Heap object aware of its offset inside the objectLars Knoll2017-03-091-2/+2
* | Refactor how we define Heap objectsLars Knoll2017-03-091-5/+5
* | New mark table implementationLars Knoll2017-03-091-18/+10
|/
* Convert more builtin functions to the new calling conventionLars Knoll2017-01-251-32/+27
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-141-11/+0
|\
| * QML tooling: Make sure we signal object creation also from QQmlIncubatorUlf Hermann2017-01-111-11/+0
* | Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-111-2/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-8/+15
|\|
| * QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+1
| * QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-4/+5
| * QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-4/+9
* | Qml: add missing 'override'Anton Kudryavtsev2016-10-071-2/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-011-2/+4
|\|
| * QML: Make QV4::Heap::Pointer trivialErik Verbruggen2016-09-281-1/+1
| * QML: Replace QPointer with a QQmlQPointer (which is trivial)Erik Verbruggen2016-09-271-1/+3
* | Qml: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-201-2/+2
|/
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-1/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-2/+5
| |\
| | * QQmlComponent: fix handling of relative pathsDavid Faure2016-08-031-2/+5
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-021-1/+1
|\| |