aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cleanup retrieval of scope and context objectsLars Knoll2015-06-1815-53/+50
* Cleanup signature of get/setProperty in the object wrapperLars Knoll2015-06-183-41/+36
* Add some typesafetyLars Knoll2015-06-185-12/+14
* Clean up ExecutionContext's for QMLLars Knoll2015-06-188-151/+218
* Get rid of QQmlIdObjectsArrayLars Knoll2015-06-183-59/+5
* Smaller cleanup in the context wrapperLars Knoll2015-06-183-14/+5
* Smaller cleanup to QQmlJavaScriptExpressionLars Knoll2015-06-185-21/+11
* Simplify property capturing codeLars Knoll2015-06-185-64/+49
* Fix some function signatures and remove an unused functionLars Knoll2015-06-184-46/+19
* QQmlBoundSignal doesn't need a vtableLars Knoll2015-06-181-1/+1
* Move setting the callback type for the endpoint to the constructorLars Knoll2015-06-184-11/+9
* Save another pointer in QQmlBoundSignalLars Knoll2015-06-184-10/+4
* No need to store the same data twiceLars Knoll2015-06-185-19/+9
* Don't store the qmlscope object in a persistentLars Knoll2015-06-185-16/+6
* Get rid of QQmlBoundSignalExpression::ExtraDataLars Knoll2015-06-182-137/+76
* Get rid of QQmlAbstractBoundSignalLars Knoll2015-06-186-63/+42
* Minor cleanupSimon Hausmann2015-06-171-2/+1
* Fix to debug flag DATABLOB_DEBUGTuomas Heimonen2015-06-171-1/+1
* Store a Heap::String pointer in StringObjectLars Knoll2015-06-177-26/+23
* Get rid of the tmpProperty in StringObjectLars Knoll2015-06-174-34/+34
* Fix Object::getOwnProperty APILars Knoll2015-06-175-27/+31
* Simplify QJSValueIterator code and make it GC safeLars Knoll2015-06-172-12/+10
* Fix the RegExpCache to be GC safeLars Knoll2015-06-174-14/+25
* Fix docs and remove an invalid ###Lars Knoll2015-06-171-4/+4
* Make QV4::Script GC safeLars Knoll2015-06-172-15/+12
* Store rootcontext in a GC safe wayLars Knoll2015-06-176-12/+12
* Remove another wrong commentLars Knoll2015-06-171-1/+0
* Export QQuickAbstractAnimationPrivateMichal Klocek2015-06-171-1/+1
* Remove two ### commentsLars Knoll2015-06-151-2/+0
* Fix the GC unsafe stack variable in StringifyLars Knoll2015-06-151-6/+11
* Fix another place where we were not compatible with a moving GCLars Knoll2015-06-151-15/+23
* Cleanup: Store a pointer to the engine not the contextLars Knoll2015-06-151-11/+11
* Fix GC problem with json conversion methodsLars Knoll2015-06-152-8/+20
* Fix some function signaturesLars Knoll2015-06-156-59/+57
* Remove unused typedefLars Knoll2015-06-151-2/+0
* Get rid of qv4qmlextensionsLars Knoll2015-06-157-127/+8
* QuickTest: Enable use of BLACKLIST fileCaroline Chao2015-06-153-2/+20
* Don't resolve the d-pointer when we don't use it.Ulf Hermann2015-06-153-4/+3
* Add QQuickWindow::TextureIsOpaque as option to createTextureFromImage.Gunnar Sletta2015-06-158-39/+66
* QQuickPositioner: move paddings into extraDataLiang Qi2015-06-152-55/+74
* QQuickTextEdit: move paddings into extraDataLiang Qi2015-06-152-53/+74
* QQuickTextInput: move paddings into extraDataLiang Qi2015-06-152-50/+70
* QQuickText: move padding into extraDataLiang Qi2015-06-152-18/+21
* Mark unused parameters as Q_UNUSEDUlf Hermann2015-06-143-0/+22
* Remove explicit marking of the typedarray constructorsLars Knoll2015-06-101-3/+0
* Get rid of TypedValueLars Knoll2015-06-104-104/+0
* Get rid of StringValue usage in QJSValueIteratorLars Knoll2015-06-103-15/+18
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-1031-265/+270
* Remove a global read-write QQmlBinding::Invalid variableLars Knoll2015-06-103-4/+4
* Save one more pointer on each bindingLars Knoll2015-06-103-15/+15