aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* QQPSingleHandler: copy some values from QQuickEventPoint to propertiesShawn Rutledge2017-01-033-25/+96
* QQuickWindowPrivate::deliverMouseEvent: localize to grabberShawn Rutledge2016-12-301-2/+3
* QQuickPointerHandler::setGrab: don't emit grabChanged if it didn'tShawn Rutledge2016-12-301-4/+4
* add QQuickEventTouchPoint.ellipseDiameters propertyShawn Rutledge2016-12-302-0/+4
* Add a DragHandler::translation propertyJan Arve Saether2016-12-292-0/+16
* QQuickMultiPointerHandler::grabPoints cancels existing grabsShawn Rutledge2016-12-291-1/+1
* DragHandler active property replaces dragging; same as grabbingShawn Rutledge2016-12-296-18/+18
* Don't assume that target is the parent itemJan Arve Saether2016-12-298-31/+40
* add QQuickEventPoint::isDraggedOverThresholdShawn Rutledge2016-12-282-0/+8
* Estimate the velocity of a pointJan Arve Saether2016-12-282-2/+66
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2016-12-2810-130/+46
|\
| * 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
* | | | Let pinchhandler operate on QQuickItem propertiesJan Arve Saether2016-12-273-56/+62
* | | | 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-20127-1080/+1426
|\| | |
| * | | 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