aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add changes file for Qt 5.9.6v5.9.6Antti Kokko2018-05-301-0/+43
* On network redirects, update finalUrl, not urlUlf Hermann2018-05-258-9/+60
* Software render: Fix warnings floodFriedemann Kleint2018-05-081-0/+1
* Fix QML context leak with visual data model and list property modelsSimon Hausmann2018-05-073-6/+14
* QQuickItem: Guard against null deref in transformationsRobin Burchell2018-05-023-0/+33
* QQuickContext2DFBOTexture: use normalized sub rect when using FBO with POT te...Richard Moe Gustavsen2018-04-231-2/+17
* Merge remote-tracking branch 'origin/5.9.5' into 5.9Qt Forward Merge Bot2018-04-111-0/+69
|\
| * Add changes file for Qt 5.9.5v5.9.5Antti Kokko2018-03-211-0/+69
| * Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-207-60/+125
| * Fix JITted code for jump strict-not-equal undefined on 32bitErik Verbruggen2018-03-202-10/+48
* | Fix crash when calling QQmlEngine::clearComponentCache()Simon Hausmann2018-04-106-61/+71
* | Fix bug preventing ungrabMouse() on TouchCancelDaniel d'Andrada2018-04-092-24/+76
* | Fix out of bounds reads in Array.concatLars Knoll2018-04-032-1/+15
* | Handle function expressions as signal handlersErik Verbruggen2018-03-2810-9/+45
* | Bump versionOswald Buddenhagen2018-03-191-1/+1
* | QML debugger: Don't crash when creating objects on engine destructionUlf Hermann2018-03-192-1/+26
* | Fix JITted code for jump strict-not-equal undefined on 32bitErik Verbruggen2018-03-152-10/+48
* | Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-157-60/+125
|/
* Fix issue with allocating huge objects in the memory managerLars Knoll2018-03-082-3/+24
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-263-1/+35
* Fix ListModel.get(idx) == ListModel.get(idx)Simon Hausmann2018-02-233-9/+17
* Remove superfluous assert when traversing IRErik Verbruggen2018-02-222-1/+13
* Fix crash when changing from a simple to a sparse arrayLars Knoll2018-02-162-1/+5
* Fix crash with the software renderer and windows with QObject parentSimon Hausmann2018-02-153-5/+0
* Correctly set this object when calling scope/context functionsErik Verbruggen2018-02-153-0/+29
* Clear the last value when removing propertiesErik Verbruggen2018-02-141-38/+11
* Doc: elaborate on default values for Layout.alignmentMitch Curtis2018-02-141-1/+5
* Use only cache path to cache .qmlc files on AndroidBogDan Vatra2018-02-131-0/+2
* Fix memory leak with ListModel.getSimon Hausmann2018-02-132-3/+35
* Prevent huge arrays to overflow the JS stack during GCErik Verbruggen2018-02-131-2/+23
* QQuickItemView::currentItemChanged called upon currentItem destructionAleix Pol2018-02-131-0/+7
* Revert "Restore a temporary QQmlInstanceModel::object() overload"J-P Nurmi2018-02-121-1/+0
* Fix memory leak with JS importsSimon Hausmann2018-02-096-1/+49
* tst_qquickflickable: fix compiler warningMitch Curtis2018-02-081-1/+1
* Document how to work with arrays using QJSValueMitch Curtis2018-02-081-5/+81
* Bump versionOswald Buddenhagen2018-02-071-1/+1
* Fix performance regressionJesus Fernandez2018-02-072-2/+9
* Fix memory leak with deferred propertiesSimon Hausmann2018-02-061-1/+2
* Clean up manual refcounting of compilation unitsSimon Hausmann2018-02-064-13/+23
* Add back the optional heaptrack trace pointsAndras Mantia2018-02-061-0/+15
* Use the GL context shared in the render contextErik Verbruggen2018-02-061-15/+20
* touchEvent_propagation: remove some QWaitsShawn Rutledge2018-02-051-6/+3
* Document that Q_GADGET classes cannot be used with newQMetaObject()Mitch Curtis2018-02-052-5/+39
* QML: Collapse all NaNs into one single (encoded) NaNErik Verbruggen2018-02-053-0/+24
* Add QQuickWindow synthMouseFromTouch testShawn Rutledge2018-02-031-0/+107
* add tst_qquickwidget::synthMouseFromTouch testShawn Rutledge2018-02-031-2/+117
* qmlprofiler tool: In attach mode, finish when connection dropsUlf Hermann2018-02-022-0/+19
* Doc: add C++11 lambda examples for qmlRegisterSingletonType()J-P Nurmi2018-02-021-0/+25
* Fix transition when removing the last item from ListView/GridViewKari Hautamäki2018-02-021-1/+3
* If Loader loads Window, set its transient parent to the Loader's windowShawn Rutledge2018-02-026-4/+166