aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-295-19/+21
| |\ \ \
| * | | | QML Type Registrar changesLeander Beernaert2020-01-241-0/+10
| * | | | Post merge fixesLeander Beernaert2020-01-242-5/+11
| * | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-1617-337/+430
| |\ \ \ \
| * | | | | Post Merge FixesLeander Beernaert2019-11-251-3/+1
| * | | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-2513-2092/+85
| |\ \ \ \ \
| * | | | | | Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-6/+6
| * | | | | | Regenerate projectsAlexandru Croitor2019-11-141-3/+0
| * | | | | | Regenerate required projects after dev -> wip/cmake mergeAlexandru Croitor2019-10-142-1/+5
| * | | | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-1438-63/+1643
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-112-2/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-08-153-2/+4
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-246-48/+19
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-112-3/+52
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Initial CMake portAlexandru Croitor2019-06-032-0/+97
* | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-112-6/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | / | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-102-6/+0
* | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-095-7/+31
|\| | | | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-032-1/+21
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | QQuickTableView: Immediately delete delegates when possibleUlf Hermann2020-02-282-0/+20
| | * | | | | | | | | | QQmlTableInstanceModel: Fix refcounting of metatypesUlf Hermann2020-02-272-4/+14
| * | | | | | | | | | | QQmlDelegateModel: Avoid use-after-freeUlf Hermann2020-02-271-4/+6
| * | | | | | | | | | | Revision properties and methods added in 5.15Ulf Hermann2020-02-271-2/+2
| * | | | | | | | | | | Move dependencies.json files into the right placesUlf Hermann2020-02-261-0/+2
* | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-211-1/+1
|\| | | | | | | | | | |
| * | | | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-201-1/+1
| |\| | | | | | | | | |
| | * | | | | | | | | | QQmlAdaptorModel: Don't const_cast to call release()Ulf Hermann2020-02-191-1/+1
* | | | | | | | | | | | Fix all import versionsUlf Hermann2020-02-191-1/+1
* | | | | | | | | | | | Add major version to all Q_REVISIONsUlf Hermann2020-02-199-16/+22
* | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-1711-19/+62
|\| | | | | | | | | | |
| * | | | | | | | | | | Fix QQmlObjectModel::destroyingItem emissionSimon Hausmann2020-02-101-2/+3
| * | | | | | | | | | | Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-073-14/+46
| * | | | | | | | | | | Models: Make sure we can use QList<QObject *> as required modelUlf Hermann2020-02-064-2/+14
| * | | | | | | | | | | QQmlInstanceModel: refactor recycling signals to base classRichard Moe Gustavsen2020-02-053-6/+2
| * | | | | | | | | | | Synthetically reference type registration functionsUlf Hermann2020-02-041-0/+2
* | | | | | | | | | | | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-034-7/+7
* | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-307-27/+31
|\| | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-291-3/+5
| |\| | | | | | | | |
| | * | | | | | | | | V4: Check for exceptions before we use the result of a JS callUlf Hermann2020-01-231-3/+5
| | * | | | | | | | | Fix documented types for DelegateChoice propertiesMichael Brasser2020-01-151-4/+4
| * | | | | | | | | | Properly refcount QQmlDelegateModelItemMetaTypeUlf Hermann2020-01-286-24/+26
* | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-204-18/+20
|\| | | | | | | | | |
| * | | | | | | | | | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-174-18/+20
* | | | | | | | | | | Drop all the .2 from import directoriesUlf Hermann2020-01-171-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Make QtQml work with the latest changes in qtbaseLars Knoll2020-01-142-44/+31
* | | | | | | | | | Fix maximum minor to 15 for importsUlf Hermann2020-01-141-1/+1
* | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-144-123/+51
|\| | | | | | | | |
| * | | | | | | | | Generate registrations for all importsUlf Hermann2020-01-103-21/+6
| * | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-32/+44
| |\| | | | | | | |
| | * | | | | | | | QQmlAdaptorModel: Guard access to wrapped AIMUlf Hermann2020-01-021-32/+44