Commit Graph

35795 Commits

Author SHA1 Message Date
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
Michael Natterer 56705bb36c libgimpbase: use GIO to figure if a file is hidden
instead of checking if it starts with '.'.
2015-12-07 01:07:30 +01:00
Michael Natterer 20a31fd760 app: cleanup in gimpviewable.c
Move variables to local scopes and simplify
gimp_viewable_deserialize_property().
2015-12-07 00:02:48 +01:00
Michael Natterer 09f72fed59 devel-docs: don't use deprecated API in doc-shooter 2015-12-06 23:46:11 +01:00
Necdet Yücel 32f5c58f72 Updated Turkish translation 2015-12-05 23:45:16 +00:00
Michael Natterer c64a104155 plug-ins: merge the file-tiff-load and file-tiff-save plug-ins
so they can share duplicated code.
2015-12-05 08:53:09 +01: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
Piotr Drąg bc775bc435 Updated POTFILES.skip 2015-12-02 14:55:05 +01:00
Michael Natterer 48046d258a configure.ac, plug-ins: make libtiff a hard dependency
so file-tiff-load and file-tiff-save are always built. Also move them
to their own folder plug-ins/file-tiff/ because they will soon share
some common GIO code.
2015-12-02 12:33:31 +01:00
Piotr Drąg feaacaf681 app: remove space before a colon 2015-12-01 12:25:15 +01:00
Piotr Drąg ee8f0fec5d app: remove double mnemonics in filters 2015-12-01 10:40:47 +01: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
Jasper Krijgsman 0d2aebb347 Bug 732363 - wilber.ico doesn't contain 256x256 layer
Contributed by Jasper Krijgsman

(cherry picked from commit 5cbc0e8173)
2015-11-30 23:22:38 +01: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
Michael Natterer 16a0421894 plug-ins, pdb: remove the blur-gauss-selective plug-in, add a PDB compat proc 2015-11-29 22:01:53 +01:00
Michael Natterer baae27c786 app: note to self: don't push intermediate commits... 2015-11-29 19:56:32 +01:00
Michael Natterer 6040aa2b97 app: use GimpBufferSourceBox in GimpOperationTool
and support ops with an arbitrary number of aux inputs.
2015-11-29 19:30:58 +01:00
Michael Natterer 9fcb06b495 app: add new widget GimpBufferSourceBox
which lets the user select a buffer from all available drawables and
projections to be used in a gegl:buffer-source node. The widget's
appearance is scheduled for improvement.
2015-11-29 17:16:23 +01:00
Sebastian Rasmussen 4f9ec68cbd Updated Swedish translation 2015-11-28 22:50:06 +00:00
Christian Kirbach a5ba340d5a Updated German translation 2015-11-28 12:20:49 +00:00
Pedro Albuquerque 054c3359ea Updated Portuguese translation 2015-11-28 10:08:05 +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
Michael Natterer 71e566fde7 app: add gegl:gaussian-blur-selective to Filters -> Blur 2015-11-26 11:20:44 +01:00
Michael Natterer 7213c18a1c devel-docs: updated after the latest release experience 2015-11-26 00:24:48 +01:00
Michael Natterer 1023e37656 configure.ac: post-release version bump to 2.8.3 2015-11-26 00:17:27 +01:00
Michael Natterer 92f2b00929 configure.ac: release GIMP 2.9.2 2015-11-25 23:30:49 +01:00
Michael Natterer 7ed2e5db18 app: disable the dock hiding/showing test
it fails for unknown reasons. The actual functionality (keeping the
canvas in place) works absolutely fine in a real GIMP session...
2015-11-25 21:29:56 +01:00
Michael Natterer 6c89ed96fd docs, etc: regenerate the default gimprc and its manpage 2015-11-25 18:58:14 +01:00
Michael Natterer 4c01965c42 configure.ac: require GEGL 0.3.4 2015-11-25 18:57:16 +01:00
Dimitris Spingos e9c1f85cab Updated Greek translation 2015-11-25 12:24:42 +02:00
Michael Natterer b3239f58df Bug 758597 - gimp-drawable-get-pixel fails, assertion error in BABL
The code that actually allocates the returned pixel got lost when
porting this to GEGL.
2015-11-25 00:00:44 +01:00
Michael Natterer a69b68de40 plug-ins: formatting cleanup in compose/decompose 2015-11-24 23:56:54 +01:00
Elle Stone f78dec232a Bug 755270 - Decompose/Compose LAB: scaling code produces odd L, a, and b values
Decompose/compose to/from LCH: remove unconditional CLAMP (only clamp
if the component really needs clamping), change LAB AB range.
2015-11-24 12:45:32 +01:00
Thomas Manni 127b3de54a Bug 756775 - UnifiedTransformTool: nan value in handle geometry computation
Do not compute angle between 2 vectors if at least one of them is a null vector.
Return 0.0 instead.
2015-11-24 10:31:47 +01:00
Michael Natterer bc980cd73a Bug 757783 - When opening linear gamma pngs or tiffs...
...many operations give wrong results

Same fix for TIFF: get the color profile first, then create a linear
image if the profile says so.
2015-11-23 22:29:06 +01:00
Michael Natterer 3cc80b0a5c Bug 757783 - When opening linear gamma pngs or tiffs...
...many operations give wrong results

Fix PNG loading to get the embedded profile first, and create a
linear RGB image if the profile says so.
2015-11-23 18:44:17 +01:00
Michael Natterer 548e8bc4eb app: fix progress message for precision conversion 2015-11-23 18:41:16 +01:00
Alexandre Prokoudine 257814ce6d Updated Russian translation 2015-11-23 06:24:30 +03:00
Michael Natterer 0cf597d042 libgimpcolor: clean up gimp_color_profile_is_linear(), add it to gimpcolor.def 2015-11-23 01:29:17 +01:00
Piotr Drąg e1af9a59c8 Updated Polish translation 2015-11-23 00:24:37 +01:00
Øyvind Kolås d8f19f31ce libgimpcolor: add a function to check if a profile is linear RGB 2015-11-23 00:03:35 +01:00
Michael Natterer ba14054a8e app: simplify the Image -> Precision menu
Keep only one menu item per precision, and have two separate radio
menu items for gamma/linear. Also add gamma/linear radio buttons to
the precision conversion dialog.
2015-11-22 23:19:49 +01:00
Michael Natterer 76e93072a9 NEWS: better structure for core changes, add some stuff 2015-11-22 22:09:16 +01:00