aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove some unused classes from the v8 APILars Knoll2013-05-211-1/+2
* | Remove unused engine pointer in QQmlLocaleDataSimon Hausmann2013-05-101-2/+0
* | Port the of qml locale getters to V4 accessorsSimon Hausmann2013-05-091-69/+50
* | Ported over a few more locale functionsSimon Hausmann2013-05-091-24/+15
* | Begin implement C++ style wrappers in QQmlLocaleSimon Hausmann2013-05-091-7/+16
* | Replace V8 resource in QQmlLocale with managed subclassSimon Hausmann2013-05-081-23/+40
* | Converted remaining regular QQmlLocale functions to QV4Simon Hausmann2013-05-081-28/+28
* | Convert qqmllocale to use QV4::PersistentValueLars Knoll2013-05-081-4/+3
* | Converted the remaining locale extensions to Date and String protos to V4Simon Hausmann2013-05-071-199/+113
* | Get rid of QV8Engine::qtDateTimeFromJsDateSimon Hausmann2013-05-071-3/+3
* | Inject the QML Number extensions directly into the Number proto and ctorSimon Hausmann2013-05-071-31/+6
* | Ported locale extensions to the Number prototype to SimpleCallContextSimon Hausmann2013-05-071-39/+42