aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* TextInput & TextEdit: allow controls to override the implicit sizeJ-P Nurmi2015-09-064-11/+21
* Item views: Don't emit 'currentItemChanged' if the current item didn't really...Gabriel de Dietrich2015-09-051-1/+2
* Allocate QML defined properties without extra roomFrank Meerkoetter2015-09-053-11/+22
* QQuickView/QQuickWidget::errors(): fix crashJ-P Nurmi2015-09-032-2/+2
* CleanupFrank Meerkoetter2015-09-031-2/+2
* Shortcut: add sequenceString propertyShawn Rutledge2015-09-033-0/+19
* Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann2015-09-025-4/+27
|\
| * Don't consider QLocale a value type.Mitch Curtis2015-09-021-1/+2
| * Doc: broken links and missing doc for functionsNico Vertriest2015-09-023-2/+24
| * Fix hue clamping in Context2DLaszlo Agocs2015-08-241-1/+1
* | Doc: fix the "Grouped Properties" example snippetJ-P Nurmi2015-08-311-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-282-1/+8
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-212-1/+8
| |\|
| | * Doc: fix verb redundancySamuel Gaist2015-08-191-1/+1
| | * Fix memory leak when QQuickPixmapReply::Event is delete before being usedAlbert Astals Cid2015-08-191-0/+7
* | | XHR: Server side errors are not network errorsJulien Brianceau2015-08-271-1/+5
* | | Fix compiler warnings on recent clangLars Knoll2015-08-251-1/+1
* | | Create less BindingWrappersLars Knoll2015-08-254-31/+16