[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 'dev'. Changed from b2b4258a42567f4a4f2bec950c3e01623a97a5df to 200ba922a69507a93455e5d6544576899bbf483e 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 f60b3f62b0ffb732c56807b5aee359d9f20b2543 by David Boddie (on behalf of Jaishree Vyas) on 24/07/2026 at 10:46.. Doc: Remove \ingroup all-examples command from the docs Fixes: QTBUG-115044 Pick-to: 6.12 Change-Id: Ie6d7be3d5c936a077c59fe06691c710026f16cf6 Reviewed-by: David Boddie <[email protected]> https://invent.kde.org/qt/qt/qtbase/-/commit/f60b3f62b0ffb732c56807b5aee359d9f20b2543 Git commit 29032cbbf47e7f3cb688569686489e551aa331f2 by Volker Hilsheimer on 24/07/2026 at 15:19.. 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. Pick-to: 6.12 Change-Id: Ib4e0330eae2836a78837bc28e5b6348e5791b59f Reviewed-by: Artem Dyomin <[email protected]> https://invent.kde.org/qt/qt/qtbase/-/commit/29032cbbf47e7f3cb688569686489e551aa331f2 Git commit b88c127f2822e93efb8c34e00dca6915a3d5dff3 by Shawn Rutledge on 24/07/2026 at 15:19.. 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.8 6.11 6.12 Task-number: QTBUG-143442 Change-Id: I7b91a52c40c2bb46465a72c95dc8455d9ed86445 Reviewed-by: Oliver Eftevaag <[email protected]> https://invent.kde.org/qt/qt/qtbase/-/commit/b88c127f2822e93efb8c34e00dca6915a3d5dff3 Git commit 200ba922a69507a93455e5d6544576899bbf483e by Marc Mutz on 24/07/2026 at 17:50.. 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.12 6.11 6.8 Change-Id: Ia16f107722770c43c028a1d5a6b1e5cd74c5ee72 Reviewed-by: Edward Welbourne <[email protected]> https://invent.kde.org/qt/qt/qtbase/-/commit/200ba922a69507a93455e5d6544576899bbf483e