[qt/qt-labs/vs-debugtools]: 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-labs/vs-debugtools Pushed by mirror-service into branch 'dev'. Changed from 0390c285d9d56198d4e5fe08bb5db97e6c15d912 to 32a956fd71fa26b9ec204987debba451158900b9 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 2b84eb121e51ebb57378f4d13c9f2364a3d56b7d by Nicolas Arnaud-Cormos on 10/08/2026 at 11:49.. natvis: fix size of QHash, QSet and QMap when empty When the container is empty, the internal data is not yet constructed. Display "size=0" now instead of "size=???". Change-Id: I02c6cc4fe1e4850dc87add7eb0ee4d088de6bb6d Reviewed-by: Lucie Gerard <[email protected]> https://invent.kde.org/qt/qt-labs/vs-debugtools/-/commit/2b84eb121e51ebb57378f4d13c9f2364a3d56b7d Git commit 32a956fd71fa26b9ec204987debba451158900b9 by Lucie Gerard (on behalf of Lucie Gérard) on 10/08/2026 at 11:51.. natvis: restore the QPixmap [type] child The QPixmap expand rework replaced <ExpandedItem>pd()->image with explicit items, so QImage's natvis no longer runs in QPixmap's context and QImage's [type] synthetic child (hardcoded UINT8) silently disappeared from QPixmap's expand. [type] is part of the Image Watch pseudo-member convention ([width], [height], [data], [stride], [channels], [type]) that this file follows for image types; the Image Watch UIVisualizer is registered for QPixmap a few lines below. Copy the synthetic from QImage's rule into QPixmap's own Expand to keep the member set complete. Change-Id: If22ec094c8f6c4b427279dd69ab3f69ada3f4df2 Reviewed-by: Nicolas Arnaud-Cormos <[email protected]> https://invent.kde.org/qt/qt-labs/vs-debugtools/-/commit/32a956fd71fa26b9ec204987debba451158900b9