[us-commits] [ehb54/ultrascan3] 8b6da2: Replace deprecated use of `QPixmap*` with modern `...
Lukas Dobler
noreply at github.com
Tue Oct 21 09:37:39 MDT 2025
Branch: refs/heads/lukas/qt6-qendl-qstring
Home: https://github.com/ehb54/ultrascan3
Commit: 8b6da20a28c8ac39453a3e769da06670f40e8946
https://github.com/ehb54/ultrascan3/commit/8b6da20a28c8ac39453a3e769da06670f40e8946
Author: doluk <69309597+doluk at users.noreply.github.com>
Date: 2025-10-21 (Tue, 21 Oct 2025)
Changed paths:
M programs/us_colorgradient/us_colorgradient.cpp
Log Message:
-----------
Replace deprecated use of `QPixmap*` with modern `QPixmap` by value in `us_colorgradient.cpp` for compatibility with updated Qt API.
Commit: 0e2fc963eada627cdb9ba36ea2293b81c563072b
https://github.com/ehb54/ultrascan3/commit/0e2fc963eada627cdb9ba36ea2293b81c563072b
Author: doluk <69309597+doluk at users.noreply.github.com>
Date: 2025-10-21 (Tue, 21 Oct 2025)
Changed paths:
M programs/us_convert/us_convert.cpp
M programs/us_convert/us_convert_gui.cpp
M programs/us_ramp/us_ramp_gui.cpp
Log Message:
-----------
Replace deprecated `swap()` with `swapItemsAt()` across all affected files for compatibility with modern Qt API.
Commit: 72964814e9754f0d36a63f093fc3ff7b387a87e7
https://github.com/ehb54/ultrascan3/commit/72964814e9754f0d36a63f093fc3ff7b387a87e7
Author: doluk <69309597+doluk at users.noreply.github.com>
Date: 2025-10-21 (Tue, 21 Oct 2025)
Changed paths:
M utils/us_db2.cpp
Log Message:
-----------
Replace deprecated `mysql_ssl_set()` with `mysql_optionsv()` for SSL configuration in `us_db2.cpp` to align with modern MySQL API.
Commit: 8ce1794b08ae15b9494ee771e83dac45807385c5
https://github.com/ehb54/ultrascan3/commit/8ce1794b08ae15b9494ee771e83dac45807385c5
Author: doluk <69309597+doluk at users.noreply.github.com>
Date: 2025-10-21 (Tue, 21 Oct 2025)
Changed paths:
M utils/us_db2.cpp
Log Message:
-----------
Disable `MYSQL_OPT_SSL_VERIFY_SERVER_CERT` in `us_db2.cpp` for improved compatibility with specific MySQL setups.
Commit: 09b3a3b043b6d63141c2a857edc89c5142717086
https://github.com/ehb54/ultrascan3/commit/09b3a3b043b6d63141c2a857edc89c5142717086
Author: doluk <69309597+doluk at users.noreply.github.com>
Date: 2025-10-21 (Tue, 21 Oct 2025)
Changed paths:
M doc/manual/advanced_config.body
Log Message:
-----------
Document `MYSQL_OPT_SSL_VERIFY_SERVER_CERT` flag in advanced configuration manual.
Commit: 8964f638fccad8ea60f2d2a925ee709cf1635947
https://github.com/ehb54/ultrascan3/commit/8964f638fccad8ea60f2d2a925ee709cf1635947
Author: doluk <69309597+doluk at users.noreply.github.com>
Date: 2025-10-21 (Tue, 21 Oct 2025)
Changed paths:
M utils/us_crypto.cpp
Log Message:
-----------
Replace deprecated `qsrand()` and `qrand()` with `QRandomGenerator` in `us_crypto.cpp` for compatibility with modern Qt API.
Compare: https://github.com/ehb54/ultrascan3/compare/ed11814227bf...8964f638fcca
To unsubscribe from these emails, change your notification settings at https://github.com/ehb54/ultrascan3/settings/notifications
More information about the us-commits
mailing list