aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qdslintplugin: add UnsupportedRootTypeInQmlUi warningSami Shalayel2025-03-065-15/+83
* qmlls: Add completion for final property attributeOlivier De Cannière2025-03-062-9/+25
* semantichighlighting: Add support for final property attributeOlivier De Cannière2025-03-065-2/+26
* QML: Add final property attributeOlivier De Cannière2025-03-0613-13/+95
* QV4: Reserve a bit in CompiledData::PropertyOlivier De Cannière2025-03-065-15/+20
* qmlformat: Support the final property attributeOlivier De Cannière2025-03-0612-21/+83
* QQmlPermission: Force compilation of the headerFabian Kosmale2025-03-062-0/+11
* Ensure TapHandler.pressed==false when deactivated; tolerate null eventShawn Rutledge2025-03-063-3/+39
* Document better how listview snaps its items under its various modesJan Arve Sæther2025-03-062-0/+201
* Move manual test into sub folder of listviewJan Arve Sæther2025-03-063-0/+0
* QtQml: Always load from existing compilation units firstUlf Hermann2025-03-0610-25/+115
* Blacklist tst_qqmlcomponent::loadFromQrc() on QNXUlf Hermann2025-03-061-0/+3
* Make sure hitting a menubar item opens the menuEven Oscar Andersen2025-03-065-1/+22
* HeaderViewDelegate: Add documentationMohammadHossein Qanbari2025-03-066-0/+273
* QuickControls: Add vertical and horizontal header view delegatesMohammadHossein Qanbari2025-03-0651-447/+1094
* qmldom: include missing headerTim Blechmann2025-03-061-0/+1
* Compiler: Mark move constructor and operator= noexpectOlivier De Cannière2025-03-051-2/+2
* doc: qt_add_qml_module add guidelines on QML module structure and reuseDmitrii Akshintsev2025-03-051-0/+8
* doc: hint that RESOURCE_PREFIX is not needed with QTP0001Sami Shalayel2025-03-051-12/+7
* doc: document how to write modern QML ModulesSami Shalayel2025-03-053-1/+284
* Get rid of tst_QQuickMultiPointTouchArea::createAndShowViewFrédéric Lefebvre2025-03-051-297/+281
* QQuickDrag: Properly support QColor as application/x-colorKai Uwe Broulik2025-03-051-0/+4
* Convert m_vertical and m_cornerPixmapIsDirty to bitfieldsMagdalena Stojek2025-03-052-5/+3
* Do not call index.column() twiceMate Barany2025-03-041-1/+1
* QQuickItemView: Disconnect forgotten model signal on model changeUlf Hermann2025-03-043-0/+24
* QQuickItemView: Fix model creationUlf Hermann2025-03-044-21/+138
* TreeToTableModel: replace another QList with a QVarLengthArrayVolker Hilsheimer2025-03-041-1/+1
* TreeToTableModel: Store queued changes using only top and bottom rowVolker Hilsheimer2025-03-042-48/+31
* tst_qmlcppcodegen: Avoid cmake warningFabian Kosmale2025-03-041-0/+1
* Compiler: Don't make aliases to required properties required themselvesOlivier De Cannière2025-03-0412-103/+322
* CMake: Add Qt::QmlPrivate to the QmlCore moduleAlexandru Croitor2025-03-041-1/+5
* Add RectangleShape to QtQuick.Shapes.DesignHelpersMitch Curtis2025-03-0425-159/+1558
* PathRectangle: add bevel propertiesMitch Curtis2025-03-046-15/+270
* Move qquickshape test to tests/auto/quickshapesMitch Curtis2025-03-0425-1/+12
* Export QQuickItemPrivate::ExtraData constructorMitch Curtis2025-03-041-1/+1
* Revert "Layouts: Add revision to useDefaultSizePolicy"Fabian Kosmale2025-03-031-2/+2
* Quick: Remove revision from Accessible.idUlf Hermann2025-03-031-1/+1
* Auto-depend on QtQuick when linking against QtQuickFabian Kosmale2025-03-031-0/+15
* QtQuickView Java example: Register QML button listener after loadPetri Virkkunen2025-03-031-1/+1
* StackView: Use PushTransition for pushItem(s)Kai Uwe Broulik2025-03-031-4/+4
* Add QRhiAdapter support for QQuickGraphicsDeviceLaszlo Agocs2025-03-034-9/+39
* Use popupWindow()->close() to fix tst_qquickColorDialogImpl::defaultsFrédéric Lefebvre2025-03-031-2/+2
* QmlModel: Add test for access to model properties from delegatesUlf Hermann2025-03-032-0/+136
* cmake: fix style issue for QT_QML_GENERATE_QMLLS_INISami Shalayel2025-03-031-1/+1
* doc: add page for QT_QML_GENERATE_QMLLS_INI_NO_CMAKE_CALLSSami Shalayel2025-03-032-0/+27
* qmlls: add cmake option to avoid cmake callsSami Shalayel2025-03-035-15/+49
* CMake: Make qt_target_qml_sources work in subdirectoriesJoerg Bornemann2025-03-036-6/+89
* threadedanimation example: add missing DEPENDENCIES to QtQuickSami Shalayel2025-03-031-0/+1
* Android: Amend QtQuickView threading documentationAssam Boudjelthia2025-03-032-1/+8
* QQuickFontInfo: de-inline dtorMarc Mutz2025-03-012-0/+7