aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Inline property data into the objectLars Knoll2015-09-225-35/+114
* QV4_MM_STATS was missing largeItem detailsFrank Meerkoetter2015-09-221-0/+5
* Make QML composite types inherit enumsJ-P Nurmi2015-09-219-15/+48
* Remove some dead codeSimon Hausmann2015-09-214-56/+10
* TextEdit: selectedTextChanged not emitted when calling select 2nd timeDan Cape2015-09-212-4/+17
* Add DataView unsigned integer getter/setters with correct casingsNobuaki Sukegawa2015-09-211-6/+14
* ListView: Set currentItem's culled state on geometry changeGabriel de Dietrich2015-09-211-0/+9
* Fix typo in scenegraph documentationMitch Curtis2015-09-211-1/+1
* QmlDebug: Make sure debug server knows connection before any messagesUlf Hermann2015-09-211-15/+9
* Add const & to a few iteratorsAlbert Astals Cid2015-09-211-6/+6
* Improve QQuickTextureFactory::textureFactoryForImage docuAlbert Astals Cid2015-09-211-1/+3
* Remove getterFrank Meerkoetter2015-09-162-3/+2
* Adapt to the new QV4::MemberData APIFrank Meerkoetter2015-09-161-2/+1
* Adapt to the new QV4::MemberData APIFrank Meerkoetter2015-09-161-1/+1
* Get rid of propertyAt in ObjectLars Knoll2015-09-153-17/+53
* Replace __getPropertyDescriptor__ with a getValueOrSetter callLars Knoll2015-09-153-37/+46
* Don't return Property * from ArrayData::insertLars Knoll2015-09-153-10/+9
* Further reduce usage of PropertyLars Knoll2015-09-154-30/+35
* Simplify Object::getValueLars Knoll2015-09-156-20/+24
* Simplify Object::putValue()Lars Knoll2015-09-154-5/+8
* CleanupLars Knoll2015-09-153-8/+8
* Encapsulate the remaining direct accesses to Object::memberDataLars Knoll2015-09-152-6/+18
* CleanupsLars Knoll2015-09-159-80/+79
* Further cleanupsLars Knoll2015-09-1512-36/+29
* Don't compute the QString whenever we need to know the v4 string lengthAleix Pol2015-09-151-1/+1
* Remove quotes from debug connector error messagesUlf Hermann2015-09-151-3/+3
* Introduce QQuickPaintedItem::textureSize and support HighDpi.Gunnar Sletta2015-09-156-42/+137
* Fix typoLars Knoll2015-09-152-4/+4
* Rename currentExecutionContext to currentContextLars Knoll2015-09-1513-53/+53
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-1519-134/+113
* Get rid of Scope.sizeLars Knoll2015-09-151-57/+0
* Store the stack of executioncontext's on the JS stackLars Knoll2015-09-1511-97/+100
* Reduce usage of context->parentLars Knoll2015-09-153-25/+26
* Explicitly push/pop ExecutionContextsLars Knoll2015-09-157-12/+13
* Cleanup the ExecutionContextSaverLars Knoll2015-09-157-31/+31
* Get rid of the qmlContextObject methodLars Knoll2015-09-152-10/+6
* Remove qml context related methods from QQmlV4FunctionLars Knoll2015-09-152-3/+1
* Handle TouchCancel events in MultiPointTouchArea.Andrew den Exter2015-09-151-0/+6
* Fix MouseArea stealing mouse grab after release.Andrew den Exter2015-09-151-0/+1
* Move all bools of painternode to the end as bitfieldsGunnar Sletta2015-09-152-13/+13
* Update QQuickPaintedItem::FastFBOResizing docs.Gunnar Sletta2015-09-151-5/+6
* Implement QQmlListModel::setData()Tobias Koenig2015-09-142-0/+25
* QQuickTextPrivate: export as Q_QUICK_PRIVATE_EXPORTLiang Qi2015-09-141-1/+1
* Indicate that QuickTestLib is runningLaszlo Agocs2015-09-091-0/+2
* Remove unused variableLars Knoll2015-09-091-7/+1
* Smaller cleanupLars Knoll2015-09-093-3/+9
* Centralize access to qml contextLars Knoll2015-09-091-11/+10
* Pass a QmlContext to QV4::Script instead of a contextwrapperLars Knoll2015-09-097-37/+45
* QQuickWidget: do not render when there is no fbo due to no sizeLaszlo Agocs2015-09-081-0/+5
* Pass the correct QML context as scope to the binding wrapperLars Knoll2015-09-081-9/+6