Commit Graph

4726 Commits

Author SHA1 Message Date
Anders Jonsson 3d756e136c Update Swedish translation
(cherry picked from commit cc24b968f7)
2020-02-16 21:00:40 +00:00
Piotr Drąg 1c90461e21 Update Polish translation 2020-02-13 19:55:53 +01:00
Anders Jonsson 61d04a93d6 Update Swedish translation
(cherry picked from commit fc805a4197)
2020-02-13 16:57:56 +00:00
Anders Jonsson f09e940cac Update Swedish translation
(cherry picked from commit 0367972eb1)
2020-02-13 13:23:32 +00:00
Rodrigo Lledó 0a02e6c726 Update Spanish translation 2020-02-13 08:53:13 +00:00
Trần Ngọc Quân 47c3035ecd l10n: Updated Vietnamese translation
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2020-02-13 14:50:42 +07:00
Anders Jonsson 364ebc1d78 Update Swedish translation
(cherry picked from commit 4320d714ee)
2020-02-13 00:03:40 +00:00
Alan Mortensen 611f5b66e7 Updated Danish translation 2020-02-12 19:09:56 +01:00
Balázs Meskó d228498997 Update Hungarian translation 2020-02-12 17:31:08 +00:00
Sveinn í Felli 771c37bf9f Update Icelandic translation 2020-02-09 17:28:19 +00:00
Sveinn í Felli 9987e4b9a5 Update Icelandic translation 2020-02-09 17:13:37 +00:00
Tim Sabsch d11eef1be5 Update German translation 2020-02-09 14:00:09 +00:00
Piotr Drąg 19d56cf546 Update Polish translation 2020-02-09 13:10:21 +01:00
Ask Hjorth Larsen 5a9b5c1670 Revert "Updated Danish translation"
My bad, this particular gimp.master.da.po was for the docs, not the main ui!

This reverts commit 40bb5d30ee.
2020-02-07 16:47:16 +01:00
Alan Mortensen 40bb5d30ee Updated Danish translation 2020-02-07 03:43:39 +01:00
Rodrigo Lledó 4ced806a0a Update Spanish translation 2020-02-03 10:38:25 +00:00
Ell b8aba199a0 app, po: don't translate gimppanedbox.c
... it doesn't have any translatable strings anymore.
2020-02-03 00:55:42 +02:00
Piotr Drąg 6cc4217ff3 Update Polish translation 2020-02-02 12:59:11 +01:00
Ell cd2adfbede app: add support for tool groups in toolrc
Add a new Gimp::tool_item_list list, in addition to
Gimp::tool_info_list.  The latter may contain arbitrary tool items,
including tool groups, and is intended for use in the UI (namely,
the toolbox and the preferences tool editor).

In gimp-tools, use Gimp::tool_item_list for representing the UI
tool order (while still using Gimp::tool_info_list as a flat list
of all GimpToolInfo objects), and add support for saving and
loading tool groups to/from toolrc.

Introduce file-version tracking in toolrc, and drop its contents on
version mismatch, or when new tools are introduced.  This is
slightly disruptive, but merging new changes with existing toolrc
files is non-trivial, and it doesn't happen very often.

Add support for a sysconf toolrc file, which is used if there's no
user toolrc file (i.e., on first use).  If neither file is found,
the hard-coded flat tool order is used.  This commit doesn't
provide a default toolrc file, but the next commits will.

Make the gimp-tools serialization and deserialization functions
public, for use in GimpToolEditor in the next commits.
2020-01-30 02:51:56 +02:00
Ell 49196140e2 app: add GimpToolGroup as a subclass of GimpToolItem
Add GimpToolGroup as a new subclass of GimpToolItem, representing a
collection of tools.  The end goal is to display tool groups using
a single button in the toolbox.

Tool groups are not recursive: they can only contain individual
tools, not other groups.  Each group has a single "active tool",
normally the most-recently-used tool of the group, which is
activated when clicking on the tool's button.
2020-01-30 02:51:54 +02:00
Ell 77111ba045 app: add GimpToolItem; derive GimpToolInfo from it
Add GimpToolItem as a common base class for toolbox items.
Derive GimpToolInfo from GimpToolItem, representing an individual
tool.  The next commits add support for tool groups, represented by
an alternative subclass of GimpToolItem.

Most of the tool-info properties remain in GimpToolInfo, however,
GimpToolItem takes care of tool-item visibility.
2020-01-30 02:50:15 +02:00
sicklylife 12a03d3c95 Update Japanese translation 2020-01-29 09:10:29 +00:00
sicklylife 0336f924b8 Update Japanese translation 2020-01-29 09:07:26 +00:00
Piotr Drąg 425e6daf41 Update Polish translation 2020-01-26 14:32:44 +01:00
Jehan eca8076be6 Issue #4532: tests fail due to app/gimp-update.c not in POTFILES. 2020-01-26 11:34:54 +01:00
Piotr Drąg 1cee6521b4 Update Polish translation 2020-01-19 13:13:10 +01:00
sicklylife 44300b134f Update Japanese translation 2020-01-13 14:23:22 +00:00
Piotr Drąg ccdb91e713 Update Polish translation 2020-01-12 19:29:38 +01:00
sicklylife f823538f9e Update Japanese translation 2020-01-12 16:11:46 +00:00
sicklylife 64b971f096 Update Japanese translation 2020-01-12 16:08:41 +00:00
Alexandre Prokoudine 2116f587eb Update Russian translation 2020-01-12 18:00:14 +03:00
sicklylife a195dcaccc Update Japanese translation 2020-01-11 16:19:59 +00:00
sicklylife d97f54dd07 Update Japanese translation 2020-01-11 16:15:02 +00:00
Sabri Ünal 0e4e236167 Update Turkish translation 2020-01-10 15:44:19 +00:00
sicklylife 4a59c8919d Update Japanese translation 2020-01-09 15:05:03 +00:00
sicklylife 90022de2f4 Update Japanese translation 2020-01-08 18:06:29 +00:00
sicklylife b89aff0064 Update Japanese translation 2020-01-08 18:01:33 +00:00
Ryuta Fujii 376aa86515 Update Japanese translation 2020-01-07 11:11:36 +00:00
Ell 5646e03eb3 app, icons: add 3D Transform tool
Add a new 3D Transform tool, based on GimpToolTransform3DGrid,
added in the previous commit.  The tool UI provides a notbook with
three tabs, corresponding to the three GimpToolTransform3DGrid
modes:

  Camera - allows setting the primary vanishing point, as well as
  the camera's focal length, expressed either directly, or as the
  camera's angle of view, relative to the whole image or the
  transformed item.  By default, the vanishing point is aligned
  with the item's center, and the angle of view is fixed relative
  to the item; this essentially means that each item is transformed
  using a local perspective, independent of its position and size
  relative to the image.  A global perspective can be achieved by
  using a common vanishing point and focal length (or an image-
  relative angle of view).

  Move   - allows moving the item using X, Y, and Z offsets.

  Rotate - allows rotating the item using X, Y, and Z Euler angles.
  The order of rotation of the different axes can be controlled by
  a set of numbered buttons next to the sliders, and the rotation's
  pivot can be controlled using a pivot selector.
2020-01-06 21:52:54 +02:00
Ell 615035c101 app, cursors: add GimpToolTransform3DGrid tool widget
Add a new GimpToolTransform3DGrid tool widget, subclassed from
GimpToolTransformGrid, which can be used to perform 3D
transformations.

The widget can be in one of three modes:

  CAMERA - allows adjusting the primary vanishing point by moving a
  handle.

  MOVE   - allows moving the object through dragging.

  ROTATE - allows rotating the object through dragging.

By default, controlling the transformation through dragging applies
to the X and Y axes.  Holding Shift (or setting the "constrain-
axis" property) restricts the motion to only one of the axes.

For the MOVE and ROTATE mode, holding Ctrl (or setting the "z-axis"
property) allows controlling the Z axis instead.

For the same modes, holding Alt (or setting the "local-frame"
property), applies the adjustments in the object's local frame of
reference, instead of the display's global frame of reference.
2020-01-06 21:52:51 +02:00
Ryuta Fujii 2679d66ffb Update Japanese translation 2020-01-06 14:35:25 +00:00
Ryuta Fujii a1939247fb Update Japanese translation 2020-01-06 09:41:41 +00:00
Ryuta Fujii 29554e6f68 Update Japanese translation 2020-01-06 09:36:12 +00:00
Jordi Mas 157a5dc8b7 Fixes to Catalan translation 2020-01-04 12:28:28 +01:00
Jordi Mas 44a7adfd9d Fixes to Catalan transation 2019-12-23 19:22:04 +01:00
Rodrigo Lledó ad590b0207 Update Spanish translation 2019-12-22 18:11:33 +00:00
Ryuta Fujii 494f1ab811 Update Japanese translation 2019-12-19 15:06:39 +00:00
Kristjan SCHMIDT 45a85dc081 Update Esperanto translation 2019-12-18 22:07:13 +00:00
Ryuta Fujii ee655ee661 Update Japanese translation 2019-12-18 16:13:40 +00:00
Jordi Mas 6331cf7ae1 Update Catalan translation 2019-12-15 20:21:08 +01:00
Jordi Mas 1b03513fc6 Update Catalan translation 2019-12-06 21:58:05 +01:00
Jordi Mas a43f7409c7 Update Catalan translation 2019-12-01 09:46:46 +01:00
Dimitris Spingos 54020c2597 Updated Greek translation 2019-11-13 14:23:31 +02:00
Jehan 053fbd7da5 po: fix missing semicolon in Basque translation.
I am not touching the translation, only the formatting for the Keywords
field in desktop file. As requested by a translation comment, all
translations of this field need to end with semicolon too (without, we
get validation warnings).
2019-11-12 13:08:59 +01:00
Christian Kirbach 0a5a363ceb Update German translation 2019-11-11 22:56:23 +00:00
Jordi Mas c297131d37 Update Catalan translation 2019-11-10 20:47:41 +01:00
Jordi Mas 8356a4d98c Update Catalan translation 2019-11-09 22:48:49 +01:00
Ryuta Fujii 4374fc3ff0 Update Japanese translation 2019-11-03 14:38:40 +00:00
Ryuta Fujii 8135a81db2 Update Japanese translation 2019-11-03 14:25:26 +00:00
Sabri Ünal 236d68c44f Update Turkish translation 2019-11-03 01:54:38 +00:00
Martin Srebotnjak 5319e44008 Updated Slovenian translation 2019-10-26 21:42:12 +02:00
Alan Mortensen a0a6039e5c Updated Danish translation 2019-10-24 23:32:35 +02:00
Piotr Drąg e112141836 Update Polish translation 2019-10-24 15:49:43 +02:00
Asier Sarasua Garmendia 7b2af5b064 Update Basque translation 2019-10-12 07:45:06 +00:00
Tim Sabsch 0789315b59 Update German translation
(cherry picked from commit 364fdecec8)
2019-10-11 18:21:53 +00:00
Asier Sarasua Garmendia b3f641028e Update Basque translation 2019-10-11 06:56:55 +00:00
Sveinn í Felli 1ba506b574 Update Icelandic translation 2019-10-10 12:59:56 +00:00
Rodrigo Lledó ba5f63efb8 Update Spanish translation 2019-10-10 11:30:42 +00:00
Rūdolfs Mazurs 8e9a4ef8f1 Update Latvian translation
(cherry picked from commit 907943e1c2)
2019-10-05 19:30:40 +00:00
Rodrigo Lledó de03dbed44 Update Spanish translation 2019-09-30 09:26:42 +00:00
Piotr Drąg 49cd319b60 Update Polish translation 2019-09-29 16:16:20 +02:00
Martin Srebotnjak 711aa71e7a Updated Slovenian translation 2019-09-28 21:13:10 +02:00
Jordi Mas ab16f001e0 Update Catalan translation 2019-09-26 21:32:54 +02:00
Martin Srebotnjak 44ad1a6740 Updated Slovenian translation 2019-09-26 20:50:51 +02:00
Daniel Mustieles 88158db78c Updated Spanish Translation 2019-09-23 16:20:18 +02:00
Jordi Mas c9ccc16a97 Update Catalan translation 2019-09-22 20:18:16 +02:00
Ell beeaec5670 po: add gimpcompressioncombobox.c to POTFILES.in 2019-09-22 18:17:17 +03:00
Piotr Drąg 2b67a54b15 Update Polish translation 2019-09-21 12:59:40 +02:00
Alexandre Prokoudine 3c1871680c Update Russian translation 2019-09-21 12:48:36 +03:00
Rafael Fontenelle 791b2a12d4 Update Brazilian Portuguese translation
(cherry picked from commit 4bd55696ec)
2019-09-18 22:29:15 +00:00
Piotr Drąg 8edb75d78f Update Polish translation 2019-09-16 20:35:10 +02:00
Hannie Dumoleyn 8cdb315017 Update Dutch translation 2019-09-14 08:13:19 +00:00
Félix Piédallu 65eff6f150 Meson port. 2019-09-11 16:42:04 +02:00
Michael Natterer 21ff9999e4 app: remove gimppluginmanager-file-procedure.[ch]
and merge it into app/plug-in/gimppluginmanager-file.c, it's used from
nowhere else.
2019-09-10 20:20:40 +02:00
Piotr Drąg f2db331fb7 Update Polish translation 2019-09-08 12:07:51 +02:00
Balázs Meskó 883740d452 Update Hungarian translation 2019-09-07 17:45:04 +00:00
Zander Brown 115b75d025 Update British English translation 2019-08-27 17:23:29 +00:00
Martin Srebotnjak d37fa2d576 Updated Slovenian translation 2019-08-26 22:19:47 +02:00
Jordi Mas 7402d5e514 Update Catalan translation 2019-08-26 09:43:47 +02:00
Piotr Drąg 5a09042b6d Update Polish translation 2019-08-18 16:00:35 +02:00
Seong-ho Cho 93cd5b0b29 Update Korean translation 2019-08-17 13:16:43 +00:00
Jordi Mas 1a5243b34d Update Catalan translation 2019-08-15 08:50:27 +02:00
Piotr Drąg 7fbf33869c Update Polish translation 2019-08-11 15:07:42 +02:00
Michael Natterer 05baadcd1d pdb: rename the "procedural_db" PDB group to just "pdb" 2019-08-06 12:51:56 +02:00
Kristjan SCHMIDT 718941a567 Update Esperanto translation 2019-08-05 21:47:11 +00:00
Tim Sabsch 3f5595aadc Update German translation
(cherry picked from commit ea09260012)
2019-08-04 19:25:51 +00:00
Piotr Drąg 224af7e42f Update Polish translation 2019-08-04 15:19:28 +02:00
Daniel Mustieles c4ff1d085a Update Spanish translation 2019-07-31 06:50:31 +00:00
Jordi Mas 83d485d9c6 Update Catalan translation 2019-07-28 12:36:10 +02:00
Piotr Drąg 597f3e0916 Update Polish translation 2019-07-27 15:36:58 +02:00
Dimitris Spingos e7e0064bd7 Updated Greek translation 2019-07-23 13:31:32 +03:00
Piotr Drąg 8cf7eb3108 Update Polish translation 2019-07-21 13:49:55 +02:00
Michael Natterer d718da27a8 app: add gegl:newsprint to Filters -> Distorts
and add a custom GUI constructor that does nothing special (yet).
2019-07-17 18:24:33 +02:00
Piotr Drąg 798d5571e1 Update Polish translation 2019-07-14 16:19:03 +02:00
Piotr Drąg b274789747 Update Polish translation 2019-06-30 15:35:37 +02:00
Piotr Drąg 153236f07d Update Polish translation 2019-06-24 16:17:02 +02:00
Piotr Drąg 84286afeef Update Polish translation 2019-06-16 13:44:26 +02:00
Anders Jonsson 37d1aff4ce Update Swedish translation
(cherry picked from commit b7b275f908)
2019-06-11 20:09:38 +00:00
Paul Matthijsse bd701e7b35 Update Dutch translation 2019-06-11 14:51:05 +00:00
Piotr Drąg 5c5f6018ab Update Polish translation 2019-06-09 17:26:34 +02:00
Ell 42d4255262 app: avoid duplicate offset actions
Blacklist the "tools-offset" action in the GUI, and only keep
"filters-offset", to avoid duplication.  Update gimp:offset's
description, so that "filters-offset" gets a proper tool-tip.
2019-06-06 04:52:25 -04:00
Ell 3a4a00c71e Issue #40 - Layer offset tool
Add a new Offset filter tool, as a front-end to gimp:offset.  The
tool replaces, and provides the same interface as, the drawable-
offset dialog, while also providing live preview and on-canvas
interaction.

Note that we don't simply use a custom propgui constructor for
gimp:offset, since we need a little more control.
2019-06-05 19:06:56 -04:00
Piotr Drąg 3c2c85950c Update Polish translation 2019-06-02 14:09:53 +02:00
Tim Sabsch 8d3e2dc30c Update German translation
(cherry picked from commit 80e426b65b)
2019-05-26 13:00:31 +00:00
Rodrigo Lledó 669bd398a7 Update Spanish translation 2019-05-14 08:28:20 +00:00
Rodrigo Lledó 6310582b36 Update Spanish translation 2019-05-13 09:29:15 +00:00
Piotr Drąg e94cca3b42 Update Polish translation 2019-05-12 15:06:22 +02:00
Jordi Mas 02b2867134 Update Catalan translation 2019-04-27 08:50:51 +02:00
Balázs Meskó 2ee1ceb21f Update Hungarian translation 2019-04-26 05:46:41 +00:00
Carles Ferrando Garcia f8389c1d02 Update Catalan translation 2019-04-24 05:11:09 +00:00
Piotr Drąg fb0b4330e4 Update Polish translation 2019-04-21 13:25:43 +02:00
Aron Xu b65aeaf034 Fix a terminology in zh_CN translation 2019-04-20 01:35:12 +08:00
lumingzh edb6767ed9 Update zh_CN translation 2019-04-20 00:48:50 +08:00
lumingzh a9e147aec3 Update zh_CN translation 2019-04-19 15:42:11 +08:00
Sabri Ünal d2f6f19758 Update Turkish translation 2019-04-17 18:54:25 +00:00
Tim Sabsch 6532a7e529 Update German translation
(cherry picked from commit 8009f62a77)
2019-04-16 11:34:58 +00:00
Piotr Drąg f0ff1adacc Update POTFILES.in 2019-04-13 10:42:49 +02:00
Christian Kirbach 2e5d6a6b72 Update German translation 2019-04-04 23:23:20 +00:00
Rūdolfs Mazurs 1f14c1eae0 Update Latvian translation
(cherry picked from commit 3c674c937c)
2019-03-31 12:24:33 +00:00
Piotr Drąg 5ab08b72a9 Update Polish translation 2019-03-30 14:35:20 +01:00
Martin Srebotnjak d1e4969ec4 Updated Slovenian translation 2019-03-22 21:28:38 +01:00
Piotr Drąg 1c6fb83308 Update POTFILES.in 2019-03-18 19:11:28 +01:00
Dimitris Spingos feea2b3042 Updated Greek translation 2019-03-15 13:26:37 +02:00
Dimitris Spingos 0f3b2304c0 Updated Greek translation 2019-03-14 10:40:15 +02:00
Sabri Ünal 3a6e937221 Update Turkish translation 2019-03-14 08:39:53 +00:00
Piotr Drąg 5f56394409 Update Polish translation 2019-03-13 18:12:24 +01:00
Sveinn í Felli 98fb2d77d7 Update Icelandic translation 2019-03-13 11:03:59 +00:00
Balázs Meskó 29d63f49e5 Update Hungarian translation 2019-03-13 08:41:57 +00:00
Piotr Drąg 059202223f Update Polish translation 2019-03-12 18:55:19 +01:00
Sveinn í Felli bc562e4b38 Update Icelandic translation 2019-03-12 14:07:26 +00:00
Sveinn í Felli 0203692ff3 Update Icelandic translation 2019-03-11 19:44:09 +00:00
Alan Mortensen 3d2107f2e1 Updated Danish translation 2019-03-11 20:28:40 +01:00
Sveinn í Felli 2a9cf5c813 Update Icelandic translation
(cherry picked from commit 790c4b002e)
2019-03-11 19:03:26 +00:00
Asier Sarasua Garmendia 23d8f2e1ca Update Basque translation 2019-03-09 07:52:03 +00:00
Piotr Drąg 7d6dcf7d1a Update Polish translation 2019-03-08 19:43:10 +01:00
Balázs Meskó 1481af4608 Update Hungarian translation 2019-03-08 09:32:14 +00:00
Alexandre Franke 14be4c03cd Update French translation 2019-03-07 11:43:54 +00:00
Piotr Drąg 8886994c85 Update Polish translation 2019-03-06 19:10:26 +01:00
Balázs Meskó 0a5b3ec82f Update Hungarian translation 2019-03-04 20:24:08 +00:00
Anders Jonsson dab57ba0b1 Update Swedish translation 2019-03-03 21:42:43 +00:00
Alan Mortensen 1266968812 Updated Danish translation 2019-03-03 15:08:46 +01:00
Piotr Drąg 842a18f42c Update Polish translation 2019-03-01 20:25:29 +01:00
Nathan Follens f7692e99af Update Dutch translation 2019-03-01 16:19:03 +00:00
Rodrigo Lledó 962b17de05 Update Spanish translation 2019-02-28 08:21:40 +00:00
Piotr Drąg 88685bcf0e Update Polish translation 2019-02-24 17:37:50 +01:00
Balázs Úr cbf581d42f Update Hungarian translation 2019-02-21 19:36:33 +00:00
Balázs Úr c87020fb73 Update Hungarian translation 2019-02-21 19:29:00 +00:00
Piotr Drąg 42975e52a5 Update Polish translation 2019-02-21 17:35:41 +01:00
Michael Natterer 52adaa1963 app, plug-ins: move file-gih-load from the file-gih plug-in to the core 2019-02-19 23:41:34 +01:00
Ryuta Fujii 5719f9ac23 Update Japanese translation 2019-02-18 14:42:14 +00:00
Rodrigo Lledó aa5e557adc Update Spanish translation 2019-02-18 11:15:00 +00:00
Ryuta Fujii 975d93758a Update Japanese translation 2019-02-15 14:12:16 +00:00
Piotr Drąg 51d6b617e6 Update Polish translation 2019-02-14 19:49:00 +01:00
Rodrigo Lledó 8b709279e1 Update Spanish translation
(cherry picked from commit daf7754e7a)
2019-02-14 12:18:18 +00:00
Ryuta Fujii dbca709fe8 Update Japanese translation 2019-02-13 14:12:12 +00:00
Ryuta Fujii a5a62fdf02 Update Japanese translation 2019-02-12 14:30:52 +00:00
Piotr Drąg 036f6e42c4 Update Polish translation 2019-02-11 20:27:57 +01:00
Michael Natterer 410ffc435e app: move file-pat-load from the file-pat plug-in to the core 2019-02-11 18:35:07 +01:00
Michael Natterer a4e77e57f6 app, plug-ins: start consolidating brush and pattern loading/saving code
We currently have brush and pattern I/O code in both the core and
plug-ins. This commit starts removing plug-in code in favor of having
one copy of the code in the core, much like XCF loading and saving is
implemented.

Add app/file-data/ module with file procedure registering code, for
now just with an implementation of file-gbr-load.

Remove the file-gbr-load code from the file-gbr plug-in.
2019-02-11 12:51:31 +01:00
Rodrigo Lledó af77be64f9 Update Spanish translation
(cherry picked from commit dfe1dbe0ad)
2019-02-11 07:49:40 +00:00
Ryuta Fujii 1ad2fcdb5e Update Japanese translation 2019-02-10 15:45:21 +00:00
Ryuta Fujii d634860940 Update Japanese translation 2019-02-09 13:02:27 +00:00
Piotr Drąg a1538c2010 Update Polish translation 2019-02-08 20:36:46 +01:00
Jehan cb025cec64 Issue #2922: fix msgctxt s/view-action/view-zoom-action/ for 5 strings.
Similar to the previous fix in commit 7a5e5be35e, this doesn't change
anything in the actual string and its usage within the software. Thus
following yesterday's discussion on gnome-i18n ML, I just do the
search-and-replace fix.

This is complementary to commit 6c5b6c6135, which fixed the code where a
same GimpEnumActionEntry was mixing translatable strings with various
contexts.
2019-02-08 12:57:59 +01:00
Jehan 7a5e5be35e po: fix the context (msgctx) for 2 strings.
See commit f8f3a74971.
The context change was basically a bug fix, and nothing changed in the
original string, nor its actual GUI context/usage. Therefore there is no
need to invalidate the translations (mark it "fuzzy", which would be
what would happen automatically after this change) for the 43 languages
which already translated these. Let's just search-and-replace all the po
files with the correct context.

For the record, I got the green light from several translators on
gnome-i18n ML so let's fix. :-)
2019-02-07 18:29:21 +01:00
Ryuta Fujii f85870ca13 Update Japanese translation 2019-02-06 13:36:34 +00:00
Ryuta Fujii 50b93d2034 Update Japanese translation 2019-02-06 13:08:23 +00:00
Ryuta Fujii 2ea2e84f0f Update Japanese translation 2019-01-31 16:07:48 +00:00
Ryuta Fujii 8cfdf13af0 Update Japanese translation 2019-01-30 14:28:24 +00:00
Daniel Mustieles 08d75d795e Update Spanish translation 2019-01-30 07:48:05 +00:00
Ryuta Fujii 78dd964000 Update Japanese translation 2019-01-28 17:26:44 +00:00
Ryuta Fujii abecf6c845 Update Japanese translation 2019-01-27 15:24:34 +00:00
Balázs Meskó 8f0ed2422f Update Hungarian translation
(cherry picked from commit 316c47da6f)
2019-01-26 21:38:16 +00:00
Ryuta Fujii a776232e14 Update Japanese translation 2019-01-26 16:16:45 +00:00
Piotr Drąg 586107ccbb Update Polish translation 2019-01-26 11:25:24 +01:00
Ryuta Fujii 3274d86e79 Update Japanese translation 2019-01-23 17:04:45 +00:00
Ryuta Fujii f3ed7d4b43 Update Japanese translation 2019-01-22 12:48:02 +00:00
Alan Mortensen 3dd66e14b1 Updated Danish translation 2019-01-21 14:06:50 +01:00
Ryuta Fujii 02d6478c24 Update Japanese translation 2019-01-18 22:47:10 +00:00
Piotr Drąg dec747a515 Update Polish translation 2019-01-17 11:50:02 +01:00
Ryuta Fujii c44f94f368 Update Japanese translation 2019-01-15 16:26:49 +00:00
Ryuta Fujii 41d5986a2b Update Japanese translation 2019-01-14 16:45:54 +00:00
Piotr Drąg 250b9c033e Update Polish translation 2019-01-13 12:36:16 +01:00
Piotr Drąg ee646716f4 Update Polish translation 2019-01-12 13:13:16 +01:00
Ryuta Fujii f3972329e3 Update Japanese translation 2019-01-10 17:27:45 +00:00
Ryuta Fujii 50696780fe Update Japanese translation 2019-01-10 17:17:59 +00:00
Ryuta Fujii a67ccc63f7 Update Japanese translation 2019-01-10 13:53:17 +00:00
Piotr Drąg aaf8b8b53c Update POTFILES.in 2019-01-09 19:53:10 +01:00
Ryuta Fujii 25cf13402c Update Japanese translation
(cherry picked from commit 0a22773a17)
2019-01-09 13:13:02 +00:00
Ryuta Fujii 5f176172e6 Update Japanese translation
(cherry picked from commit 51ecd3e14e)
2019-01-09 13:06:52 +00:00
Ryuta Fujii 4c13eee294 Update Japanese translation
(cherry picked from commit b7793b9c21)
2019-01-08 15:27:16 +00:00
Piotr Drąg 879ad52477 Update Polish translation 2019-01-06 19:21:49 +01:00
Ryuta Fujii 7435be68cc Update Japanese translation
(cherry picked from commit 73597b4efd)
2019-01-04 21:32:25 +00:00
Michael Natterer 39406b83d3 Issue #2136 - On-image UI for adjusting Linear Motion Blur
Add on-canvas GUI (simple lines) for circular, linear and zoom motion
blur. The restrictions in the interaction show pretty well that there
is room for improvement here, the line is just a bit too generic, but
it's better than nothing.
2019-01-04 14:38:49 +01:00
Ell ed7ea51fb7 app: remove "Edit -> Fade..."
This commit completely removes the "Edit -> Fade..." feature,
because...

- The main reason is that "fade" requires us to keep two buffers,
  instead of one, for each fadeable undo step, doubling (or worse,
  since the extra buffer might have higher precision than the
  drawable) the space consumed by these steps.  This has notable
  impact when editing large images.  This overhead is incurred even
  when not actually using "fade", and since it seems to be very
  rarely used, this is too wasteful.

- "Fade" is broken in 2.10: when comitting a filter, we copy the
  cached parts of the result into the apply buffer.  However, the
  result cache sits after the mode node, while the apply buffer
  should contain the result of the filter *before* the mode node,
  which can lead to wrong results in the general case.

- The same behavior can be trivially achieved "manually", by
  duplicating the layer, editing the duplicate, and changing its
  opacity/mode.

- If we really want this feature, now that most filters are GEGL
  ops, it makes more sense to just add opacity/mode options to the
  filter tool, instead of having this be a separate step.
2018-12-27 11:44:25 -05:00
Piotr Drąg 10cdef9af1 Update Polish translation 2018-12-24 14:42:38 +01:00
Piotr Drąg cbee0ed5a3 Update Polish translation 2018-12-23 13:53:27 +01:00
Piotr Drąg 079c70cc0b Update Polish translation 2018-12-16 12:13:49 +01:00
Ask Hjorth Larsen e4e4422f5c revert last commit of Danish translation -- file incomplete 2018-12-12 21:18:48 +01:00
Alan Mortensen 15049da94e Updated Danish translation 2018-12-12 21:14:37 +01:00
Piotr Drąg d90b0024f0 Update Polish translation 2018-12-09 12:23:29 +01:00
Piotr Drąg 8868dc957d Update POTFILES.in 2018-12-08 17:30:44 +01:00
Martin Srebotnjak 92cd2a083b Updated Slovenian translation 2018-12-02 18:01:33 +01:00
Piotr Drąg 62aae3f3a4 Update Polish translation 2018-12-02 12:42:18 +01:00
Daniel Mustieles 48335f61c3 Revert "Updated Spanish translation"
This reverts commit 2298c7ab76.
2018-11-28 16:16:54 +01:00
Daniel Mustieles 2298c7ab76 Updated Spanish translation 2018-11-28 16:15:03 +01:00
Piotr Drąg 9d34e9334f Update Polish translation 2018-11-18 13:24:07 +01:00
Adam Ostruszka 0c20d2bf55 Update Czech translation 2018-11-13 01:24:39 +03:00
Rodrigo Lledó 3dea26b6ee Update Spanish translation 2018-11-02 10:42:22 +00:00
Piotr Drąg 6f31272c87 Update Polish translation 2018-11-01 16:35:37 +01:00
Rodrigo Lledó 0fa2230e86 Update Spanish translation 2018-10-29 09:03:10 +00:00
Piotr Drąg 7b2fb4a38c Update Polish translation 2018-10-25 19:26:00 +02:00
Piotr Drąg 1cc3c3e5a4 Update Polish translation 2018-10-23 21:23:48 +02:00
Piotr Drąg 7a146de71d Update Polish translation 2018-10-23 18:14:01 +02:00
Rodrigo Lledó e8b2e0e103 Update Spanish translation 2018-10-22 09:30:43 +00:00
Tim Sabsch 0102ebe0ac Update German translation 2018-10-17 17:28:09 +00:00
Rodrigo Lledó 3a73fb848f Update Spanish translation 2018-10-17 07:24:37 +00:00
Piotr Drąg e879343012 Update Polish translation 2018-10-16 21:08:48 +02:00
Anders Jonsson be84c6e766 Update Swedish translation 2018-10-02 21:01:15 +00:00
Jeremy Bicha 3e579efae0 Remove extra newline character in zh_HK translation
We don't use \r on Unix

I believe that it's best practice to not have \n in
translatable strings either.
2018-10-02 14:53:19 -04:00
Alan Mortensen 242c556ff9 Updated Danish translation 2018-09-29 17:44:52 +02:00
Piotr Drąg e6b92dbbc6 Update Polish translation 2018-09-28 00:06:32 +02:00
Ell c1347a7f26 app: construct tool-options GUI lazily
We currently construct the tool-options GUI for all the tools at
startup, which takes a significant amount of time.  Instead,
only register the GUI construction function with the tool-options
object, using the new gimp_tools_set_tool_options_gui_func()
function, and use the registered function to construct the GUI when
actually needed.
2018-09-27 02:41:59 -04:00
Marco Ciampa d5586ed9d0 Updated Italian translation 2018-09-17 19:41:52 +02:00
Piotr Drąg 87999d17db Update Polish translation 2018-09-16 17:17:54 +02:00
Dimitris Spingos 6038f405bf Updated Greek translation 2018-09-16 05:43:29 +03:00
Rodrigo Lledó 35c71348a9 Update Spanish translation 2018-09-10 08:28:13 +00:00
Piotr Drąg 2273ebd6dc Update Polish translation 2018-09-09 19:16:13 +02:00
Gábor Kelemen 166c2c6a89 Update Hungarian translation
(cherry picked from commit 21e1445db4)
2018-09-05 22:51:57 +00:00
Timo Jyrinki ad1f4f51bc Update Finnish translation
(cherry picked from commit c6b3a8363a)
2018-09-05 10:33:43 +00:00
Ell 0e04b77589 po: add dashboard-commands.c to POTFILES.in 2018-09-02 04:16:44 -04:00
Daniel Mustieles b839263372 Update Spanish translation 2018-08-31 08:07:44 +00:00
Piotr Drąg be668697cb Update Polish translation 2018-08-28 19:49:24 +02:00
Piotr Drąg f0cb8a6f6f Update Polish translation 2018-08-26 18:16:40 +02:00
Christian Kirbach 4c9d82aaff Update German translation
(cherry picked from commit 9feca3b094)
2018-08-25 23:41:31 +00:00
Tim Sabsch 4c5cb92352 Update German translation
(cherry picked from commit 319b1efb4d)
2018-08-17 16:44:02 +00:00
Ricardo Silva Veloso 67cab0a9cf Update Brazilian Portuguese translation
(cherry picked from commit 7cc1bab361)
2018-08-16 20:27:43 +00:00
Martin Srebotnjak 442e71dbfe Updated Slovenian translation 2018-08-10 20:50:26 +02:00
Rodrigo Lledó 49cebcb643 Update Spanish translation 2018-08-10 11:57:00 +00:00
Anders Jonsson 29a05ccfac Update Swedish translation
(cherry picked from commit b785d7752c)
2018-08-10 07:48:39 +00:00