Commit Graph

36633 Commits

Author SHA1 Message Date
Jehan 222788342c icons: add Legacy's tool icons in EXTRA_DIST. 2016-04-03 16:23:09 +02:00
klausstaedtler 7f8b951f42 icons: Changes color
color-scalable.svg
add for 16x16 tool icons 'pixel-perfect' 24x24px 'twins'
gimp-tool-blur-24
gimp-tool-rect-select-24
2016-04-03 13:02:22 +02:00
Jehan c3c2e2954c icons: Legacy tool icons were always superseded by Symbolic icons.
Tool icon's requested size is 24x24, but our legacy icons provide 22x22.
This makes them superseded by our new default icon theme.
The trick is to pretend in the Legacy theme description (index.theme)
that the 22x22 tool icons' nominal size is 24x24.
2016-04-02 23:18:49 +02:00
Jehan c030d569da icons: update the icon list for new icon themes.
All tool icons have now 24x24 versions, replacing the 22x22 ones.
2016-04-02 22:55:59 +02:00
Jehan d8325565a8 icons: cleaning.
22/gimp-tool-zoom.png was not deleted from Symbolic.
22/gimp-tool-preset.png must not be deleted (no 24x24 replacement),
neither from Color nor Symbolic.
2016-04-02 22:53:30 +02:00
Michael Natterer d64120340b plug-ins: more cleanup in screenhot, move the icon to its own file 2016-04-02 21:44:09 +02:00
Michael Natterer bbbc103d18 plug-ins: screenshot: #include <glib.h> early for G_OS_WIN32 2016-04-02 21:35:55 +02:00
klausstaedtler 4f9d52b6e8 icons: Changes symbolic&color
As gimp loves 24x24px toolbox icons (24 is preferred over 22)

replace all 22x22 gimp-tool ... icons for color & symbolic
by 24x24 gimp-tool ... icons

upload symbolic 24x24 gimp-tool... -24.svg icons

all color (!) 24x24 gimp-tool ... icons are 'pixel-un(!)perfect'
at the time beeing. Maybe this changes. Contributors are welcome.
2016-04-02 20:40:39 +02:00
klausstaedtler 803450c8ff icons: Changes symbolic
rename symbolic-scalable-gtk3.svg to symbolic-scalable.svg
export all 'gimp-tool-...-24' to 'gimp-tool-....png' to subfolder ...Symbolic/24

all 16x16 tool icons have now 24x24px 'twins'

add 'pixel-perfect' for 24x24
gimp-tool-ellipse-select-24
gimp-tool-foreground-select-24
gimp-tool-free-select-24
gimp-tool-hue-saturation-24
gimp-tool-levels-24
gimp-tool-posterize-24
2016-04-02 18:20:03 +02:00
klausstaedtler 386efef398 icons: Changes symbolic
symbolic-scalable-gtk3.svg:
prepare for gtk3, all 16x16 tool icons get 24x24px 'twins'

add 'pixel-perfect' for 24x24
gimp-tool-scale-24
gimp-tool-threshold-24
gimp-tool-by-color-select-24
gimp-tool-ink-24
gimp-tool-shear-24
gimp-tool-rotate-24
gimp-tool-mypaint-brush-24
gimp-tool-paintbrush-24
2016-04-02 16:35:55 +02:00
Michael Natterer d164850484 plug-ins: add an (empty) Win32 backend to screenshot
and buld it unconditionally. Somebody please move the code from
win-snap to the new file.
2016-04-02 15:02:00 +02:00
Michael Natterer cb76253c67 Bug 764450 - Crash in screenshot's gnome-shell backend
Add error reporting to all screenshot backends, but only really use it
in the gnome-shell backend: check all DBus calls for errors instead of
crashing.

Also fix detection if gnome-shell is running: just creating the
GDBusProxy always succeeds, so call org.freedesktop.DBus.Peer.Ping
on the newly created proxy.
2016-04-02 01:28:34 +02:00
Michael Natterer 0ff6777e2c plug-ins: screenshot: minor fix for the OS X screencapture command line
Add the "show cursor" option only in "shot whole screen" mode.
2016-04-02 00:04:36 +02:00
klausstaedtler 785a9dee62 icons: Changes symbolic
symbolic-scalable-gtk3.svg:
prepare for gtk3, all 16x16 tool icons get 24x24px 'twins'

add 'pixel-perfect' for 24x24
gimp-tool-curves-24
gimp-tool-desaturate-24
gimp-tool-fuzzy-select-24
gimp-tool-unified-transform-24
gimp-tool-airbrush-24
2016-04-01 19:06:39 +02:00
Cédric Valmary b31605556b Updated Occitan translation 2016-04-01 09:53:53 +00:00
Yolanda Álvarez Pérez 6d9e58080e Updated Spanish translation 2016-04-01 07:50:19 +00:00
Michael Natterer 3559097c80 plug-ins: screenshot: quote the filename passed to OS X' screencapture 2016-03-31 22:15:02 +02:00
klausstaedtler 2f408e0a30 icons: Changes symbolic
symbolic-scalable-gtk3.svg:
prepare for gtk3, all 16x16 tool icons get 24x24px 'twins'

add 'pixel-perfect' for 24x24
gimp-tool-text-24
gimp-tool-warp-24
gimp-tool-align-24
gimp-tool-color-picker-24
gimp-tool-colorize-24
gimp-tool-iscissors-24
2016-03-31 21:42:15 +02:00
Michael Natterer 4a45ffeef9 plug-ins: screenshot: unref the GDBusProxy when done 2016-03-31 11:47:59 +02:00
Yolanda Álvarez Pérez 9a2c9420c4 Updated Spanish translation 2016-03-31 07:06:13 +00:00
Michael Natterer fac99b6a18 plug-ins: cleanups in screenshot
- only open the temp PNG if the screenshot didn't fail
- remove the temp file
2016-03-30 21:03:00 +02:00
klausstaedtler 081e562fc8 icons: Changes symbolic
symbolic-scalable-gtk3.svg:
prepare for gtk3, all 16x16 tool icons get 24x24px 'twins'

add 'pixel-perfect' for 24x24
gimp-tool-flip-24
gimp-tool-cage-24
gimp-tool-color-balance-24
gimp-tool-zoom-24
2016-03-30 18:44:51 +02:00
Yolanda Álvarez Pérez 8a9a7d0c64 Updated Spanish translation 2016-03-30 07:01:56 +00:00
Michael Natterer cf6cb8d1ff Bug 757687 - Screenshot functionality broken under Wayland
Implement screenshot-gnome-shell.c using the DBus API.
2016-03-29 23:36:12 +02:00
Michael Natterer 7a98b9e043 plug-ins: move screenshot delay function to the main screenshot.[ch]
so it can be used from all backends.
2016-03-29 23:34:51 +02:00
Michael Natterer a1785e9823 Bug 757687 - Screenshot functionality broken under Wayland
Some more abstraction in the screenshot plug-in, now allows for
runtime backend selection. Add stubs for the gnome-shell backend,
registers itself as unavailable because it's still unimplemented.
2016-03-29 22:08:27 +02:00
klausstaedtler 0119e2841d icons: Changes symbolic
symbolic-scalable-gtk3.svg:
prepare for gtk3, all 16x16 tool icons get 24x24px 'twins'

add 'pixel-perfect' for 24x24
gimp-tool-perspective-clone-24
gimp-tool-heal-24
gimp-tool-eraser-24
gimp-tool-smudge-24
2016-03-29 21:07:35 +02:00
Yolanda Álvarez Pérez 38682e11d1 Updated Spanish translation 2016-03-29 07:17:31 +00:00
klausstaedtler f8b49daa7b icons: Changes symbolic
symbolic-scalable-gtk3.svg:
prepare for gtk3, all 16x16 tool icons get 24x24px 'twins'

add 'pixel-perfect' for 24x24
gimp-tool-handle-transform-24
gimp-tool-bucket-fill-24
gimp-tool-dodge-24
gimp-tool-blur-24
gimp-tool-rect-select-24
gimp-tool-brightness-contrast-24
gimp-tool-clone-24
gimp-tool-seamless-clone-24
gimp-tool-path-24
gimp-tool-perspective-24
gimp-tool-pencil-24
2016-03-29 08:20:56 +02:00
klausstaedtler 547c887411 icons: Changes symbolic
symbolic-scalable-gtk3.svg:
prepare for gtk3, all 16x16 tool icons get 24x24px 'twins'

add 'pixel-perfect' for 24x24
gimp-tool-ne-point-deformation-24
gimp-tool-blend-24
gimp-tool-crop-24
gimp-tool-measure-24
2016-03-28 19:05:50 +02:00
Jehan 2ecdf13982 icons: commit the extracted SVG images for Color and Symbolic.
librsvg has too many bugs to be used for build-time SVG extraction.
So I will just leave out my extraction script (for the time being) and
simply commit all extracted SVGs (with Inkscape through a script).
The gray inversion script works fine though, so no need to commit
Symbolic-inverted icons.
2016-03-28 16:32:17 +02:00
Michael Natterer af9fee00f4 app: remove obsolete #define GAMMA_CORRECTION_BLURB 2016-03-28 15:02:27 +02:00
Elle Stone 96d8397114 Bug 763996 - Where appropriate, change "gamma correction" to "gamma adjustment"
Gamma correction refers to correcting how an image is displayed on
various devices. Gamma adjustment is a more general phrase that also
applies to adjusting gamma as a step in image enhancement in a
color-managed workflow.
2016-03-28 14:57:24 +02:00
Michael Natterer 88b4c89415 Bug 761118 - GIMP prints many CRITICAL warnings
Bail out in gimp_overlay_box_scroll() if the widget is not realized.
2016-03-28 14:46:13 +02:00
Jehan 3ee103bfeb icons: Legacy's 22x22/apps icons of "Threshold" type.
Otherwise toolbox icons won't be used preferably to 24x24 default icons.
2016-03-28 13:53:03 +02:00
Michael Natterer ce741342ce Bug 737570 - Shortcut [some modifier] + Mousewheel for changing pen size
Change the default controllerrc to do some useful things with the
current tool.
2016-03-28 02:01:25 +02:00
Michael Natterer e76f7174fc Bug 761270 - layer boundary not re-drawn correctly on scrolling
Pass the display scroll offset down to gimp_cairo_stipple_pattern_create()
and set it as offset on the created cairo pattern, so stipple patterns
look the same no matter how the display is scrolled.
2016-03-26 22:50:10 +01:00
Michael Natterer 7529fd987c app: change GEGL op GUI generation so widgets can expand vertically
Currently we only expand scrolled windows, which are used for
multiline text properties' GtkTextViews.
2016-03-26 20:28:24 +01:00
Michael Natterer 2c0ba5cf38 app: fix typo in gimpimagemap.h 2016-03-26 16:34:46 +01:00
Michael Natterer 47ef3be145 Initialize GValues with G_VALUE_INIT instead of { 0, } 2016-03-26 15:59:26 +01:00
klausstaedtler d1d3a5e2fa Updated/Fixed German translation 2016-03-26 12:46:45 +01:00
Øyvind Kolås 2e46850131 app: remove old GEGL multiline prop type/handling
We're using ui_meta keys now, and no longer specialized param spec subclasses
nor tagging with custom qdata.
2016-03-26 12:29:04 +01:00
Jordi Mas d8c5c35d34 Fixes to Catalan translation 2016-03-26 07:42:20 +01:00
Piotr Drąg 55625a5200 Updated Polish translation 2016-03-25 23:43:30 +01:00
Jehan 59f4ee55c9 app: do not migrate theme settings.
Themes from 2.8 and before are not fully compatible with 2.10.
In particular, embedded icons would not work and you would end up with
the Symbolic icon theme (light colors), which may not work well with a
custom theme.
It is better to reset to the new defaults upon migration and users can
still try and configure the theming afterwards if they wish.
2016-03-25 21:43:58 +01:00
Jehan 7fe64b747c app, libgimpwidgets: Dark theme and Symbolic icons as defaults.
These seem the expected theming defaults nowaydays, for a graphics
software, and so GIMP will follow these recommendations.
2016-03-25 20:53:22 +01:00
klausstaedtler d4024d68fe icons: Changes symbolic
symbolic-scalable:
changed to 'pixel-perfect' for 12x12
gimp-default-colors
changed to 'pixel-perfect' for 16x16
gimp-user-manual
2016-03-25 18:15:19 +01:00
klausstaedtler 85b1fe561d icons: Changes symbolic
symbolic-scalable:
changed to 'pixel-perfect' for 16x16
gimp-tool-seamless-clone
gimp-tool-mypaint-brush
gimp-curve-free
gimp-curve-smooth
2016-03-25 16:00:01 +01:00
klausstaedtler 373a46f93e Updated German translation
translate 'Handle Transform' as 'Gitter Transformation' (Grid Transform) like in es.po for spanish,
the previously used 'Käfig Transformation' is already in use for the Cage Tool
2016-03-25 11:17:36 +01:00
Øyvind Kolås 9a01a4ff96 app: recognize multiline meta data from ops 2016-03-25 04:28:15 +01:00