aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann7 days1-2/+2
* QtQml: Make QLocale an actual value typeUlf Hermann2024-03-021-375/+149
* doc: Use \value rather than \li for enumeration values and constantsShawn Rutledge2023-03-281-41/+33
* qmllocale: fix build when deprecated APIs are disabledYuhang Zhao2023-03-161-4/+8
* Route Qt::TimeSpec usage via QTimeZoneEdward Welbourne2022-12-111-2/+3
* Locale: add toString functionsMitch Curtis2022-10-241-0/+120
* Port from container::count() and length() to size()Marc Mutz2022-10-071-2/+2
* QtQml: Remove unused includes in qml, final partSemih Yavuz2022-09-141-1/+0
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Add support for QLocale::nativeTerritoryNameMårten Nordheim2022-03-151-0/+12
* Suppress QLocale::nativeCountryName deprecationMårten Nordheim2022-03-091-1/+1
* Make QDate handling consistent in its use of UTCEdward Welbourne2021-05-181-3/+3
* Expose formattedDataSize() in QML Locale typeMitch Curtis2021-03-131-0/+50
* docs: Fix documentation of the Locale numberOptions propertyShawn Rutledge2021-02-191-1/+1
* Doc:: Fix documentation warnings for Qt QMLTopi Reinio2020-11-051-1/+1
* Allow proper registration of value typesUlf Hermann2020-09-231-8/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-191-2/+2
|\
| * Fix deprecation warning against QDateTime(QDate)Edward Welbourne2020-02-181-2/+2
* | Make QtQml work with the latest changes in qtbaseLars Knoll2020-01-141-1/+1
|/
* Locale: expose NumberOptions to QMLFabian Kosmale2019-12-051-0/+28
* 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