Commit Graph

4590 Commits

Author SHA1 Message Date
Jwtiyar Nariman d867fffc70 Add Central Kurdish translation 2020-06-09 12:34:02 +00:00
Yuri Chornoivan f67822c545 Update Ukrainian translation 2020-06-08 09:25:43 +00:00
Piotr Drąg c69467b6c4 Update Polish translation 2020-06-06 14:15:59 +02:00
Cristian Secară 6c8cadfd56 Update Romanian translation 2020-06-05 08:02:12 +00:00
Yuri Chornoivan ff7d927d47 Update Ukrainian translation 2020-06-04 09:26:01 +00:00
Ell 24f45e327b po: add vector-toolpath-actions.c to POTFILES.in
... and remove intl support from vector-toolpath-commands.c.
2020-06-04 01:34:34 +03:00
Cristian Secară b203a8f11a Update Romanian translation 2020-06-03 16:28:59 +00:00
Yuri Chornoivan 6dcac81634 Update Ukrainian translation 2020-06-03 12:15:41 +00:00
Yuri Chornoivan c2562c4bc5 Update Ukrainian translation 2020-06-02 10:30:11 +00:00
Cristian Secară 4a97dd10db Update Romanian translation 2020-06-02 06:56:29 +00:00
Ell 4d83c7a3fc app: list all tool-group tools in tool-button tooltip
In tool-group GimpToolButton tooltips, in addition to showing the
description of the currently-active tool, list the other tools in
the group as well, to improve discoverability.
2020-06-01 19:29:27 +03:00
Cristian Secară 101cc32018 Update Romanian translation 2020-06-01 10:57:42 +00:00
Marco Ciampa b58b9e6bd9 Updated Italian translation 2020-05-31 15:24:36 +02:00
Yuri Chornoivan 2d70cc14c0 Update Ukrainian translation 2020-05-31 11:48:52 +00:00
Jordi Mas 736aee4a17 Update Catalan translation 2020-05-30 20:43:33 +02:00
Cristian Secară 155250f568 Update Romanian translation 2020-05-29 11:02:50 +00:00
Yuri Chornoivan a5c06816a1 Update Ukrainian translation 2020-05-28 15:19:55 +00:00
Dimitris Spingos (Δημήτρης Σπίγγος) 2056abf9fb Updated Greek translation 2020-05-28 09:25:21 +03:00
Jordi Mas a97a46e707 Update Catalan translation 2020-05-27 21:42:25 +02:00
Daniel Mustieles faeaaa30c7 Update Spanish translation 2020-05-27 11:19:49 +00:00
Yuri Chornoivan 1a23448e1b Update Ukrainian translation 2020-05-26 16:44:34 +00:00
Daniel Mustieles 1827f55410 Update Spanish translation 2020-05-26 15:14:09 +00:00
Christian Kirbach 185dd8ba2e Update German translation 2020-05-23 22:10:52 +00:00
Yuri Chornoivan d73a6a5cec Update Ukrainian translation 2020-05-23 06:42:04 +00:00
Yuri Chornoivan 4bc328af8e Update Ukrainian translation 2020-05-21 14:53:34 +00:00
Yuri Chornoivan 62798efd34 Update Ukrainian translation 2020-05-21 07:39:46 +00:00
Yuri Chornoivan 65c5232e01 Update Ukrainian translation 2020-05-18 12:54:13 +00:00
Piotr Drąg 68ab11b813 Update Polish translation 2020-05-17 12:40:37 +02:00
Yuri Chornoivan 80f2d293f7 Update Ukrainian translation 2020-05-15 09:20:49 +00:00
Ell 60d4d25b93 app: add gegl:focus-blur to Filters -> Blur
gegl:focus-blur blurs the image around a focal point.  It can be
used to create fake depth-of-field effects.

Add a prop-gui constructor which uses a FOCUS controller to control
the focus geometry.
2020-05-15 00:48:39 +03:00
Ell f6f0a8a2d8 app: add FOCUS controller to gegl:vignette
Add a prop-gui constructor to gegl:vignette, using a FOCUS
controller to control the op's geometry.
2020-05-15 00:48:39 +03:00
Ell 5e005a762c app: add GimpToolFocus tool widget
Add a new GimpToolFocus tool widget, which defines a focus region,
consisting of an inner limit, an outer limit, and a transition
midpoint between them.  The widget allows controlling the limits
and the midpoint, and moving, scaling, and rotating the region.
2020-05-15 00:48:37 +03:00
Dimitris Spingos (Δημήτρης Σπίγγος) 06014e9df0 Updated Greek translation 2020-05-13 09:08:41 +03:00
Yuri Chornoivan 64c5ce71ee Update Ukrainian translation 2020-05-12 20:13:43 +00:00
Yuri Chornoivan ed4e2a3790 Update Ukrainian translation 2020-05-11 07:09:59 +00:00
Георгий Тимофеевский 58c41d9fdc Fixed translation 2020-05-06 15:37:44 +00:00
Rodrigo Lledó a7f562e7cd Update Spanish translation 2020-04-28 08:37:35 +00:00
Yuri Chornoivan db35080e75 Update Ukrainian translation 2020-04-14 12:35:25 +00:00
Piotr Drąg 472069779a Update Polish translation 2020-04-12 10:32:58 +02:00
Sabri Ünal 60b6c06638 Update Turkish translation 2020-04-10 17:48:43 +00:00
Ell a1ff1601ee app: add GimpOperationSettings
Add a new GimpOperationSettings class, to be used as a base class
for all operation-config types.  The class provides options common
to all operations (namely, the clipping mode, input region, and
color options), which were previously stored in GimpFilterOptions,
and were therefore bound to the filter tool, instead of being
stored as part of the operation settings; as a result, these
options would have no effect when reapplying a filter, or when
restoring a preset.

The GimpOperationSettings options do not affect the operation
node, but rather the associated GimpDrawableFilter object.  The
class provides a gimp_operation_settings_sync_drawable_filter()
function, which applies the options to the filter.

Modify all custom and auto-generated operation-config types to
derive from GimpOperationSettings, and modify the GimpConfig
functions of the former to account for the GimpOperationSettings
properties, using a set of protected functions provided by the
class.
2020-04-07 19:26:28 +03:00
Jordi Mas 3f66f2df39 Fixes to Catalan translation 2020-04-05 20:49:33 +02:00
Jordi Mas bd1326fd53 Update Catatalan translation 2020-04-05 20:24:32 +02:00
Piotr Drąg 3c10f1cfc6 Update Polish translation 2020-04-05 12:20:56 +02:00
Yuri Chornoivan c1cc5ade2e Update Ukrainian translation 2020-04-05 09:24:04 +00:00
Yuri Chornoivan 98bd6f4b61 Update Ukrainian translation 2020-03-31 06:26:09 +00:00
Yuri Chornoivan e3c9ff780a Update Ukrainian translation 2020-03-30 15:35:49 +00:00
Piotr Drąg 7ad16a4eb1 Update Polish translation 2020-03-29 13:01:02 +02:00
Yuri Chornoivan e819318b70 Update Ukrainian translation 2020-03-28 17:32:51 +00:00
Yuri Chornoivan cc55af7b95 Update Ukrainian translation 2020-03-18 09:42:42 +00:00