aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Convert more builtin methods to the new calling conventionLars Knoll2017-01-251-239/+246
* Clean up Value::isString()/stringValue() combinationsLars Knoll2016-11-291-29/+35
* QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-22/+22
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-1/+1
* Move constructor objects onto the js stackLars Knoll2015-04-241-5/+5
* Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-6/+6
* More cleanupsLars Knoll2015-04-211-6/+6
* Get rid of asStringObject()Lars Knoll2015-04-171-2/+2
* Get rid of Value::asDateObject()Lars Knoll2015-04-161-3/+3
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-105/+105
* Get rid of most uses of ValueRefLars Knoll2015-01-231-2/+2
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-1/+1
* Remove v8engine dependency from qqmllocaleLars Knoll2015-01-081-4/+3
* Move extension mechanism over to use the v4 engineLars Knoll2015-01-081-10/+9
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-1/+1
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-6/+6
* Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-6/+6
* Move data of more Qml related objects into Heap namespace.Lars Knoll2014-11-101-0/+2
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Change the object allocation schemeSimon Hausmann2014-07-221-1/+1
* Convert String to new constructor syntaxLars Knoll2014-07-221-2/+2
* Convert regexpsLars Knoll2014-07-221-1/+1
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-126/+126
* Convert qml locale object to new data layoutLars Knoll2014-07-221-22/+22
* Fix remaining QQmlLocale auto-test failuresSimon Hausmann2014-04-081-2/+5
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-111-3/+6
|\
| * Updated documentation for QML Locale.measurementSystemAnders Gunnarsson2014-02-071-3/+6
* | Change virtual methods in ArrayData to take Object pointerLars Knoll2014-01-241-2/+2
* | Split ManagedVTable into two classesLars Knoll2014-01-211-1/+1
* | Add a SimpleArrayData classLars Knoll2014-01-201-4/+1
* | Allow assignment of a QML Locale object to a C++ QLocale property.Mitch Curtis2014-01-141-63/+14
* | Rework array handling for JS objectsLars Knoll2014-01-091-4/+5
* | Move array data into it's own structLars Knoll2014-01-031-4/+4
* | Move Managed::type and some flags into the vtableLars Knoll2014-01-031-1/+0
|/
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-1/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Simplify & speed up function callingLars Knoll2013-11-091-49/+49
* Better way of handling string additionsLars Knoll2013-11-041-2/+2
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-25/+51
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-27/+27
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-2/+2
* Remove Value::fromString()Lars Knoll2013-09-281-16/+16
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-1/+1
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-106/+106
* Doc: Updated imports, \qmlmodule, and \inqmlmodule versions in src/qml.Jerome Pasion2013-09-271-1/+1