aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4/qv4managed_p.h
Commit message (Expand)AuthorAgeFilesLines
* Restructure source codeLars Knoll2013-08-081-321/+0
* Fix build with msvc2010 in 32-bit modeSimon Hausmann2013-06-261-24/+6
* Fix module name (QtQml) in the license headerSergio Ahumada2013-06-241-2/+2
* Remove the context argument from Managed::callLars Knoll2013-06-221-3/+3
* Remove the context argument from Managed::constructLars Knoll2013-06-221-3/+3
* Remove context parameter from Manged::put.Lars Knoll2013-06-221-3/+3
* Remove the context argument from Managed::putIndexedLars Knoll2013-06-221-3/+3
* Remove context parameter from Managed::get()Lars Knoll2013-06-221-2/+2
* Remove context parameter from Managed::getIndexedLars Knoll2013-06-221-2/+2
* Remove the ExecutionContext parameter from Managed::get/setLookupLars Knoll2013-06-221-8/+8
* Remove the context argument from Managed::hasInstance()Lars Knoll2013-06-221-4/+4
* Remove the context argument from Managed::delete(Indexed)PropertyLars Knoll2013-06-211-6/+6
* Rework QObject deletion mechanismSimon Hausmann2013-06-131-0/+32
* Implement objectiterator on top of an iterator method in the vtblSimon Hausmann2013-06-111-0/+7
* Cleanup: Get rid of dynamic property enumerator callbacks in QV4::ObjectSimon Hausmann2013-06-101-2/+7
* Fold the qv4jsonwrapper into the json objectLars Knoll2013-06-031-3/+0
* Port QObject bindings to use new castSimon Hausmann2013-06-021-2/+0
* Convert more subclasses of Managed to the new casting schemeLars Knoll2013-05-311-31/+2
* Move Variant and QtObject over to new casting schemeLars Knoll2013-05-311-5/+0
* Start converting casting of Managed to subtypes to a better schemeLars Knoll2013-05-311-24/+34
* Get rid of v8::UserObjectComparisonCallbackLars Knoll2013-05-311-2/+7
* Port the list wrapper over to v4Lars Knoll2013-05-311-1/+4
* Port the value type wrapper over to use V4Lars Knoll2013-05-301-1/+4
* Port the type wrapper over to v4Lars Knoll2013-05-301-3/+6
* Move v8contextwrapper implementation over to v4.Lars Knoll2013-05-301-3/+6
* Convert builtin methods from v8 to v4Lars Knoll2013-05-271-1/+7
* Get rid of Get/SetHiddenValue in the v8 APILars Knoll2013-05-241-1/+2
* Replace QV8QObjectResource with QV4::QObjectWrapperSimon Hausmann2013-05-231-0/+3
* Port the rest of the sequence types to V4Simon Hausmann2013-05-211-10/+8
* convert QV8VariantWrapper to v4Lars Knoll2013-05-171-1/+6
* First step towards porting sequence wrappers to V4Simon Hausmann2013-05-151-1/+23
* Initial port of JS canvas bindings to use QV4::Object subclass instead of V8 ...Simon Hausmann2013-05-101-1/+4
* Replace V8 resource in QQmlLocale with managed subclassSimon Hausmann2013-05-081-2/+8
* Move the internalClass pointer from Object to ManagedLars Knoll2013-05-061-2/+8
* Remove the old v4 and rename v4vm to v4Simon Hausmann2013-04-291-0/+257