aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change enum values to not start from 0Jan Arve Saether2017-05-221-7/+7
* Start over with event delivery when touchpoint releases occurShawn Rutledge2017-05-2210-53/+87
* TapHandler: don't give up passive grab on setPressed(false)Shawn Rutledge2017-05-151-5/+2
* Don't allow one handler to cancel another's grab, unless it is stealingShawn Rutledge2017-05-151-0/+3
* QQuickPointerEvent debug operator: don't crash if original event nullShawn Rutledge2017-05-111-1/+4
* QQuickPointerEvent debug operator: add timestampShawn Rutledge2017-05-111-1/+3
* Default QQuickItem::acceptTouchEvents to true until Qt 6Shawn Rutledge2017-05-105-2/+17
* Only send filtered events to the parent of the receiverJan Arve Saether2017-05-081-0/+2
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-05-08248-734/+1645
|\
| * QQmlListModel: Optimize model updatesArnaud Vrac2017-05-052-6/+11
| * Allow creating attached properties for objects instantiated in C++Frederik Gladhorn2017-05-041-2/+2
| * QmlContextWrapper -> QQmlContextWrapperRobin Burchell2017-05-044-21/+21
| * QmlTypeWrapper: -> QQmlTypeWrapperRobin Burchell2017-05-046-43/+43
| * QQmlComponent: Move incubateObject from QQmlDelegateModel to QQmlComponentPri...Robin Burchell2017-05-034-30/+39
| * C++11 scoped enum support for QMLMichael Brasser2017-05-038-19/+336
| * Correctly set the black bit for stack allocated contextsLars Knoll2017-05-021-2/+2
| * Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-02210-356/+753
| |\
| | * Fix memory leak in the memory managerLars Knoll2017-04-281-2/+32
| | * Polish the shared image providerEirik Aavitsland2017-04-287-54/+46
| | * ICC issue: cast both sides of sign-bit-changing expressions to uintThiago Macieira2017-04-281-1/+1
| | * Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-04-279-250/+197
| | |\
| | | * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-04-279-250/+197
| | | |\
| | | | * V4: Fix issues with very small loops5.8Erik Verbruggen2017-04-183-157/+184
| | | | * fix QtQmlDevTools in framework builds in a better wayOswald Buddenhagen2017-04-113-70/+2
| | | | * switch to new way to refer to libdlOswald Buddenhagen2017-04-111-1/+1
| | * | | Add a method to query the scene graph backendMichael Brüning2017-04-274-0/+25
| | * | | Fix calling of JS functions with more than 6 parameters from C++Simon Hausmann2017-04-271-1/+1
| | * | | Run includemocs in qtdeclarativeThiago Macieira2017-04-26186-0/+346
| | * | | Document Screen virtualX and virtualYPier Luigi Fiorini2017-04-261-0/+14
| | * | | Doc: correct reference to sectionNico Vertriest2017-04-261-2/+1
| | * | | Doc: correct link errorNico Vertriest2017-04-261-1/+1
| | * | | Doc: correct \sa statementNico Vertriest2017-04-261-1/+1
| | * | | Doc: Update documentation for QML module definition fileVenugopal Shivashankar2017-04-261-29/+36
| | * | | Fix populating selection clipboard with keyboardVolodymyr Samokhatko2017-04-261-0/+7
| | * | | QQmlApplicationEngine: Fix using invalid pointersRainer Keller2017-04-261-2/+9
| | * | | Fix Canvas memory leakRoman Pasechnik2017-04-251-0/+6
| | * | | Support for Q_OS_ANDROID_EMBEDDED and android-embedded buildsOtto Ryynänen2017-04-252-2/+2
| | * | | QSGBatchRenderer: Fix a performance regression noted by qmlbenchRobin Burchell2017-04-241-11/+28
| | |/ /
| * | | QQuickRectangle: Optimize setGradientRobin Burchell2017-04-283-24/+2
| * | | QQuickRectangle: Use parenting on QQuickPen to speed up pen changesRobin Burchell2017-04-282-7/+4
| * | | QQuickImageBase: Avoid a signal connection altogetherRobin Burchell2017-04-282-10/+9
| * | | Don't wrap std::vector into a QVariant when passing it to a Q_INVOKABLEVille Voutilainen2017-04-273-0/+80
| * | | Add a include to fix build for qsgshaderrewriter.cppLiang Qi2017-04-261-0/+1
| * | | QQuickText: apply updateSize() optimization for item change listenersJ-P Nurmi2017-04-251-2/+2
| * | | QObjectWrapper: Try harder to avoid creating wrappers if we canRobin Burchell2017-04-252-57/+100
| * | | QQuickRectangle: Inline a method into its sole callerRobin Burchell2017-04-252-15/+10
| * | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devRobin Burchell2017-04-2215-20/+49
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-04-2215-20/+49
| | |\| |
| | | * | QQuickCanvas: Fix requestAnimationFrame documentationv5.9.0-beta3Robin Burchell2017-04-211-2/+2
| | | * | Doc: remove reference to no longer existing propertiesNico Vertriest2017-04-211-2/+0