aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QQuickWidget: don't set WA_AcceptTouchEvents on macOSShawn Rutledge2024-03-052-1/+23
* 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
* Update dependencies on '6.6' in qt/qtdeclarativeQt Submodule Update Bot2024-03-031-5/+5
* Fix crash on exit when pause animation is runningPaul Olav Tvete2024-03-021-3/+5
* Fix spelling of FFmpeg in (end-)user-visible stringsVolker Hilsheimer2024-03-021-2/+2
* qmltc/importvisitor: warn about type annotations on methodsSami Shalayel2024-03-017-2/+111
* 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-013-6/+60
* QQmlPropertyCache: Correctly set flags when loading methodsUlf Hermann2024-03-014-8/+48
* quickwidget example: Avoid potential for crash on closeEirik Aavitsland2024-03-011-2/+5
* Fall back to retrying with "software" when swapchain failsLaszlo Agocs2024-03-014-23/+95
* Binding: fix restore logicFabian Kosmale2024-03-013-0/+40
* Use showView in tst_qquicktextedit::mouseSelectionModeShawn Rutledge2024-03-011-12/+8
* Stabilize tst_qquicktextedit::largeTextObservesViewportShawn Rutledge2024-02-292-2/+3
* Attempt to stabilize tst_how-to-qml's timePicker testMitch Curtis2024-02-281-14/+18
* Update dependencies on '6.6' in qt/qtdeclarativeQt Submodule Update Bot2024-02-271-5/+5
* QtQuick: Fix double-exporting of QEventPointUlf Hermann2024-02-263-1/+19
* Update dependencies on '6.6' in qt/qtdeclarativeQt Submodule Update Bot2024-02-261-5/+5
* qmllint: With --bare do not use the current directoryUlf Hermann2024-02-252-1/+16
* QMinimalFlatSet: prepare for moving it to QtCoreMarc Mutz2024-02-231-3/+9
* QmlCompiler: Fix conditions around as castsUlf Hermann2024-02-235-19/+82
* gallery: fix RadioDelegates not being exclusiveMitch Curtis2024-02-231-4/+4
* Accept mouse or touchpad in snippets with acceptedDevicesShawn Rutledge2024-02-223-2/+8
* HoverHandler: setHovered(false) for any pointer event outside boundsShawn Rutledge2024-02-223-39/+57
* Layouts: Make {Row,Column}Layout.uniformCellSizes visible to QMLJan Arve Sæther2024-02-222-3/+35
* Update dependencies on '6.6' in qt/qtdeclarativeQt Submodule Update Bot2024-02-221-5/+5
* Force text layout update in the thread where its createdSanthosh Kumar2024-02-214-1/+50
* Remove margin adjustment in QQuickHeaderViewPrivate during syncViewSanthosh Kumar2024-02-211-11/+0
* QtQml: Don't let objects be deleted during incubationUlf Hermann2024-02-203-10/+33
* 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-203-3/+29
* qmllint: Remove duplicates from fixes before applying themUlf Hermann2024-02-204-0/+38
* Doc: Remove confusing and wrong section about aliasesUlf Hermann2024-02-202-23/+2
* qmltc: warn about QML defined types from other modulesSami Shalayel2024-02-209-8/+81
* Partially revert "Make properties in Qt Quick Controls FINAL"Fabian Kosmale2024-02-201-1/+1
* Blacklist tst_qquickhoverhandler::window on OpenSuseShawn Rutledge2024-02-201-0/+3
* QtQml: Consider value types when looking for metaobjectsUlf Hermann2024-02-209-84/+149
* Flickable mouse wheel: overshoot less, and return to bounds soonerShawn Rutledge2024-02-202-26/+74
* Update dependencies on '6.6' in qt/qtdeclarativeQt Submodule Update Bot2024-02-201-5/+5
* 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-165-11/+60
* Material: fix assertion failure when quickly changing TextField's focusMitch Curtis2024-02-162-1/+74
* QmlTest: Document timer drift between TestCase and TimerUlf Hermann2024-02-161-1/+10
* Update dependencies on '6.6' in qt/qtdeclarativeQt Submodule Update Bot2024-02-161-5/+5
* Compiler: Handle method list return types from qmltypes fileOlivier De Cannière2024-02-157-41/+90
* QmlModels: Make model object properties non-FINAL againUlf Hermann2024-02-156-11/+92
* MultiEffect: Avoid crashing without QQmlEngineKaj Grönholm2024-02-151-1/+4