aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Qml: replace QStringLiteral with QL1SAnton Kudryavtsev2016-07-0512-44/+47
* QtQuick: clean up shader effect property connectionsErik Verbruggen2016-07-053-8/+10
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-303-4/+7
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-292-3/+6
| |\
| | * Fix QQmlTypeData object leakJian Liang2016-06-251-2/+2
| | * Add missing signal handling for QJSValueMichal Klocek2016-06-211-1/+4
| * | Use QDateTime::currentMSecsSinceEpoch() instead of currentDateTimeThiago Macieira2016-06-221-1/+1
* | | Minor optimizationSimon Hausmann2016-06-272-1/+14
* | | QML: Specialize bindings based on target property type.Erik Verbruggen2016-06-276-92/+242
* | | Add heaptrack support to qv4mm pool allocator.Milian Wolff2016-06-262-0/+20
* | | QML: Store idObjectDependencies in a QVarLengthArray.Erik Verbruggen2016-06-242-3/+19
* | | QML: Do not register static QML dependencies on every call.Erik Verbruggen2016-06-247-17/+50
* | | Doc: QML Qt.callLater(): Fix documentation warningsTopi Reinio2016-06-231-3/+3
* | | Fix a missing override declaration.Robin Burchell2016-06-221-1/+1
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-2257-556/+648
* | | Fix build on Windows with MinGW and QNXSimon Hausmann2016-06-221-0/+1
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-06-2111-82/+73
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-2111-82/+73
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-2010-81/+71
| | |\|
| | | * Doc: Refactor cpp integration Message sampleSamuel Gaist2016-06-191-5/+5
| | | * Fix reference to Windows RT which actually meant Windows Runtime.Jake Petroules2016-06-161-1/+1
| | | * V4: Always set the tag when boxing a pointer in QV4::Value.Erik Verbruggen2016-06-165-72/+62
| | | * Add QNX to an x86-64 gcc/g++ listJames McDonnell2016-06-141-1/+1
| | | * Make some QNX only code Dinkum specificJames McDonnell2016-06-141-1/+1
| | | * QML: Only release types if they aren't referenced anymoreUlf Hermann2016-06-101-1/+2
| | | * QmlIncubator: correct documentation snippet about waiting for ReadyShawn Rutledge2016-06-101-1/+1
| | * | Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-161-1/+2
| | |\ \
| | | * | QML: Only release types if they aren't referenced anymorev5.7.0Ulf Hermann2016-06-111-1/+2
| | | * | Merge remote-tracking branch 'origin/5.6.1' into 5.7.0Liang Qi2016-05-231-0/+5
| | | |\ \
* | | | | | Move type compilation independent bits out of QQmlTypeCompilerSimon Hausmann2016-06-205-31/+48
|/ / / / /
* | | | | Script dependency handling cleanupSimon Hausmann2016-06-202-24/+21
* | | | | Minor cleanup for implicit import handlingSimon Hausmann2016-06-202-9/+7
* | | | | Clean up pragma singleton handling in the type loaderSimon Hausmann2016-06-202-64/+27
* | | | | Increase test coverage for the V4 memory managerFrank Meerkoetter2016-06-202-5/+9
* | | | | Clean up file/error handling in the type loaderSimon Hausmann2016-06-202-61/+57
* | | | | Added basic support for saving compilation units to diskSimon Hausmann2016-06-176-1/+129
* | | | | Move object/binding counter code to CompilationUnitSimon Hausmann2016-06-173-24/+31
* | | | | Moved import cache and type resolution cache codeSimon Hausmann2016-06-175-66/+79
* | | | | Separate QQmlPropertyValidator into a standalone fileSimon Hausmann2016-06-175-665/+772
* | | | | Remove remaining dependency of QQmlPropertyValidator on QQmlTypeCompilerSimon Hausmann2016-06-174-148/+126
* | | | | Reduce dependency of QQmlPropertyValidator on QQmlTypeCompilerSimon Hausmann2016-06-172-20/+17
* | | | | Minor QQmlPropertyValidator/QQmlCustomParser cleanupSimon Hausmann2016-06-173-16/+15
* | | | | Added iterator interfaces to QV4::CompiledData::*Simon Hausmann2016-06-171-0/+67
* | | | | Convert QQmlPropertyCacheCreator to a templateSimon Hausmann2016-06-164-26/+35
* | | | | Move QQmlPropertyCacheCreator implementation into the header fileSimon Hausmann2016-06-162-414/+411
* | | | | Separate non-generic code out of QQmlPropertyCacheCreatorSimon Hausmann2016-06-162-29/+35
* | | | | Remove base-class dependency of QQmlPropertyCacheCreatorSimon Hausmann2016-06-164-39/+31
* | | | | Minor QQmlPropertyCacheCreator API cleanupSimon Hausmann2016-06-164-68/+57
* | | | | PropertyCacheCreator traversal cleanupSimon Hausmann2016-06-164-25/+68
* | | | | Small data structure cleanupSimon Hausmann2016-06-164-15/+15