[qt/qt-creator/qt-creator]: 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-creator/qt-creator Pushed by mirror-service into branch 'master'. Changed from 1ec0a2a56419d8d387e0952e2a212547733340b0 to 2bba5b341c224129e0b9ae3292c061772a097c2c 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 719f787805edfde9fee4eafab2feee756ee77adc by Eike Ziller on 31/07/2026 at 12:19.. iOS: Fix passing arguments to the application on device Some command line arguments that were intended for the application on the device were instead interpreted by devicectl as arguments for devicectl itself. Add the undocumented double-dash `--` to the devicectl arguments, but not before the arguments for the app (that doesn't work correctly). Instead we must put the double-dash before the bundle ID. Then the app gets started and all the intended command line arguments are passed to it. Fixes: QTCREATORBUG-34802 Change-Id: Ia611f386111f8ad4344dc545869af77cbd36b562 Reviewed-by: Tor Arne Vestbø <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/719f787805edfde9fee4eafab2feee756ee77adc Git commit 745561978612eba3e538bc030c0f4cdd0e5ab323 by Eike Ziller on 31/07/2026 at 12:29.. Merge remote-tracking branch 'origin/20.0' Conflicts: cmake/QtCreatorIDEBranding.cmake qbs/modules/qtc/qtc.qbs Change-Id: I548c57ec4c98493b9a2ec697efdd6d69c38fa81c https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/745561978612eba3e538bc030c0f4cdd0e5ab323 Git commit 2bba5b341c224129e0b9ae3292c061772a097c2c by hjk on 31/07/2026 at 15:27.. ProjectExplorer: Show a busy cursor while the project tree is applied Applying a freshly parsed project tree blocks the UI thread, potentially for seconds, with no visual feedback. Setting the cursor inside the blocking section is sufficient: the xcb and windows plugins hand the cursor change to the window system right away, so it shows up without re-entering the event loop. Assisted-by: Claude Code Fixes: QTCREATORBUG-33170 Change-Id: Icf3010759bac8b117abc6132bdb3eb4759eb9c57 Reviewed-by: Christian Kandeler <[email protected]> https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/2bba5b341c224129e0b9ae3292c061772a097c2c