aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* More fine-grained deferred property executionJ-P Nurmi2017-11-251-4/+31
* Fix crash with dangling context object pointersAndy Shaw2017-10-261-0/+2
* Return "qnx" for Qt.platform.os when appropriateLiang Qi2017-10-241-0/+1
* Fix execution of deferred propertiesJ-P Nurmi2017-10-181-12/+15
* Fix crash with dangling context object pointersSimon Hausmann2017-09-081-0/+2
* Fix crashes with closures created in QML componentsLars Knoll2017-09-061-7/+13
* Move the m_qmlLists member in the QML engine to QQmlMetaTypeLars Knoll2017-08-021-41/+6
* Remove unused types on engine destructionSimon Hausmann2017-08-021-0/+2
* Remove QQmlEnginePrivate::typePropertyCacheSimon Hausmann2017-08-021-105/+0
* Use QQmlType by valueLars Knoll2017-08-021-24/+23
* Doc: Fix link to Window.screenTopi Reinio2017-06-201-1/+1
* Doc: correct link issuesNico Vertriest2017-06-131-1/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Doc: correct link errorNico Vertriest2017-04-261-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-111-20/+10
|\
| * Avoid access to declarativeData when isDeletingChildren is setBernhard Übelacker2017-04-101-20/+10
* | Fix build without features.animationTasuku Suzuki2017-04-031-0/+4
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-1/+1
|\|
| * QThreadData::threadId is now QAtomicPointer, so relax loads from AcquireThiago Macieira2017-03-061-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-1/+1
|\|
| * Doc: Fix documentation warningsTopi Reinio2017-01-301-1/+1
* | Rename Window.targetScreen to screen, and pick up changes to the screenTor Arne Vestbø2017-02-111-2/+2
* | Add missing include to qmlengine.cppFriedemann Kleint2017-02-031-0/+1
* | add QQmlEngine::offlineStorageDatabaseFilePath(db), use in LocalStorageShawn Rutledge2017-02-021-0/+21
* | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-191-1/+0
* | Remove remnants of blackberry platform supportRobin Burchell2017-01-161-1/+0
* | Remove QQuickWebView from QQmlEngine documentationRobin Burchell2017-01-161-2/+1
* | QQmlInfo: Add qmlDebug & qmlWarning functions alongside qmlInfoRobin Burchell2017-01-111-3/+23
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-1/+1
|\|
| * Fix OS platform label documentationMaurice Kalinowski2016-11-241-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-221-7/+11
|\|
| * QML: Split two QQmlData methods into fast/slow pathsErik Verbruggen2016-10-181-7/+11
* | Add QQuickApplication::displayName propertyBenjamin Terrier2016-10-181-0/+4
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-4/+4
|\|
| * Turn the no-network support into a configurable featureLars Knoll2016-10-101-4/+4
* | Enable making window-screen associations from QMLLaszlo Agocs2016-10-101-0/+14
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-211-0/+33
|\|
| * Add qmlRegisterUncreatableMetaObject convenience functionBogDan Vatra2016-09-071-0/+33
* | Qml: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-201-2/+2
|/
* Merge dev into 5.8Oswald Buddenhagen2016-08-221-2/+1
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-191-2/+1
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-1/+1
| | |\
| | | * Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-151-1/+1
| | * | Doc: Remove references to Windows CEVenugopal Shivashankar2016-08-171-1/+0
* | | | Merge remote-tracking branch 'origin/dev' into 5.8Liang Qi2016-08-161-20/+39
|\| | |
| * | | Qt object: Add exit(int)Cavit Sina Dogru2016-08-091-0/+19
| * | | QML: Make use of all inline bits for bindingBits on 64bit platformsErik Verbruggen2016-08-081-20/+20
* | | | Added Logging Category support to QMLDominik Holland2016-08-101-0/+2
|/ / /
* | | QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-4/+14
* | | Reduce the amount of malloc calls when instantiating objectsSimon Hausmann2016-08-031-0/+2