aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Pass PointerEvent into deliverMouseEventFrederik Gladhorn2016-07-312-8/+7
* Make QQuickEventPoint::grabber a QPointer internallyFrederik Gladhorn2016-07-312-4/+14
* Touch event delivery: split into press and update deliveryFrederik Gladhorn2016-07-292-5/+19
* Add QQuickPointerEvent::isPressEventFrederik Gladhorn2016-07-292-0/+15
* Accept points inside QQuickPointerEventFrederik Gladhorn2016-07-291-4/+3
* Simplify keeping track of lastMousePositionFrederik Gladhorn2016-07-281-3/+1
* Move mouse release handling into deliverMouseEventFrederik Gladhorn2016-07-281-7/+5
* Simplify QQuickWindowPrivate::deliverMouseEventFrederik Gladhorn2016-07-281-11/+10
* Remove return value that is always ignoredFrederik Gladhorn2016-07-282-6/+3
* Remove outdated commentFrederik Gladhorn2016-07-281-2/+0
* Remove unused parameterFrederik Gladhorn2016-07-282-3/+3
* Touch cleanupFrederik Gladhorn2016-07-282-70/+25
* Remove duplicate codeFrederik Gladhorn2016-07-281-4/+1
* Unite repeated if statementsFrederik Gladhorn2016-07-281-14/+13
* Touch and mouse handling: don't pre-grabFrederik Gladhorn2016-07-281-24/+10
* Minor cleanup: Using point.id makes more sense hereFrederik Gladhorn2016-07-281-1/+1
* Touch handling: Remove acceptedNewPointsFrederik Gladhorn2016-07-272-18/+11
* MouseArea: press not accepted means not pressedFrederik Gladhorn2016-07-271-2/+6
* Keep track of the device which was grabbed as mouse for touchFrederik Gladhorn2016-07-272-9/+15
* Touch handling: remove acceptedNewPointsFrederik Gladhorn2016-07-264-48/+35
* Let clear grabbers remove grab from all pointsFrederik Gladhorn2016-07-261-2/+2
* Accept individual touch pointsFrederik Gladhorn2016-07-261-2/+6
* Minor cleanup: pass through pointerTouchEventFrederik Gladhorn2016-07-262-8/+6
* Add QQuickPointerEvent::unacceptedPressedPointScenePositionsFrederik Gladhorn2016-07-262-0/+11
* Add QQuickPointerEvent::unacceptedPointScenePositionsFrederik Gladhorn2016-07-262-0/+11
* Pass QQuickPointerTouchEvent to deliverTouchEventFrederik Gladhorn2016-07-262-4/+4
* Keep track of grabbing inside QQuickEventPointFrederik Gladhorn2016-07-254-47/+95
* Initialize m_pointCount in QQuickPointerTouchEventFrederik Gladhorn2016-07-251-1/+1
* Fix QQuickPointerTouchEvent::grabbers()Frederik Gladhorn2016-07-251-1/+2
* Add QQuickPointerEvent::grabbersFrederik Gladhorn2016-07-242-0/+23
* Move mouseGrabberItem into the QQuickPointerEventFrederik Gladhorn2016-07-234-14/+15
* Removing mouse grab must not cancel touch grabFrederik Gladhorn2016-07-231-6/+3
* Use Q_GLOBAL_STATIC instead of static members of QWindowPrivateJan Arve Saether2016-07-234-46/+63
* Improve encapsuation of touch/mouse event specific thingsFrederik Gladhorn2016-07-213-34/+33
* Hierarchy for touch and mouse pointer eventsFrederik Gladhorn2016-07-213-114/+118
* Make touch device work in case of 0 device in QTouchEventFrederik Gladhorn2016-07-211-6/+16
* Remove unused variableFrederik Gladhorn2016-07-211-4/+0
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerFrederik Gladhorn2016-07-2146-143/+720
|\
| * Add support for saving/loading the moth interpreter byte codeSimon Hausmann2016-07-212-1/+76
| * Prepare moth bytecode for serializationSimon Hausmann2016-07-212-6/+24
| * Add tryVerify()Mitch Curtis2016-07-201-0/+67
| * Add support for caching of .js files imported from QML sourcesSimon Hausmann2016-07-191-0/+20
| * Simplify reference management in QV4::ScriptSimon Hausmann2016-07-192-29/+3
| * Improve robustness of qml cache expiry checkingSimon Hausmann2016-07-196-14/+27
| * Added basic loading of compilation units from diskSimon Hausmann2016-07-1911-6/+209
| * QML: Fix check when to use accessorsErik Verbruggen2016-07-191-3/+3
| * QML: Fix property notifier registration for constant propertiesErik Verbruggen2016-07-191-1/+1
| * D3D12: clean up loggingLaszlo Agocs2016-07-192-35/+38
| * SoftwareImageNodes: Support textureFiltering and mirroringAndy Nichols2016-07-192-8/+63
| * software: Add support for QSGRenderNodeLaszlo Agocs2016-07-1924-34/+175