aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add changes file for Qt 5.9.9v5.9.95.9Antti Kokko2019-12-031-0/+20
* Bump versionFrederik Gladhorn2019-05-231-1/+1
* Merge remote-tracking branch 'origin/5.9.8' into 5.9Qt Forward Merge Bot2019-04-252-1/+33
|\
| * Add changes file for Qt 5.9.8v5.9.8Antti Kokko2019-04-021-0/+32
| * Use Los Angeles to represent PST8PDT, not VancouverEdward Welbourne2019-04-021-1/+1
|/
* V4 Date: fix what we can within ECMA 262's limitationsEdward Welbourne2018-12-073-45/+86
* Silence another GCC 8 warning in qpodvectorVille Voutilainen2018-11-191-1/+1
* Silence GCC 8 warnings in qpodvectorVille Voutilainen2018-11-191-4/+4
* Silence a GCC 8 warning in qquickanimationVille Voutilainen2018-11-191-3/+3
* Silence a GCC 8 warning in qv4engineVille Voutilainen2018-11-191-1/+1
* Silence a GCC 8 warning in qqmljsparserVille Voutilainen2018-11-191-1/+1
* Silence a GCC 8 warning in qv4stringVille Voutilainen2018-11-191-1/+1
* Merge remote-tracking branch 'origin/5.9.7' into 5.9Qt Forward Merge Bot2018-10-231-0/+30
|\
| * Add changes file for Qt 5.9.7v5.9.7Antti Kokko2018-10-051-0/+30
* | Bump versionOswald Buddenhagen2018-10-111-1/+1
* | Fix crash in QQuickAnimatorProxyJob::sceneGraphInitialized()Andrew Smolko2018-10-081-2/+4
|/
* Doc: fix QJSEngine code snippetSamuel Gaist2018-08-021-1/+1
* Doc: Use [] instead of new Array() in snippetPaul Wicking2018-08-011-1/+1
* Doc: Extend ItemSelectionModel QML documentationPaul Wicking2018-07-311-4/+59
* Doc: Add precision to scene graph descriptionPaul Wicking2018-07-311-4/+4
* Remove const from QQuickPointerEvent::device propertyShawn Rutledge2018-07-301-1/+1
* Doc: Fix broken link targetsPaul Wicking2018-07-262-5/+6
* stabilize and standardize tst_qquickwidgetShawn Rutledge2018-06-262-19/+17
* QQuickPathViewPrivate: fix heap-use-after-freeMitch Curtis2018-06-253-0/+176
* Fix truncating of doubles to integersSimon Hausmann2018-06-213-0/+41
* Fix out of bounds stack access with the byte code interpreterSimon Hausmann2018-06-211-1/+1
* Merge remote-tracking branch 'origin/5.9.6' into 5.9Qt Forward Merge Bot2018-06-139-9/+103
|\
| * 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
* | Bump versionOswald Buddenhagen2018-05-311-1/+1
|/
* 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