aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QML: Split off value type information from property dataErik Verbruggen2016-08-098-209/+143
* Qml: use const (and const APIs) moreAnton Kudryavtsev2016-08-097-16/+15
* QQmlPropertyCache: remove unused varAnton Kudryavtsev2016-08-081-1/+0
* QQmlPropertyCache: remove unused method propertyNames()Anton Kudryavtsev2016-08-082-9/+0
* Fix crashes with attached property accessSimon Hausmann2016-08-082-2/+7
* QML: Make use of all inline bits for bindingBits on 64bit platformsErik Verbruggen2016-08-082-33/+44
* QJSValue: Adapt to introduction of QMetaType::NullptrChristian Kandeler2016-08-089-14/+24
* QML: fix inconsistent-missing-override warningErik Verbruggen2016-08-081-1/+1
* Fix restoring of local aliases from disk cacheSimon Hausmann2016-08-062-0/+47
* Enable QML/JS disk cache by defaultSimon Hausmann2016-08-054-10/+33
* QML: Change the property data flags into a bit fieldErik Verbruggen2016-08-057-209/+274
* Fix QML engine in MSVC debug buildsSimon Hausmann2016-08-051-11/+9
* Disable disk caching when debugging JavaScriptSimon Hausmann2016-08-052-6/+17
* Use on-disk compilation unit if availableSimon Hausmann2016-08-046-12/+25
* Fix interaction of files selectors with disk cachingSimon Hausmann2016-08-044-5/+56
* Safeguard disk cache loading with checksum verificationSimon Hausmann2016-08-045-45/+207
* QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-0422-138/+283
* QSGSoftwareAdaptation: Also claim the "softwarecontext" keyRobin Burchell2016-08-041-1/+1
* Fix android buildOlivier Goffart2016-08-042-0/+2
* QSG: Make example namespace-awareErik Verbruggen2016-08-031-0/+4
* QQmlIRBuilder: Initialize variableRobin Burchell2016-08-031-1/+1
* Fix build on QNX/Windows/MinGWSimon Hausmann2016-08-031-0/+1
* Reduce the amount of malloc calls when instantiating objectsSimon Hausmann2016-08-032-1/+11
* QQuickDefaultClipNode: Set clipRect before marking geometry dirtyAndy Nichols2016-08-031-1/+1
* QML debugger: Fix testErik Verbruggen2016-08-031-4/+3
* Fix endianness in constant handlingSimon Hausmann2016-08-037-7/+29
* Add QT_NO_QML_DEBUGGER to MODULE_DEFINES on -no-qml-debugUlf Hermann2016-08-034-11/+3
* Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-0347-121/+817
|\
| * Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-0247-121/+817
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-0123-76/+454
| | |\
| | | * Revert "macOS: Use sRGB when doing native font rendering into FBO"Sérgio Martins2016-07-291-27/+4
| | | * Doc: Describe how to implement custom SQL models for QMLVenugopal Shivashankar2016-07-281-0/+105
| | | * MSVC: Make Lancelot's scenegrabber compileEskil Abrahamsen Blomfeldt2016-07-281-1/+1
| | | * Fix documentation of Component.createObjectGiuseppe D'Angelo2016-07-261-1/+1
| | | * Mention Q_FLAG in C++ <=> QML type conversion documentationMitch Curtis2016-07-261-0/+2
| | | * QQmlPropertyMap: Don't spuriously emit valueChanged() signalThomas McGuire2016-07-252-1/+36
| | | * Fix build on macOS with ICC: -sectcreate is a linker optionThiago Macieira2016-07-241-1/+1
| | | * Work around ICC bug about C++11 noexcept inheritanceThiago Macieira2016-07-231-21/+21
| | | * Fix QQuickItem's setAcceptedMouseButtons functionDan Cape2016-07-212-0/+29
| | | * Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-215-0/+78
| | | * Fix QQmlEngine crash on big endian 64 bit architectures (s390x)Maximiliano Curia2016-07-201-2/+2
| | | * JS: Check for errors before using sub-expression resultsErik Verbruggen2016-07-202-21/+102
| | | * Add benchmark for pathological O(N^2) behavior in QQmlChangeSet.Milian Wolff2016-07-183-0/+71
| | | * Remove vsync sleep before rendering first frameMilian Wolff2016-07-181-1/+1
| | * | Bump versionOswald Buddenhagen2016-07-281-1/+1
| | * | tst_qmlproperty: Fix access of dangling pointerThiago Macieira2016-07-281-3/+3
| | * | Doc: syntax error qml exampleNico Vertriest2016-07-201-1/+1
| | * | Doc: minor spelling issueNico Vertriest2016-07-191-2/+2
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-1523-69/+384
| | |\|
| | | * Relax QQmlProfilerService test for scene graph eventsUlf Hermann2016-07-151-6/+11