aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcomponent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove QQmlV4HandleUlf Hermann2019-04-101-2/+0
* Documentation: Start using the \nullptr macroFriedemann Kleint2019-01-211-4/+4
* Hold internal reference to incubator object while incubatingMichael Brasser2018-10-261-7/+11
* Doc: Remove references to Qt Quick 1Kai Koehne2018-10-011-2/+0
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-5/+5
* Remove support for iterating over the proto chain from ObjectIteratorLars Knoll2018-08-021-1/+1
* Add QQmlEngine getter to QQmlComponentFrederik Gladhorn2018-07-311-2/+13
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-251-2/+2
|\
| * Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-251-2/+2
| |\
| | * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-2/+2
* | | Add Proxy support for prototype handlingLars Knoll2018-06-251-1/+1
|/ /
* | Allow partial creation of more than 10 QQmlComponent instancesRichard Weickelt2018-05-181-13/+2
* | Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-7/+4
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-1/+1
|/
* 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