aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QQmlTypeLoader: Guard enableProfiler() against QT_NO_QML_DEBUGGERv5.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-063-3/+3
* Don't crash: Connections with a signal on a nonexistent objectShawn Rutledge2017-08-311-1/+4
* Fix crash in QQuickAnimatedImageAleksei Ilin2017-08-151-1/+1
* 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
* Make sure we cannot reload debug connectors on shutdownUlf Hermann2017-05-101-1/+4
* QQmlComponent: Fix heap buffer overflow with bogus inputPeter Hartmann2017-05-091-0/+5
* Fixed assertion failure when using QSG_RENDERER_DEBUG=uploadJason Erb2017-05-041-12/+14
* QML: clear the property cache on QObjectWrapper destuctionErik Verbruggen2017-04-261-0/+4
* 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-031-2/+2
* Fix support for QJSValue as C++ signal parameter type, part 2Simon Hausmann2017-01-191-1/+1
* 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-141-1/+4
* 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-221-9/+6
* 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-184-3/+51
* Doc: fix incorrect argument name for createQmlObject()Mitch Curtis2016-11-171-2/+2
* Fix reading of enum properties from gadgetsSimon Hausmann2016-11-161-0/+1
* 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
* Setting Connection's target to null should disconnect implicit targetMichael Brasser2016-11-151-2/+2
* Fix QtQuickTest::mouseMove not having timestampsFrederik Gladhorn2016-11-111-0/+1
* Fix more cases where DSE would optimize out too many storesErik Verbruggen2016-11-102-0/+10
* Add checking "before" as child nodeInhye Seo2016-11-091-2/+4
* Fix crash when using custom OpenGL functionsJesus Fernandez2016-11-071-2/+4
* QV4String: properly detect overflow when trying to convert to an array indexGiuseppe D'Angelo2016-11-042-4/+10
* Doc: replace "textEdit" with "TextEdit" in lineCount documentationMitch Curtis2016-10-311-1/+1
* Fix crash when trying to allocate in a filled atlas textureJohn Brooks2016-10-271-1/+2
* Fix documentation for dragFinished signalAndy Shaw2016-10-261-1/+1
* Fix QML Compiler crashSimon Hausmann2016-10-251-4/+1
* Fix TextInput::selectByMouse documentationMitch Curtis2016-10-191-2/+2
* QQuickWindow: don't discard timestamps for wheel eventsJ-P Nurmi2016-10-151-0/+1
* Fix docs about ownership when QObject has a parentSérgio Martins2016-10-141-2/+2
* Remove superfluous warning statement in QAccessibleQuickItem::rect()Alexandru Croitor2016-10-131-4/+0
* Check qgl_current_fbo_invalid before using qgl_current_fboAlexandru Croitor2016-10-131-1/+2
* V4: Fix usage of QV4::Value tags/typesErik Verbruggen2016-10-135-17/+41
* testlib: Add timestamp to mouse click eventsPeter Varga2016-10-111-1/+9
* Fix V4 on big-endianAllan Sandfeld Jensen2016-10-101-8/+5
* Fix corruption when adding or changing properties of JS objectsArnaud Vrac2016-10-101-4/+8