aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcomponent.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Doc: Qt Quick: Fix module name format (Pt 2/2)Sze Howe Koh2013-04-231-1/+1
| * Doc: Qt Quick: Fix module name format (Pt 1/2)Sze Howe Koh2013-04-231-1/+1
| * Doc: Qt QML: Fix module name formatSze Howe Koh2013-04-191-1/+1
| * Doc: Reassigned types and pages to their correct modules.Jerome Pasion2013-04-171-5/+5
| * Doc: Fixed whitespace in qqmlcomponent.cppJerome Pasion2013-04-171-39/+39
* | Remove the context argument from Managed::callLars Knoll2013-06-221-3/+3
* | Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-051-4/+4
* | Get rid of QV8Engine::toQObject and QV8QObjectWrapper::toQObjectSimon Hausmann2013-06-031-4/+8
* | Get rid of the QV4FUNCTION macro in qv8engine_p.hLars Knoll2013-06-031-0/+2
* | Convert qqmlcomponent to use v4 APILars Knoll2013-06-011-122/+124
* | Port Qt.include() over to v4Lars Knoll2013-05-241-1/+0
* | Move evaluateScript into QV4::ScriptLars Knoll2013-05-221-5/+6
* | Get rid of v8::IntegerLars Knoll2013-05-211-1/+1
* | Remove half the v8::TryCatch statementsLars Knoll2013-05-211-14/+12
* | Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-081-19/+19
* | Remove more v8::Persistent usagesLars Knoll2013-05-071-24/+18