aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Conan: Enable recipe exclude options passed to qt-configure-moduleIikka Eklund2022-05-121-3/+3
* Generalize role selection mechanism from QQuickComboBoxUlf Hermann2022-05-128-23/+82
* QML: Port QV4::CompiledData::RegExp to new special integer bitfieldUlf Hermann2022-05-123-18/+23
* Re-add qmlprofiler qmleasing and qmlplugindump to default targetUlf Hermann2022-05-121-9/+16
* QML: Port QV4::CompiledData::Lookup to new special integer bitfieldUlf Hermann2022-05-124-25/+20
* QML: Port icutils::Node to new special integer bitfieldUlf Hermann2022-05-123-21/+32
* QML: Port QV4::CompiledData::JSClassMember to new special integer bitfieldUlf Hermann2022-05-123-10/+17
* Update dependencies on '6.3' in qt/qtdeclarativeQt Submodule Update Bot2022-05-121-5/+5
* Android: fix tst_QQuickMenuIvan Solovev2022-05-125-20/+40
* Android: fix tst_QQuickDrawerIvan Solovev2022-05-125-14/+23
* QQuickFlickable: fix flicking when item is rotatedShawn Rutledge2022-05-125-5/+188
* Avoid memory leaks in QQuickListView and tst_qqmlinstantiatorUlf Hermann2022-05-112-10/+18
* Respect the pixelAligned property when updating the visible areaLars Knoll2022-05-112-11/+39
* Doc: Add CMake documentation to 'Extending QML' exampleAndreas Eliasson2022-05-113-20/+61
* QQuickDeliveryAgent: fix unused parameter on webOSJanne Juntunen2022-05-111-0/+2
* QTcpServerConnection: move QTcpServerConnectionFactory definition into .cppMarc Mutz2022-05-103-61/+11
* QQmlInspectorService: move QQmlInspectorServiceFactory definition into .cppMarc Mutz2022-05-103-74/+11
* Add TUs for QML_FOREIGNs and namespaces to enable includemocsMarc Mutz2022-05-1012-4/+287
* (manual) includemocsMarc Mutz2022-05-102-0/+2
* Add missing include guards to qtquickcontrols2foreign_p.hMarc Mutz2022-05-101-0/+4
* QLocalClientConnection: move QLocalClientConnectionFactory definition into .cppMarc Mutz2022-05-103-60/+10
* Add QT_CONFIG(quicktemplates2_multitouch)Bumjoon Park2022-05-101-0/+4
* QQuickGridView: return accurate row position when no rows are availableRichard Moe Gustavsen2022-05-103-2/+130
* ComboBox: clear selection when text that matches existing item acceptedMitch Curtis2022-05-102-1/+49
* Doc: Integrate with JS Values from C++Jaishree Vyas2022-05-105-0/+388