Skip to content

Update to 3.25 -> RHEL-10, many new features.

Michal Odehnal requested to merge devel/qecore-3.25 into master

qecore 3.25

  • Adding notification in README about this project being featured in Fedora Magazine.
  • Remove legacy steps leftover from documentation.
  • Adding experimental API extension.
    • Used for easy extension for click_offset.
  • Adding --allow-duplication for some corner cases of needing headless multiple times.
  • Re-enabling resolution with dbus call to mutter working for wayland.
  • Adding 2 steps to common_steps.py for fast pass and fail testing of the automation stack.
    • Dummy pass
    • Dummy fail
  • Adding debug_click_via_image to opencv to debug various issues with clicking.
  • Fixing bug with production option in _stop_recording.
  • Disabling debug logs of dogtail to stdout, they are not needed when we have our own logging.
  • Improving embed captions for screen recording.
  • Improving embed captions for backtrace from coredumps.
  • Adding an option to turn of production - screenshots/screencasts via env variable PRODUCTION

Changes done for RHEL-10:

  • Enabling gnome-kiosk-script-wayland
  • Experimental feature: virtual monitors and qecore-config for user-friendly usage.
  • Moving screenshot logic from gnome-screenshot to portal handling.
  • Adding debug_click_via_image to opencv to debug various issues with clicking.
  • Handling video by shortcut and clicking to the screencast dialog.
  • Adding option to disable gtk4 shadows so that we do not have to deal with offsets everywhere.
  • Fixing Activities search query.
Edited by Michal Odehnal

Merge request reports