aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* Update doc to clarify the slot parameter for connectNotifySignalAndy Shaw2017-08-251-0/+3
* 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
* 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
* 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
* Merge remote-tracking branch 'origin/5.9.1' into 5.9Liang Qi2017-06-303-9/+11
|\
| * Merge 5.9 into 5.9.1Oswald Buddenhagen2017-06-1910-12/+21
| |\
| * | Fix QML compiler crashes on big endian systemsDmitry Shachnev2017-06-183-9/+11
* | | Fix ObjectModel::move() to mark the changes as movesJ-P Nurmi2017-06-291-1/+1
* | | Fix alignment issue on ARMv7Simon Hausmann2017-06-221-0/+2
* | | Doc: Fix link to Window.screenTopi Reinio2017-06-201-1/+1
* | | Silence -Wuninitialized warningAllan Sandfeld Jensen2017-06-201-0/+3
| |/ |/|
* | Don't leak QQmlJavaScriptExpression errorsColin Ogilvie2017-06-162-1/+1
* | Doc: Avoid copyright text in the codeblock by using \snippetVenugopal Shivashankar2017-06-165-9/+12
* | Prospective build fix for qml compiler on WindowsSimon Hausmann2017-06-141-1/+1
* | Fix loading QML caches for qrc:/// urlsAlexander Volkov2017-06-131-0/+6
* | Doc: correct link issuesNico Vertriest2017-06-131-1/+1
|/
* Use pre-generated QML caches even if they are not writableAlexander Volkov2017-06-091-1/+1
* Change temp allocation when generating IRLars Knoll2017-06-095-56/+155
* Doc: Simplify documentation about integrating QML and C++Venugopal Shivashankar2017-06-086-1/+352
* Fix gcc5 miscompile of qle_bitfieldVille Voutilainen2017-06-081-0/+4
* Fix integer divisionErik Verbruggen2017-06-081-1/+3
* Jit: fix unary minus for integersErik Verbruggen2017-06-071-0/+9
* Move Q_REQUIRED_RESULT to the beginning of the declarationThiago Macieira2017-06-031-2/+2
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-313-10/+15
|\