Commit Graph

1340 Commits

Author SHA1 Message Date
a287ef2fbb Update Portuguese translation 2021-10-06 21:42:06 +00:00
cce8946a69 Update Chinese (China) translation 2021-09-04 17:44:58 +00:00
c15537bf26 Update Brazilian Portuguese translation 2021-03-23 15:18:49 +00:00
17d9fb8ff1 Updated Slovenian translation 2021-03-03 17:28:27 +01:00
a4a9e17bf1 Update Hungarian translation 2021-02-14 00:49:05 +00:00
e7db1e688e Update Serbian (Latin) translation 2021-01-15 22:44:55 +00:00
0f6e6e0337 Update Serbian translation 2021-01-15 22:43:36 +00:00
16ddf3984e Update Catalan translation 2021-01-15 21:18:29 +01:00
d009aea990 Update Lithuanian translation 2021-01-03 16:10:13 +00:00
918a1c4499 Updated Greek translation 2020-12-29 21:27:18 +02:00
6da6b95cd4 Update Brazilian Portuguese translation
(cherry picked from commit e357b0bd83)
2020-12-14 11:02:59 +00:00
1514f99b18 Update Catalan translation 2020-11-08 20:43:21 +01:00
4f20155696 Update Romanian translation 2020-11-04 13:10:46 +00:00
4b50588bc3 Update Romanian translation 2020-11-02 01:26:15 +00:00
f47ba9d879 Update Romanian translation 2020-10-26 03:32:55 +00:00
fa37ca9aa0 po*: update POTFILES.skip with the new toplevel extensions/ folder 2020-10-25 19:14:35 +01:00
ecbc38f9e9 plug-ins, extension: goat-exercises becomes a GIMP extension.
This is an extension containing a few demo plug-ins. This is good to
demonstrate the extension format. It will also allow to disable these
plug-ins (if at some point, one doesn't want to show these demo
plug-ins anymore).

And finally it deals with the fact that our plug-in code is stupid, as
it just tries to find the first executable with the same name (minus
extension) as the plug-in folder. This doesn't go well on Windows, where
the permission system is non-existent. So our code just ends up trying
to run the first file with a similar name in a plug-in folder. As the C
goat-exercise contains both an exe and the C source (and the system
probably returns files in alphabetic order), GIMP under Windows tries to
run the C source instead of the executable (this obviously doesn't go
well).
We could try to do more complex logics, like not aborting if the first
file run fails and try the next one in the plug-in folder. Or maybe just
rename the C file to another name. But any of these is just in the end
the proof that our plug-in discovery right now is just bogus. The
extension system is explicit, not based on randomly trying out files.
Plug-ins entry points are explicitly listed in the metadata manifest.
2020-10-09 15:30:54 +02:00
db37b1b14a Update Slovak translation
(cherry picked from commit 46a12d4a4a)
2020-10-09 09:25:26 +00:00
0ec5ee4394 plug-ins: get rid of pygimp!
It's done, all Python plug-ins have been either ported to the new API +
Python 3, or they have been discarded (and moved to gimp-data-extras for
whoever wants to salvage them).
Let's get rid of the outdated pygimp directory (whose code has not been
built in the master branch for years now anyway)! Woohoo!
2020-09-21 18:17:18 +02:00
f6c6c141ae Add Asturian translation 2020-06-24 20:55:23 +00:00
478b733c01 Update Japanese translation 2020-06-08 10:16:36 +00:00
6fa34df359 Update Japanese translation 2020-06-07 14:22:49 +00:00
bd6e870c6c Update Japanese translation 2020-06-07 14:19:17 +00:00
3991220a9d Updated Italian translation 2020-06-01 14:09:13 +02:00
f275798442 Update Romanian translation 2020-05-30 14:21:50 +00:00
864bc49176 Update Turkish translation 2020-05-29 10:52:08 +00:00
6984665477 Update Swedish translation 2020-05-26 23:40:49 +00:00
151b01e530 Update Catalan translation 2020-05-26 21:23:24 +02:00
4fb00298e1 Update Ukrainian translation 2020-05-26 16:52:53 +00:00
cf4aba1800 Update Spanish translation 2020-05-26 14:53:11 +00:00
32bd008a1e Updated Greek translation 2020-05-14 23:33:02 +03:00
5c0eda6264 Update Ukrainian translation 2020-03-28 17:26:45 +00:00
365afc829b Update German translation
(cherry picked from commit 9e358ebdbd)
2020-02-13 19:05:16 +00:00
1c90461e21 Update Polish translation 2020-02-13 19:55:53 +01:00
1a587a371b Update Hungarian translation 2020-02-13 17:55:08 +00:00
6932c513ee Update Spanish translation
(cherry picked from commit 603ed31fd3)
2020-02-13 08:48:28 +00:00
b41594023f Update Swedish translation
(cherry picked from commit 7ea884bfc2)
2020-02-12 23:46:48 +00:00
4648b4e3dd Update Hungarian translation 2020-02-12 17:49:02 +00:00
dad963c257 Update German translation
(cherry picked from commit 5c4b5b6cae)
2020-02-09 01:14:29 +00:00
157a5dc8b7 Fixes to Catalan translation 2020-01-04 12:28:28 +01:00
54020c2597 Updated Greek translation 2019-11-13 14:23:31 +02:00
2315bc3fa0 Update Catalan translation 2019-11-04 21:32:06 +01:00
6f6358bef6 Updated Danish translation of gimp-script-fu 2019-10-24 23:53:26 +02:00
7ab55fbd1e Update Basque translation 2019-10-12 07:31:54 +00:00
3ca179283e Update Turkish translation 2019-10-10 15:18:01 +00:00
a3d74fa09f Update Latvian translation
(cherry picked from commit fe91d99034)
2019-10-05 20:08:59 +00:00
5c966343a0 Updated Slovenian translation 2019-09-26 20:52:03 +02:00
716a996dcd Update Swedish translation
(cherry picked from commit f101f10d4c)
2019-09-14 17:37:37 +00:00
c512dbff55 Update Dutch translation 2019-09-14 07:57:18 +00:00
65eff6f150 Meson port. 2019-09-11 16:42:04 +02:00