aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* qquicktextarea: Fix attached property not being exposed declarativelyMaximilian Goldstein2022-05-101-0/+1
* lifecycle test: fix Clang warning about a final dtorMarc Mutz2022-05-101-2/+2
* qv4string: port away from std::aligned_storageMarc Mutz2022-05-101-1/+1
* Do not re-source the from value in animation with multiple loopsAndreas Buhr2022-05-093-2/+106
* V4 Engine: Don't try to convert JS functions to other typesUlf Hermann2022-05-092-1/+8
* Re-run includemocs (new script version)Marc Mutz2022-05-0916-0/+31
* Update dependencies on '6.3' in qt/qtdeclarativeQt Submodule Update Bot2022-05-091-5/+5
* qmltc: Support setting Gradient property of RectangleAndrei Golubev2022-05-099-9/+92
* qmltc: Uniquely name internal method that provides QML document URLAndrei Golubev2022-05-094-12/+22
* Android: enable tst_qqmlenginedebugserviceIvan Solovev2022-05-098-85/+268
* Android: enable tst_qquickfolderlistmodel::basicProperties()Ivan Solovev2022-05-091-10/+9
* Android: re-enable tst_QQuickPopupIvan Solovev2022-05-092-12/+25
* Rewrite tst_QQuickHeaderView::testOrientationIvan Solovev2022-05-092-7/+13
* Android: enable tst_QQuickMenuBar::mouse and tst_QQuickMenuBar::mnemonicsIvan Solovev2022-05-092-4/+39
* Skip tst_qquickpixmapcache::uncached for webOSJasper Limbago2022-05-091-0/+3
* QmlObject: fix comparison of mixed-signedness values - idiomaticallyMarc Mutz2022-05-081-1/+1
* Fix tst_QQmlXmlListModel::source() on AndroidAndreas Buhr2022-05-081-1/+2
* QmlCore: includemocsMarc Mutz2022-05-081-0/+2
* QtDeclarative: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-05-085-23/+23
* QBiPointer/QQmlRefPointer: add member-swap, don't use qSwapMarc Mutz2022-05-082-5/+6
* QQuickItem: fix the order of activeFocusChanged signalsIvan Solovev2022-05-072-3/+91
* tst_cursor: Skip checks for ArrowCursor in webOSJasper Limbago2022-05-071-0/+12
* Restructure tst_styleimports.cpp testMitch Curtis2022-05-0712-26/+13
* Add file selector for custom styles when using run-time style selectionMitch Curtis2022-05-075-0/+101
* Docs: Document textInput.acceptableInput as read onlyNicholas Bennett2022-05-071-0/+1
* Remove unused ResourceStyle test folderMitch Curtis2022-05-071-4/+0
* Fix crash in QQmlObjectCreator::populateInstanceUlf Hermann2022-05-074-0/+66