You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ui): add mouse-wheel zoom, default image saves to Pictures folder
Both requested on GitHub Issue #27 (Tony/IK1HGI):
- Mouse-wheel zoom on the METEOR image preview, installed as an
eventFilter on the image label (not QScrollArea's own wheelEvent) so
it's caught before the default wheel-scroll behavior. An explicit
zoom level overrides the Fit mode until a Fit menu item is picked
again or a different image is shown, at which point it resets.
- "Save Image As..." now defaults to the selected reception's own
folder under ~/Pictures/fbsat59_meteor/ instead of the Desktop, so a
saved image lands alongside the rest of that pass's SatDump output.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>