aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcomponent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove internal method from public APILars Knoll2013-10-191-1/+1
* Make QQmlIncubatorPrivate refcountedLars Knoll2013-10-151-1/+1
* Make sure the incubated object survives the statusChanged callLars Knoll2013-10-151-6/+10
* Fix GC issue with incubatorsLars Knoll2013-10-151-19/+45
* Change exception handling APISimon Hausmann2013-10-021-4/+2
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-1/+1
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-10/+9
* Less QV4::Value usageLars Knoll2013-09-281-4/+4
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-6/+6
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-7/+12
* Doc: Updated imports, \qmlmodule, and \inqmlmodule versions in src/qml.Jerome Pasion2013-09-271-1/+1
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-23/+24
* Fix Persistent/WeakValue APILars Knoll2013-09-261-15/+19
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-221-2/+3
* Cleanup Object::define*Property APILars Knoll2013-09-221-4/+4
* Start using StringRef for parameter passingLars Knoll2013-09-221-3/+3
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-13/+4
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-6/+6
* Further work towards an exact GCLars Knoll2013-09-221-2/+3
* [new compiler] Fix JavaScript expressions in composite typesSimon Hausmann2013-09-201-4/+0
* [new compiler] Initial support for componentsSimon Hausmann2013-09-201-18/+2
* [new compiler] Implement setting object propertiesSimon Hausmann2013-09-201-0/+2
* [new compiler] Add support for finalization callbacksSimon Hausmann2013-09-201-3/+5
* [new compiler] Add support for id propertiesSimon Hausmann2013-09-201-1/+14
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-29/+38
|\
| * Initialize variablesLars Knoll2013-09-181-0/+4
| * Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-6/+6
| * Convert more methods to use ReturnedValueLars Knoll2013-09-181-6/+7
| * Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-15/+15
| * Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-4/+4
| * Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-4/+8
* | [new compiler] Implement proper type resolutionSimon Hausmann2013-09-131-1/+1
* | Fix error reporting timingSimon Hausmann2013-09-121-1/+6
* | Merge branch 'dev' of qtdeclarative into wip/v4Simon Hausmann2013-09-111-20/+21
|\|
| * Move CallData onto the JS stackLars Knoll2013-09-111-20/+21
* | Fix error reporting for wrong signal parameter declarationsSimon Hausmann2013-09-081-1/+1
* | Beginning of a new qml parserSimon Hausmann2013-09-081-5/+21
|/
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-1/+1
* change calling convention for JS function callsLars Knoll2013-09-021-8/+19
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-121-51/+52
|\
| * Doc: createObject: adapted description of exampleNico Vertriest2013-08-061-51/+52
* | Document parenting behaviour of delegates in QML ListView and Component.Tomasz Siekierda (sierdzio)2013-08-101-1/+2
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-221-4/+2
|\|
| * Doc: Fix documentation of ownership of in QmlComponent::createKai Koehne2013-07-031-4/+2
* | Get rid of the first half of QQmlGuard usageLars Knoll2013-07-051-1/+1
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-31/+38
|\|
| * Doc: Clarify object ownership of QObject* returned by QmlComponent::createKai Koehne2013-06-071-1/+9
| * Doc: corrections, spelling, and ListView requirements commentsDavid Fries2013-05-151-3/+2
| * Doc: Define Qt global object as a QML type and fix referring docsTopi Reinio2013-05-151-1/+1
| * Doc: Create links to Qt Quick 1Sze Howe Koh2013-04-241-1/+1