aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* qmldir docs: Fix typoFabian Kosmale2022-11-101-1/+1
* QmlExamples: Add missing dependencies of QtQuick in CMakeListsSemih Yavuz2022-11-0915-19/+25
* Doc: Restructure Qt QML TOCKai Köhne2022-11-091-21/+16
* Do not crash if madvise() fails on MADV_WILLNEEDUlf Hermann2022-11-091-1/+1
* ListView: Snap one item mode fix next item calculationEvgen Pervenenko2022-11-093-8/+314
* Fix access to destroyed QRhi objectBumjoon Park2022-11-091-0/+1
* Make QSGRhiShaderEffectMaterial::type() safe with multiple windowsLaszlo Agocs2022-11-087-8/+20
* QQuickNinePatchImage: fix aliasing by respecting the smooth propertyMitch Curtis2022-11-082-1/+46
* Fix performance issue with drag retrigger events for qtquick itemsSanthosh Kumar2022-11-074-11/+72
* Flatstyle example: use qt_add_qml_module() in CMakeLists.txtOliver Eftevaag2022-11-061-26/+18
* Gallery example: Use qt_add_qml_module() in CMakeLists.txtOliver Eftevaag2022-11-061-75/+67
* Remove unused QQuickGridLayoutEngine::alignment() functionJan Arve Sæther2022-11-042-8/+0
* Unify the reading of qml imports for Android and desktop platformsAlexey Edelev2022-11-042-36/+47
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2022-11-041-5/+5
* testbench: add icons to buttonsMitch Curtis2022-11-041-1/+24
* Don't convert QByteArray in `startDrag`Fushan Wen2022-11-041-3/+9
* Add test for dynamically setting alignmentJan Arve Sæther2022-11-031-7/+108
* QQuickItem: don't detach or copy unnecessarily when printing debug helpVolker Hilsheimer2022-11-021-1/+1
* ScrollBar: fix crash on exit when flickable created before ScrollViewMitch Curtis2022-11-024-0/+82
* QQuickItem: don't disable hover if a hover handler is activeRichard Moe Gustavsen2022-11-022-0/+43
* Properly release Element data in the shadow treeLaszlo Agocs2022-11-021-1/+7
* qml: fix TypeArgumentListFawzi Mohamed2022-11-025-15/+53
* testbench: set checkable for checked buttonsMitch Curtis2022-11-021-5/+5
* DA: don't ignore subtreeHoverEnabledRichard Moe Gustavsen2022-11-011-1/+1
* Doc: add notes for customization of the attached ToolTip controlMitch Curtis2022-11-013-0/+15
* QQmlComponent: Don't crash on unknown propertiesUlf Hermann2022-11-012-1/+31
* tst_qqmlchangeset: fix target name typo and de-duplicate testsMitch Curtis2022-11-012-4/+4
* Check only for enabled HoverHandlersShawn Rutledge2022-11-012-4/+4
* QQuickHoverHandler: listen for parent changes, and update hasHoverInChildRichard Moe Gustavsen2022-11-015-13/+123
* Qml: add test for nested group properties fixSami Shalayel2022-10-311-0/+21
* CMake: Use _qt_internal_get_tool_wrapper_script_pathAlexandru Croitor2022-10-311-8/+17
* QmlCompiler: Add a separate flag for the "pragma Strict" checkUlf Hermann2022-10-313-3/+17
* Fix implicit size in qml buttonSanthosh Kumar2022-10-311-3/+4
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2022-10-311-5/+5
* qmltc: Remove broken alias optimizationSami Shalayel2022-10-318-8/+97
* tests/benchmarks/quickcontrols2: allow opening projects in CreatorMitch Curtis2022-10-312-0/+12
* QSGGeometry: add Q_DISABLE_COPY_MOVEThiago Macieira2022-10-281-0/+1
* Don't accept all QTouchEvent::points unless the item accepts touchBumjoon Park2022-10-282-8/+50
* CMake: fix configuring with -no-feature-testlibJohannes Kauffmann2022-10-281-3/+3
* QQuickPopup: forget touchId when closed on press outsideShawn Rutledge2022-10-272-64/+89
* Add QQuickTest::pointerPress/Move/Release convenience functionsShawn Rutledge2022-10-274-60/+134
* QQuickTableView: ensure that column sizes are in sync when using a sync viewRichard Moe Gustavsen2022-10-273-5/+118
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2022-10-271-5/+5
* Doc: add section to QJSValue about converting to JSONMitch Curtis2022-10-271-0/+10
* Fusion: don't set ButtonText palette roleMitch Curtis2022-10-273-12/+12
* Ensure Flickable.flickEnded signal is emitted after flick-then-dragShawn Rutledge2022-10-263-19/+102
* Propagate ShortcutOverride events up the parent chainVolker Hilsheimer2022-10-267-15/+88
* Make Sure that `qml_compile_hash_p.h` Isn't MissingAmir Masoud Abdol2022-10-261-0/+2
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2022-10-261-5/+5
* Add interop test with DragHandler on ButtonShawn Rutledge2022-10-232-0/+84