aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add qmlRegisterUncreatableMetaObject convenience functionBogDan Vatra2016-09-071-0/+33
* 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
* | | Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-26/+24
* | | Moved meta-type id members to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-9/+9
* | | Move property caches from QQmlCompiledData to QV4::CompiledData::CompilationUnitSimon Hausmann2016-05-311-5/+5
* | | Get rid of QQmlCompiledData::rootPropertyCache memberSimon Hausmann2016-05-241-5/+5
* | | V4: make QQmlEnginePrivate::dereferenceScarceResources inlinable.Erik Verbruggen2016-04-211-22/+10
* | | Add delayed property to Binding.Michael Brasser2016-04-081-0/+1
* | | Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-04-081-20/+1
|\| |
| * | QML: add some hot-path hints for the compiler.Erik Verbruggen2016-04-051-1/+1
| * | QML: allow more methods to get inlined.Erik Verbruggen2016-04-051-19/+0
* | | Remove Windows CE.Friedemann Kleint2016-03-101-12/+10
* | | QtLite: no_network option for QtDeclarativePaolo Angelelli2016-03-041-18/+20
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-02-241-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-2/+2
| |\|
| | * Revert "Fix crash on QQmlEngine destruction."Robin Burchell2016-02-171-2/+2
* | | Expose Qt.application.fontMitch Curtis2016-02-231-0/+5
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-221-1/+1
|\|
| * Doc: typo fixJoerg Bornemann2016-01-121-1/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | tvOS supportMike Krus2016-01-011-0/+1
* | Support debugging and profiling for pure QJSEnginesUlf Hermann2015-12-151-8/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-071-1/+1
|\|
| * Make property interceptors work on alias properties againLars Knoll2015-11-261-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-211-0/+3
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-0/+3
| |\
| | * Don't normalize the path via the shell if it is a qrc based pathAndy Shaw2015-11-101-0/+3
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-031-0/+4
|\| |
| * | Doc: added required include statement QtQmlNico Vertriest2015-10-301-0/+4
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-4/+7
|\| |