aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Let pinchhandler operate on QQuickItem propertiesJan Arve Saether2016-12-274-71/+88
* Fixed bug in DragHandler when dragging in scaled coordinate systemJan Arve Saether2016-12-271-4/+7
* more renaming QPointerUniqueId -> QPointingDeviceUniqueIdShawn Rutledge2016-12-271-3/+3
* Merge branch remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2016-12-20492-4873/+14408
|\
| * Keys: add shortcutOverride signalMitch Curtis2016-12-185-1/+171
| * Add pressAndHoldInterval to MouseAreaOlivier JG2016-12-166-2/+111
| * Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-14299-4262/+5332
| |\
| | * Example: correction initialization fields Header.qmlNico Vertriest2016-12-131-8/+8
| | * Accept PUA characters, ZWNJ and ZWJ as input in TextInput/EditEskil Abrahamsen Blomfeldt2016-12-134-8/+12
| | * Minor optimizationLars Knoll2016-12-131-1/+1
| | * Optimize code in instanceOf() of FunctionObject::protoForConstructor()Lars Knoll2016-12-133-17/+17
| | * Micro optimizationLars Knoll2016-12-131-0/+7
| | * Streamline code allocating MemberDataLars Knoll2016-12-134-34/+12
| | * Optimize Arguments ObjectLars Knoll2016-12-133-3/+18
| | * Initialize idx in QV4::Lookup::indexedGetterFallback()Ulf Hermann2016-12-121-1/+1
| | * Example: Improve the localstorage exampleNico Vertriest2016-12-1212-173/+669
| | * Clean up the amount of init() methods on FunctionObjectLars Knoll2016-12-112-47/+7
| | * Get rid of SimpleScriptFunctionLars Knoll2016-12-116-94/+31
| | * Some smaller optimizations for indexed property accessLars Knoll2016-12-102-23/+47
| | * Avoid one additional check when retrieving the Heap object from a ValueLars Knoll2016-12-101-7/+7
| | * Get rid of QQmlJavaScriptExpression::setFunctionObject()Lars Knoll2016-12-093-14/+2
| | * Fix coding styleLars Knoll2016-12-091-10/+6
| | * Pass a QV4::Function to the QQmlBoundSignalExpression constructorLars Knoll2016-12-093-6/+6
| | * Avoid passing a FunctionObject to QQmlBinding::create()Lars Knoll2016-12-096-22/+10
| | * Directly store the referenced QV4::Function pointer in the binding functionLars Knoll2016-12-093-26/+3
| | * Fix the init() function in Heap::FunctionObjectLars Knoll2016-12-091-1/+2
| | * Don't store a source location in the QQmlBindingFunction anymoreLars Knoll2016-12-096-19/+5
| | * Add a setSourceLocation() methodLars Knoll2016-12-092-1/+9
| | * Get rid of FunctionObject::createQmlFunctionLars Knoll2016-12-097-37/+23
| | * Don't create a FunctionObject in createQmlBinding()Lars Knoll2016-12-093-53/+2
| | * Avoid the creation of a FunctionObject for most bindingsLars Knoll2016-12-095-3/+30
| | * Don't store a FunctionObject in QQmlJavaScriptExpression anymoreLars Knoll2016-12-092-18/+29
| | * Limit access to m_function to QQmlJavaScriptExpressionLars Knoll2016-12-095-10/+28
| | * Don't create a QML function is the signal parameters are invalidLars Knoll2016-12-092-4/+4
| | * Remove some dead codeLars Knoll2016-12-091-4/+0
| | * Avoid using the FunctionObject in QQmlJavaScriptExpression::evaluate()Lars Knoll2016-12-091-3/+10
| | * Change signature of QQmlBinding::create to take a FunctionObject *Lars Knoll2016-12-096-7/+7
| | * Mostly use the QV4::Function in javascript expressionsLars Knoll2016-12-096-35/+30
| | * Qml Inspector: Avoid taking a QPointer of an object being deletedUlf Hermann2016-12-092-4/+2
| | * Bump QML cache file versionSimon Hausmann2016-12-091-1/+1
| | * Remove unused argumentLars Knoll2016-12-092-8/+4
| | * Get rid od ScriptFunction::init()Lars Knoll2016-12-092-7/+1
| | * Refactor the calling code for (Simple)ScriptFunctionLars Knoll2016-12-096-106/+93
| | * Minor cleanupLars Knoll2016-12-091-5/+6
| | * Add sourceLocation() accessor to QQmlJavascriptExpressionLars Knoll2016-12-095-15/+9
| | * Move the check whether a function is simple to QV4::FunctionLars Knoll2016-12-092-6/+12
| | * Avoid some copies of Values on the JS stackLars Knoll2016-12-092-12/+10
| | * tst_QQuickPathView, tst_QQuickListView: Fix compiler warningsFriedemann Kleint2016-12-082-87/+144
| | * QQuickSpriteEngine: Optimistic speedup for updateSpritesRobin Burchell2016-12-082-6/+7
| | * qmlplugindump: avoid warningsMarco Benelli2016-12-081-4/+7