aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Further cleanupsLars Knoll2015-09-1512-36/+29
* Refactor TestHTTPServer.Friedemann Kleint2015-09-152-95/+96
* 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-143-0/+56
* QQuickTextPrivate: export as Q_QUICK_PRIVATE_EXPORTLiang Qi2015-09-141-1/+1
* Fix autotestsLars Knoll2015-09-144-10/+12
* 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-089-57/+54
* 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-074-4/+4
* qml/qmlscene: Add command line option -no-scaling for Qt::AA_NoHighDpiScaling.Friedemann Kleint2015-09-072-0/+6
* Doc: Fixed several link errorsNico Vertriest2015-09-075-6/+5
* 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-055-1/+14
* Allocate QML defined properties without extra roomFrank Meerkoetter2015-09-053-11/+22
* QQuickView/QQuickWidget::errors(): fix crashJ-P Nurmi2015-09-034-2/+7
* CleanupFrank Meerkoetter2015-09-031-2/+2
* Temporarily blacklist importsPath change on Windowsv5.6.0-alpha1Simon Hausmann2015-09-031-0/+2
* Photosurface demo: add Shortcuts for open and quit, tooltip for openShawn Rutledge2015-09-031-4/+42
* Shortcut: add sequenceString propertyShawn Rutledge2015-09-033-0/+19
* Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann2015-09-029-4/+113
|\
| * Don't consider QLocale a value type.Mitch Curtis2015-09-023-1/+62