From 6083fd81a1c9e586179104a20eb2783acbf5f2a4 Mon Sep 17 00:00:00 2001 From: Jehan Date: Wed, 9 Nov 2022 15:31:39 +0100 Subject: [PATCH] app, desktop: prepare AppData item for upcoming GIMP 2.99.14. --- app/tools/gimptextoptions.c | 2 ++ desktop/org.gimp.GIMP.appdata.xml.in.in | 35 +++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/app/tools/gimptextoptions.c b/app/tools/gimptextoptions.c index 7a25ccf85e..eb69392852 100644 --- a/app/tools/gimptextoptions.c +++ b/app/tools/gimptextoptions.c @@ -24,6 +24,7 @@ #include "libgimpcolor/gimpcolor.h" #include "libgimpconfig/gimpconfig.h" #include "libgimpwidgets/gimpwidgets.h" +#include "libgimpwidgets/gimpwidgets-private.h" #include "tools-types.h" @@ -840,6 +841,7 @@ gimp_text_options_gui (GimpToolOptions *tool_options) gtk_size_group_add_widget (size_group, button); outline_frame = gimp_frame_new (_("Outline Options")); + gimp_widget_set_identifier (outline_frame, "text-outline-settings"); gtk_box_pack_start (GTK_BOX (options_vbox), outline_frame, FALSE, FALSE, 0); gtk_widget_show (outline_frame); diff --git a/desktop/org.gimp.GIMP.appdata.xml.in.in b/desktop/org.gimp.GIMP.appdata.xml.in.in index 76dd0fc42e..11882b3193 100644 --- a/desktop/org.gimp.GIMP.appdata.xml.in.in +++ b/desktop/org.gimp.GIMP.appdata.xml.in.in @@ -74,6 +74,41 @@ + + +

+ GIMP 2.99.14 was released with the following noteworthy improvements: +

+
    +
  • + Align and Distribute tool: completely reworked usage +
  • +
  • + Text tool: new "Outlined" and "Outlined and filled" options +
  • + +
  • Floating selections not created anymore when pasting new layers
  • +
  • New "Gray" theme based on a 18.42% luminance middle-gray background
  • +
  • Icon sizes can be overriden in Preferences > Themes
  • + +
  • Faster save of XCF files
  • +
  • XCF file format improved with a proper structure for path items
  • + +
  • PDF export: new "Root layers only" sub-option for "Layers as pages"
  • +
  • AVIF export: improved compatibility with various browsers' implementations
  • +
  • PSD export: CMYK support added
  • +
  • JPEG-XL: metadata are now imported and exported
  • +
  • ICNS: initial import/export support
  • +
  • TIFF import: new option "Show reduced images"
  • + +
  • More progression for the GTK+3 port
  • +
  • New and modified functions or classes for the upcoming 3.0 API
  • +
+
+