aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Default QQuickItem::acceptTouchEvents to true until Qt 6Shawn Rutledge2017-05-108-6/+30
* 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-08320-827/+2113
|\
| * QQmlListModel: Optimize model updatesArnaud Vrac2017-05-052-6/+11
| * Allow creating attached properties for objects instantiated in C++Frederik Gladhorn2017-05-042-3/+3
| * QmlContextWrapper -> QQmlContextWrapperRobin Burchell2017-05-045-22/+22
| * 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-0315-19/+412
| * 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-02227-366/+929
| |\
| | * Fix memory leak in the memory managerLars Knoll2017-04-281-2/+32
| | * Polish the shared image providerEirik Aavitsland2017-04-2811-55/+163
| | * Blacklist tst_qquicktextinput on WindowsRobin Burchell2017-04-281-0/+3
| | * 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-2712-256/+220
| | |\
| | | * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-04-2712-256/+220
| | | |\
| | | | * V4: Fix issues with very small loops5.8Erik Verbruggen2017-04-185-157/+208
| | | | * fix QtQmlDevTools in framework builds in a better wayOswald Buddenhagen2017-04-114-76/+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-26192-0/+357
| | * | | 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-262-2/+28
| | * | | 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
| | * | | Rename macos blacklistings to osxTony Sarajärvi2017-04-241-3/+3
| | |/ /
| * | | 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
| * | | tst_grabImage: Small improvement to avoid accidental leakage of ItemsRobin Burchell2017-04-231-1/+1
| * | | Re-blacklist an unstable testRobin Burchell2017-04-222-5/+3
| * | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devRobin Burchell2017-04-2217-21/+88
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-04-2217-21/+88
| | |\| |
| | | * | QQuickCanvas: Fix requestAnimationFrame documentationv5.9.0-beta3Robin Burchell2017-04-211-2/+2
| | | * | Add an autotest for GC crashes on some platformsRobin Burchell2017-04-212-1/+39
| | | * | Doc: remove reference to no longer existing propertiesNico Vertriest2017-04-211-2/+0
| | | * | Fix GC corruption on macOS and possibly some other OSesLars Knoll2017-04-211-0/+7