aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove last traces of QV8EngineUlf Hermann2019-05-081-1/+1
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-1/+1
* Fix toLocaleString implementations in (Typed)Array.prototypeLars Knoll2018-08-231-2/+2
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-251-1/+1
|\
| * Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-251-1/+1
| |\
| | * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* | | Add Proxy support for prototype handlingLars Knoll2018-06-251-1/+1
|/ /
* | Remove static localTZA variableLars Knoll2018-05-021-1/+1
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-1/+1
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-17/+17
* Convert QQmlLocale to the new builtin calling conventionLars Knoll2018-01-121-142/+142
* Convert Date methods to new calling conventionLars Knoll2017-11-131-9/+9
* Convert methods of Number to new calling conventionLars Knoll2017-11-131-1/+1
* Convert String methods to new calling conventionLars Knoll2017-11-131-2/+2
* Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-37/+37
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-92/+92
* 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