[us-commits] [ehb54/ultrascan3] ba42be: qt6 migration - final touches (#293)

Lukas Dobler noreply at github.com
Wed Oct 22 09:58:15 MDT 2025


  Branch: refs/heads/master
  Home:   https://github.com/ehb54/ultrascan3
  Commit: ba42be34c9a7147dfdd18b0f1487beade68f6d39
      https://github.com/ehb54/ultrascan3/commit/ba42be34c9a7147dfdd18b0f1487beade68f6d39
  Author: Lukas Dobler <69309597+doluk at users.noreply.github.com>
  Date:   2025-10-22 (Wed, 22 Oct 2025)

  Changed paths:
    M CMakeLists.txt
    M admin/codeql/docker/local.pri.gui
    M admin/codeql/docker/local.pri.mpi
    M admin/codeql/docker/local.pri.somo
    M gui/us_failed_gmp_run_gui.cpp
    M gui/us_plot.cpp
    M programs/us_analysis_profile/us_analysis_profile.cpp
    M programs/us_autoflow_analysis/us_autoflow_analysis.cpp
    M programs/us_com_project/us_com_project_gui.cpp
    M programs/us_convert/us_convert_gui.cpp
    M programs/us_experiment/us_exp_utils.cpp
    M programs/us_experiment/us_experiment_gui_optima.cpp
    M programs/us_fit_meniscus/us_fit_meniscus.cpp
    M programs/us_globalequil/us_long_messagebox.cpp
    M programs/us_mpi_analysis/us_mpi_analysis.cpp
    M programs/us_mpi_analysis/us_mpi_parse.cpp
    M qwtplot3d/qwtplot3d.pro
    M qwtplot3d/src/qwt3d_mousekeyboard.cpp
    M us_somo/develop/src/us_dirhist.cpp
    M utils/us_link_ssl.cpp
    M utils/us_math2.cpp
    M utils/us_math2.h

  Log Message:
  -----------
  qt6 migration - final touches (#293)

* Fix incorrect bitwise operator in `setFrameStyle` for message box

Corrected `||` to `|` in `setFrameStyle` to ensure proper combination of frame style flags.

* Replace `qrand`/`qsrand` usage with `QRandomGenerator` in `US_Math2` for improved random number generation and modern standards compliance.

* Replace deprecated `QWheelEvent::delta()` with `QWheelEvent::angleDelta().y()` to ensure compatibility with modern Qt versions.

* Refactor `.simplified()` usage to assign returned value explicitly across multiple files for improved readability and consistency.

* Fix missing brackets in conditional check for `pb_scan_excl` visibility

Ensure proper scoping by adding brackets to the conditional block, improving code readability and correctness.

* Define `QT_DISABLE_DEPRECATED_UP_TO` to disable all deprecated functionality in Qt 6.10 and earlier.

* Enable deprecation warnings as errors and define `QT_DISABLE_DEPRECATED_UP_TO` for consistent handling of deprecated functionality across builds.

* Define `QT_DISABLE_DEPRECATED_UP_TO` to disable all deprecated functionality in Qt 6.9 and earlier.

* Replace deprecated `QString::SkipEmptyParts` with `Qt::SkipEmptyParts` to ensure compatibility with modern Qt versions.

* Replace deprecated `QString::SkipEmptyParts` with `Qt::SkipEmptyParts` to ensure compatibility with modern Qt versions.



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