Commit Graph

36294 Commits

Author SHA1 Message Date
ec27b539ea plug-ins: various s/save/export/ replacement on visible strings. 2016-02-16 02:35:43 +01:00
93e56422b6 icons: Changes in color-scalable
rebuild

gimp-gradient-shapeburst-angular
gimp-channel-indexed

(both where destroyed)
2016-02-15 19:27:34 +01:00
e26fdc9e46 icons: allow vectorial icons for the Color icon theme too.
Extraction is still wrong for many icons. I'll see what I can do later.
The icon-list.mk is now common for all 3 icon themes.
2016-02-15 18:01:10 +01:00
b2c43f71c9 icons: update some color icons to prepare for SVG extraction.
- gimp-anchor
- gimp-center
- gimp-web
- gimp-list
- gimp-warning
2016-02-15 18:01:10 +01:00
be7d48e11d icons: fix gimp-toilet-paper icon exception.
It was infinitely-looping because of a mis-usage of the % matching rule.
On the rule or dependency side, I must use $(@D) instead of % to match
the directory part of the target (I could also have used $* to get only
the matching part of the stem).
2016-02-15 16:15:04 +01:00
46ebb0ca60 Makefile.am: tools/ must be built after libgimpbase/.
Commit 8bb1421 broke the build by changing build order. Line back
tools/ after libgimpbase/ and move also icons/ after tools/ (for the
vectorial icons).
2016-02-15 15:21:47 +01:00
48af6784e2 icons: Changes in scalable
replace with old gimp design.

gimp-flip-horizontal
gimp-flip-vertical
2016-02-15 08:32:16 +01:00
289512e6de icons: s/gimp-display-contrast/gimp-display-filter-contrast/
Wrong icon id in the color icon source.
2016-02-15 02:52:31 +01:00
93fd6430d0 icons: update various icons to work around librsvg bugs.
- gimp-gradient-shapeburst-angular (straight path).
- gimp-gradient-spiral-clockwise (stroke-width).
- gimp-gradient-spiral-anticlockwise (stroke-width).
- gimp-gradient-square.
- gimp-info (1-point paths).
- gimp-path-stroke (stroke-width).
- gimp-path (stroke-width).
- gimp-prefs-icon-theme (1-point paths).
- gimp-prefs-playground
- gimp-prefs-toolbox
- gimp-selection-to-path (stroke-width).
- gimp-toilet-paper
- gimp-tool-desaturate (useless path).
- gimp-tool-fuzzy-select
- gimp-tool-n-point-deformation
- gimp-tool-preset
- gimp-tools
- gimp-tool-zoom (straight path).
- gimp-wilber
- gimp-wilber-eek
- gimp-wilber-outline

Note that even with these tweaks, icon extraction is still not perfect
because of a limitation of librsvg which does not return accurate
position/dimensions. As a result, extracted icons may have off-by-1
shift. So the extraction is still marked as experimental until this
librsvg bug is fixed:
https://bugzilla.gnome.org/show_bug.cgi?id=762039

This icon was broken:
- gimp-selection-none (was disformed).
2016-02-15 01:55:31 +01:00
819f3201c4 icons: fix gimp-convert-grayscale export.
Avoid strokes under 1 pixels. librsvg does not like them.
2016-02-15 01:54:53 +01:00
75fc7fa2a1 icons: fixes gimp-char-picker.
gimp-char-picker: librsvg is quite buggy and returns wrong dimensions
for paths with only 2 points.
See https://bugzilla.gnome.org/show_bug.cgi?id=760112
2016-02-15 01:54:44 +01:00
684c196bcd icons: more exceptions in icon generation.
gimp-toilet-paper must not be inverted and gimp-color-picker-white|black
must be inverted from respectively gimp-color-picker-black|white.
2016-02-15 01:54:30 +01:00
1d1e2c5c00 icons: do not include generated inverted icons into the distribution. 2016-02-15 01:54:08 +01:00
8bb14211bb icons: add configure option --enable-vector-icons.
This will extract vectorial symbolic icons out of the SVG source, and
generate vectorial symbolic inverted icons too.
Vectorial color icons are not extracted yet.
I also make sure that the tools/ subdir is processed by make before
icons/ because a few build tools will be needed to extract the icons.
Yet I mark the feature as experimental because librsvg seems to be
broken on many edge cases and several icons end up wrong. I'll keep
the option experimental until I figure the right way to extract the
icons.
2016-02-15 01:53:33 +01:00
b0af146ea3 tools: scripts to extract a single SVG icon from a source file.
SVG sources contains many icons and each icon is extracted by its id.
2016-02-15 01:53:19 +01:00
1427b2c795 tools: "invert-svg", new tool to invert grey colors in vectorial icons. 2016-02-15 01:53:01 +01:00
c2cef394b2 app: don't invalidate the buffer source in gimp_drawable_real_update()
This was an artifact from the times of the initial GEGL port,
apparently something was broken in GEGL at the time.
2016-02-14 22:41:23 +01:00
e73b3ea20e icons: Changes in color-scalable
replace with old gimp design.
The design prefered by inkscape is not clear enough to distinct
between horizontal and vertical.
Even in inkscape itself the directions change with the icon themes.
Scalable sources will follow later (after jehan has finished his tests).

gimp-flip-horizontal
gimp-flip-vertical
2016-02-14 22:35:54 +01:00
5383e1a14e icons: Changes in color-scalable
gimp-flip-horizontal (wrong name)
gimp-flip-vertical (wrong name)
2016-02-14 18:55:47 +01:00
0d692eadc0 themes: updates to TLSOG & TDSOG (prelight, text, bug fixes, (C))
Updates to copyright, some button contrast for TDSOG, TDLSOG. Added comment
for button focus area. Fixed selected text for TLSOG themes. Redid screenshots
to match changes. Fixed menu style name. Updated copyright year. Fixed menu
items for Ubuntu unity. Fixed prelight and fg for widget text. Updated to
v0.1.6.
2016-02-14 12:10:10 -05:00
2ba02d220a Update Latvian translation 2016-02-14 19:03:39 +02:00
d577e26928 Updated Polish translation 2016-02-14 17:16:13 +01:00
df333f6c67 icons:Changes in scalable.svg
gimp-flip-horizontal (sync with color and inkscape)
gimp-flip-vertical (sync with color and inkscape)
gimp-tools (no cockwheel and wrench)
gimp-tool-preset (no toolbox, cockwheel and wrench)
gimp-prefs-toolbox (no cockwheel and wrench)
gimp-prefs-folder-tool-presets (no wrench and hammer, only pencils)
gimp-prefs-folders-tools (no hammer, just putty-knife and varnish)
gimp-prefs-tool-options (no cockwheel)
gimp-prefs-folders-tool-plug-ins (no cockwheel)
2016-02-14 13:34:02 +01:00
5b1d599930 icons: Changes in color-scalable & scalable
changed
gimp-tool-options (artists need easels)
2016-02-14 00:01:48 +01:00
1067869d64 Updated POTFILES.in 2016-02-13 21:24:21 +01:00
be07e3fe05 icons: all old icons from /xcf and /svg are moved to /unused 2016-02-13 18:30:22 +01:00
44afe663bd icons: Changes in color-scalable
new
gimp-hcenter
gimp-hfill
gimp-vcenter
gimp-vfill

all color icons are 'ported' now to svg
2016-02-13 18:17:31 +01:00
a5c2536ae6 Updated Slovak translation 2016-02-13 16:40:39 +00:00
fdf36887b9 Updated Slovak translation 2016-02-13 16:20:13 +00:00
94b6ad19f2 Updated Slovak translation 2016-02-13 16:12:53 +00:00
2425765b06 Updated Slovak translation 2016-02-13 15:53:50 +00:00
98fc27df6f icons: Changes in color-scalable & scalable
swapped (for better consistency with gimp-tool-scale):
gimp-scale
gimp-resize

changed
gimp-reshow-filter (shutters are in a semantic field with filters, cockwheels not)

new in color-scalable
gimp-sample-point
2016-02-13 11:47:24 +01:00
336785ab51 Bug 753683 - default path location
Change the default folder to "Desktop" on OS X because it's expected
on the platform.
2016-02-12 23:09:03 +01:00
f2d581a536 Bug 761170 - Warnings building with clang
Fix a bunch of clang warnings.
2016-02-12 22:49:47 +01:00
c1902c31ab icons: Changes in color-scalable
changed:
gimp-scale
gimp-resize
gimp-convert-rgb
gimp-tool-preset

new:
gimp-duplicate
gimp-edit
gimp-flip-horizontal
gimp-flip-vertical
gimp-merge-down
gimp-move-to-screen
gimp-shape-square
gimp-shape-diamond
gimp-shape-circle

Signed-off-by: klausstaedtler <staedtler-przyborski@web.de>
2016-02-12 18:38:13 +01:00
d51de65910 Bug 761731 - Fix icon name in color icon theme source.
s/gimp-tool-presets/gimp-tool-preset/
2016-02-12 01:03:03 +01:00
26ff8eb40d Bug 761573 - Problem with Raw Image Loader plugin
Use g_file_query_info() to get the file's size, stat() has some
windows 64 bit problem I've forgotten.
2016-02-12 00:36:11 +01:00
bd5d851364 Bug 752071 - less tool preset defaults checked
Don't check palette and gradient, but special case the blend tool for
gradient. The idea is that we check everything except colors.
2016-02-12 00:12:00 +01:00
e5b6806fe2 app: port tons of files to the new GIMP_CONFIG_PROP_FOO() macros
and remove lots of labels from calls to gimp_prop_foo_new(). Also
had to manually remove some unwanted labels that are now added
automatically, fixes bug #761880.
2016-02-11 23:46:24 +01:00
0bd4b1dd51 icons: Changes in color-scalable
minor clean-ups in many icons

Signed-off-by: klausstaedtler <staedtler-przyborski@web.de>
2016-02-11 22:16:47 +01:00
d233eddf23 icons:Changes in scalable.svg
some cleanup in sources

wrong uploaded Color/16/gimp-gravity* removed

Signed-off-by: klausstaedtler <staedtler-przyborski@web.de>
2016-02-11 19:59:42 +01:00
012160f70d icons: Changes in color-scalable
minor change in gimp-convert-rgb


new in color-scalable:
gimp-rotate-270
gimp-rotate-180
gimp-rotate-90
gimp-center
gimp-gravity-north-west
gimp-gravity-north-east
gimp-gravity-south-east
gimp-gravity-south-west
gimp-gravity-north
gimp-gravity-east
gimp-gravity-south
gimp-gravity-west

Signed-off-by: klausstaedtler <staedtler-przyborski@web.de>
2016-02-11 19:43:07 +01:00
7364c37158 app: update documentation comment of gimp_guide_custom_new().
Say in the doc that custom guides do not follow snapping settings.
2016-02-11 17:40:45 +01:00
fa19271859 app: do not snap to custom guides.
I am still not sure whether custom guides should follow snapping rules.
Yet I could easily imagine you could want some normal guides with
snapping and in the same time symmetry without snapping to axis of
symmetry. So for the time being, let's disable snapping to custom guides
all the time and see if logic could be improved later.
2016-02-11 17:35:21 +01:00
790f72d4fe app: update "horizontal/vertical guide position" labels.
"Guide" is our internal representation. In geometry, we'll talk about
an "axis" of symmetry.
2016-02-11 17:15:53 +01:00
0107335938 app: allow the mirror axis position within image's dimensions only.
This is not ideal since the scale widget is crazy huge, thus
impractical, but the solution used on properties of other symmetries
(updating min/max of the class property) is wrong since it applies to
the whole class.
For the time being, it avoid setting obviously bad values until we
figure out the ideal automatic UI construction.
2016-02-11 17:12:45 +01:00
60dc82d08c app: mirror axis should also be settable by scale widget...
... not only by guide moving. Both ways are complementary.
2016-02-11 17:12:45 +01:00
609dcc5448 app: mandala center coordinates should also be settable by number...
... not only by guide moving. Both ways are complementary.
2016-02-11 17:12:44 +01:00
04d8a2eed6 app: fix removing a GimpSymmetry from an image. 2016-02-11 16:45:50 +01:00
30e4826473 app, libgimpwidgets: update gimp_prop_foo_new() documentation comments.
Explains what happens when NULL labels are used.
2016-02-11 16:35:45 +01:00