Commit Graph

44773 Commits

Author SHA1 Message Date
adc11d7a2c Update Hungarian translation 2021-03-11 08:27:02 +00:00
9fcc31ea19 Issue 4594: Spotify doesn't open with Gimp open.
GLib has been fixed with commit 00e848fbc.
Add it in our patch list for the Windows installer until we get a
release containing the patch.

(cherry picked from commit 106e13d5db)
2021-03-10 13:26:21 +01:00
be9995adc5 Update Polish translation 2021-03-06 14:25:21 +01:00
58d63d4809 Update Ukrainian translation 2021-03-06 07:52:08 +00:00
f4420f51a0 plug-ins: fix cherry picking of commit fb38e42 2021-03-05 15:16:27 -05:00
c7f8e505de plug-ins: be a little more forgiving loading g3 fax images.
Only count a broken line once and only stop after at
least 10 consecutive broken lines since older fax
images are known for having bad lines.

This enables loading the image in issues #475.

(cherry picked from commit fd2aa645af)
2021-03-05 14:30:58 -05:00
fb38e42ff4 plug-ins: improve error handling when loading g3 fax images.
Fixes issue #475 Loading a fuzzed .g3 file fails.

(cherry picked from commit 1edd114834)

# Conflicts:
#	plug-ins/file-faxg3/faxg3.c
2021-03-05 14:30:23 -05:00
9bf8097bd7 plug-ins, TIFF: Oops, forgot to save formatting fixes before committing.
(cherry picked from commit 441631322b)
2021-03-04 15:25:47 -05:00
3751cfa082 Update Ukrainian translation 2021-03-04 18:35:15 +00:00
a2a12f4656 plug-ins, TIFF: Don't try to load image with bit depth we can't handle.
(cherry picked from commit a79aac687b)

# Conflicts:
#	plug-ins/file-tiff/file-tiff-load.c
2021-03-04 13:20:44 -05:00
70e463fa99 plug-ins, TIFF: improve loading of miniswhite/minisblack images.
- Miniswhite and Minisblack TIFF images with bps 1, 2 and 4 were loaded as
indexed. We change this to grayscale since that's what they are.
- Fix not handling of miniswhite for 8 bps.

Fixes issue #1838 Tiff image display wrong (tiff tags not interpreted), black
line instead of white line.
Fixes issue #2680 Failure to load 4-bit grayscale TIFF layers.

(cherry picked from commit a6d4ef8b94)

# Conflicts:
#	plug-ins/file-tiff/file-tiff-load.c
2021-03-04 13:18:43 -05:00
7e100da669 Update Hungarian translation 2021-03-04 07:59:06 +00:00
87296e3408 Update Hungarian translation 2021-03-04 06:56:06 +00:00
1dbdf07ee5 Update Catalan translation 2021-03-03 22:49:12 +01:00
d149dfbab7 plug-ins: changed GTK_RESPONSE_YES|NO into GTK_RESPONSE_OK|CANCEL.
Without the proper button response associated, we don't have the right
button order, as standardized by various desktops.

(cherry picked from commit 9893f60d8c)
2021-03-03 21:01:22 +01:00
b6724806b0 Updated Slovenian translation 2021-03-03 17:29:09 +01:00
6bbf65f3c8 Updated Slovenian translation 2021-03-03 17:28:09 +01:00
a5fbc1818a Updated Slovenian translation 2021-03-03 17:26:56 +01:00
72a14bd1ec Updated Slovenian translation 2021-03-03 17:19:29 +01:00
24584537fd Updated Slovenian translation 2021-03-03 17:15:06 +01:00
a3c61da627 Update Ukrainian translation 2021-03-03 07:41:22 +00:00
198fdc4e52 plug-ins: improve a few error messages and allow translating.
Improved and added a few error messages and made all
user visible messages (g_message) translatable.

(cherry picked from commit 20cedd4c0c)

# Conflicts:
#	plug-ins/file-tiff/file-tiff-load.c
2021-03-02 17:37:48 -05:00
2ead36db7d plug-ins: add more safety checks when loading a TIFF image.
Testing some fuzzed TIFF images from the imagetestsuite
revealed we should add some more checks for valid input
and function returns.

We now stop whenever the reported bps is above 64.
Even if it is valid we can't handle it anyway and I'm not
aware of any actual valid image like that.

Make sure the image dimensions are valid and in the range
that GIMP can handle.

Return directly when TIFFReadRGBAImage fails instead
of doing further processing and improve the error message.

Check result of TIFFReadTile and return if it fails.

(cherry picked from commit 2ff9ccf46c)
2021-03-02 17:33:31 -05:00
753c596404 plug-ins: libtiff warnings can cause a crash on Windows.
Certain broken tiff fax images can cause a huge amount of warnings
which on Windows eventually causes GIMP to run out of resources
and then crash.

Since the avarage user won't have much use for these warnings
let's just only send them to stderr.

(cherry picked from commit 97739af643)
2021-03-02 17:33:16 -05:00
b5504159ed Update Dutch translation 2021-02-28 08:08:14 +00:00
0fa7546893 Update Turkish translation 2021-02-28 07:11:24 +00:00
9f0023659e Update Polish translation 2021-02-27 13:46:35 +01:00
c3b612a457 Update Turkish translation 2021-02-26 17:39:06 +00:00
a1e2445981 Update Turkish translation 2021-02-26 17:33:55 +00:00
ab77c12f71 Update Turkish translation 2021-02-26 17:32:58 +00:00
7f38e19e3b Update Catalan translation 2021-02-26 18:29:01 +01:00
dfb1b7a6b4 Update Dutch translation 2021-02-26 11:49:43 +00:00
3dd107e917 Update Dutch translation 2021-02-26 11:46:39 +00:00
9b67bf648d Update Dutch translation 2021-02-26 11:43:37 +00:00
738571298a Update Dutch translation 2021-02-26 11:40:35 +00:00
a73ac67680 Update Dutch translation 2021-02-26 11:38:07 +00:00
f034ea4237 Updated Italian translation 2021-02-25 15:47:57 +01:00
97e09dc760 Update German translation 2021-02-25 13:37:28 +00:00
fbfc777f88 Update Croatian translation 2021-02-25 11:47:39 +00:00
26a57a5757 Update Croatian translation 2021-02-25 11:46:56 +00:00
d4a55829ab Update Croatian translation 2021-02-25 11:43:34 +00:00
fa30869e72 Update Swedish translation 2021-02-24 21:49:02 +00:00
f83fd22c4b app: make "gegl:introspect" an optional operation dependency.
Check at runtime for the operation availability and set the "Show Image
Graph" action active depending on this check.

This goes with discussions to make this operation optional with a
runtime check for the tool `dot`.
See: https://gitlab.gnome.org/GNOME/gegl/-/merge_requests/84
2021-02-24 20:05:46 +01:00
f63086bd5a tools: Rectangle select. Incorrect center_xy after converting channel selection to rectangle
Was caused by widget tool fixed_center_x and fixed_center_y coordinates set to
coordinates of mouse click instead of rectangle center after converting channel
selection bbox to rectangle.

Now rectangle fixed_center_x and fixed_center_y coordinates are always updated
when tool widget x1, x2, y1, or y2 coordinates are updated.

Closes #6487

(cherry picked from commit 6959426603)
2021-02-24 19:05:42 +01:00
b9ee5ad6f2 Update Spanish translation 2021-02-24 17:21:58 +00:00
6d4e869e0b Update Ukrainian translation 2021-02-24 16:41:44 +00:00
cb6cf6d286 desktop: add 2.10.24 release note to AppData. 2021-02-24 17:15:59 +01:00
b6227c4ffc Update Hungarian translation 2021-02-18 06:50:30 +00:00
b5d55d453d Update Hungarian translation 2021-02-18 06:41:29 +00:00
67a891a8db Update Swedish translation 2021-02-16 21:43:32 +00:00