[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 dd01472020a13471f34cfe58222a989216c13efe to b0fea7016954821251a7e493c7c3f47a5f013f26 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 d05d29b6a653e6005d8b06a068c5b0596e86e450 by Christian Ehrlicher on 16/08/2026 at 18:49.. Tests/Q(Plain)TextEdit: remove unneeded casts to int Remove casts to int and compare the enum values directly / pass the enum values directly to QTest::addColumn(). Pick-to: 6.12 6.11 Change-Id: If77a1d0eff5d3bb43d763933ad05fec62e26f66f Reviewed-by: Axel Spoerl <[email protected]> https://invent.kde.org/qt/qt/qtbase/-/commit/d05d29b6a653e6005d8b06a068c5b0596e86e450 Git commit b0fea7016954821251a7e493c7c3f47a5f013f26 by Dawid Śliwa on 16/08/2026 at 19:41.. tst_QLocale: skip system-locale name rows on HarmonyOS systemLocaleDayAndMonthNames() sets the C locale and expects QLocale::system() to follow. On HarmonyOS the platform plugin installs QOhosSystemLocale, which reports the device locale and never consults the C locale or the environment, exactly as the Windows and macOS backends do. The existing guard keys off !QT_CONFIG(icu), which holds on the other platforms that install their own QSystemLocale but not on HarmonyOS, where ICU is enabled. Extend it so the rows are skipped there too. Task-number: QTBUG-149198 Pick-to: 6.12 Change-Id: Ib3d56b2fe031ecbbf4f19bdb693e6a41da26ef92 Reviewed-by: Thiago Macieira <[email protected]> https://invent.kde.org/qt/qt/qtbase/-/commit/b0fea7016954821251a7e493c7c3f47a5f013f26