aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Remove some unused members on -no-qml-debugUlf Hermann2016-07-281-1/+6
* | | Qml: Create profiler adapters in the pluginsUlf Hermann2016-07-281-5/+0
* | | Remove some unnecessary includesUlf Hermann2016-07-261-1/+0
* | | QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-251-2/+2
* | | Qml: replace QStringLiteral with QL1SAnton Kudryavtsev2016-07-051-1/+1
* | | QtQuick: clean up shader effect property connectionsErik Verbruggen2016-07-051-5/+7
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-1/+1
| |\|
| | * Fix reference to Windows RT which actually meant Windows Runtime.Jake Petroules2016-06-161-1/+1
| * | V4: make QQmlEnginePrivate::dereferenceScarceResources inlinable.Erik Verbruggen2016-05-041-22/+10