[qt/qt/qtbase]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtbase Pushed by mirror-service into branch '6.12'. Changed from bd1fd4788c80d8d2c45c48599495087c99b5cabc to 935b99c2218792908c05dd36fb46bd9ceb0319e9 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 712b3ba5ba0e825d1b830da734d8f6d760c5e9e5 by Qt Cherry-pick Bot (on behalf of Jaishree Vyas) on 24/07/2026 at 14:53.. Doc: Remove \ingroup all-examples command from the docs Fixes: QTBUG-115044 Change-Id: Ie6d7be3d5c936a077c59fe06691c710026f16cf6 Reviewed-by: David Boddie <[email protected]> (cherry picked from commit f60b3f62b0ffb732c56807b5aee359d9f20b2543) Reviewed-by: Qt Cherry-pick Bot <[email protected]> https://invent.kde.org/qt/qt/qtbase/-/commit/712b3ba5ba0e825d1b830da734d8f6d760c5e9e5 Git commit 9fa05fddf3d655b607c34c905c98b1a3bc16ac43 by Qt Cherry-pick Bot (on behalf of Shawn Rutledge) on 24/07/2026 at 18:32.. doc: List more attributes that HTML <a...> and <img .../> tags support We've used title to populate tooltips for a long time, just didn't say so. <img> also supports a few more that we didn't mention until now. Amends 237fa21feef63884043bd6cf32682b2b08c78454 Pick-to: 6.11 6.8 Task-number: QTBUG-143442 Change-Id: I7b91a52c40c2bb46465a72c95dc8455d9ed86445 Reviewed-by: Oliver Eftevaag <[email protected]> (cherry picked from commit b88c127f2822e93efb8c34e00dca6915a3d5dff3) Reviewed-by: Qt Cherry-pick Bot <[email protected]> https://invent.kde.org/qt/qt/qtbase/-/commit/9fa05fddf3d655b607c34c905c98b1a3bc16ac43 Git commit 16277ed87584967af790b2b19730ce7395cf40bc by Qt Cherry-pick Bot (on behalf of Volker Hilsheimer) on 24/07/2026 at 18:32.. Doc: reference QRangeModel from the model/view documentation QRangeModel has been available since Qt 6.10 as a QAbstractItemModel implementation for arbitrary C++ ranges, but it was not mentioned in any of the hand-written model/view documentation. A developer choosing or creating a model would only find it on the auto-generated class list, not in the overview, the tutorial, or the see-also lists of the sibling model classes. Add QRangeModel to the list of ready-made models in the Model/View Programming overview, and to the table of predefined models in the Model/View Tutorial. Point to it from the "Designing a model" section as an option to consider before subclassing when the data already lives in a C++ container or range. Add reciprocal \sa links between QRangeModel and QAbstractItemModel, QAbstractListModel, QAbstractTableModel, QStringListModel, and QStandardItemModel, and complete QRangeModel's own \sa list with its sibling classes and QRangeModelAdapter. Change-Id: Ib4e0330eae2836a78837bc28e5b6348e5791b59f Reviewed-by: Artem Dyomin <[email protected]> (cherry picked from commit 29032cbbf47e7f3cb688569686489e551aa331f2) Reviewed-by: Qt Cherry-pick Bot <[email protected]> https://invent.kde.org/qt/qt/qtbase/-/commit/16277ed87584967af790b2b19730ce7395cf40bc Git commit 935b99c2218792908c05dd36fb46bd9ceb0319e9 by Qt Cherry-pick Bot (on behalf of Marc Mutz) on 24/07/2026 at 18:32.. QBasicMutex: mark default ctor noexcept ... in an attempt to fix clang-tidy bugprone-throwing-static-initialization complaining about our static QBasicMutex variables. Amends 1a05a7149358a5b5fb11b1f87a85760cc182a726 (5.10), which added the default ctor. We can pick this to released branches, because the constructor actually never throws, so forward BC is maintained: even if a user reverts from a Qt with the noexcept to one without, they will not be met by exceptions coming out of a function that before ate them. Pick-to: 6.11 6.8 Change-Id: Ia16f107722770c43c028a1d5a6b1e5cd74c5ee72 Reviewed-by: Edward Welbourne <[email protected]> (cherry picked from commit 200ba922a69507a93455e5d6544576899bbf483e) Reviewed-by: Qt Cherry-pick Bot <[email protected]> https://invent.kde.org/qt/qt/qtbase/-/commit/935b99c2218792908c05dd36fb46bd9ceb0319e9