aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels
Commit message (Expand)AuthorAgeFilesLines
* Fix index handling on insert in QQmlDelegateModelUlf Hermann2022-05-231-1/+1
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-171-8/+9
* Generalize role selection mechanism from QQuickComboBoxUlf Hermann2022-05-121-3/+27
* Add TUs for QML_FOREIGNs and namespaces to enable includemocsMarc Mutz2022-05-102-1/+49
* DelegateModel: Put warning after the exampleFabian Kosmale2022-05-071-4/+5
* QQmlPropertyCache: Guarantee 1:1 relationship to meta objectUlf Hermann2022-05-051-3/+4
* QmlModels: includemocsMarc Mutz2022-05-013-0/+6
* QmlModels: includemocsMarc Mutz2022-04-301-0/+2
* QQmlListAccessor: Support registered sequence typesUlf Hermann2022-04-282-2/+36
* qmlmodels: Move QModelIndex from QtQmlMaximilian Goldstein2022-02-223-0/+247
* QQmlAdaptorModel: Do not use reparenting for lifetime managemmentFabian Kosmale2022-02-033-10/+20
* Doc: Enable zero warning limit for documentationVenugopal Shivashankar2022-01-161-0/+3
* Assert that QQmlDelegateModel's count can't be less than zeroMitch Curtis2022-01-071-0/+1
* Doc: Adjust regular expression for suppressing warningsTopi Reinio2022-01-061-1/+1
* Doc: Fix remaining documentation warningsTopi Reinio2021-12-241-1/+1
* QQmlTreeModelToTableModel: emit layoutChanged() when the layout changesRichard Moe Gustavsen2021-12-191-0/+13
* Doc: Suppress qdoc warnings for \instantiates entryVenugopal Shivashankar2021-12-171-0/+3
* Instantiator: don't interfere with delegates that assign parentsShawn Rutledge2021-12-101-1/+2
* qmlmodels: add qqmltreemodeltotablemodelRichard Moe Gustavsen2021-12-043-0/+1261
* Doc: Drop version no. against the \qmlmoduleVenugopal Shivashankar2021-12-021-1/+1
* Fix logging categories in QtQml and friendsUlf Hermann2021-11-261-1/+1
* Instantiator: Do not load items when inactiveFabian Kosmale2021-11-171-1/+1
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-11-141-3/+3
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-5/+1
* Clean up some includesUlf Hermann2021-11-051-1/+1
* Migrate to autogenerated cpp exportsAlexey Edelev2021-11-023-14/+4
* Improve type conversions from/to QJSValueUlf Hermann2021-10-202-2/+4
* DelegateModel: Document limitation of groups derived attached propertiesFabian Kosmale2021-10-131-1/+9
* QQmlDelegateModelAttached: Make static properties statically knownFabian Kosmale2021-10-132-4/+76
* QQmlEngine: Fine grained translation binding trackingFabian Kosmale2021-10-083-1/+39
* Adapt to changed return value for toDynamicMetaObject()Ulf Hermann2021-10-082-2/+2
* QQmlDelegateModel: Refresh the view when a column is added at 0Aleix Pol2021-10-012-0/+47
* qqmllistmodel.cpp: Improve formattingUlf Hermann2021-09-131-6/+26
* QQmlListModel: Don't return from the middle of a loopUlf Hermann2021-09-131-6/+5
* QQmlListModel: Fix C++ owned object getting destroyedJaeyoon Jung2021-09-021-5/+3
* Doc: Remove unsupported customFiltersKai Köhne2021-08-311-4/+0
* qqmllistmodel: Fix QObjects setting indestructibleCathy Park2021-08-261-1/+1
* Remove unnecessary declarations of type registration functionsUlf Hermann2021-07-161-2/+0
* Fix life cycle methods for some QML-exposed typesUlf Hermann2021-07-142-5/+0
* Privately export all QML-exposed typesUlf Hermann2021-07-131-1/+1
* QQmlInstanceModel: Drop empty dtorUlf Hermann2021-07-011-2/+0
* ListModel: Fix accessing empty strings in ListElementFabian Kosmale2021-06-301-0/+2
* QQmlListModel: Guard QObject pointers in the listUlf Hermann2021-06-292-31/+66
* Ensure model is in context if required properties are not usedFabian Kosmale2021-06-221-1/+14
* Remove old configure-related filesJoerg Bornemann2021-06-171-46/+0
* qqmllistmodel: Fix QObjects getting garbage collectedMaximilian Goldstein2021-06-152-17/+66
* Refactor and update qml CMake APICraig Scott2021-06-043-26/+68
* QQmlListAccessor: Store integer if m_type is IntegerFabian Kosmale2021-05-141-0/+1
* qqmltableinstancemodel: add setRequiredProperty()Richard Moe Gustavsen2021-04-304-4/+47
* ListView: support QList<QUrl> modelsMitch Curtis2021-04-292-1/+10