[us-commits] [ehb54/ultrascan3] ff0221: Fix incorrect bitwise operator in `setFrameStyle` ...

Lukas Dobler noreply at github.com
Wed Oct 22 02:33:13 MDT 2025


  Branch: refs/heads/lukas/qt6-final-touches
  Home:   https://github.com/ehb54/ultrascan3
  Commit: ff0221d9261f8caeee809e8f44f504ec6b272058
      https://github.com/ehb54/ultrascan3/commit/ff0221d9261f8caeee809e8f44f504ec6b272058
  Author: doluk <69309597+doluk at users.noreply.github.com>
  Date:   2025-10-22 (Wed, 22 Oct 2025)

  Changed paths:
    M programs/us_globalequil/us_long_messagebox.cpp

  Log Message:
  -----------
  Fix incorrect bitwise operator in `setFrameStyle` for message box

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


  Commit: 18fc7ab086a1a31029ac2150a1e1f3f34ec00358
      https://github.com/ehb54/ultrascan3/commit/18fc7ab086a1a31029ac2150a1e1f3f34ec00358
  Author: doluk <69309597+doluk at users.noreply.github.com>
  Date:   2025-10-22 (Wed, 22 Oct 2025)

  Changed paths:
    M programs/us_mpi_analysis/us_mpi_analysis.cpp
    M utils/us_math2.cpp
    M utils/us_math2.h

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


  Commit: 489873396379c3eac678c80a5da334c2519d9dfd
      https://github.com/ehb54/ultrascan3/commit/489873396379c3eac678c80a5da334c2519d9dfd
  Author: doluk <69309597+doluk at users.noreply.github.com>
  Date:   2025-10-22 (Wed, 22 Oct 2025)

  Changed paths:
    M qwtplot3d/src/qwt3d_mousekeyboard.cpp

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


  Commit: 98acbca309246209738f9b6e7d79e9ce6eaf1746
      https://github.com/ehb54/ultrascan3/commit/98acbca309246209738f9b6e7d79e9ce6eaf1746
  Author: doluk <69309597+doluk at users.noreply.github.com>
  Date:   2025-10-22 (Wed, 22 Oct 2025)

  Changed paths:
    M gui/us_failed_gmp_run_gui.cpp
    M gui/us_plot.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 utils/us_link_ssl.cpp

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


  Commit: 262b55f449a7584ec3596e84d922228a11b4b2f4
      https://github.com/ehb54/ultrascan3/commit/262b55f449a7584ec3596e84d922228a11b4b2f4
  Author: doluk <69309597+doluk at users.noreply.github.com>
  Date:   2025-10-22 (Wed, 22 Oct 2025)

  Changed paths:
    M programs/us_analysis_profile/us_analysis_profile.cpp

  Log Message:
  -----------
  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.


  Commit: 2170fd89b00c28e65f51d2957500296e8347f07e
      https://github.com/ehb54/ultrascan3/commit/2170fd89b00c28e65f51d2957500296e8347f07e
  Author: doluk <69309597+doluk at users.noreply.github.com>
  Date:   2025-10-22 (Wed, 22 Oct 2025)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Define `QT_DISABLE_DEPRECATED_UP_TO` to disable all deprecated functionality in Qt 6.10 and earlier.


  Commit: 36e065b119732fd5f10f06fb26199a7d6c55ecc8
      https://github.com/ehb54/ultrascan3/commit/36e065b119732fd5f10f06fb26199a7d6c55ecc8
  Author: doluk <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

  Log Message:
  -----------
  Enable deprecation warnings as errors and define `QT_DISABLE_DEPRECATED_UP_TO` for consistent handling of deprecated functionality across builds.


  Commit: edd8b43cec3541a9eb52e20ca327a30f9c50c259
      https://github.com/ehb54/ultrascan3/commit/edd8b43cec3541a9eb52e20ca327a30f9c50c259
  Author: doluk <69309597+doluk at users.noreply.github.com>
  Date:   2025-10-22 (Wed, 22 Oct 2025)

  Changed paths:
    M qwtplot3d/qwtplot3d.pro

  Log Message:
  -----------
  Define `QT_DISABLE_DEPRECATED_UP_TO` to disable all deprecated functionality in Qt 6.9 and earlier.


Compare: https://github.com/ehb54/ultrascan3/compare/ff0221d9261f%5E...edd8b43cec35

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