aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add MouseArea autotest with second touchpoint while first is heldShawn Rutledge2022-05-261-0/+20
* Fix build with GCC12: apparently incorrect use-after-free warningThiago Macieira2022-05-261-1/+2
* Update dependencies on '6.3' in qt/qtdeclarativeQt Submodule Update Bot2022-05-251-5/+5
* Empty pre-release version in '6.3' seriesJani Heikkinen2022-05-251-1/+1
* QmlCompiler: Do not wrap doubles into QJSPrimitiveValueUlf Hermann2022-05-241-7/+2
* Fix index handling on insert in QQmlDelegateModelUlf Hermann2022-05-234-1/+154
* qqmlimport.cpp: remove unused qreadwritelock.hMarc Mutz2022-05-231-1/+0
* Skip tst_v4misc::nestingDepth because it crashes on AndroidAndreas Buhr2022-05-231-0/+4
* Skip crashing test in tst_qmlcppcodegen on AndroidAndreas Buhr2022-05-201-0/+4
* Blacklist tst_qquickimageprovider tests on AndroidAndreas Buhr2022-05-201-0/+21
* Blacklist tst_QQuickDropArea::signalOrder() on AndroidAndreas Buhr2022-05-201-0/+3
* Blacklist tests in tst_qquickdrag on AndroidAndreas Buhr2022-05-201-0/+25
* Blacklist failing tests in tst_qquickshape on AndroidAndreas Buhr2022-05-201-0/+19
* Blacklist tst_qquickfocusscope::canvasFocus() on AndroidAndreas Buhr2022-05-201-0/+3
* Blacklist failing tests in tst_qquickborderimageAndreas Buhr2022-05-201-0/+7
* Skip tst_quick_examples tests on AndroidAndreas Buhr2022-05-201-0/+6
* Conan: Update recipe optionsIikka Eklund2022-05-201-0/+9
* MouseArea: don't override preventStealing on mouse releaseShawn Rutledge2022-05-203-1/+64
* Blacklist tst_qquickanimatedimage::mirror_* on AndroidAndreas Buhr2022-05-191-0/+5
* Blacklist tst_TapHandler::gesturePolicyDragWithinBounds on AndroidAndreas Buhr2022-05-191-0/+4
* Blacklist failing and skip crashing tests in tst_qquickwindowAndreas Buhr2022-05-192-0/+24
* Blacklist tst_QQuickPinchHandler::scaleNativeGesture on AndroidAndreas Buhr2022-05-191-0/+3
* Blacklist tst_PointHandler::tabletStylus() on AndroidAndreas Buhr2022-05-191-0/+1
* Blacklist tst_QQuickListView::contentHeightWithDelayRemove() on AndroidAndreas Buhr2022-05-191-0/+3
* Update dependencies on '6.3' in qt/qtdeclarativeQt Submodule Update Bot2022-05-191-5/+5
* Skip crashing test in tst_qquicktext on AndroidAndreas Buhr2022-05-191-0/+4
* Blacklist failing tests in tst_qquickmouseareaAndreas Buhr2022-05-191-0/+7
* Include qml test data file in tst_qquickimageprovider for dependenciesAndreas Buhr2022-05-193-2/+26
* Blacklist failing tests in tst_qquicktextedit on AndroidAndreas Buhr2022-05-191-0/+10
* Blacklist tests which fail on OpenGL context creation on AndroidAndreas Buhr2022-05-194-0/+19
* Blacklist tst_qquickdeliveryagent::passiveGrabberOrder() on AndroidAndreas Buhr2022-05-191-0/+3
* Remove tst_qquickcanvasitem on AndroidAndreas Buhr2022-05-181-1/+3
* Quick Popup: ignore unhandled eventsVolker Hilsheimer2022-05-183-7/+87
* Blacklist failing tests in tst_qquicklayouts on AndroidAndreas Buhr2022-05-181-0/+9
* Blacklist tst_QQuickListView::QTBUG_48044_current...() on AndroidAndreas Buhr2022-05-181-0/+4
* Blacklist failing tests in tst_qquickdraghandler on AndroidAndreas Buhr2022-05-181-0/+6
* tst_qqmlqt: fix TimeZoneSwitch logicIvan Solovev2022-05-172-8/+5
* Blacklist failing tests in tst_qquicktextinput on AndroidAndreas Buhr2022-05-171-0/+5
* Blacklist tst_DragHandler::touchDragMulti on AndroidAndreas Buhr2022-05-171-0/+5
* Blacklist failing tests in tst_qquickanimatedsprite on AndroidAndreas Buhr2022-05-171-0/+4
* Blacklist failing tests in tst_qquickrendercontrol on AndroidAndreas Buhr2022-05-171-0/+3
* Skip crashing test in tst_qquickcanvasitem on AndroidAndreas Buhr2022-05-171-0/+3
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-1730-137/+143
* QML: Port QV4::CompiledData::Property to new special integer bitfieldUlf Hermann2022-05-175-33/+53
* QML: Port QV4::CompiledData::Alias to new special integer bitfieldUlf Hermann2022-05-177-51/+127
* QML: Port QV4::CompiledData::Object to new special integer bitfieldUlf Hermann2022-05-1710-36/+90
* QML: Port QV4::CompiledData::ParameterType to new special integer bitfieldUlf Hermann2022-05-173-15/+29
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-1723-276/+362
* Doc: Add missing Qt namespace to matrix4x4 sample codeAndreas Eliasson2022-05-161-1/+1
* SwipeView: position the pages adjacent to each other initiallyShawn Rutledge2022-05-142-3/+32