aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make all handler constructors explicitJan Arve Saether2017-02-217-7/+7
* unify handler grab state handling into onGrabChangedShawn Rutledge2017-02-218-74/+126
* clarify further exclusive vs. passive grabsShawn Rutledge2017-02-206-50/+137
* DragHandler: keep the grab (prevent stealing) when draggingShawn Rutledge2017-02-173-0/+20
* allow stealing grab from handlers; notify passive grabbers when stolenShawn Rutledge2017-02-161-8/+30
* Notify timeHeld property changed whenever press state changesJan Arve Saether2017-02-161-0/+1
* remove unused return values in QQuickWindowPrivate delivery functionsShawn Rutledge2017-02-162-20/+14
* QQuickWindow cat logging: show touchpoint IDs in hexShawn Rutledge2017-02-161-4/+4
* QQuickWindow: remove sendFilteredTouchEventShawn Rutledge2017-02-164-113/+91
* prioritize delivery to passive grabbersShawn Rutledge2017-02-101-23/+51
* notify all passive-grabbing PointerHandlers when exclusive grab changesShawn Rutledge2017-02-103-1/+10
* add categorized log message in QQuickEventPoint::cancelPassiveGrabShawn Rutledge2017-02-101-18/+26
* start making explicit exclusive or passive grabsShawn Rutledge2017-02-1010-52/+138
* check allowChildEventFiltering inside QQWPriv::sendFilteredPointerEventShawn Rutledge2017-02-091-5/+5
* QQuickWindow: refactor ungrab on mouse releaseShawn Rutledge2017-02-091-31/+32
* TapHandler: add timeHeld propertyShawn Rutledge2017-02-092-2/+38
* TapHandler: add gesturePolicyShawn Rutledge2017-02-092-20/+110
* TapHandler: add long-press featureShawn Rutledge2017-02-092-1/+54
* Introduce TapHandlerShawn Rutledge2017-02-084-1/+287
* remove undefined QQuickPointerDeviceHandler::setPressed methodShawn Rutledge2017-02-081-1/+0
* corrections: copy some values from QQuickEventPoint to propertiesShawn Rutledge2017-02-081-10/+14
* deliverUpdatedTouchPoints: if a handler is the grabber, it goes firstShawn Rutledge2017-02-081-5/+13
* QQuickWindow: use QVector eventDeliveryTargets to avoid repeated deliveryShawn Rutledge2017-02-073-1/+8
* QQuickWindow: deliver updates to handlers even if they don't grabShawn Rutledge2017-02-025-5/+79
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-02-0277-1901/+4340
|\
| * Codegen: Disallow const declaration without an initializer expressionRobin Burchell2017-02-022-1/+5
| * Allow selecting armv7 as target architecture in qmlcachegenSimon Hausmann2017-02-012-5/+28
| * Added the ARMv7 cross-assembling JIT::ISel to the qmldevtools buildSimon Hausmann2017-02-011-0/+5
| * Include the ARMv7 assembler in the qmldevtools bootstrap buildSimon Hausmann2017-02-0113-28/+295
| * Remove platform ifdefs for ISE::convertTypeToDoubleSimon Hausmann2017-01-312-16/+28
| * Remove platform ifdefs for generateCJumpStrictUndefinedSimon Hausmann2017-01-313-42/+38
| * Remove platform ifdefs in JIT::ISel::visitRetSimon Hausmann2017-01-313-138/+132
| * Eliminate platform #ifdef for loading stringsSimon Hausmann2017-01-312-7/+13
| * Make the JIT ISelFactory a templateSimon Hausmann2017-01-313-3/+12
| * Bootstrap build fixSimon Hausmann2017-01-311-2/+5
| * Re-do QML type compilation of ahead-of-time generated QML cache filesSimon Hausmann2017-01-316-3/+269
| * Remove branch compaction #ifdefSimon Hausmann2017-01-3110-68/+155
| * QQmlImportDatabase: Fix static build with clangRobert Loehning2017-01-311-0/+2
| * Fix intermixed 32-bit/64-bit buildSimon Hausmann2017-01-311-4/+23
| * Correctly specialize TargetPlatform as templateSimon Hausmann2017-01-316-40/+105
| * Remove 64-/32-bit platform ifdef in assembler instruction selectionSimon Hausmann2017-01-312-71/+81
| * Move generateRuntimeCall macroSimon Hausmann2017-01-314-77/+78
| * Move loading of register arguments into 8-byte register opsSimon Hausmann2017-01-311-46/+88
| * Replace ifdefs with templates when loading double constantsSimon Hausmann2017-01-311-10/+15
| * Replace platform ifdefs in copyValue with template specializationsSimon Hausmann2017-01-311-18/+18
| * Remove ifdefs in JIT::Assembler:storeValueSimon Hausmann2017-01-311-8/+14
| * Replace more storeDouble 64/32-bit #ifdef variation with templatesSimon Hausmann2017-01-311-12/+16
| * Add fixes for INTEGRITYKimmo Ollila2017-01-319-124/+160
| * Fix a compilation issueJędrzej Nowacki2017-01-312-4/+5
| * Replace platform #ifdefs in Assembler::storeReturnValueSimon Hausmann2017-01-312-48/+35