aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Don't crash if calling a method on a QObject that has been gc()'dAaron Kennedy2012-04-032-5/+27
* Fix QML_BINDINGS_TEST and the V4 auto testsRoberto Raggi2012-04-032-4/+23
* Add Throw instruction to the V4 virtual machineRoberto Raggi2012-04-037-2/+49
* Fix constant folding for simple binary expressionRoberto Raggi2012-04-033-6/+33
* Add support for floating conversions.Roberto Raggi2012-04-036-12/+61
* Add floats to the high level IR type system.Roberto Raggi2012-04-034-3/+10
* Change V4 to explicitly use doubles to represent numbers.Roberto Raggi2012-04-0311-383/+298
* Use scope, not owner to look up enums in QQmlBoundSignal.Michael Brasser2012-04-034-11/+11
* Revert "Add QQmlBoundSignalNoParams"Michael Brasser2012-04-035-123/+12
* Allow objects created in QML with incubateObject to be destroyed.Michael Brasser2012-04-031-1/+2
* Debugger: Use "QML" also in macro namesKai Koehne2012-03-302-3/+3
* irrelevant qDebug removedSimjees Abraham2012-03-301-1/+0
* Improve the documentation of clearComponentCache()Matthew Vogt2012-03-301-3/+11
* Allow V8 bindings to be assigned to aliasesAaron Kennedy2012-03-306-56/+62
* Loosen shared binding testsAaron Kennedy2012-03-306-25/+42
* Fix warnings in qtdeclarative.Friedemann Kleint2012-03-302-7/+7
* Fix crash in QUrl-to-int conversion in v4Chris Adams2012-03-302-6/+5
* Use metaObjectForType in the v4 compiler.Michael Brasser2012-03-301-1/+1
* QmlDebugging: Send parent debug id with object infoAurindam Jana2012-03-292-4/+7
* Use minimal javascript expression for bound signalsChris Adams2012-03-2912-56/+197
* Re-order imports statements to import nested imports laterMatthew Vogt2012-03-293-18/+28
* The new QUrl has no need for the 0x100 special value.Thiago Macieira2012-03-281-2/+2
* Warn on incompatible v4 binding object typeMatthew Vogt2012-03-282-3/+37
* Debugger: Allow enabling of qml debugger without startup warningKai Koehne2012-03-272-5/+8
* Add QQmlBoundSignalNoParamsqt-v5.0.0-alpha1Michael Brasser2012-03-275-13/+125
* Update documentationAlan Alpert2012-03-2710-15/+48
* Remove QObject parenting from QQmlAbstractBoundSignal.Michael Brasser2012-03-267-67/+107
* Use QQmlAbstractBoundSignal where appropriate.Michael Brasser2012-03-265-13/+8
* Add templated module api registration functionChris Adams2012-03-266-16/+41
* Support registered QFlags in QML methods and signal handlers.Michael Brasser2012-03-262-10/+24
* Prevent the root object from being garbage collected.Michael Brasser2012-03-233-8/+13
* Allow literal enum to int property assignmentsChris Adams2012-03-211-3/+15
* Fix consistency of parsing ISO 8601 date strings.Andrew den Exter2012-03-211-0/+3
* Disable module api object support in v4.Michael Brasser2012-03-211-2/+2
* Support unregistered Qt namespace enums in QML methods.Michael Brasser2012-03-211-1/+12
* Support (registered) non-local enums for signal/slot params in QML.Michael Brasser2012-03-212-3/+10
* Fix compilation on QNX.Tobias Koenig2012-03-204-0/+16
* Make QVariant conversion for JS null type symmetricKent Hansen2012-03-203-4/+7
* Always enable value type support in v4.Michael Brasser2012-03-202-5/+1
* Support null -> QObject and QObject -> bool conversions in v4.Michael Brasser2012-03-204-0/+33
* Fix bitfield waste in QQmlContextDataMartin Jones2012-03-201-1/+1
* Allow parent to be specified for Qt.createComponentMatthew Vogt2012-03-201-5/+32
* Ensure JS files imported inside modules work correctlyMatthew Vogt2012-03-196-22/+67
* Fix compiler warnings in QQmlTypeKent Hansen2012-03-191-2/+2
* Fix typo in QQmlXMLHttpRequest::readEncoding()Kent Hansen2012-03-191-1/+1
* Remove refence to declarative in the docsLars Knoll2012-03-191-1/+1
* Debugger: Optimize message sending in v8 profilerKai Koehne2012-03-191-10/+11
* Debugger: Always disable v4 optimizer if v8 debugger is activatedKai Koehne2012-03-191-0/+2
* QmlEngineDebugService: Rename service to QmlDebuggerAurindam Jana2012-03-194-41/+58
* Debugger: Add optional 'host' argument to -qmljsdebuggerSimjees Abraham2012-03-192-14/+23