aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* Fix outdated FDL license headerKai Koehne2017-10-172-10/+10
* 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
* Fall back to the ObjectWrapper for model advanceIteratorAndy Shaw2017-09-151-1/+4
* Fix use-after-free when removing elements from a ListModelErik Verbruggen2017-09-143-7/+27
* Fix crashes with closures created in QML componentsLars Knoll2017-09-062-9/+16
* Doc: Fix capitalization in section titlesTopi Reinio2017-08-291-2/+2
* Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-021-3/+3
* Do not (dis)connectNotify on dynamically created model item objectsErik Verbruggen2017-07-251-7/+3
* Fix ObjectModel::move() to mark the changes as movesJ-P Nurmi2017-06-291-1/+1
* Fix QML Connections element ignoring the enabled propertyThomas McGuire2017-05-171-0/+1
* Add missing breakThiago Macieira2017-05-041-0/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-2610-0/+18
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-111-7/+4
|\
| * Avoid access to declarativeData when isDeletingChildren is setBernhard Übelacker2017-04-101-7/+4
* | Fix build without features.animationTasuku Suzuki2017-04-031-2/+8
* | Fix memory leak in QQDMIncubationTask::statusChangedAlbert Astals Cid2017-03-011-4/+3
* | Doc: minor language correctionsNico Vertriest2017-02-271-2/+2
* | Add Q_ALLOCA_VAR, Q_ALLOCA_DECLARE and Q_ALLOCA_ASSIGN macrosKimmo Ollila2017-02-151-1/+1
* | Convert more builtin functions to the new calling conventionLars Knoll2017-01-253-49/+49
* | QQmlListModel: Fix potential uninitialized valueRobin Burchell2017-01-181-4/+6
* | qml: Remove last foreach, and mark QT_NO_FOREACHRobin Burchell2017-01-172-5/+7
* | Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-115-56/+56
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-145-28/+64
|\|
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Lars Knoll2016-12-072-9/+17
| |\
| | * QQmlDelegateModel: Avoid allocating unnecessarilyRobin Burchell2016-11-302-9/+17
| * | Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-14/+2
| * | Clean up Value::isString()/stringValue() combinationsLars Knoll2016-11-291-2/+2
| |/
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-282-3/+43
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-252-3/+43
| | |\
| | | * Fix binding re-evaluation when list model properties changeSimon Hausmann2016-11-182-3/+43
* | | | headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-071-1/+1
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-231-2/+2
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-151-2/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-2/+2
| | |\|
| | | * Setting Connection's target to null should disconnect implicit targetMichael Brasser2016-11-151-2/+2
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-184-30/+41
|\| | |
| * | | Turn the no-network support into a configurable featureLars Knoll2016-10-101-6/+6
| * | | QML: Also check for correct destroy() chainingErik Verbruggen2016-10-062-0/+3
| * | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-063-20/+27
| * | | QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-052-6/+7
* | | | Qml, Imports: mark some methods as constAnton Kudryavtsev2016-10-133-8/+8
* | | | QmlDelegateModel: proper construction of vectorAnton Kudryavtsev2016-10-101-5/+5
* | | | Qml: add missing 'override'Anton Kudryavtsev2016-10-075-10/+10
* | | | Qml types: replace 'foreach' with 'range for'Anton Kudryavtsev2016-10-075-10/+12
* | | | QmlListModel: proper construction of vectorAnton Kudryavtsev2016-10-061-35/+14
* | | | Qml: add missing 'override'Anton Kudryavtsev2016-10-0610-60/+60
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-011-3/+17
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-3/+17
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-3/+17
| | |\|