Skip to content

eom 1.23.1 release

Choose a tag to compare

@raveit65 raveit65 released this 04 Dec 12:07
· 153 commits to master since this release

Changes since the last release: v1.23.0...v1.23.1

eom 1.23.1

  • Translations update
  • help: fix Italian translation
  • help: fix Russian translation
  • Add translator hint
  • migrate from intltools to gettext
  • add missing format specifier for ngettext
  • egg_editable_toolbar: avoid 'g_type_class_add_private'
  • egg-toolbar-editor: avoid 'g_type_class_add_private'
  • egg-toolbars-model: avoid 'g_type_class_add_private'
  • remove warning: "HAVE_EXIF" is not defined, evaluates to 0 [-Wundef]
  • remove warnings: incorrect usage of abs() [-Wabsolute-value]
  • remove warnings: redundant redeclaration [-Wredundant-decls]
  • remove warning: variable ‘priv’ set but not used
  • reload-plugin: suppress GtkAction warnings
  • properties-dialog: suppress GtkAction warnings
  • eom-window: suppress GtkAction warnings
  • egg-toolbar-editor: suppress GtkAction warnings
  • egg-editable-toolbar: suppress GtkAction warnings
  • Allow color correcting images with alpha channel
  • EomMetadataReaderPng: Use built-in SRGB profile for matching cHRM/gAMA
  • EomMetadataReaderPNG: Only build profile from cHRM if gAMA is present
  • Assume sRGB if no display profile is set
  • EomImage: Check GdkPixbuf for an ICC profile before falling back to sRGB
  • Assume sRGB when image doesn't have an ICC profile attached
  • Remove trailing whitespaces