aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcomponent.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-1/+1
| |\|
| | * Fix documentation of Component.createObjectGiuseppe D'Angelo2016-07-261-1/+1
* | | Don't needlessly look up debug servicesUlf Hermann2016-07-271-5/+7
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-1/+1
* | | Expose QQmlComponentPrivate::setInitialProperties()J-P Nurmi2016-06-151-3/+3
* | | Use automatic refcounting for the compilation unit in QQmlComponentPrivate an...Simon Hausmann2016-06-031-10/+1
* | | Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-20/+18
* | | Remove "external" usages of QQmlCompiledData::engineSimon Hausmann2016-06-011-0/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-6/+18
|\| |
| * | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-6/+17
| |\|
| | * Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-181-6/+17
* | | CleanupSimon Hausmann2016-05-191-1/+1
* | | Introduce delegating constructors.Friedemann Kleint2016-05-061-14/+5
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-121-0/+7
|\|
| * QQmlComponent: mention errors when component is prematurely destructedMitch Curtis2016-02-101-0/+7
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-221-2/+2
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-2/+2
| |\
| | * Fix QQmlComponent::errors() documentationMitch Curtis2015-12-111-1/+1
| | * Fix link to QQmlError in QQmlComponent documentationMitch Curtis2015-12-101-1/+1
* | | Updated license headersJani Heikkinen2016-01-191-14/+20
|/ /
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-2/+2
|\|
| * Fix QQmlComponent::beginCreate documentationMitch Curtis2015-09-151-2/+2
* | Move remaining objects to new constructor syntaxLars Knoll2015-09-221-5/+4
* | Remove unused variableLars Knoll2015-09-091-7/+1