aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add changes file for 5.8.0v5.8.0-rc1Jani Heikkinen2016-12-091-0/+172
* change type of QQuickPointerDevice::uniqueId to QPointingDeviceUniqueIdShawn Rutledge2016-12-091-4/+5
* rename QPointerUniqueId -> QPointingDeviceUniqueIdShawn Rutledge2016-12-092-6/+5
* Calqlatr Example: Pass the third arg to the mapToItem() callsVenugopal Shivashankar2016-12-091-2/+3
* V4 Interpreter: reset the exception handler for every catch blockErik Verbruggen2016-12-081-0/+5
* Don't read members of the binding after it has been freedLars Knoll2016-12-061-2/+1
* comment out all uses of QPointerUniqueId temporarilyShawn Rutledge2016-12-042-5/+6
* Fix compilation error with ICC 17: it doesn't like auto and commaThiago Macieira2016-12-042-16/+48
* Fix build of QtQuick compiler generated code with popScope()Simon Hausmann2016-12-021-0/+5
* Fix support for namespaced types in property/signal declarationsSimon Hausmann2016-11-3011-1159/+1210
* Layouts: Use QQuickItemChangeListener for more thingsRobin Burchell2016-11-304-48/+51
* QQmlDelegateModel: Avoid allocating unnecessarilyRobin Burchell2016-11-302-9/+17
* Make sure we cannot reload debug connectors on shutdownUlf Hermann2016-11-301-1/+4
* qquickwidget.cpp: move QT_END_NAMESPACE to bottomFriedemann Kleint2016-11-301-3/+2
* Fix caching of the current qmlContext in QQmlObjectCreatorLars Knoll2016-11-291-1/+1
* Merge 5.8 into 5.8.0Oswald Buddenhagen2016-11-2964-1441/+1882
|\
| * Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-2831-135/+449
| |\
| | * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-2831-135/+449
| | |\
| | | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-2526-110/+337
| | | |\
| | | | * Doc: fix incorrect syntax in "Code-Behind Implementation Resource"Mitch Curtis2016-11-251-4/+4
| | | | * QmlProfiler: Explicitly specify the offsets for scene graph eventsUlf Hermann2016-11-249-82/+172
| | | | * V4: Fix JIT codegen for null/undefined conditional jumpsErik Verbruggen2016-11-231-2/+2
| | | | * Improved robustness of the optimizer when removing expressionsSimon Hausmann2016-11-222-9/+14
| | | | * Text: Make use of the new cached isSmoothlyScaled attribute on QFontEngineRobin Burchell2016-11-181-3/+5
| | | | * Fix binding re-evaluation when list model properties changeSimon Hausmann2016-11-186-3/+91
| | | | * Doc: fix incorrect argument name for createQmlObject()Mitch Curtis2016-11-171-2/+2
| | | | * QML: Fix memory leak in a benchmarkErik Verbruggen2016-11-161-1/+4
| | | | * QML: Change C++ benchmark to reflect QML benchmarkErik Verbruggen2016-11-161-1/+2
| | | | * Fix reading of enum properties from gadgetsSimon Hausmann2016-11-162-0/+35
| | | | * Doc: improve FolderListModel::rootFolder documentationMitch Curtis2016-11-151-3/+3
| | | | * QML: Check for failing realloc/malloc in the QmlJS memory poolErik Verbruggen2016-11-151-1/+4
| | | * | Merge remote-tracking branch 'origin/5.7.1' into 5.7Liang Qi2016-11-241-0/+64
| | | |\ \
| | | | * | Fix more cases where DSE would optimize out too many storesv5.7.1Erik Verbruggen2016-11-113-0/+15
| | | | * | Add changes file for 5.7.1Jani Heikkinen2016-11-021-0/+64
| | | | * | V4: Fix usage of QV4::Value tags/typesErik Verbruggen2016-10-265-17/+41
| | | | * | Fix QML Compiler crashSimon Hausmann2016-10-261-4/+1
| * | | | | D3D12: Output error messagesFriedemann Kleint2016-11-281-23/+49
| |/ / / /
| * | | | Cleanup of builtin JS helpers for qmljsSimon Hausmann2016-11-263-57/+4
| * | | | D3D12: Fix RESOURCE_BARRIER_BEFORE_AFTER_MISMATCHLaszlo Agocs2016-11-251-1/+4
| * | | | V4: check for exceptions after convertThisToObjectErik Verbruggen2016-11-243-11/+6
| * | | | qmlimportscanner: Output application name in generic error messagesFriedemann Kleint2016-11-241-2/+4
| * | | | Fix OS platform label documentationMaurice Kalinowski2016-11-241-1/+1
| * | | | Fix support for QML declared default list propertiesSimon Hausmann2016-11-238-1073/+1150
| * | | | Fix up QML grammar fileSimon Hausmann2016-11-231-14/+71
| * | | | Fix handling of qrc:/// urls with disk cachingSimon Hausmann2016-11-232-2/+21
| * | | | Fix qrc testSimon Hausmann2016-11-231-1/+5
| * | | | Move rebuildGeometry() functions of nodesFriedemann Kleint2016-11-229-99/+96
| * | | | Add a missing break statementLars Knoll2016-11-221-0/+1
| * | | | rendernode example: do not rely on build-time shader compilationLaszlo Agocs2016-11-225-22/+21
* | | | | Allow for the QML engine to run on "hardened" Linux systemsSimon Hausmann2016-11-221-0/+10
|/ / / /