aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Update documentationAlan Alpert2012-03-2710-15/+48
* Remove QObject parenting from QQmlAbstractBoundSignal.Michael Brasser2012-03-266-45/+77
* Use QQmlAbstractBoundSignal where appropriate.Michael Brasser2012-03-264-11/+6
* 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
* QmlEngineDebugService: Rename service to QmlDebuggerAurindam Jana2012-03-192-3/+4
* QmlProfiler: Make sure there's minimal overhead when not enabledKai Koehne2012-03-191-7/+1
* QmlProfiler: Do not log expression for bindingKai Koehne2012-03-191-2/+0
* Notify QQJSE::DW of expression deletion during dtorChris Adams2012-03-191-0/+2
* When clearing an incubator also clear incubators it is waiting for.Martin Jones2012-03-191-0/+4
* Fix bug in v4 strict equality.Michael Brasser2012-03-156-13/+103
* Small LSB hacksHarald Fernengel2012-03-151-0/+13
* Allow threaded compilation in an async LoaderMartin Jones2012-03-156-25/+125
* Fix crash caused by dereferencing collected v8 dataChris Adams2012-03-154-13/+30
* Remove binding dependency on QQmlExpressionAaron Kennedy2012-03-1519-429/+361
* Ensure that dynamic property storing QObject ptr notifies on deleteChris Adams2012-03-153-11/+47
* Let V8 throw the exception when QML property lookup failsKent Hansen2012-03-141-12/+6
* Use the same ReferenceError message wording as V8Kent Hansen2012-03-141-2/+2
* Debugger: Print informational messages via qDebugKai Koehne2012-03-141-1/+1
* Fix AND expression in v4Luis Gabriel Lima2012-03-141-3/+9
* Support module api objects in v4.Michael Brasser2012-03-147-0/+109
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-1314-146/+146
* Fix crash when writing property after engine deletionChris Adams2012-03-131-1/+2
* Move binding and expression classes to separate filesAaron Kennedy2012-03-1315-869/+1333
* include header correctlyCharles Yin2012-03-131-1/+1
* Fix v4 nested object access bug.Michael Brasser2012-03-121-3/+4
* Add two argument Math.min and Math.max support to v4.Michael Brasser2012-03-126-0/+70
* Add Math.ceil and Math.abs support to v4.Michael Brasser2012-03-126-0/+46
* Remove undefined method.Stephen Kelly2012-03-121-1/+0
* Don't grow container when desired size is knownJoão Abecasis2012-03-091-11/+14
* Fix typo.Michael Brasser2012-03-091-1/+1
* Fix crash in listmodel when data is assigned incorrectly.Glenn Watson2012-03-091-7/+11
* Keep high-level intermediate representation for IR::BINOPs.Roberto Raggi2012-03-092-24/+17
* Remove non explicitly typed IR::CONST() nodes.Roberto Raggi2012-03-093-33/+28