aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Handle more potential underlying typesFabian Kosmale2024-03-181-0/+43
* fix crash in qquickspinbox.cppTim Jenssen2024-03-141-1/+2
* Fix ItemParticle constant CPU usageSadegh Taghavi2024-03-092-4/+63
* Fail gracefully when binding an attached property where the object is nullVolker Hilsheimer2024-03-081-2/+2
* 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-072-2/+4
* Fix build without features.validatorTasuku Suzuki2024-03-071-0/+2
* doc: Remove statements that horizontal rules are not renderedShawn Rutledge2024-03-072-2/+0
* QQuickPopup: always run exit transition on hiding a popupVladimir Belyavsky2024-03-051-6/+7
* Fix crash when item is deleted in event handlerPaul Olav Tvete2024-03-051-1/+5
* QQuickWidget: don't set WA_AcceptTouchEvents on macOSShawn Rutledge2024-03-051-0/+17
* Patially revert "Make some properties in the effects module FINAL"Fabian Kosmale2024-03-041-30/+30
* Mostly revert "Make properties in the particles module FINAL"Fabian Kosmale2024-03-0425-105/+105
* Partially revert "QML models: Make most properties FINAL to prevent accidenta...Fabian Kosmale2024-03-044-21/+21
* Fix crash on exit when pause animation is runningPaul Olav Tvete2024-03-021-3/+5
* qmltc/importvisitor: warn about type annotations on methodsSami Shalayel2024-03-014-2/+76
* Doc: Link is looping for Qt Quick Effect MakerJaishree Vyas2024-03-012-4/+7
* Hover event delivery: don't modify a list we are iteratingVolker Hilsheimer2024-03-011-6/+18
* QQmlPropertyCache: Correctly set flags when loading methodsUlf Hermann2024-03-011-8/+25
* Fall back to retrying with "software" when swapchain failsLaszlo Agocs2024-03-014-23/+95
* Binding: fix restore logicFabian Kosmale2024-03-011-0/+2
* Stabilize tst_qquicktextedit::largeTextObservesViewportShawn Rutledge2024-02-292-2/+3
* QtQuick: Fix double-exporting of QEventPointUlf Hermann2024-02-261-1/+9
* QMinimalFlatSet: prepare for moving it to QtCoreMarc Mutz2024-02-231-3/+9
* QmlCompiler: Fix conditions around as castsUlf Hermann2024-02-233-18/+59
* Accept mouse or touchpad in snippets with acceptedDevicesShawn Rutledge2024-02-223-2/+8
* HoverHandler: setHovered(false) for any pointer event outside boundsShawn Rutledge2024-02-221-2/+3
* Layouts: Make {Row,Column}Layout.uniformCellSizes visible to QMLJan Arve Sæther2024-02-221-0/+1
* Force text layout update in the thread where its createdSanthosh Kumar2024-02-211-1/+1
* Remove margin adjustment in QQuickHeaderViewPrivate during syncViewSanthosh Kumar2024-02-211-11/+0
* QtQml: Don't let objects be deleted during incubationUlf Hermann2024-02-201-10/+15
* CMake: Add the --resource arguments to the loader response fileUlf Hermann2024-02-201-2/+1
* qmllint: Restrict attached property validators to simple casesUlf Hermann2024-02-201-3/+8
* qmllint: Remove duplicates from fixes before applying themUlf Hermann2024-02-201-0/+3
* Doc: Remove confusing and wrong section about aliasesUlf Hermann2024-02-202-23/+2
* qmltc: warn about QML defined types from other modulesSami Shalayel2024-02-203-1/+7
* Partially revert "Make properties in Qt Quick Controls FINAL"Fabian Kosmale2024-02-201-1/+1
* QtQml: Consider value types when looking for metaobjectsUlf Hermann2024-02-207-84/+129
* Flickable mouse wheel: overshoot less, and return to bounds soonerShawn Rutledge2024-02-201-26/+32
* Clean up and clarify Date's ParseString's commentEdward Welbourne2024-02-191-8/+8
* Fix qtdeclarative build when dependent features are disabledJari Helaakoski2024-02-191-1/+3
* QtQml: Tolerate bad function signatures when type checkingUlf Hermann2024-02-163-11/+13
* Material: fix assertion failure when quickly changing TextField's focusMitch Curtis2024-02-161-1/+12
* QmlTest: Document timer drift between TestCase and TimerUlf Hermann2024-02-161-1/+10
* Compiler: Handle method list return types from qmltypes fileOlivier De Cannière2024-02-153-41/+40
* QmlModels: Make model object properties non-FINAL againUlf Hermann2024-02-154-10/+10
* MultiEffect: Avoid crashing without QQmlEngineKaj Grönholm2024-02-151-1/+4
* Clear tooltip transition manager state when its parent window destroyedSanthosh Kumar2024-02-151-1/+9