aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Drain the markStack while collecting rootsLars Knoll2017-09-081-1/+4
* Fix double-free in QQmlTypePrivate for enum valuesErik Verbruggen2017-09-081-1/+1
* QByteArray gets mapped to ArrayBufferAlbert Astals Cid2017-09-051-0/+5
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-057-12/+9
|\
| * Doc: Fix capitalization in section titlesTopi Reinio2017-08-295-6/+6
| * Don't copy the bytecode data from the cached compilation unitLars Knoll2017-08-291-6/+0
| * Update doc to clarify the slot parameter for connectNotifySignalAndy Shaw2017-08-251-0/+3
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-2312-31/+33
|\|
| * Fix compiler errors with clang 4.0Lars Knoll2017-08-231-12/+12
| * Fix memory corruption with type trimmingSimon Hausmann2017-08-234-12/+14
| * Small cleanupLars Knoll2017-08-231-2/+1
| * Fix valgrind warning about uninitialized variableLars Knoll2017-08-231-0/+1
| * Cleanup obsolete TODO in source codeLars Knoll2017-08-231-3/+0
| * Clean up void * usageLars Knoll2017-08-235-13/+16
| * Don't crash when trying to bind an invalid property indexUlf Hermann2017-08-171-1/+1
* | Use QRandomGenerator instead of q?randThiago Macieira2017-08-232-14/+3
* | Retranslate all child contextsFrank Osterfeld2017-08-181-2/+5
* | Restore yylval initializationSimon Hausmann2017-08-182-0/+2
* | Support explicit enum value declaration in QMLMichael Brasser2017-08-187-740/+833
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-1838-1014/+1277
|\|
| * Improve releasing of memory allocated from compilation unit stringsSimon Hausmann2017-08-043-8/+9
| * Avoid meta-object creation when looking up QML properties in the property cacheSimon Hausmann2017-08-021-4/+8
| * Reduce memory consumption of stat() cache in QML type loaderSimon Hausmann2017-08-022-24/+20
| * Fix void * usage in our internal APIsLars Knoll2017-08-027-63/+60
| * Move the m_qmlLists member in the QML engine to QQmlMetaTypeLars Knoll2017-08-025-47/+67
| * Remove unused types on engine destructionSimon Hausmann2017-08-026-99/+202
| * Remove unused variableSimon Hausmann2017-08-021-1/+0
| * Change data structures in QQmlMetaTypeDataLars Knoll2017-08-024-137/+118
| * Remove QQmlEnginePrivate::typePropertyCacheSimon Hausmann2017-08-025-112/+146
| * Move property cache from the engine to QQmlTypeSimon Hausmann2017-08-025-32/+38
| * Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-0211-99/+69
| * Use QQmlType by valueLars Knoll2017-08-0224-312/+329
| * Simplify logicLars Knoll2017-08-021-3/+1
| * Use QQmlType by value in the type wrapperLars Knoll2017-08-026-36/+65
| * Use QQmlType by value in the MemberExpressionResolverLars Knoll2017-08-022-11/+17
| * Turn QQmlType into a refcounted value typeLars Knoll2017-08-022-67/+142
* | Mention the t (zone) format specifier for formatDateTimeEdward Welbourne2017-08-151-0/+2
* | Add API to learn about QQmlBinding's dependenciesAnton Kreuzkamp2017-08-136-9/+57
* | Initialize members in parserRobert Loehning2017-08-102-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-2815-27/+54
|\|
| * QJSEngine: document limitation of dynamic QObject propertiesMitch Curtis2017-07-272-1/+19
| * Fix loading of QML plugins with old IID in static buildsSimon Hausmann2017-07-262-2/+5
| * Do not (dis)connectNotify on dynamically created model item objectsErik Verbruggen2017-07-255-17/+18
| * Rebuild QQmlData::propertyCache if deleted by another engineDavid Edmundson2017-07-131-1/+6
| * QDoc: Fix syntax error on the definition of the Q_GADGETHolger Hans Peter Freyther2017-07-131-1/+1
| * Doc: Add \keyword for "Grouped" and "Attached" property topicsVenugopal Shivashankar2017-07-034-5/+5
* | Fix linking if apps using QQmlPropertyMap when using version scriptsSimon Hausmann2017-07-182-13/+5
* | Add support for QEvent::LanguageChangeSimon Hausmann2017-07-149-14/+97
* | Add support for enum declarations in QMLMichael Brasser2017-07-1326-1505/+1916
* | Refactor le integer types from qjson_p.h to qendian_p.hAllan Sandfeld Jensen2017-07-068-160/+153