aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-2250-1857/+1820
* Convert QV4RegExp to new storage schemeLars Knoll2014-07-222-22/+32
* Move MemberData over to new storage layoutLars Knoll2014-07-224-11/+29
* Rename Managed::managedData() to d() to be consistentLars Knoll2014-07-2211-37/+37
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-2236-75/+72
* Convert sqldatabase to new data layoutLars Knoll2014-07-221-53/+71
* Convert QQuickParticleData to new data layoutLars Knoll2014-07-221-26/+31
* Convert QQuickRootItemMarker to new data layoutLars Knoll2014-07-222-4/+10
* Convert context2d to new data layoutLars Knoll2014-07-221-200/+220
* Fix QQmlDelegateModelChangeArrayLars Knoll2014-07-2214-256/+183
* Convert xmlhttprequest to new data layoutLars Knoll2014-07-221-124/+151
* Convert qqmlbuiltinfunctions to the new storage layoutLars Knoll2014-07-223-22/+34
* Convert QQmlValueTypeWrapper to the new storage schemeLars Knoll2014-07-222-60/+67
* Convert type wrapper to new data layoutLars Knoll2014-07-222-35/+47
* Convert qml locale object to new data layoutLars Knoll2014-07-223-26/+32
* Convert list wrapper to new storage layoutLars Knoll2014-07-222-25/+32
* Convert the context wrapper to the new storage layoutLars Knoll2014-07-222-36/+58
* Move VariantObject over to new storage layoutLars Knoll2014-07-225-31/+36
* Convert the incubator object to new storage layoutLars Knoll2014-07-221-37/+47
* Convert StringObject to new storage layoutLars Knoll2014-07-224-25/+32
* Convert String to the new storage layoutLars Knoll2014-07-226-109/+117
* Convert SequenceObject to new storage layoutLars Knoll2014-07-221-65/+74
* Convert the QML Binding wrapper to new data storageLars Knoll2014-07-222-22/+36
* Convert QObjectWrapper to new storage structureLars Knoll2014-07-222-58/+77
* Convert ObjectIterator to new storage schemeLars Knoll2014-07-223-20/+22
* Convert objects without own dataLars Knoll2014-07-224-4/+4
* Convert ErrorObject to new storage schemeLars Knoll2014-07-223-37/+40
* Convert DateObject over to new storage schemeLars Knoll2014-07-222-11/+13
* Convert ArrayObject over to the new storage schemeLars Knoll2014-07-222-2/+2
* Convert ArgumentsObject over to the new storage schemeLars Knoll2014-07-222-21/+29
* Convert RegexpObject to new storage schemeLars Knoll2014-07-222-36/+45
* Convert FunctionObject to new storage schemeLars Knoll2014-07-223-48/+57
* Convert Boolean and NumberObject to the new Data schemeLars Knoll2014-07-223-18/+20
* First step unifying data structuresLars Knoll2014-07-222-15/+21
* Move ArrayData over to new data layoutLars Knoll2014-07-229-252/+283
* Convert ArgumentsObject to new data layoutLars Knoll2014-07-222-40/+63
* Convert ObjectIterator to new data layoutLars Knoll2014-07-222-9/+17
* Convert RegExp and RegExpObject to new data layoutLars Knoll2014-07-225-97/+123
* Convert the remaining classes in functionobject.hLars Knoll2014-07-223-27/+42
* Move data of FunctionObject into an inner structLars Knoll2014-07-229-79/+90
* Convert Boolean, Number and DateObjectLars Knoll2014-07-227-74/+101
* Move object data into internal structureLars Knoll2014-07-2214-229/+240
* Move string data into subclassLars Knoll2014-07-227-99/+115
* Move Managed data into it's own subclassLars Knoll2014-07-2242-354/+356
* Get rid of different macros for vtable specializationsLars Knoll2014-07-2227-108/+55
* Use Members for storing the bound arguments in BoundFunctionLars Knoll2014-07-225-12/+18
* Avoid calling destroy() on most objectsLars Knoll2014-07-2232-102/+88
* Fix Scoped<T> constructors/assignment operators that take a T*Simon Hausmann2014-07-222-3/+12
* Don't allow a filtering item to block other filtering items.Andrew den Exter2014-07-221-9/+9
* qml: Make ownership of CompiledUnit more clearHolger Hans Peter Freyther2014-07-214-8/+7