Commit Graph

36457 Commits

Author SHA1 Message Date
Jehan b4422db7b5 icons: gimp-tool-align as 16x16 pixel-perfect color icon.
Working on Inkscape to kickstart pixel-perfection reworking of current
icons. I worked on gimp-tool-align as first attempt.
I perfectly aligned it to the grid (modified to show major grid lines
every 16 pixels) and use only round numbers.
Let's first work on the tools for 16x16 versions, and later for
22x22 versions.
2016-02-22 15:47:39 +01:00
Marco Ciampa a3662ba561 Updated Italian translation 2016-02-22 02:22:26 +01:00
klausstaedtler be985eb484 icons:Changes in scalable.svg
minor tweaks
gimp-tool-eraser
gimp-tool-bucket-fill
2016-02-21 14:41:44 +01:00
klausstaedtler 48ed6dea94 icons: add forgotten /22 gimp-tool-measure 2016-02-20 23:37:18 +01:00
klausstaedtler 0488eab57c icons: Changes in color-scalable & scalable
gimp-tool-measure. Gimp misuses an precision-compass icon
(example: http://www.staedtler.co.uk/en/products/technical-drawing-instruments/compasses/mars-comfort-551-precision-compass/)
for measuring. A divider is correct for this purpose (http://www.britannica.com/technology/divider-measurement-instrument).
2016-02-20 23:34:22 +01:00
Piotr Drąg d7d18c4401 Updated Polish translation 2016-02-17 22:10:34 +01:00
klausstaedtler 5585c70808 icons: Changes in color-scalable & scalable
revert
gimp-tool-blend
gimp-tool-warp
gimp-tool-perspective
gimp-tool-eraser

to old gimp png's and remove vectorial design

revert gimp-tool-blend in scalable.svg to old gimp design
2016-02-16 23:40:50 +01:00
Michael Natterer b5bc15c9b9 app: add support for a preview rectangle to GimpImageMap 2016-02-16 21:36:36 +01:00
Michael Natterer bda7ddc0fd app: disable the preview area in gimp_drawable_merge_filter()
This call has no effect if there was no preview area in the first place.
2016-02-16 21:36:35 +01:00
Michael Natterer a0b18c7929 app: make GimpApplicator's preview feature optional
Don't add the preview nodes if use_preview_cache is FALSE in
gimp_applicator_new().
2016-02-16 21:36:35 +01:00
Michael Natterer e3144ecc4c app: add support for a "preview rectangle" to GimpApplicator
When set, it crops the effect to that rectangle, using a cache for
quickly changing the previewed area. When disabling the preview rect,
make sure we don't lose the cached result by processing it into the
output cache through the mode and affect nodes which is cheap-ish.
2016-02-16 21:36:21 +01:00
klausstaedtler bb4fcf41f0 icons: Changes in color-scalable
gimp-channel-indexed (too much tango color dots, reduced)
gimp-tool-eraser (now wilbur is printed on top)
2016-02-16 19:58:25 +01:00
Thomas Manni 3f5881875a Bug 758915 - port Tile to gegl 2016-02-16 18:56:09 +01:00
Jehan ec27b539ea plug-ins: various s/save/export/ replacement on visible strings. 2016-02-16 02:35:43 +01:00
klausstaedtler 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
Jehan 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
Jehan 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
Jehan 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
Jehan 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
klausstaedtler 48af6784e2 icons: Changes in scalable
replace with old gimp design.

gimp-flip-horizontal
gimp-flip-vertical
2016-02-15 08:32:16 +01:00
Jehan 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
Jehan 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
Jehan 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
Jehan 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
Jehan 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
Jehan 1d1e2c5c00 icons: do not include generated inverted icons into the distribution. 2016-02-15 01:54:08 +01:00
Jehan 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
Jehan 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
Jehan 1427b2c795 tools: "invert-svg", new tool to invert grey colors in vectorial icons. 2016-02-15 01:53:01 +01:00
Michael Natterer 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
klausstaedtler 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
klausstaedtler 5383e1a14e icons: Changes in color-scalable
gimp-flip-horizontal (wrong name)
gimp-flip-vertical (wrong name)
2016-02-14 18:55:47 +01:00
Benoit Touchette 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
Rūdolfs Mazurs 2ba02d220a Update Latvian translation 2016-02-14 19:03:39 +02:00
Piotr Drąg d577e26928 Updated Polish translation 2016-02-14 17:16:13 +01:00
klausstaedtler 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
klausstaedtler 5b1d599930 icons: Changes in color-scalable & scalable
changed
gimp-tool-options (artists need easels)
2016-02-14 00:01:48 +01:00
Piotr Drąg 1067869d64 Updated POTFILES.in 2016-02-13 21:24:21 +01:00
klausstaedtler be07e3fe05 icons: all old icons from /xcf and /svg are moved to /unused 2016-02-13 18:30:22 +01:00
klausstaedtler 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
Dušan Kazik a5c2536ae6 Updated Slovak translation 2016-02-13 16:40:39 +00:00
Dušan Kazik fdf36887b9 Updated Slovak translation 2016-02-13 16:20:13 +00:00
Dušan Kazik 94b6ad19f2 Updated Slovak translation 2016-02-13 16:12:53 +00:00
Dušan Kazik 2425765b06 Updated Slovak translation 2016-02-13 15:53:50 +00:00
klausstaedtler 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
Michael Natterer 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
Michael Natterer f2d581a536 Bug 761170 - Warnings building with clang
Fix a bunch of clang warnings.
2016-02-12 22:49:47 +01:00
klausstaedtler 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
Jehan 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
Michael Natterer 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