summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14.2' into 5.145.14Qt Forward Merge Bot2020-04-211-0/+20
|\ | | | | | | Change-Id: I3329c3085e83d798ded4f4799e6f4b821852a9ca
| * Add changes file for Qt 5.14.2v5.14.2Antti Kokko2020-03-101-0/+20
|/ | | | | | | | + 4ec76380e83b86a9202c4b24a1dc3452eedd937b Bump version Change-Id: I98436ce0f93d553cdcfb7d41c058459f29413eb1 Reviewed-by: Andy Shaw <andy.shaw@qt.io> Reviewed-by: Jesus Fernandez <jsfdez@gmail.com>
* Bump versionAlexandru Croitor2020-02-021-1/+1
| | | | Change-Id: I744c35f7ba28a0eb511944f06b153d59395a8929
* Merge remote-tracking branch 'origin/5.14.1' into 5.14Qt Forward Merge Bot2020-01-271-0/+20
|\ | | | | | | Change-Id: I722f47960ae618d2c0bad35cd9c3b83702a0631f
| * Add changes file for Qt 5.14.1v5.14.1Antti Kokko2020-01-101-0/+20
|/ | | | | | | | | + ef0f5f5ed8cdb6dd70f728fd1873158785f43d27 Don't send mouse events if we have touch support + 47bd603dba7c1d66871646f309407976aafe2f6b Pass the timestamp as a string from JS to Qt to preserve precision + 8476f66f413e89a4eb60f395a6e3840e0fe61a5f Bump version Change-Id: I051b5c2c92190a7468783c8504272dcdd5bdb079 Reviewed-by: Jesus Fernandez <jsfdez@gmail.com>
* Bump versionDaniel Smith2019-12-161-1/+1
| | | | Change-Id: I70a78a022d795e653065dfaace45a78cc8655dbd
* Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-132-1/+19
|\ | | | | | | Change-Id: I737802a3333b678ed5385faf22436c211fe6ed44
| * Add changes file for Qt 5.14.0v5.14.0-rc2v5.14.0-rc1v5.14.0Antti Kokko2019-11-251-0/+18
| | | | | | | | | | Change-Id: I23b0bb65dec62eb9e3246c4fc20941683c08935e Reviewed-by: Jesus Fernandez <jsfdez@gmail.com>
| * Set the bytes per pixel for LUMINANCE_ALPHA to 2Andy Shaw2019-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | This corrects a case where the camera was being used in a multimedia example that was being streamed and the colors were not correct as the some of the data was lost as a result. Fixes: QTBUG-79181 Change-Id: I8ab02b525c6d54b0005f00d06969aa3ebbac4d20 Reviewed-by: VaL Doroshchuk <valentyn.doroshchuk@qt.io>
* | Pass the timestamp as a string from JS to Qt to preserve precisionAndy Shaw2019-11-282-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | When the timestamp was passed as a double from JS to Qt while being hosted on an embedded Linux device it was losing the precision and as a result scrolling for a ListView does not work because it does not see the timestamp has having changed. So by passing it as a string instead means that it does not lose anything in the transition. Fixes: QTBUG-79842 Change-Id: Ia6bb8b713c0c5296a046ff3f7fddbc8e8249bbd6 Reviewed-by: Jesus Fernandez <jsfdez@gmail.com>
* | Don't send mouse events if we have touch supportAndy Shaw2019-11-221-0/+8
|/ | | | | | | | | | | | | | Unfortunately, using stopPropagation() and preventDefault() does not stop the mouse events from being sent for a touch. So we have to assume that they will be handled by Qt one way or the other and only send mouse events if we can tell that we are not on a touch screen or that the mouse event was not synthesized by WebGL. This was tested on a Windows host with an iPad and Microsoft Edge to verify it works in both cases correctly. Change-Id: Ia2297062b2e1a4894f52954dd567bab5b7df8fa1 Reviewed-by: Jesus Fernandez <jsfdez@gmail.com>
* Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta3Qt Forward Merge Bot2019-11-051-0/+20
|\ | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I4032fecf61be1917451d24301e2d7dde6ecfc85e
| * Add changes file for Qt 5.13.2v5.13.25.13Antti Kokko2019-10-141-0/+20
| | | | | | | | | | | | | | + 3581cde283545b907671d0cc42eeda6cbdeccb66 Add changes file for Qt 5.12.5 Change-Id: Ieea9effd7d1d88de7bcb051e3673edf72301b6f9 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| * Bump versionFrederik Gladhorn2019-10-141-1/+1
| | | | | | | | Change-Id: I6572ddcbb126042dd264df63f7fb87f3fba1f107
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"v5.14.0-beta2v5.14.0-beta1v5.14.0-alpha1Qt Forward Merge Bot2019-09-172-0/+40
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-172-0/+40
|/| | | |/ | | | | Change-Id: I2655ce57fef6a0996d2ce6e2bb2010cb6a072578
| * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-09-081-0/+20
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-081-0/+20
| |/| | | | | | | | | | Change-Id: Iba2abcde030e9168c8ffe7023fe3ff44d0920ef9
| | * Merge "Merge remote-tracking branch 'origin/5.12.5' into 5.12"Qt Forward Merge Bot2019-09-071-0/+20
| | |\
| | | * Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-071-0/+20
| | |/| | | | | | | | | | | | | Change-Id: Ibe1967703a0b1e30d375fcb3d33a7b03f09a4c3d
| | | * Add changes file for Qt 5.12.5v5.12.5Antti Kokko2019-08-231-0/+20
| | |/ | | | | | | | | | | | | | | | | | | + ae907e4c0aa5ae78435138f86a7bd888ef0e1e9a Bump version Change-Id: If8ead3465896d4bbe1ac91b53c3fc7742c38c85b Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| * | Merge "Merge remote-tracking branch 'origin/5.13.1' into 5.13"Qt Forward Merge Bot2019-09-051-0/+20
| |\ \
| | * | Merge remote-tracking branch 'origin/5.13.1' into 5.13Qt Forward Merge Bot2019-09-051-0/+20
| |/| | | | | | | | | | | | | | Change-Id: I682b298e49fdc8ce4670bfbc444d904576c4579a
| | * | Add changes file for Qt 5.13.1v5.13.1Antti Kokko2019-07-301-0/+20
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | + 8fba2d1110bed680941c6fef8ead9bfffeaf0003 Bump version + ccf8f2f2b1729149965921462d9c2d3e5dd8f57a Add changes file for Qt 5.12.4 + 6aa5076f98d006e1ecd505835a2f77210a92a371 Bump version + ae907e4c0aa5ae78435138f86a7bd888ef0e1e9a Bump version Change-Id: I17bfd75a38532d270706975aa28926d9f8e9a5a0 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* | | Handle offscreen surfacesLaszlo Agocs2019-07-254-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement createPlatformOffscreenSurface(). This way a QOffscreenSurface will not lead to creating a QWindow. Fairly dummy, and may need amending later, but fixes the immediate problem with the - still default - direct OpenGL code path of Qt Quick. Task-number: QTBUG-76993 Change-Id: Ia4198163fc91d3f353d0067a2a807ec075168ace Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-160-0/+0
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-160-0/+0
|/| | | | |/ / | | | | | | Change-Id: Id7773e6ae61f5d384daffbffa4a81c8c35e3012a
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-110-0/+0
| |\ \
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-110-0/+0
| |/| | | | |/ | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: Ifba4093fb3e2c3ba4c2504405c9723a5ea8b9728
| | * Bump versionFrederik Gladhorn2019-07-011-1/+1
| | | | | | | | | | | | Change-Id: Idc099398e298ca4eb4f55b5cca3f22220b581589
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-110-0/+0
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-110-0/+0
|/| | | | |/ / | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I4ad4abdf21116a7323354306c8d2d3c0a18c734a
| * | Bump versionFrederik Gladhorn2019-07-011-1/+1
| | | | | | | | | | | | Change-Id: I1b36a7435289dcb30a5e43814b8574f2eb5b8d7f
* | | Eradicate Q_FOREACH loops and mark the module free of themMarc Mutz2019-07-012-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Q_FOREACH is scheduled for deprecation, or at the very least banned from use in Qt's own implementation. Change-Id: Ia83851d88da9fa94c901598a7500cf572db68b4e Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
* | | Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-07-012-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Java-style iterators are scheduled for deprecation, or at the very least banned from use in Qt's own implementation. Change-Id: I3b65526968551baf48d1acb1e7184a3800092b56 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-06-291-0/+20
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-291-0/+20
|/| | | | |/ / | | | | | | Change-Id: I83879074104d25295b971281ffaf362e8e36bded
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-06-281-0/+20
| |\ \
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-271-0/+20
| |/| | | | |/ | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I319844b9822f92f4eb88ab7e5887daade13a5aad
| | * Merge "Merge remote-tracking branch 'origin/5.12.4' into 5.12"Qt Forward Merge Bot2019-06-172-1/+21
| | |\
| | | * Merge remote-tracking branch 'origin/5.12.4' into 5.12Qt Forward Merge Bot2019-06-172-1/+21
| | |/| | | | | | | | | | | | | Change-Id: I7c31649ba3973484c432b1d479327be2cb772692
| | | * Add changes file for Qt 5.12.4v5.12.4Antti Kokko2019-05-231-0/+20
| | | | | | | | | | | | | | | | | | | | Change-Id: I38fa67b5aa60418e00b9c8404edac3102a4a764d Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| | | * Bump versionFrederik Gladhorn2019-05-231-1/+1
| | |/ | | | | | | | | | Change-Id: I6845a488bcdac99b1a2c8037b30cb3430e71977d
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-06-221-0/+18
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-221-0/+18
|/| | | | |/ / | | | | | | Change-Id: I99a06eabe9f624f304bb878b9d26338f8d646a89
| * | Merge "Merge remote-tracking branch 'origin/5.13.0' into 5.13"Qt Forward Merge Bot2019-06-201-0/+18
| |\ \
| | * | Merge remote-tracking branch 'origin/5.13.0' into 5.13Qt Forward Merge Bot2019-06-201-0/+18
| |/| | | | | | | | | | | | | | Change-Id: I97d144fb4483a8529a4445da08b4cbe425bc2fc0
| | * | Add changes file for Qt 5.13.0v5.13.0-rc3v5.13.0-rc2v5.13.0-rc1v5.13.0-beta4v5.13.0Antti Kokko2019-05-081-0/+18
| |/ / | | | | | | | | | | | | Change-Id: I86efbc1655914170beb29f3f39d048abba7221f0 Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-061-1/+0
|\| | | | | | | | | | | Change-Id: I59d16425187f5bbd4089eed0bc5f48efbe366bab
| * | Remove unused public interfacev5.13.0-beta3v5.13.0-beta2Jesus Fernandez2019-04-011-1/+0
| | | | | | | | | | | | | | | | | | | | | Due to recent changes, the public interface is no longer required. Change-Id: I69e532726e77592a3d7454b3a4f3230aa9cafe08 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>