summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correctly set this object when calling scope/context functions5.6Erik Verbruggen2018-05-253-0/+30
* Rebuild QQmlData::propertyCache if deleted by another engineDavid Edmundson2018-05-081-1/+6
* Fix JITted code for jump strict-not-equal undefined on 32bitErik Verbruggen2018-03-152-12/+50
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-263-1/+33
* Fix ListModel.get(idx) == ListModel.get(idx)Simon Hausmann2018-02-233-10/+19
* Fix 2 use-after-free problems in the ListModelErik Verbruggen2018-02-224-39/+68
* Fix memory leak with ListModel.getSimon Hausmann2018-02-132-3/+35
* Fix performance issues when handling layout changed in Quick item viewsMilian Wolff2017-11-164-43/+1
* Bump versionOswald Buddenhagen2017-09-211-1/+1
* QQmlTypeLoader: Guard enableProfiler() against QT_NO_QML_DEBUGGERv5.6.35.6.3Ulf Hermann2017-09-121-0/+2
* QmlProfiler: Avoid race conditions in QQmlTypeLoaderUlf Hermann2017-09-075-15/+62
* Fix QNX build on WindowsSimon Hausmann2017-09-064-4/+4
* Add change file for Qt 5.6.3Jani Heikkinen2017-09-061-0/+78
* Don't crash: Connections with a signal on a nonexistent objectShawn Rutledge2017-08-313-1/+25
* Fix crash in QQuickAnimatedImageAleksei Ilin2017-08-152-1/+44
* Fix bug in designer support reference countingSimon Hausmann2017-07-271-0/+5
* Don't leak QQmlJavaScriptExpression errorsColin Ogilvie2017-07-271-0/+1
* Fix wrong grabbing behaviorFilipe Azevedo2017-05-161-0/+3
* Fix build of animation benchmarkErik Verbruggen2017-05-121-0/+5
* Another benchmark fixErik Verbruggen2017-05-122-1/+3
* Disable particle benchmarksErik Verbruggen2017-05-122-2/+4
* Fix qml file loading for tst_affectorsErik Verbruggen2017-05-122-5/+9
* Fix benchmark: remove benchmarks containing old v8 referencesErik Verbruggen2017-05-122-89/+2
* Make sure we cannot reload debug connectors on shutdownUlf Hermann2017-05-101-1/+4
* QQmlComponent: Fix heap buffer overflow with bogus inputPeter Hartmann2017-05-092-0/+17
* Fix a QJSValue benchmarkErik Verbruggen2017-05-092-2/+2
* Remove outdated QJSValue benchmarkErik Verbruggen2017-05-095-120/+2
* Fixed assertion failure when using QSG_RENDERER_DEBUG=uploadJason Erb2017-05-041-12/+14
* QML: clear the property cache on QObjectWrapper destuctionErik Verbruggen2017-04-262-0/+19
* Fix for dangling object pointers in QQmlErrorsRobert Griebl2017-04-191-1/+2
* Prospective fix for static builds on Windows with QtQuickCompilerSimon Hausmann2017-04-031-6/+10
* Fix build with GCC 7Marc Mutz2017-03-221-0/+7
* QtQuick scene graph: fix text native renderingOleg Yadrov2017-03-132-0/+135
* Fix memory leak in V4Gunnar Sletta2017-02-031-1/+1
* Enable PropertyChanges to correctly restore binding on aliasMichael Brasser2017-02-033-13/+54
* Fix support for QJSValue as C++ signal parameter type, part 2Simon Hausmann2017-01-193-3/+14
* Accept PUA characters, ZWNJ and ZWJ as input in TextInput/EditEskil Abrahamsen Blomfeldt2017-01-174-8/+12
* Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-144-1/+8
* Bump versionOswald Buddenhagen2016-11-281-1/+1
* 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