aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when modifying list model in worker threadSimon Hausmann2018-05-241-2/+2
* 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
* Add a feature for DelegateModelUlf Hermann2018-03-216-8/+43
* Simplify handling of function expressions as signal handlersMichael Brasser2018-03-211-7/+0
* 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
* Handle function expressions as signal handlersErik Verbruggen2018-03-201-3/+11
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-2620-154/+154
* Fix ListModel.get(idx) == ListModel.get(idx)Simon Hausmann2018-02-222-9/+16
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-181-1/+0
|\
| * Revert "Restore a temporary QQmlInstanceModel::object() overload"J-P Nurmi2018-02-121-1/+0
* | Fix memory leak with ListModel.getSimon Hausmann2018-02-121-3/+7
* | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-061-6/+6
|\ \
| * \ Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-6/+6
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-6/+6
| | |\|
| | | * Fix QQmlDelegateModel::object documentationPaolo Angelelli2018-01-181-5/+5
| | | * Optimizations for Repeater::clear() and ~QQmlItem()Lars Knoll2018-01-151-1/+1
| | | * Remove extra addrefMichael Brasser2017-12-291-1/+0
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-024-37/+36
* | | | Get rid of uid member in ListModelSimon Hausmann2018-02-013-23/+10
|/ / /
* | | Remove some duplicated codeSimon Hausmann2018-01-251-16/+4
* | | Get rid of BuiltinFunctionLars Knoll2018-01-151-2/+2
* | | Convert more builtin functions to use the new calling conventionLars Knoll2018-01-123-23/+23
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-096-19/+48
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-046-19/+48
| |\|
| | * Restore a temporary QQmlInstanceModel::object() overloadJ-P Nurmi2017-12-011-0/+1
| | * QQmlDelegateModel: add incubationStatus(), and use it to determine 'requested...Richard Moe Gustavsen2017-11-305-0/+29
| | * QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-306-20/+19
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-081-0/+2
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-0/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-211-0/+2
| | |\|
| | | * Fix crash with dangling context object pointersAndy Shaw2017-11-141-0/+2
* | | | Fix failed assertions coming from the QML list modelLars Knoll2017-12-295-243/+198
|/ / /
* | | Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-087-64/+152
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-067-55/+42
| |\| |
| | * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-242-10/+10
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-242-10/+10
| | | |\|
| | | | * Fix outdated FDL license headerKai Koehne2017-10-172-10/+10
| | * | | clang-cl: Fix warnings about non-portable #include resolutionFriedemann Kleint2017-10-241-1/+1
| | |/ /
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Liang Qi2017-10-044-44/+31
| | |\|
| | | * ObjectModel: provide unique move IDsJ-P Nurmi2017-09-261-3/+3
| | | * Fix use-after-free when clear()ing all elements from a ListModelErik Verbruggen2017-09-223-41/+28
| * | | Allow assigning functions in ListElementMichael Brasser2017-10-243-9/+114
* | | | Change signature for call/callAsConstructorLars Knoll2017-11-071-3/+3
* | | | Further cleanup JSCallDataLars Knoll2017-11-071-3/+3
* | | | Simplify JSCallData constructionLars Knoll2017-11-071-3/+3
* | | | Get rid of JSCallData::call()Lars Knoll2017-11-071-13/+13