aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* Clean up QQmlCustomParser APISimon Hausmann2018-07-304-23/+23
* Fix unused variableJesus Fernandez2018-07-231-1/+0
* Revert "QQmlAdaptorModel: support dataChanged signals from multi-column models"Richard Moe Gustavsen2018-07-181-9/+2
* QQmlDelegateModel: remove rows and columns propertiesRichard Moe Gustavsen2018-07-183-37/+0
* QQmlDelegateModel: remove unused m_useFirstColumnOnlyRichard Moe Gustavsen2018-07-181-2/+4
* Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-07-171-0/+41
|\
| * Doc: Extend documentation for ItemSelectionModelPaul Wicking2018-07-161-0/+41
* | QQmlTableInstanceModel: add new TableView helper classRichard Moe Gustavsen2018-07-164-5/+480
* | QQmlDelegateModel: check if the delegate model adapts an AIMRichard Moe Gustavsen2018-07-131-1/+2
* | QQmlAdaptorModel: move connection set-up code to QQmlDelegateModelRichard Moe Gustavsen2018-07-102-2/+61
* | QQmlDelegateModelItem: set row and column explicitRichard Moe Gustavsen2018-07-092-21/+34
* | Prefix vtable methods with virtualLars Knoll2018-07-033-14/+15
* | Clean up the property key API in StringOrSymbolLars Knoll2018-07-021-1/+1
* | Replace Identifier by PropertyKeyLars Knoll2018-07-023-5/+5
* | Cleanups in the Identifier APILars Knoll2018-07-021-1/+1
* | Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-023-37/+37
* | Unify put and putIndexedLars Knoll2018-07-022-7/+6
* | Internal naming cleanupSimon Hausmann2018-06-291-2/+2
* | QQmlInstanceModel: add virtual function to get abstractItemModelRichard Moe Gustavsen2018-06-273-0/+9
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-258-13/+13
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-258-13/+13
| |\|
| | * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-198-13/+13
* | | Add Proxy support for prototype handlingLars Knoll2018-06-251-2/+2
|/ /
* | QQmlDelegateModel: even for QAIM, only use first column by defaultRichard Moe Gustavsen2018-06-212-4/+13
* | QQmlDelegateModelItem: move row and column up to the base classRichard Moe Gustavsen2018-06-092-1/+30
* | QQmlDelegateModelPrivate: refactor release()Richard Moe Gustavsen2018-06-091-17/+16
* | QQmlDelegateModelAttached: factor out resetCurrentIndex()Richard Moe Gustavsen2018-06-042-8/+16
* | QQmlDelegateModel: factor out addCacheItem()Richard Moe Gustavsen2018-06-042-4/+9
* | Fix language change support for qsTr in ListElementSimon Hausmann2018-05-283-21/+135
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-261-2/+2
|\|
| * Fix crash when modifying list model in worker threadSimon Hausmann2018-05-241-2/+2
* | Fix JS ownership of model and delegate properties in QtQuick item viewsSimon Hausmann2018-05-112-4/+4
* | Clean up QQmlOpenMetaObject property data structureSimon Hausmann2018-05-112-11/+1
* | Fix crash when using repeaters with packagesErik Verbruggen2018-05-092-1/+19
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-041-3/+4
|\|
| * Fix QML context leak with visual data model and list property modelsSimon Hausmann2018-04-301-1/+1
| * QQmlDelegateModel: include QQDMIncubationTask errors with our errorsMitch Curtis2018-04-271-1/+3
| * QQmlDelegateModel: provide better warningsMitch Curtis2018-04-271-2/+1
* | Cleanup creation code for builtin functionsLars Knoll2018-05-021-2/+1
* | Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-023-6/+15
* | Rename the CompilationMode enum to ContextTypeLars Knoll2018-05-021-2/+2
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-122-5/+5
* | QQmlAdaptorModel: make a models row/column count read-onlyRichard Moe Gustavsen2018-04-123-100/+2
* | QQmlAdaptorModel: support dataChanged signals from multi-column modelsRichard Moe Gustavsen2018-04-121-2/+9
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-227-15/+43
|\|
| * Add a feature for DelegateModelUlf Hermann2018-03-216-8/+43
| * Simplify handling of function expressions as signal handlersMichael Brasser2018-03-211-7/+0
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-213-16/+27
|\|
| * Fix QQmlListModel crash when appending an empty array in debug modeDaniel Vrátil2018-03-201-11/+12
| * Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-201-2/+4