aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix behaviors not working when sub-types declare propertiesSimon Hausmann2017-09-221-0/+2
* Fix qmlClearTypeRegistrations() not dropping all registrationsSimon Hausmann2017-09-192-0/+9
* Fix qml cache invalidation when changing dependent C++ registered QML singletonsSimon Hausmann2017-09-123-0/+25
* Remove temporary allocations during type cleanupSimon Hausmann2017-09-081-1/+1
* Get rid of the root object index variableSimon Hausmann2017-09-082-3/+3
* Fix crash with dangling context object pointersSimon Hausmann2017-09-081-0/+2
* Fix crashes with closures created in QML componentsLars Knoll2017-09-068-78/+183
* Qml Tooling: Replace bare pointers with QScopedPointerUlf Hermann2017-09-062-11/+12
* QmlProfiler: Avoid race conditions in QQmlTypeLoaderUlf Hermann2017-09-052-4/+25
* Update doc to clarify the slot parameter for connectNotifySignalAndy Shaw2017-08-251-0/+3
* Fix memory corruption with type trimmingSimon Hausmann2017-08-232-4/+4
* Small cleanupLars Knoll2017-08-231-2/+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
* 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-025-52/+46
* Move the m_qmlLists member in the QML engine to QQmlMetaTypeLars Knoll2017-08-024-43/+61
* Remove unused types on engine destructionSimon Hausmann2017-08-025-98/+201
* Remove unused variableSimon Hausmann2017-08-021-1/+0
* Change data structures in QQmlMetaTypeDataLars Knoll2017-08-023-136/+117
* Remove QQmlEnginePrivate::typePropertyCacheSimon Hausmann2017-08-025-112/+146
* Move property cache from the engine to QQmlTypeSimon Hausmann2017-08-023-0/+34
* Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-026-82/+56
* Use QQmlType by valueLars Knoll2017-08-0215-231/+252
* Use QQmlType by value in the type wrapperLars Knoll2017-08-024-34/+63
* Turn QQmlType into a refcounted value typeLars Knoll2017-08-022-67/+142
* 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-254-10/+15
* Rebuild QQmlData::propertyCache if deleted by another engineDavid Edmundson2017-07-131-1/+6
* Doc: Fix link to Window.screenTopi Reinio2017-06-201-1/+1
* Don't leak QQmlJavaScriptExpression errorsColin Ogilvie2017-06-162-1/+1
* Fix loading QML caches for qrc:/// urlsAlexander Volkov2017-06-131-0/+6
* Doc: correct link issuesNico Vertriest2017-06-131-1/+1
* Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-2/+2
* Don't crash: Connections with a signal on a nonexistent objectShawn Rutledge2017-05-071-1/+4
* Fix concurrent loading of the same qmldir from different scriptsAndy Shaw2017-05-022-23/+30
* Run includemocs in qtdeclarativeThiago Macieira2017-04-2612-0/+24
* Doc: correct link errorNico Vertriest2017-04-261-1/+1
* QQmlApplicationEngine: Fix using invalid pointersRainer Keller2017-04-261-2/+9
* Fix for dangling object pointers in QQmlErrorsRobert Griebl2017-04-191-1/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-114-25/+19
|\
| * Avoid access to declarativeData when isDeletingChildren is setBernhard Übelacker2017-04-104-25/+19
* | Fix build without features.animationTasuku Suzuki2017-04-031-0/+4
* | Add missing header inclusionKimmo Ollila2017-03-281-0/+1
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-03-252-8/+47
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-152-8/+47
| |\|
| | * Fix QQmlTypeLoader::Blob::qmldirDataAvailable memory overwriteJosh Faust2017-03-141-1/+2
| | * Fix caching of QML singleton typesSimon Hausmann2017-03-132-2/+36