aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SelectionRectangle: ensure we remove or update selection handles if selection...6.6Richard Moe Gustavsen2024-04-056-23/+118
* Fix heap-buffer-overflow in ESTable::removeOliver Dawes2024-04-055-17/+82
* Controls: Bypass bindings when setting x and y in resizeBackgroundOlivier De Cannière2024-04-042-2/+42
* qmltest: add a 'modifiers' argument to mouseMove()Richard Moe Gustavsen2024-04-033-9/+11
* QQmlEngine: Set translationsDirectory in loadFromModuleOlivier De Cannière2024-04-0315-26/+270
* Small fixes in tst_spinbox.qmlMatthias Rauter2024-04-021-8/+4
* Mark MultiEffect itemRect properly as readonlyKaj Grönholm2024-04-021-0/+1
* QQuickSelectionRectangle: Fix crash when target is nullNicolas Fella2024-04-021-1/+1
* Add unit test for QML_ELEMENT as Q_GADGET in a namespaceAndre Klitzing2024-03-301-0/+10
* Fix namespace in namespace detection of a foreign typeAndre Klitzing2024-03-302-2/+14
* Fix wrong generation of Q_NAMESPACESAndre Klitzing2024-03-304-3/+50
* Basic.impl: Add dependency entry for QtQuickFabian Kosmale2024-03-271-0/+2
* Materials.impl: Mark dependency on Controls.implFabian Kosmale2024-03-271-0/+1
* Warn about missing default rolesSami Varanka2024-03-275-2/+73
* quicktestutils: document isDelegateVisibleMitch Curtis2024-03-261-0/+6
* quicktestutils: rename delegateVisible to isDelegateVisibleMitch Curtis2024-03-264-128/+128
* Document Rectangle's border.pixelAligned propertyEirik Aavitsland2024-03-261-0/+5
* QmlCompiler: Do not use QQmlEngine from current QML contextUlf Hermann2024-03-263-38/+48
* Modify tst_FlickableInterop::touchDragSliderAndFlickable to passShawn Rutledge2024-03-242-3/+4
* QQuickTableView: remove syncView from destructorRichard Moe Gustavsen2024-03-211-0/+8
* Adjust locale correctly in tst_spinboxMatthias Rauter2024-03-211-38/+70
* QmlCompiler: Correctly read various method attributes in qmltypesUlf Hermann2024-03-207-10/+58
* Make the QSGTexture native accessor query work on macOS/iOSTor Arne Vestbø2024-03-204-10/+70
* Dial: fix handle position in the Fusion styleMitch Curtis2024-03-201-1/+1
* QmlCompiler: Respect scoped enumsUlf Hermann2024-03-2018-37/+176
* tst_TapHandler: unblackist OpenSuSEAxel Spoerl2024-03-201-8/+0
* Prevent infinite loop when setting activeFocusItem of the scene's rootDoris Verria2024-03-193-1/+95
* Handle more potential underlying typesFabian Kosmale2024-03-185-0/+107
* Fix PointHandler rejecting click events near window edge with HiDPIFushan Wen2024-03-161-3/+3
* Use QPlatformTheme::themeHint not QPlatformIntegration::styleHintShawn Rutledge2024-03-162-6/+6
* Fix deadlock in long-running particle systemEskil Abrahamsen Blomfeldt2024-03-152-3/+4
* Make loadFromModule compatible with QQmlParserStatusFabian Kosmale2024-03-144-1/+69
* Mention d3d12 in qml tool help textLaszlo Agocs2024-03-141-1/+1
* MessageDialog: emit accepted, for buttons with roles Yes and AcceptOliver Eftevaag2024-03-143-0/+54
* SwipeDelegate: forward 'move' events to the child itemsRichard Moe Gustavsen2024-03-132-1/+26
* fix crash in qquickspinbox.cppTim Jenssen2024-03-132-1/+7
* ApplicationWindow: explicitly set background size if not explicitly setMitch Curtis2024-03-134-20/+94
* Fix duplicate HighScore when replaying SameGame ExampleWladimir Leuschner2024-03-131-4/+7
* Update palette in quickwindow when binding palette changesSanthosh Kumar2024-03-124-0/+58
* Fix ItemParticle constant CPU usageSadegh Taghavi2024-03-092-4/+63
* Fail gracefully when binding an attached property where the object is nullVolker Hilsheimer2024-03-083-2/+30
* QQuickDeliveryAgentPrivate::deliverHoverEventRecursive - remove "return"Axel Spoerl2024-03-071-3/+0
* Material: remove ComboBox's insetsMitch Curtis2024-03-071-3/+0
* Material: animate RadioButton indicatorMitch Curtis2024-03-071-4/+27
* Material: fix floating placeholder text x positionMitch Curtis2024-03-076-6/+105
* Fix build without features.validatorTasuku Suzuki2024-03-071-0/+2
* doc: Remove statements that horizontal rules are not renderedShawn Rutledge2024-03-072-2/+0
* Baseline scenegraph test: avoid rendering blacklisted itemsEirik Aavitsland2024-03-071-0/+6
* QQuickPopup: always run exit transition on hiding a popupVladimir Belyavsky2024-03-052-6/+38
* Fix crash when item is deleted in event handlerPaul Olav Tvete2024-03-052-1/+39