aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | Don't push new QML contexts onto the context stackLars Knoll2015-09-084-5/+6
| * | QV4Include doesn't need a contextdataLars Knoll2015-09-082-8/+4
| * | Refactor the way we declare signal parameter namesLars Knoll2015-09-087-24/+48
| * | Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-088-56/+53
| * | Fix regression in ObjectProto.getOwnPropertyDescriptorLars Knoll2015-09-081-4/+4
| * | Avoid crashing when not having a screen for the contextLaszlo Agocs2015-09-081-1/+1
| * | QQuickText: add a protected constructorLiang Qi2015-09-082-0/+9
| * | Add Q_DECL_OVERRIDE to qsgbatchrenderer_p.hAlbert Astals Cid2015-09-081-3/+3
| * | Doc: Corrected link errorsNico Vertriest2015-09-073-3/+3
| * | Doc: Fixed several link errorsNico Vertriest2015-09-074-5/+4