Commit Graph

3660 Commits

Author SHA1 Message Date
Michael Natterer 7b009c6900 app: turn the posterize tool into an ordinary GEGL filter
which means replacing the whole thing by a few lines.
2016-01-16 21:41:00 +01:00
Marco Ciampa 5555fb5191 Updated Italian translation 2016-01-15 09:37:17 +01:00
kolbjoern e3f88fc4ef Updated Norwegian (nn) translation 2016-01-14 20:20:16 +01:00
Piotr Drąg f91406e7ca Updated Polish translation 2016-01-10 13:36:14 +01:00
Alexandre Prokoudine 2cd687a00e Update Russian translation 2016-01-10 06:19:57 +03:00
Alexandre Prokoudine 7c86209b54 Update Russian translation 2016-01-10 03:44:16 +03:00
Dimitris Spingos d644113c3e Updated Greek translation 2016-01-05 21:16:22 +02:00
Michael Natterer d7bf9de526 Bug 759104 - Allow coordinates of sample points to be accessed from scripts
Add PDB sample point API similar to how the guide API works. Add core
API similar to the core guide API to make guide and sample point APIs
as similar as possible.
2016-01-04 21:24:44 +01:00
Michael Natterer 96339dd674 po: POTFILES.in it's gimpgeglprocedure.c not gimpgeglprocedure.h 2016-01-04 21:16:13 +01:00
Michael Natterer a0c1d72be6 Bug 759316 - "Recently used" menu not updated with gegl filters
Implement RUN_WITH_LAST_VALS in GimpGeglProcedure, using the first
item in the MRU list of the op's gimp-gegl-config-proxy container.
2016-01-04 17:28:48 +01:00
Michael Natterer 3831f62495 Bug 759316 - "Recently used" menu not updated with gegl filters
Add GimpGeglProceure to keep track of recently used GEGL operations in
the filter history. The new procedure also takes care of running the
op in the GEGL tool, so filters-commands.c is almost empty now.

Change gimp-filter-history.c to find procedures by name instead of
comparing pointers.

The only thing missing now is rerunning a GEGL op with the last
settings (not just showing its UI).
2016-01-04 15:07:30 +01:00
Michael Natterer 5455b8bfd0 app: move some stuff out of app/file/
file-procedure.[ch] is gone and its functions moved to
GimpPlugInManager where they belong (the manager keeps around the
lists of load, save and export procedures).

Utility functions from file-utils.[ch] that have nothing to do with
image files moved to core/gimp-utils.[ch].
2016-01-03 23:38:08 +01:00
Piotr Drąg 87a668a4da Updated Polish translation 2016-01-03 09:12:16 +01:00
J.M. Ruetter 050229cb45 Updated German translation 2016-01-01 18:46:42 +00:00
Khaled Hosny 05267a9a98 Update Arabic translation 2015-12-31 11:06:39 +04:00
Alexandre Prokoudine 9493b51fa2 Update Russian translation 2015-12-29 02:18:27 +03:00
Michael Natterer b249de6187 po: add gimpmybrush-load.c to POTFILES.in 2015-12-28 22:06:31 +01:00
Piotr Drąg b9e290f362 Updated Polish translation 2015-12-28 01:16:41 +01:00
Khaled Hosny 33fafbae62 Update Arabic translation 2015-12-25 18:40:55 +04:00
Jehan 4b6d4f1fd7 Bug 750546 - Include recently used colors in the Dockable Colors Dialog
New GimpColorHistory widget, replacing the code in GimpColorDialog, and
added to GimpColorEditor to have the color history accessible in the
color dock as well.
Thanks to Thomas Manni for the initial implementation attempt.
2015-12-23 13:25:26 +01:00
Piotr Drąg c6be8c60cc Updated POTFILES.in 2015-12-21 00:00:50 +01:00
Piotr Drąg e4f877247c Updated Polish translation 2015-12-20 17:37:52 +01:00
Michael Natterer c6586ec6e4 app: rename GimpMybrush to GimpMybrushCore
so GimpMybrush can be used for the actual brush object.
2015-12-20 01:03:56 +01:00
Pedro Albuquerque 540a16188c Updated Portuguese translation 2015-12-19 07:58:27 +00:00
Dimitris Spingos efa9df3ea9 Updated Greek translation 2015-12-16 09:33:46 +02:00
Alexandre Prokoudine 418274d5dd Update Russian translation 2015-12-16 06:40:53 +03:00
Piotr Drąg c7bd7ba991 Updated Polish translation 2015-12-13 18:46:10 +01:00
Pedro Albuquerque beefcd74ad Updated Portuguese translation 2015-12-13 07:37:02 +00:00
Alexandre Prokoudine af00bb5ad5 Update Russian translation 2015-12-13 09:36:45 +03:00
Piotr Drąg e71a9304ce Updated Polish translation 2015-12-13 01:03:53 +01:00
Marco Ciampa d5d2ae255b Small fix in Italian translation 2015-12-12 23:20:08 +01:00
Ask Hjorth Larsen 81cb55221c Updated Danish translation by scootergrisen 2015-12-12 21:29:59 +01:00
Piotr Drąg 0af43e92b4 Updated Polish translation 2015-12-12 17:50:41 +01:00
Sveinn í Felli 4758ddca51 Updated Icelandic translation 2015-12-07 13:52:55 +00:00
Sveinn í Felli 011a2573c7 Updated Icelandic translation 2015-12-07 07:40:06 +00:00
Pedro Albuquerque 52f4e993c0 Updated Portuguese translation 2015-12-05 07:01:14 +00:00
Piotr Drąg ea264a1e9c Updated Polish translation 2015-12-03 20:36:00 +01:00
Khaled Hosny f9ac408d3c More Arabic translation updates 2015-12-03 18:08:38 +04:00
Khaled Hosny bb8f7f7649 Update Arabic translation 2015-12-02 20:56:31 +04:00
Милош Поповић da8685d7ac Updated Serbian translation 2015-11-30 23:17:01 +00:00
Милош Поповић 9536b27603 Updated Serbian translation 2015-11-30 23:10:24 +00:00
Marco Ciampa 24de56b957 Updated Italian translation (thanks FirasHanife) 2015-11-30 21:25:33 +01:00
Michael Natterer 0c784559c8 app: improve the layout of GimpBufferSourceBox
and add a label with the selected pickable's name.
2015-11-30 02:46:22 +01:00
Christian Kirbach a5ba340d5a Updated German translation 2015-11-28 12:20:49 +00:00
Pedro Albuquerque f48de35158 Updated Portuguese translation 2015-11-28 10:05:03 +00:00
Piotr Drąg d3482a0c55 Updated Polish translation 2015-11-27 21:48:56 +01:00
Dimitris Spingos e9c1f85cab Updated Greek translation 2015-11-25 12:24:42 +02:00
Alexandre Prokoudine 257814ce6d Updated Russian translation 2015-11-23 06:24:30 +03:00
Piotr Drąg e1af9a59c8 Updated Polish translation 2015-11-23 00:24:37 +01:00
Baurzhan Muftakhidinov a647a9dcc1 Updated Kazakh translation
(cherry picked from commit e0b4383482)
2015-11-22 17:10:25 +00:00
Michael Natterer d974fabb11 po: update for the action search dialog change 2015-11-22 15:30:39 +01:00
Pedro Albuquerque 08bf0263c2 Updated Portuguese translation 2015-11-14 08:33:31 +00:00
Alexandre Prokoudine 79316e26f7 Update Russian translation 2015-11-14 03:15:51 +03:00
Marco Ciampa 4997b1a047 Updated Italian translation 2015-11-07 17:21:39 +01:00
Dimitris Spingos a79af7d6aa Updated Greek translation 2015-10-28 11:49:56 +02:00
Pedro Albuquerque f556bb3f8e Updated Portuguese translation 2015-10-19 06:09:18 +00:00
Pedro Albuquerque 1318015adc Updated Portuguese translation 2015-10-17 06:57:38 +00:00
Милош Поповић 9b07df3a5d Updated Serbian translation 2015-10-14 13:03:13 +00:00
Dušan Kazik c5f4a8ff0b Updated Slovak translation 2015-10-11 18:37:47 +00:00
Jiri Grönroos 9d91c9b07b Updated Finnish translation 2015-10-11 14:22:31 +00:00
Милош Поповић 2ba3dcb6a5 Updated Serbian translation 2015-10-01 11:44:52 +00:00
Michael Natterer cb8e16aae8 app: move app/batch.[ch] to app/core/gimp-batch.[ch]
There is no reason batch processing should be considered "glue code".
2015-09-30 01:57:33 +02:00
Piotr Drąg 7fd7c122c2 Fix Swedish translation of default:LTR 2015-09-26 17:33:47 +02:00
Piotr Drąg 0712adef69 Fix Slovenian translation of default:LTR 2015-09-26 17:33:23 +02:00
Piotr Drąg d5fe21b712 Fix Spanish translation of default:LTR 2015-09-26 17:31:19 +02:00
Piotr Drąg 5b585bce5c Fix Greek translation of default:LTR 2015-09-26 17:30:47 +02:00
Daniel Mustieles a043e8beff Updated Spanish translation 2015-09-25 09:43:39 +00:00
Jiri Grönroos c7b5f9b9a7 Finnish translation update 2015-09-23 10:14:43 +03:00
Martin Srebotnjak eba7066748 Updated Slovenian translation 2015-09-08 23:18:38 +02:00
Marco Ciampa f7a90f9a63 Updated Italian translation 2015-09-07 18:23:35 +02:00
Dimitris Spingos 2967bccb4b Updated Greek translation 2015-09-07 14:06:52 +03:00
Jehan 2b369f09b9 po: update POTFILES.in for gimpsearchpopup.c. 2015-09-06 20:57:25 +02:00
Pedro Albuquerque e1dafd1b63 Updated Portuguese translation 2015-09-04 10:01:57 +00:00
Jehan df24d3d025 po: update POTFILES.in for gimp(open|save|export)dialog.c. 2015-09-02 20:14:29 +02:00
Necdet Yücel 1739760d4c Updated Turkish translation 2015-09-01 18:11:31 +00:00
Pedro Albuquerque d1e72b2a01 Updated Portuguese translation 2015-09-01 08:42:16 +00:00
Pedro Albuquerque e4680b1661 Updated Portuguese translation 2015-08-31 15:27:06 +00:00
Pedro Albuquerque a4f3114781 Updated Portuguese translation 2015-08-31 08:52:46 +00:00
Piotr Drąg 4c7050b2d7 Updated Polish translation 2015-08-29 18:51:25 +02:00
Pedro Albuquerque da74e88a4e Updated Portuguese translation 2015-08-27 08:52:21 +00:00
Pedro Albuquerque fefdb884c9 Updated Portuguese translation 2015-08-26 05:40:30 +00:00
Pedro Albuquerque 4fb3cfe2ec Updated Portuguese translation 2015-08-25 06:32:43 +00:00
Michael Natterer b51ee77ec0 app: implement the "Convert to RGB Working Space" import dialog in the core
Add gimp_image_import_color_profile(), a GUI vtable entry
query_profile_policy() and a new dialog which returns the profile
policy and the profile to convert to. Get rid of the wrapper that
calls the lcms plug-in for that dialog, the plug-in is now completely
unused.

This commit doesn't add any new features, it's just the former lcms
plug-in dialog implemented in app/ (except the little fix that it is
now aware of linear vs. gamma images).
2015-08-23 12:59:12 +02:00
Pedro Albuquerque ca955d200e Updated Portuguese translation 2015-08-20 10:24:09 +00:00
Dimitris Spingos 6a311a5084 Updated Greek translation 2015-08-17 13:28:57 +03:00
Pedro Albuquerque 76baed3961 Updated Portuguese translation 2015-08-13 09:51:31 +00:00
Pedro Albuquerque dba677f9b7 Updated Portuguese translation 2015-08-08 05:59:16 +00:00
Michael Natterer d71cd602a8 app: add color-profile-dialog.c as replacement for the lcms plug-in's GUI
Uncomment and implement the menu items and actions to invoke the
dialog. This new code also does the (alomst) right thing to linear
images, unlike the lcms plug-in.
2015-08-04 22:20:32 +02:00
Michael Natterer 1ca3812396 app: rename gimpimage-profile.[ch] to gimpimage-color-profile.[ch] 2015-08-02 22:18:43 +02:00
Dimitris Spingos 35a766d4db Updated Greek translation 2015-08-01 19:23:32 +03:00
Jordi Mas 763e459a92 Fixes to Catalan translation 2015-07-08 00:40:46 +02:00
Dimitris Spingos 490532e47f Updated Greek translation 2015-07-06 01:45:25 +03:00
Sveinn í Felli 3ba12245a5 Updated Icelandic translation 2015-07-03 12:41:45 +00:00
Marco Ciampa 72e0d1a742 Updated Italian translation 2015-06-29 17:28:59 +02:00
Piotr Drąg 9877b50765 Updated POTFILES.in 2015-06-25 18:11:44 +02:00
Michael Natterer 25a696c7f8 Bug 735906 - Transform tools give unexpected results when transforming...
...certain sets of linked layers

Fix this bug for flip, rotate and general transforms (not for move yet):

gimp_item_linked_flip,rotate,transform(): always transform the passed
item too (do not filter it out of the list of items), so these functions
do the entire job of transforming a linked group now. Transforming the
active item separately didn't work (and is not implementable) if both
a layer and its parent layer group were linked.

flip tool, transform tool, layer->transform callbacks: don't call
gimp_item_foo() *and* (if the item is linked) gimp_item_linked_foo().
Instead call gimp_item_linked_foo() if the item is linked, and
gimp_item_foo() otherwise.

This commit also kills the mis-feature of transforming the selected
pixels of the active layer, and then the linked items completely. We
now either only transform the selected area *or* the linked group.
2015-06-25 12:25:41 +02:00
Cédric Valmary 4db535efa5 Updated Occitan translation 2015-06-23 05:49:15 +00:00
Dimitris Spingos 879c89be8f Updated Greek translation 2015-06-22 11:49:44 +03:00
Dušan Kazik b9ecd35dc5 Updated Slovak translation 2015-06-16 08:57:00 +00:00
Cédric Valmary 4c88460214 Updated Occitan translation 2015-06-14 12:26:25 +00:00