[gimp] Created tag GIMP_2_99_4
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Created tag GIMP_2_99_4
- Date: Tue, 22 Dec 2020 22:44:52 +0000 (UTC)
The signed tag 'GIMP_2_99_4' was created.
Tagger: Michael Natterer <mitch gimp org>
Date: 1608677062 +0100
Tag the 2.99.4 release
Changes since the last tag 'GIMP_2_99_2':
Akkana Peck (1):
Add some new files to the GIMP3-plug-in-porting-guide, including a README
Alexandre Prokoudine (2):
Update NEWS: HEIF plug-in changes
Update/fix Russian translation
Anders Jonsson (4):
Update Swedish translation
Update Swedish translation
Update Swedish translation
Update Swedish translation
Asier Sarasua Garmendia (2):
Update Basque translation
Update Basque translation
Bruno Lopes da Silva (1):
Update Brazilian Portuguese translation
Christian Kirbach (1):
Update German translation
Cristian Secară (18):
Update Romanian translation
Update Romanian translation
Update Romanian translation
Update Romanian translation
Update Romanian translation
Update Romanian translation
Update Romanian translation
Update Romanian translation
Update Romanian translation
Update Romanian translation
Update Romanian translation
Update Romanian translation
Update Romanian translation
Update Romanian translation
Update Romanian translation
Update Romanian translation
Update Romanian translation
Update Romanian translation
Daniel Novomesky (1):
Updated HEIF plug-in
Dušan Kazik (1):
Update Slovak translation
François Guerraz (1):
plug-ins: Set the number of threads used to decode JPEG200 files...
Jacob Boerema (27):
plug-ins: Fix incomplete port of file-openraster.
libgimpbase: fix incorrect reading of iptc tags that appear more than once.
plug-ins: Refactor certain string handling into separate functions in metadata-viewer.
plug-ins: fix incorrect reading of iptc tags that appear more than once.
plug-ins: fix incorrect single/multi(ple) values for certain iptc tags used in metadata editor.
plug-ins: fix incorrect struct used for comparison in metadata-editor.
plug-ins: Refactor cleaning xmp values into a separate function in metadata-editor.
plug-ins: fix not showing all values of iptc tags that appear more than once.
plug-ins: In metadata-editor always read iptc equivalent values of xmp tags.
plug-ins: add missing Iptc equivalents of Xmp tags in metadata-editor.
plug-ins: let metadata-editor also save Iptc tags.
plug-ins: fix metadata-editor not saving Xmp.photoshop.Urgency and Xmp.xmpRights.Marked.
plug-ins: in metadata editor and viewer only convert values to UTF-8 if they are not.
plug-ins: refactor saving longitude/latitude in metadata editor.
plug-ins: improve casing in metadata-tags.
plug-ins: add functions for formatting gps metadata.
plug-ins: improve formatting of gps data in metadata-viewer.
plug-ins: fix incorrect formatting when switching between m and ft for gps altitude.
plug-ins: fix crash in metadata-editor when licensor phone data was NULL.
plug-ins: use g_log instead of g_printerr when setting tag fails.
plug-ins: improve formatting of gps data in metadata-editor.
plug-ins: fix #2836 GPS data is truncated to the degree when edited.
plug-ins: improve error handling and use GError in metadata-editor/viewer.
plug-ins: use logging for some messages that seem to be for debugging only.
plug-ins: fix loading 2 and 4 bit tiff images. This fixes issue #6065 and part of #2680.
plug-ins: fix #4176 color displayed wrong in multi page tiffs with linear TRC.
plug-ins: add missing define G_LOG_DOMAIN in file-psd for the meson build.
Jehan (154):
app, libgimp, pdb: remove references of removed functions.
devel-docs: add a "removed functions" table with replacement proposal.
NEWS: update a bit the 2.99.2 release section.
app: show unavailable actions in Action Search after available ones.
Revert "gitlab-ci: temporary allow distcheck job failure."
plug-ins: implement file-heif proc list in init_procedures() instead…
NEWS: some update.
libgimp: typo and wording fix in comment docs.
app, pdb: use gimp_is_canonical_identifier() for pdb-get|set-data…
plug-ins: fix PDB data identifier to be canonical.
libgimpwidgets: store GimpFileEntry private data in appropriate struct.
app, libgimp, pdb: improve a bit gimp_image_get_parasite_list() docs.
libgimpwidgets: make GimpScaleEntry into its own widget.
app, plug-ins: use the updated gimp_prop_scale_entry_new() API.
app, libgimpwidgets: improve GimpScaleEntry API.
app, libgimpwidgets, plug-ins: default increments for GimpScaleEntry.
libgimpwidgets: fix def files.
libgimpwidgets: better algorithm for GimpScaleEntry default increments.
libgimpwidgets, plug-ins: continue GimpScaleEntry port to real widget.
plug-ins: various plug-ins ported to new GimpScaleEntry.
plug-ins, modules: more port to GimpScaleEntry.
plug-ins: port script-fu-interface to GimpScaleEntry.
plug-ins: port GIMPressionist to GimpScaleEntry.
plug-ins: port remaining plug-ins using old gimp_scale_entry_new().
libgimpwidgets: get rid of old gimp_scale_entry_new().
plug-ins: fix GIMPressionist build warning.
libgimpwidgets: new GimpColorScaleEntry class.
libgimpwidgets: use G_DECLARE_* macros on Gimp*ScaleEntry classes.
libgimpwidgets, plug-ins: remove legacy gimp_color_scale_entry_new().
app, libgimpwidgets, modules, plug-ins: finishing GimpScaleEntry port.
libgimpwidgets, plug-ins: rename gimp_scale_entry_set_range() to…
NEWS: update 2.99.4 section.
libgimp: add some first API to populate a GimpProcedureDialog.
NEWS: remove GeoTIFF support (moved to GIMP 2.10.24 NEWS file).
app: properly grab focus when targetting text input of GimpSpinScale.
libgimpwidgets: new GimpLabeled class and GimpLabelSpin subclass.
libgimpwidgets: make GimpScaleEntry a child class of GimpLabelSpin.
app, libgimpwidgets, modules, plug-ins: code changes after GimpScaleEntry…
libgimp: improve design and usability of generated procedure dialog.
plug-ins: update file-fli to use the GimpProcedureDialog generation.
libgimpwidgets: fix gimpwidgets.def file.
Issue 5870: add reference to GNU documentation in INSTALL.
build: update nightly flatpak manifest.
libgimpwidgets: fix GimpChainButton init().
Issue #5888: GIMP 2.99.2 crash when using brush in multiply mode.
app: fix autotools build.
app: fix "Luma Lighten/Darken only" layer modes.
app: wait for the software to be fully initialized before processing…
app: improve opening images through the DBus service.
app: display profile name in "Color space" field of Image Properties.
app: proper ellipsis & wrap on Image Properties label where it matters.
libgimpwidgets: align gimpproswitch label to the left.
libgimp: also size prop switch widget's label as GimpLabeled's labels.
libgimp, libgimpwidgets, plug-ins: improved GimpProcedureDialog API.
libgimp: export_comment values was not set in libgimp.
libgimp: some more functions to GimpProcedureDialog.
libgimp: fix typo.
libgimpwidgets: argh forgot to edit the autotools Makefile too!
libgimp, libgimpwidgets: re-argh - fix the def files too.
libgimpbase: do not use g_snprintf() with same source and buffer.
libgimp: fix timezone in IPTC tag Iptc.Application2.TimeCreated.
app: undeprecate some Pango/Harfbuzz calls.
app: s/pango_fc_font_has_char/pango_font_has_char/ (undeprecation).
app: improve sample text logics for CJK fonts.
app: better translatable text for "Indexed color" color space text…
NEWS: update.
Issue #5837: TIFF file not recognized.
plug-ins: improvement of TIFF loading when TIFFNumberOfDirectories()…
INSTALL: update GEGL build instructions.
meson: libjpeg and libtiff are not optional dependencies!
libgimp: bug fixes and design improvements for generated widgets.
plug-ins: file-png now uses generated dialog.
libgimpwidgets: new gimp_label_int_widget_get_widget() function.
libgimp: generated text buffer should also have a tooltip taken from…
plug-ins: file-tiff dialog now generated too.
libgimp: mnemonic duplicate verification in GimpProcedureDialog.
libgimpwidgets: fix the def file.
libgimpwidgets: fix missing doc comments and annotations.
libgimp: new metadata support concept in GimpSaveProcedure and new…
plug-ins: update file-png to new metadata handling.
plug-ins: file-tiff using the new dialog generation.
libgimp: output a "saving metadata failed" message when relevant.
libgimp: improvements to GimpProcedureDialog API.
app: fix generated tool-enums.c and deactivate Paint Select tool…
app: mark the paint select tool as experimental.
icons: (meson) install the new icons for the Paint Select tool.
INSTALL: add information about GEGL options to enable for the…
libgimp, libgimpbase, libgimpwidgets: new gimp_range_estimate_settings()
libgimpwidgets: improved gimp_prop_scale_entry_new(), new function…
libgimp: new gimp_procedure_dialog_get_scale_entry() function.
plug-ins: port file-jpeg export procedure to new API.
libgimp, libgimpwidgets: fix gimp_prop_scale_entry_new() for integer…
libgimp, plug-ins: make mnemonic unique.
Issue #5967: Inconvenient focus in PNG export.
Issue #5985: GIMP crashed when deleting paths.
Issue #5992: Mask to Selection isn't selecting the right place.
Issue #5813: Hidden rulers in GIMP 2.99 still take the same place.
NEWS: update.
plug-ins: return proper non-success status in file-pdf.
libgimpwidgets: allow prop labels on read-only properties.
app: do not show virtual devices and XTEST device in the Input Devices…
app: improve input device axes display "Input Devices" dialog.
Issue #6045: File > Debug > Show Image Graph == GIMP_Crash.
gitlab-ci: graphviz (for the `dot` tool) is now a dependency for GEGL.
gitlab-ci: disable building file-mng for gimp-win32 explicitly.
gitlab: comment out bug reporting howto text.
app: better code to handle GimpDeviceInfo axes.
app: move GimpDeviceInfo variables to a private structure.
app: update when device axes/keys change.
app: do not reuse stored configuration on virtual devices.
app: better tool defaults depending on the device source.
libgimp: add gimp_get_num_processors().
plug-ins: s/g_get_num_processors/gimp_get_num_processors/ in file-heif.
data: create po-tags/ build directory.
app: revert to "gimp-paintbrush-tool" as default tool.
po, po-plug-ins: (workaround) fixing the distcheck job in CI.
po-plug-ins, po: (workaround bis) fixing the distcheck job in CI.
app: do not popup a viewable preview when modifiers are active.
app: be more accurate to ascertain in we are multi-selecting.
app: catch Alt-click exact combination on GimpItemTreeView preview.
app: mask alternative click modifiers must not clash with…
app: new default dynamics is "Pressure Size".
Issue #6030: Mask related Shortcuts conflicting with Multiple Layers…
app: different undo labels for various "Alpha to Selection" operations.
NEWS: update.
app: make "gegl:introspect" an optional operation dependency.
INSTALL: adding infos about `dot` for "gegl:introspect" dependency.
Issue #5863: No namespace info available for XMP prefix.
plug-ins: move py-slice.py to gimp-data-extras.
app, menus: get rid of custom input method menu.
po-python: remove py-slice from POTFILES.in.
app: remove unused (deprecated) property read.
plug-ins: fix uninitialized warnings.
app: improve GimpSpinScale usability for keyboard editing of value.
app: improve GimpSpinScale cursors.
app: show the "relative edit" cursor on motion with Shift pushed.
NEWS: update with GimpSpinScale usability updates.
libgimp, plug-ins: add a "format name" concept to GimpFileProcedure.
libgimp: replace GtkFlowbox use by GtkGrid in generated metadata frame.
app: hide the export file dialog when showing the plug-in dialog.
libgimp, plug-ins: add an "(edit)" link next to "Metadata" frame in…
app: keep error dialog above.
libgimp: fix the def file.
plug-ins: changed GTK_RESPONSE_YES|NO into GTK_RESPONSE_OK|CANCEL.
app: fix some RGB/sRGB mixup in 2 labels.
app: do not ask about conversion for an image using a preferred profile.
desktop: AppData updated for upcoming 2.99.4 release.
INSTALL: update a bit the installation instructions.
NEWS: update.
docs, etc: regenerate the default gimprc and its manpage.
desktop: update appdata with dates.
app: improve Paint Select Tool description.
authors: update the authors list.
Release development version GIMP 2.99.4.
Jordi Mas (9):
Update Catalan translation
Update Catalan translation
Update Catalan translation
Fixes Catalan translation
Update Catalan translation
Update Catalan translation
Update Catalan translation
Update Catalan translation
Update Catalan translation
Luna Jernberg (1):
Update Swedish translation
Michael Natterer (3):
configure.ac, meson.build: post-release version bump to 2.99.3
libgimp: update .gitignore
devel-docs: some updates to release-howto.txt
Michael Schumacher (2):
libgimp: add gimp_procedure_dialog_get_scale_entry to gimpui.def
gitlab-ci: expire distribution stage artifacts after 2 days
Niels De Graef (2):
libgimp: Fix regression in GimpRunSaveFunc
GimpArray: Add missing array length GIR annotation
Piotr Drąg (6):
Update Polish translation
Update Polish translation
Update Polish translation
Update POTFILES.in
Update Polish translation
Update Polish translation
Rafał Mikrut (1):
Cppcheck fixes
Rodrigo Lledó (1):
Update Spanish translation
Ruthra Kumar (1):
Issue #5691: Import/Export of GeoTIFF loses important header tags.
Sergei Trofimovich (1):
configure.ac: fix `--with-linux-input` handling with upcoming autoconf-2.70
Sveinn í Felli (1):
Update Icelandic translation
Thomas Manni (7):
app, icons: add Paint Select tool in the playground
app: Paint Select tool, reflect changes applied to the gegl operation...
menus: remove PaintSelect tool from the menus...
app/actions: fix Apply Layer Mask
Paint Select tool: regroup image mask updates in one place
Paint Select tool: correctly handle drawable offsets
Paint Select tool: add a temporary option to show painted scribbles
Tim Sabsch (3):
Update German translation
Update German translation
Update German translation
Yacine Bouklif (1):
Update Kabyle translation
Yuri Chornoivan (20):
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
bartoszek (1):
autotools: bump GEGL dependency to 0.4.28.
bootchk (1):
libgimp, devel-docs: enhance GIMP-PLUGIN-DEBUG backtrace
dlatikay (1):
#5977 prompt to apply layer offset only if there actually is a (non-zero) offset
lillolollo (1):
gitlab form - Do not show compilation tips
luz paz (1):
Fix typos
scootergrisen (2):
Change "_Misc Ops." to "_Misc"
Remove trailing spaces in 3 strings
Érico Rolim (2):
app/dialogs: protect against calling gettext(NULL).
app/widgets/gimpactiongroup: protect against calling gettext with NULL msgid
Øyvind Kolås (1):
depend on GEGL-0.4.28
Милош Поповић (1):
Update Serbian translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]