| Age | Commit message (Collapse) | Author | Files | Lines |
|
Adds NULL checks when content-type attributes are missing from GVFS
backends. This prevents a crash when opening images from remote
filesystems where both standard and fast content-type attributes are
missing.
Fixes #366
|
|
|
|
|
|
|
|
This reverts commit 11def0e9bd57c34e6fcfc26f31f87577ba7e17ef.
|
|
|
|
update pot file
remove transifex configuration
remove es_ES files/folder/config as es exists
|
|
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
|
|
|
|
Co-authored-by: mbkma <[email protected]>
|
|
* CI: update NEWS which caused some workflow issues
* CI: disable gdk-pixbuf-thumbnailer for meson workflows
- gdk-pixbuf-thumbnailer is obsolete and should be replaced
with glycin-thumbnailer
* meson: Only use girepository-2.0 if libpeas uses it too
Fixes header conflicts on systems where glib has girepository-2.0 but
libpeas still uses the old gobject-introspection-1.0 headers.
---------
Co-authored-by: Victor Kareh <[email protected]>
|
|
Fixes header conflicts on systems where glib has girepository-2.0 but
libpeas still uses the old gobject-introspection-1.0 headers.
|
|
|
|
|
|
This commit allows and requires building against libpeas1 versions that
contain the fix for gobject-introspection 1.80 or later
|
|
This should re-establish that function for newer X setups.
As we don't know whether the old keycodes could still occur,
we simply keep for compatibility.
Backported from
https://gitlab.gnome.org/GNOME/eog/-/commit/b23508382f0131d9961e437fe8c8453adeb84faa
|
|
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
It turns out that, depending on the responsible GVfs implementation,
a GFileInfo may not actually set the content type attribute even if
requested. Since knowing the content type is rather critical for eom
try to use the fast content type as a fallback in those cases.
The fast content type should be hardly unknown as it is usually just
based on the file extension.
Fixes #360.
Backported from https://gitlab.gnome.org/GNOME/eog/-/commit/de19faf73c8d8627193320d512c8b97316d9740c
|
|
This prefers the real content type, but automatically falls back to the
fast content type the other one isn't set in the GFileInfo.
Backported from https://gitlab.gnome.org/GNOME/eog/-/commit/4f80d090fd8f27c8d430dfe5931ea53446643ec7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added include <libxml/xmlsave.h> to allow build with libxml 2.12.0.
Signed-off-by: Tomasz Kłoczko <[email protected]>
* fix building with libxml 2.12.0
Co-authored-by: Colomban Wendling <[email protected]>
---------
Signed-off-by: Tomasz Kłoczko <[email protected]>
Co-authored-by: raveit65 <[email protected]>
Co-authored-by: Colomban Wendling <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Check for ImageMagick 7 first, then for ImageMagick 6. Original (the
reversed) ordering might lead accidentially to HAVE_IMAGEMAGICK6 with
ImageMagick 7.
|
|
|
|
|
|
|
|
|
|
|
|
|