Commit Graph

44959 Commits

Author SHA1 Message Date
8bfcaaa504 Update Swedish translation 2022-02-16 01:10:20 +00:00
566ae757ed themes: issue #7303 Add on-hover indicator around...
eye and link toggles in Layer/Channel/Path Dialog tree-views.

Resolves: #7303
2022-02-13 20:14:34 +06:00
1ce7888630 (Backport) Issue #491: Script-fu support for all BMP save features 2022-02-12 11:45:16 +00:00
78f6812518 Update Swedish translation 2022-02-10 21:24:47 +00:00
d6355d667c Add parameter run_mode_param to register function
Fixed thumbnail loading procedure of OpenRaster plugin.
2022-02-10 20:05:25 +00:00
5b131de5b2 Update German translation 2022-02-09 18:37:53 +00:00
375da9f389 Update Chinese (China) translation 2022-02-09 18:34:26 +00:00
44a594bde7 Fix 7801
Fix provided by @dnovomesky
2022-02-07 17:31:23 +00:00
566af91d53 Update Chinese (China) translation 2022-02-03 03:47:45 +00:00
8229194abf Issue #4107: Removing titlebar/borders from Windows Splash Screen (Backport) 2022-02-01 16:22:49 +00:00
61282527fa Update Chinese (China) translation 2022-01-31 23:30:15 +00:00
2c2a901301 Issue #6683: Set turbulence max-value to 7 per GEGL specs 2022-01-30 21:02:56 +00:00
168a6db665 libgimp: fix previous commit, now hopefully correctly sorted 2022-01-30 15:13:55 -05:00
45791001b3 libgimp: add missing gimp_plug_in_error_quark to gimp.def 2022-01-30 14:29:13 -05:00
ea19156490 Updated Danish translation of gimp-windows-installer 2022-01-30 12:35:07 +01:00
0ccd9fc147 Updated Danish translation of gimp-python 2022-01-30 12:35:05 +01:00
4cfb0c1f11 Updated Danish translation of gimp-plug-ins 2022-01-30 12:35:02 +01:00
7b9c4b518c Updated Danish translation of gimp-libgimp 2022-01-30 12:35:00 +01:00
755b7df744 Updated Danish translation 2022-01-30 12:34:57 +01:00
0035486e37 Update Spanish translation 2022-01-27 10:18:11 +00:00
5ed65d2c4e Update Spanish translation 2022-01-27 10:07:23 +00:00
5833c456e2 Update Slovenian translation 2022-01-24 19:59:48 +00:00
ca7e1a2c37 Update Polish translation 2022-01-23 12:33:46 +01:00
0e4908e199 Update Swedish translation 2022-01-21 20:25:12 +00:00
814a0a82d8 Update Portuguese translation 2022-01-19 16:18:38 +00:00
cba95c1e24 NEWS: update. 2022-01-19 15:57:48 +01:00
b2b2a741d2 build: no need to chmod the test file which is already executable.
Also when working on out-of-tree builds, it would not find the file
anyway and we get this output:

> chmod: cannot access 'test-installer-langs.sh': No such file or directory

Though this was not breaking the tests, it has clearly been useless
until we see this one today.

(cherry picked from commit 201cbe7e3e)
2022-01-19 15:42:20 +01:00
d3950ab0c9 plug-ins: fix backported DICOM patch.
Commit b44e7daf4c was closing a non-existing `dicom` variable. It was
named `DICOM` in the gimp-2-10 branch.
2022-01-19 14:55:57 +01:00
ab582b0e56 libgimp: new gimp_plug_in_error_quark() / GIMP_PLUG_IN_ERROR.
We heavily rely on GError in libgimp to retrieve plug-in error messages.
In a lot of our code, we just use domain=0 for g_set_error*() functions
and alike, but this is actually forbidden and results in GLib warnings.

Some plug-ins instead create their own domain, other use G_FILE_ERROR
nearly everywhere, even in some cases where the choice is really
questionable. Since anyway this is mostly useful for passing the error
message through, it is much nicer to provide a generic domain
GIMP_PLUG_IN_ERROR, which can be used by all plug-ins when they don't
want to bother with the error domain.

Note: basically a copy-paste from commit 3f9c736592 which could not be
cherry-picked as surrounding code is completely different.
2022-01-19 14:52:06 +01:00
d0690f3c40 Issue #4009: enables option to capture cursor in screenshot (Windows)
(cherry picked from commit 94c7f80282)
2022-01-19 14:18:27 +01:00
ab0ddf1e0a Update Ukrainian translation 2022-01-19 11:11:52 +00:00
a8ccd5801f plug-ins: incorrect label in file-raw export dialog
In issue #7528 the wrong export dialog label "RGB Save Type" caused
confusion.
Let's change it to "Palette Type", the same as it is in our master branch.
2022-01-18 18:18:17 -05:00
ac1cd9147c Update Ukrainian translation 2022-01-18 22:53:44 +00:00
b44e7daf4c plug-ins: fix #7524 DICOM File is broken
This is the same issue as with IM000001.dcm mentioned in issue #313.

There are two problems: incorrect endian conversion for 16 bits per pixel,
and not handling photometric interpretation "MONOCHROME1", which means
minimum value is white instead of black.

The endian conversion was fixed as suggested in issue #313.
For "MONOCHROME1" we added a variable bw_inverted and we invert the pixel
value if that variable is true.

(cherry picked from commit e51ca66ee5)
2022-01-18 16:32:15 -05:00
1df5f20d65 plug-ins: fix #1111 TGA with indexed colors + alpha channel : not displayed correctly
Just like COLOR targa MAPPED (indexed) images with a size of 32 per
index should also have alphaBits set to 8 or else the images get
loaded incorrectly.

(cherry picked from commit a77131db3c)
2022-01-18 15:05:39 -05:00
618280b07b plug-ins: fix #6871 indexed tga file cannot be saved
Exporting an image to TGA fails with a crash when it's an indexed image
with alpha channel. We were not taking into account that even though
the output is 1 byte per pixel, the input should allocate memory for
2 bytes per pixel (1 color index and 1 alpha channel).

(cherry picked from commit 059599fc78)
2022-01-18 15:03:52 -05:00
f72ecd07b5 Update Spanish translation 2022-01-16 22:29:07 +00:00
9f65f90ffb Updated Italian translation 2022-01-11 09:02:39 +01:00
f061be280c plug-ins: fix #7464 GIMP stops responding opening metadata on import
Some images have huge amounts of XMP tag Xmp.photoshop.DocumentAncestors.
In certain cases more than 100000 values. This is apparently due to a bug
in certain versions of PhotoShop.

This makes deserializing it in the way we currently do too slow, probably
because of continuous reallocations after adding each value. Until we can
change this let's remove everything but the first 1000 values when
serializing. I think it is very unlikely there are any real cases where
more than a 1000 ancestor documents are referenced in an image. Testing
shows that this amount doesn't cause any serious slowdowns.

(cherry picked from commit b2c715b52b)
2022-01-03 12:04:37 -05:00
32b7756fa1 Update Chinese (China) translation 2021-12-26 19:03:17 +00:00
d5e68e7359 Update Polish translation 2021-12-26 12:11:28 +01:00
6fab87be3b Update Spanish translation 2021-12-22 21:53:05 +00:00
4628e26d99 Update Slovenian translation 2021-12-21 07:14:20 +00:00
1d4f361e88 Update Portuguese translation 2021-12-20 15:49:50 +00:00
05227c6889 Update Swedish translation 2021-12-20 00:04:03 +00:00
571791f53f configure: post-release version bump to 2.10.31. 2021-12-19 22:51:39 +01:00
9f24ea57f7 Update Ukrainian translation 2021-12-19 21:11:21 +00:00
cee406b593 Windows installer: add Portuguese language to .iss file, too 2021-12-19 21:20:19 +01:00
df64ff563f Windows installer: add pt translation 2021-12-19 21:04:23 +01:00
150461732f configure: release GIMP 2.10.30. 2021-12-19 20:35:44 +01:00