aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-2523-77/+329
|\
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-255-12/+190
| |\
| | * Add changes file for 5.8.0v5.8.0-rc1Jani Heikkinen2016-12-091-0/+172
| | * change type of QQuickPointerDevice::uniqueId to QPointingDeviceUniqueIdShawn Rutledge2016-12-091-4/+5
| | * rename QPointerUniqueId -> QPointingDeviceUniqueIdShawn Rutledge2016-12-092-6/+5
| | * Calqlatr Example: Pass the third arg to the mapToItem() callsVenugopal Shivashankar2016-12-091-2/+3
| | * V4 Interpreter: reset the exception handler for every catch blockErik Verbruggen2016-12-081-0/+5
| * | Doc: minor grammar mistakeNico Vertriest2016-12-211-1/+1
| * | Example: corrected screenshot of the localstorage appNico Vertriest2016-12-213-1/+1
| * | qmlimportscanner: Output the relative path of a pluginFriedemann Kleint2016-12-201-14/+22
| * | Fix wrong grabbing behaviorFilipe Azevedo2016-12-201-0/+5
| * | ListView, GridView: fix missing keyNavigationEnabled propertyMitch Curtis2016-12-205-4/+35
| * | QmlProfiler: Don't create a new event ID for each binding instanceUlf Hermann2016-12-202-31/+30
| * | V4 Profiler: Don't delete compilation units when copying trace dataUlf Hermann2016-12-201-3/+2
| * | Q_CHECK_PTR QSGGeometry allocationsUlf Hermann2016-12-201-0/+1
| * | Q_CHECK_PTR the result of malloc() in batch rendererUlf Hermann2016-12-201-0/+1
| * | Doc: added support for JSON in localstorage documentationNico Vertriest2016-12-202-11/+41
* | | Fix Q_QUICK_SG_PROFILE macros in OpenVG renderloopAndy Nichols2016-12-251-4/+8
* | | quicktest: Don't warn if the root item has no sizeRobin Burchell2016-12-221-3/+0
* | | QQuickValueTypes: Avoid QVariant boxing (and unboxing) to convert color to st...Robin Burchell2016-12-211-2/+1
* | | particles: Fix up 16k warnings and apply them on non-ES tooLaszlo Agocs2016-12-212-5/+11
* | | TestCase: make parent argument to createTemporaryObject optionalMitch Curtis2016-12-212-7/+37
* | | Remove checksync.plRobin Burchell2016-12-211-106/+0
* | | TestCase: don't try to access destroyed temporary objectsMitch Curtis2016-12-212-1/+32
* | | 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