Debian Patches

Status for gwenview/4:25.04.3-2

Patch Description Author Forwarded Bugs Origin Last update
upstream_f4320f11_Fix-Gwenview-being-unable-to-open-OpenRaster-ora-files.patch [PATCH] Fix Gwenview being unable to open OpenRaster (ora) files
Despite having an ORA image plugin in kimageformats, Gwenview was unable to open
them. It instead preferred to open them as a zip file, which is technically
right but UX-wise wrong.

There was an explicit workaround to stop this from happening for svgz files
which are also ZIPs. We should instead check the supported image mime types
from Qt, and use that instead of hardcoding specific mimetypes.
Joshua Goins <josh@redstrate.com> no 2025-03-02
upstream_05b77d05_Allow-Gwenview-to-open-OpenRaster-images-ora-.patch [PATCH] Allow Gwenview to open OpenRaster images (.ora)
Self-explanatory, thanks to the KImageFormats ORA plugin Gwenview is plenty
capable of displaying these.
Joshua Goins <josh@redstrate.com> no 2025-03-02
upstream_ee179a5d_Fix-crash-when-crop-area-is-smaller-than-handles.patch [PATCH] Fix crash when crop area is smaller than handles
The crash occurs due to a failed assertion in `qBound()` that tests
`Q_ASSERT(!(max < min))`. This happens when computing the position
of the crop area middle handles (top center, bottom center, left
center, right center) and they overlap with the corner handles.

The fix proposed is to check if there is enough room within the
respective axis (width or height) for a middle handle to be
repositioned when the crop area is not completely inside the
viewport. This preserves the existing functionality added in
commits `307816e2819f` and `e61ce1e2886c6`.
Pedro Hernandez <pehg_@outlook.com> no upstream 2025-04-15
upstream_81555b8e_Edit-CMakeLists-txt-Gwenview-can-open-SVG-files-too-.patch [PATCH] Edit CMakeLists.txt: Gwenview can open SVG files, too! Mohammad Kazemi <mokazemi@disroot.org> no 2025-04-29

All known versions for source package 'gwenview'

Links