aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Persistent/WeakValue APILars Knoll2013-09-261-3/+5
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-221-2/+4
* Cleanup Object::define*Property APILars Knoll2013-09-221-36/+36
* Further work towards an exact GCLars Knoll2013-09-221-3/+23
* Merge branch 'stable' into devSergio Ahumada2013-09-191-29/+29
|\
| * Doc: Move properties of Locale QML type to correct moduleTopi Reinio2013-09-171-29/+29
* | Convert more methods to return a Returned<>Lars Knoll2013-09-181-4/+6
* | Convert a few more methods in ExecutionEngine to use protected pointersLars Knoll2013-09-181-6/+6
* | Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-2/+2
* | Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-89/+89
* | Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-6/+6