aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-099-36/+69
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-059-37/+71
| |\
| | * V4 Debugger: use engineAdded() instead of engineAboutToBeAdded()Ulf Hermann2016-08-042-3/+3
| | * Test that we don't crash when items are sorted and filtered at the same timeOlivier Goffart2016-08-041-0/+32
| | * Fix recursion during aggressive GCSimon Hausmann2016-08-041-0/+3
| | * photoviewer depends on xmlpatternsLaszlo Agocs2016-08-041-2/+1
| | * Fix grammar in JavaScript Host Environment docMitch Curtis2016-08-041-2/+2
| | * Relax negativeYear EcmaScript testUlf Hermann2016-08-031-2/+5
| | * QQmlComponent: fix handling of relative pathsDavid Faure2016-08-031-2/+5
| | * autotests: fix finding data files when not in CWDDavid Faure2016-08-033-29/+23
* | | 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