+ 0999c78ea3 Avoid crash in property requirements test
+ 52727146db Fix build with -c++std=c++11
+ 7bcc5242c1 Make sure JIT is disabled when building for ILP32 ABI
+ bcc55604d9 quicktest: winrt: Use qml files from resource system by default
+ 3795904e38 V4: Fix stack alignment in JITted code
+ c0e16b469f Fix build error when building with -no-feature-translation
+ 0924e03e24 Bump version
+ cfdb483613 Fix crash with qt.qml.binding.removal.info=true
+ 4aa7fe666b tst_qquickapplication: Don't assume app activation is tied to window activation
+ f0a9c1efe3 Stabilize tst_QQuickPathView::package()
+ aca0351c7c QQmlMetaType: Erase attached properties in dtor
+ 8396dc86f2 StorageModel manual test: use DelegateChoices to show data graphically
+ 8fd3cfe7d0 Annotate stack traces when frames are elided through tail calls
+ 9e3c46961a Remove reference to OpenGL from distance field cache superclass
+ 84e15a609b Documentation: Start using the \nullptr macro
+ dfb3ccddfc TestLib: Remove outdated note from TestCase.mouseDrag
+ 84a1cac0ba Skip shadersource-dynamic-shadersource test on XCB platform
+ 8380e4c4a4 Add handlers declared as Flickable children to its contentItem
+ feb9ace3de QQmlNotifier: Always keep the isNotifying flag when updating senderPtr
+ ba6371fb2a MemoryManager: Only clear weak values once
+ 8ad8a5ddec Canvas: Guard context pointer against external deletion
+ f4ab0ab624 Silent -Wdouble-promotion warning
+ cf04d5ee18 Bring behavior of String.replace() in line with other engines
+ 84b47be6c7 Add *.pro.user.* to .gitignore
+ 63bbaf8379 PinchHandler: Avoid unwanted translations when axes are disabled
+ dea0f1b1e6 PinchHandler: fix pedantic warnings
+ 454676a874 Fix byte code register dump output
+ 679a9972b4 TextInput: Stop leaking password values to process memory
+ 729b1ceb89 Correctly scope unwind handlers for try blocks
+ b7b384658b Remove revisions from Qt.labs.settings methods and properties
+ a8729cf143 TapHander: do not "want" an eventPoint that is outside parent bounds
+ 205f836e5d V4: Fix unwind handler reset after for-in loop
+ 5d8d0d7068 doc: Two class members can not have the same name
+ d27d896d8c Improve error message
+ 5de48ee56a QMLJS: Have ScanFunctions iterate over ArrayPattern nodes
+ 78c1fcbc49 QQuickWindow: don't give exclusive grab to invisible or disabled Items
+ 8ab6ded976 Fix bug where QQMPH kept an exclusive grab when no buttons were pressed
+ 895302829b Try to stabilize tst_qquickwindow::defaultSurfaceFormat
+ 612ac87497 Doc: explain when the move velocity and duration properties are used
+ bb2dce1d90 Try to fix flakiness in flickableinterop test
+ 734f5a31c7 Remove blacklisting of several tests that are passing
+ 24a6860775 Un-blacklist tst_qquickflickable::rebound
+ f2cc7c8580 Un-blacklist tst_qquickanimations
+ a804f31ee2 Move initView() to tests/auto/quick/shared
+ eeedd26f35 Fix background color of some QML lancelot test scenes
+ 91a71bce9c Defer QML testing until event loop has started
+ 01f9c623ed Don't optimize global lookups if fast QML lookups are disabled
+ 1e3ed172f3 Connect quit() and exit() signals with queued connections
+ 68d0377736 Make test more robust in case we have interleaved update events
+ 0148243a77 Canvas: Handle switching between object and string based colors
+ dbc811e164 DelegateModel: Zero foreign context objects when they are deleted
+ 9343fbc478 PropertCache: Don't pass Q_GADGET value types as integers
+ 8df1afa895 V4: Fix JS tail call crashes on win32/linux32
+ d96a700cc3 V4: Fix failing assert on all 32bit platforms
+ 94d30df911 Check parameter types when invoking C++ functions from QML
+ 885e4af1f4 QML: Don't crash the parser on certain kinds of bad input
+ 2131ec383b QQuickTableView: use correct WRITE function for contentHeight
+ 06ec6340d0 Avoid unnecessary re-generation qml cache files in some circumstances
+ 56d6d905c2 Doc: elaborate on default values for Layout.alignment
+ 407e2769c7 Fix PropertyKey::isArrayIndex
Change-Id: I47b6bb6d315c8a3306845efc01abd6f7f6c74ec2
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>