aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Enable shader disk cache in Qt QuickLaszlo Agocs2016-11-275-16/+10
* QmlDebug: Allow specifying debug connectors on the command lineUlf Hermann2016-11-243-4/+14
* QmlDebug: Only wait in EngineControl service when "block" is activeUlf Hermann2016-11-242-2/+4
* QmlTooling: Retry local client connection on errorUlf Hermann2016-11-231-2/+10
* QmlDebug: Add more information about available debug servicesUlf Hermann2016-11-232-1/+14
* Revert "Revert "Revert "Temporarily provide old Type enums in QSGGeometry"""Liang Qi2016-11-231-9/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-2346-376/+449
|\
| * Move rebuildGeometry() functions of nodesFriedemann Kleint2016-11-229-99/+96
| * Add a missing break statementLars Knoll2016-11-221-0/+1
| * QSGDistanceFieldUtil: Make use of the newly added QRawFont qHash functionRobin Burchell2016-11-182-25/+3
| * QSGRendererInterface: Add Resource suffix for consistencyLaszlo Agocs2016-11-184-12/+12
| * QML: Add another specialization for QQmlPropertyCache::propertyErik Verbruggen2016-11-162-0/+9
| * Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-159-17/+21
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-159-11/+33
| | |\
| | | * Setting Connection's target to null should disconnect implicit targetMichael Brasser2016-11-151-2/+2
| | | * Fix QtQuickTest::mouseMove not having timestampsFrederik Gladhorn2016-11-111-0/+1
| | | * Fix more cases where DSE would optimize out too many storesErik Verbruggen2016-11-102-0/+10
| | | * Add checking "before" as child nodeInhye Seo2016-11-091-2/+4
| | | * Fix crash when using custom OpenGL functionsJesus Fernandez2016-11-071-2/+4
| | | * QV4String: properly detect overflow when trying to convert to an array indexGiuseppe D'Angelo2016-11-042-4/+10
| | | * Doc: replace "textEdit" with "TextEdit" in lineCount documentationMitch Curtis2016-10-311-1/+1
| | | * Fix crash when trying to allocate in a filled atlas textureJohn Brooks2016-10-271-1/+2
| | * | Fix performance regression in rich text with imagesEskil Abrahamsen Blomfeldt2016-11-141-6/+2
| | * | TextEdit: set cursor delegate's height to match the selected fontMitch Curtis2016-11-121-0/+1
| | * | Doc: replace "the empty string" with "an empty string" in TestCase docsMitch Curtis2016-11-101-3/+3
| * | | Fix flow text objects in beginning of RTL blockEskil Abrahamsen Blomfeldt2016-11-142-2/+17
| * | | Work around -Wtautological-compare warnings on clang 3.6Lars Knoll2016-11-111-1/+8
| * | | Quick: Do not calculate the difference in a geometryChangeErik Verbruggen2016-11-109-32/+28
| * | | Change implementation of shadow nodes to use a double-linked listGunnar Sletta2016-11-102-46/+81
| * | | Update Window plugins.qmltypesMarco Benelli2016-11-091-2/+6
| * | | V4: Replace memset by a for loopErik Verbruggen2016-11-091-1/+2
| * | | Quick: Hint that a reparent action will most probably work fineErik Verbruggen2016-11-091-1/+1
| * | | qv4object_p.h: Replace QtPrivate::is_same by std::is_sameFriedemann Kleint2016-11-091-3/+1
| * | | Quick: Only take a copy of changeListeners when there are someErik Verbruggen2016-11-081-64/+88
| * | | Quick: Move counters out of a bitfield in QQuickitemErik Verbruggen2016-11-082-71/+75
* | | | QQmlPropertyCache: adapt qQmlPropertyCacheCreateAnton Kudryavtsev2016-11-221-9/+8
* | | | Introduce qmlRegisterModule()J-P Nurmi2016-11-184-7/+43
* | | | QmlTooling: Move native debug service into own pluginUlf Hermann2016-11-1811-12/+141
* | | | QmlTooling: Move QDebugMessageService into own pluginUlf Hermann2016-11-1810-8/+139
* | | | Shortcut: add support for multiple key sequencesJ-P Nurmi2016-11-163-38/+140
* | | | QQuickTextInput: use new QStringRef::isRightToLeft()Anton Kudryavtsev2016-11-121-1/+1
* | | | Qml: add missing 'override'Jake Petroules2016-11-111-1/+1
* | | | Scale images correctly with sourceSize and PreserveAspectCrop/FitAlbert Astals Cid2016-11-117-101/+346
* | | | Fix building with -no-openglAndy Nichols2016-11-112-3/+11
* | | | Add ECMAScript 6 Array find and findIndex methodsKai Uwe Broulik2016-11-103-0/+80
* | | | Ensure windows renderloop doesn't stop existing, running, animationsGunnar Sletta2016-11-091-6/+5
* | | | QQmlProperty: use new QQmlPropertyCache::property() with QStringRef argAnton Kudryavtsev2016-11-081-5/+4
* | | | QQmlPropertyCache: add property() overload with QStringRef argAnton Kudryavtsev2016-11-082-7/+18
* | | | Use std::is_same instead of Qt's implementationGiuseppe D'Angelo2016-11-041-2/+2
* | | | QQuickTextEdit: fix the type of a variableGiuseppe D'Angelo2016-11-031-1/+1