aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-6/+6
* | Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-1/+1
* | Fix compilation with MSVC 2008 (and prospective Windows CE build fix)Simon Hausmann2013-08-221-1/+1
* | Fix qqmlecmascript::sequenceConversionThreads with aggressive GCSimon Hausmann2013-07-011-2/+2
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-4/+4
|\|
| * Doc: Define Qt global object as a QML type and fix referring docsTopi Reinio2013-05-151-2/+2
| * Doc: Qt Quick: Fix module name format (Pt 2/2)Sze Howe Koh2013-04-231-1/+1
| * Doc: Reassigned types and pages to their correct modules.Jerome Pasion2013-04-171-1/+1
* | Fix the first half of qqmllocale auto testsLars Knoll2013-06-181-2/+3
* | Stop using v4classgen for QQmlLocaleSimon Hausmann2013-06-131-8/+29
* | Convert more subclasses of Managed to the new casting schemeLars Knoll2013-05-311-10/+5
* | Remove template argument from MemberAccessorGetterSetter classLars Knoll2013-05-261-31/+48