aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-14784-4653/+13869
|\
| * Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2019-10-141-2/+2
| * Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2019-10-131-2/+2
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-1242-90/+572
| |\
| | * Avoid compile warning in QuickTestUtilUlf Hermann2019-10-111-1/+1
| | * ParentChange: Restore old position correctlyFabian Kosmale2019-10-113-38/+140
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-1138-51/+431
| | |\
| | | * Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-10-1030-31/+363
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-1030-31/+363
| | | | |\
| | | | | * Fix QQuickWindow::afterAnimating with QQuickRenderControlPaul Lemire2019-10-101-0/+1
| | | | | * QQuickImage: Fix an odd 1px offset on 'fillMode: PreserveAspectFit'Alexander Akulich2019-10-091-2/+2
| | | | | * Add signal spies to tst_QQuickPathView::flickNClick testShawn Rutledge2019-10-091-0/+39
| | | | | * PathView: grab mouse on press if already movingShawn Rutledge2019-10-094-3/+132
| | | | | * Be more fussy about the MakeDay() calculationEdward Welbourne2019-10-0814-5/+258
| | | | | * Fix bug when highlight was not respected after currentIndex changedJan Arve Sæther2019-10-082-4/+38
| | | | | * Doc: Add example on how to access types in imported QML from javascriptNico Vertriest2019-10-071-2/+5
| | | | | * Fix sprites leaking textures in SW and OpenVG backendsEirik Aavitsland2019-10-074-3/+9
| | | | | * OpenVG: Fix delivery of touch eventsEirik Aavitsland2019-10-071-0/+1
| | | | | * OpenVG: Fix emitting of sceneGraphInitialized and -InvalidatedEirik Aavitsland2019-10-071-0/+2
| | | | | * OpenVG: Fix rendering of non-affine transformed rectanglesEirik Aavitsland2019-10-071-12/+5
| | | | | * Doc: Correct reference to StackViewNico Vertriest2019-10-022-2/+2
| | | | | * Doc: Correct link error Package typeNico Vertriest2019-10-011-1/+1
| | | * | | QML ListModel: Emit a warning when adding an object with undefined or null me...Fabian Kosmale2019-10-103-8/+47
| | | * | | Fix signed/unsigned comparison warningsEdward Welbourne2019-10-101-12/+13
| | | * | | Add guards in .pro of platform/api-specific scenegraph examplesLaszlo Agocs2019-10-104-0/+8
| | | |/ /
| * | | | QQmlDebugConnection: code cosmeticsUlf Hermann2019-10-112-14/+14
| * | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-1140-237/+799
| |\| | |
| | * | | Remove QQmlJS::AST::UiImport::versionTokenUlf Hermann2019-10-103-18/+8
| | * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-1037-219/+791
| | |\| |
| | | * | QQuickWindow: Higher z-order items now steal drop targetStephen D'Angelo2019-10-097-48/+338
| | | * | Send ShortcutOverride event when receiving a non-spontaneous key pressTeemu Holappa2019-10-093-0/+83
| | | * | Prepare for QTextBlockFormat::MarkerType to be an enum classShawn Rutledge2019-10-092-6/+6
| | | * | When a DelegateModel delegate changes, refill the viewShawn Rutledge2019-10-095-19/+73
| | | * | Output a message when changing the target of a Binding from elsewhereUlf Hermann2019-10-092-3/+51
| | | * | Postpone the Binding restore mode behavior change to Qt 6.0Ulf Hermann2019-10-091-5/+12
| | | * | Consistently use qint32 as IDs and counts in engine debuggerUlf Hermann2019-10-095-131/+135
| | | * | Make rendernode example compile on iOSLaszlo Agocs2019-10-092-2/+5
| | | * | Fix interactive mode of qmlprofilerSimon Hausmann2019-10-092-3/+2
| | | * | Handle context loss in QQuickWidgetDavid Edmundson2019-10-081-1/+10
| | | * | Handle context loss in the basic render loopDavid Edmundson2019-10-081-0/+18
| | | * | QQmlListModel: handle nested list models during iterationFabian Kosmale2019-10-082-1/+38
| | | * | Free dynamic metaobjects when destroying QQmlTypePrivateUlf Hermann2019-10-081-0/+2
| | | * | Add a property "valid" to the color value typeUlf Hermann2019-10-085-0/+18
| * | | | Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2019-10-101-2/+2
| * | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-0966-232/+430
| |\| | |
| | * | | tst_qquickmousearea: avoid calling setContextPropertyFabian Kosmale2019-10-082-2/+5
| | * | | tst_qqmlinstatiator: avoid setContextPropertyFabian Kosmale2019-10-082-7/+8
| | * | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-10-0856-176/+382
| | |\ \ \
| | | * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-0856-176/+382
| | | |\| |
| | | | * | Add initial support for deep aliasesFabian Kosmale2019-10-076-55/+201