aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qdslintplugin: add UnsupportedRootTypeInQmlUi warningSami Shalayel2025-03-062-15/+57
* qmlls: Add completion for final property attributeOlivier De Cannière2025-03-061-4/+14
* semantichighlighting: Add support for final property attributeOlivier De Cannière2025-03-063-2/+15
* QML: Add final property attributeOlivier De Cannière2025-03-066-13/+33
* QV4: Reserve a bit in CompiledData::PropertyOlivier De Cannière2025-03-065-15/+20
* qmlformat: Support the final property attributeOlivier De Cannière2025-03-069-21/+47
* QQmlPermission: Force compilation of the headerFabian Kosmale2025-03-062-0/+11
* Ensure TapHandler.pressed==false when deactivated; tolerate null eventShawn Rutledge2025-03-062-3/+12
* Document better how listview snaps its items under its various modesJan Arve Sæther2025-03-061-0/+16
* QtQml: Always load from existing compilation units firstUlf Hermann2025-03-065-23/+33
* 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-0640-326/+644
* 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
* 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-041-0/+3
* QQuickItemView: Fix model creationUlf Hermann2025-03-042-21/+79
* 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
* Compiler: Don't make aliases to required properties required themselvesOlivier De Cannière2025-03-045-98/+231
* CMake: Add Qt::QmlPrivate to the QmlCore moduleAlexandru Croitor2025-03-041-1/+5
* Add RectangleShape to QtQuick.Shapes.DesignHelpersMitch Curtis2025-03-0419-159/+1192
* PathRectangle: add bevel propertiesMitch Curtis2025-03-046-15/+270
* 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
* StackView: Use PushTransition for pushItem(s)Kai Uwe Broulik2025-03-031-4/+4
* Add QRhiAdapter support for QQuickGraphicsDeviceLaszlo Agocs2025-03-034-9/+39
* 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-031-1/+7
* CMake: Make qt_target_qml_sources work in subdirectoriesJoerg Bornemann2025-03-031-6/+48
* Android: Amend QtQuickView threading documentationAssam Boudjelthia2025-03-032-1/+8
* QQuickFontInfo: de-inline dtorMarc Mutz2025-03-012-0/+7
* Tag error string with _L1 literal operatorKaj Grönholm2025-03-011-1/+1
* TreeToTableModel: remove unused m_column memberVolker Hilsheimer2025-03-012-5/+4
* TreeToTableModel: reduce memory allocations for changing rolesVolker Hilsheimer2025-03-012-26/+19
* QmlModels: Properly refcount m_cacheMetaTypeUlf Hermann2025-03-012-6/+2
* QmlModels: Clean up some virtual functions and dtorsUlf Hermann2025-03-016-10/+16
* QmlModels: Clean up the attached metaobjectsUlf Hermann2025-03-012-14/+10
* QmlModels: Do not cache the attached objectUlf Hermann2025-03-012-16/+25
* QmlModels: Move poolTime out of QQmlDelegateModelItemUlf Hermann2025-02-283-18/+32
* QmlModels: Drop QQmlDelegateModelItem::v4Ulf Hermann2025-02-284-9/+8