aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-258-21/+45
|\
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-252-10/+10
| |\
| | * change type of QQuickPointerDevice::uniqueId to QPointingDeviceUniqueIdShawn Rutledge2016-12-091-4/+5
| | * rename QPointerUniqueId -> QPointingDeviceUniqueIdShawn Rutledge2016-12-092-6/+5
| * | Example: corrected screenshot of the localstorage appNico Vertriest2016-12-211-0/+0
| * | Fix wrong grabbing behaviorFilipe Azevedo2016-12-201-0/+5
| * | ListView, GridView: fix missing keyNavigationEnabled propertyMitch Curtis2016-12-201-2/+7
| * | 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-201-9/+21
* | | QQuickValueTypes: Avoid QVariant boxing (and unboxing) to convert color to st...Robin Burchell2016-12-211-2/+1
* | | Remove checksync.plRobin Burchell2016-12-211-106/+0
* | | Keys: add shortcutOverride signalMitch Curtis2016-12-183-1/+71
* | | Add pressAndHoldInterval to MouseAreaOlivier JG2016-12-164-2/+54
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1489-606/+717
|\| |
| * | Accept PUA characters, ZWNJ and ZWJ as input in TextInput/EditEskil Abrahamsen Blomfeldt2016-12-134-8/+12
| * | Get rid of FunctionObject::createQmlFunctionLars Knoll2016-12-091-2/+2
| * | Change signature of QQmlBinding::create to take a FunctionObject *Lars Knoll2016-12-091-1/+1
| * | QQuickSpriteEngine: Optimistic speedup for updateSpritesRobin Burchell2016-12-082-6/+7
| * | QQuickWindowPrivate::dragOverThreshold(): ignore zero velocity thresholdJan Arve Saether2016-12-072-11/+15
| * | Merge remote-tracking branch 'origin/5.8.0' into 5.8Lars Knoll2016-12-072-5/+6
| |\|
| | * comment out all uses of QPointerUniqueId temporarilyShawn Rutledge2016-12-042-5/+6
| * | Cleanup and reduce the number of overloads for QQmlBinding::create()Lars Knoll2016-12-063-6/+7
| * | Get rid of most QT_NO_FOO usagesLars Knoll2016-11-2976-470/+467
| |/
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-2812-98/+201
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-2510-85/+177
| | |\
| | | * QmlProfiler: Explicitly specify the offsets for scene graph eventsUlf Hermann2016-11-249-82/+172
| | | * Text: Make use of the new cached isSmoothlyScaled attribute on QFontEngineRobin Burchell2016-11-181-3/+5
* | | | OpenVG Scenegraph AdaptationAndy Nichols2016-12-133-1/+83
* | | | headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-0712-86/+86
* | | | Fix rendering to an arbitrarily sized FBOGunnar Sletta2016-12-011-2/+4
* | | | Enable shader disk cache in Qt QuickLaszlo Agocs2016-11-275-16/+10
* | | | 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-2330-347/+400
|\| | |
| * | | Move rebuildGeometry() functions of nodesFriedemann Kleint2016-11-228-90/+91
| * | | QSGDistanceFieldUtil: Make use of the newly added QRawFont qHash functionRobin Burchell2016-11-182-25/+3
| * | | QSGRendererInterface: Add Resource suffix for consistencyLaszlo Agocs2016-11-183-9/+9
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-154-10/+10
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-154-4/+12
| | |\|
| | | * Fix more cases where DSE would optimize out too many storesErik Verbruggen2016-11-101-0/+5
| | | * Add checking "before" as child nodeInhye Seo2016-11-091-2/+4
| | | * 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
| * | | Fix flow text objects in beginning of RTL blockEskil Abrahamsen Blomfeldt2016-11-142-2/+17
| * | | Quick: Do not calculate the difference in a geometryChangeErik Verbruggen2016-11-107-29/+25
| * | | Change implementation of shadow nodes to use a double-linked listGunnar Sletta2016-11-102-46/+81
| * | | Quick: Hint that a reparent action will most probably work fineErik Verbruggen2016-11-091-1/+1
| * | | Quick: Only take a copy of changeListeners when there are someErik Verbruggen2016-11-081-64/+88