Commit Graph

309 Commits

Author SHA1 Message Date
Benoit Touchette fdb582b95c icons: fix compile errors
Fixed "gimpicons.c:30:45: fatal error: icons/Default/gimp-icon-pixbufs.c:
No such file or directory" after commits :
ee512b610d
fa9e5b8f98
Fixed "ln: failed to create symbolic link ‘12/gimp-default-colors.png’:
File exists" by forcing new symlinking on creating get-default-colors.png
for Symbolic-inverted to prevent error during make.
2016-01-11 08:48:14 -05:00
Jehan c2b4d6c69e icons: original Symbolic gimp-default-colors was wrong.
It was using inverted colors. For now I copied the Color icon, since the
Symbolic one in the SVG source is using greyish colors, whereas this
icon actually has a very specific White/Black meaning.
SVG source will have to be changed.
2016-01-11 03:55:55 +01:00
Jehan ee512b610d icons: "Default" icon theme renamed to "Color".
Conveys well the duality of Color vs. Symbolic icons, terms usually
used by designers in recent design texts.
2016-01-11 03:20:13 +01:00
Jehan 3275ea4a29 icons: do not invert "gimp-default-colors" icon for Symbolic-Inverted. 2016-01-11 02:43:20 +01:00
Klaus Staedtler a27179de2a icons: corrected symbolic handle-transform for dark-themes. 2016-01-05 17:51:31 +01:00
Klaus Staedtler 059ebca538 icons: updating gimp-letter-spacing and gimp-line-spacing icons. 2016-01-05 17:40:56 +01:00
Jehan 067755be4a icons: source for symbolic icons in one single SVG file.
The original file was from the Art Libre icon set:
https://github.com/gnome-design-team/gnome-icons/blob/master/art-libre-symbolic/src/art-libre.svg
Authors are Barbara Muraus and Jakub Steiner (last commit: a738099 from
2013-09-30).
I imported the icons by Klaus Staedtler, and reorganized the file:
- all icons have the proper id from GIMP icon sets.
- tools icons organized in subsections and ordered alphabetically.
- preference icons ordered alphabetically and folder prefs icons
separated.
- unused icons from the original set kept in their own section for
possible future use.
Unfortunately all icons previously provided in png format only are
not present and will have to be redone in vectorial format.

This should make it easier to create new icons by reusing objects and
colors, and keeping design style in-line with existing set.
It also predates the ongoing work on automatic generation of icons by a
script from this single file.
2016-01-05 16:21:25 +01:00
Jehan ca5003240c icons: set example icons to our themes.
This is not strictly necessary since "gimp-wilber" is already the default
icon name. But it is good form to show the example for theme makes.
2015-12-30 15:54:45 +01:00
Klaus Staedtler 836cce8389 icons: updated icon-theme icons.
Current icon uses stars for symbolizing an icon. Stars are used normally
for rating.
My suggestion uses yin/yang, why ?
It's difficult to make an icon which symbolizes an icon. So I decided to
use the world-wide most used symbol (non-religious, non-political...) as
a symbol for all symbols (this is quite similar to e.g. the usage of
mona-lisa as a symbol for all images).
2015-12-29 21:29:59 +01:00
Jehan a750a2a775 icons: install the complete Symbolic icon sets. 2015-12-29 21:05:10 +01:00
Klaus Staedtler 3d1b9d2777 icons: complete Symbolic icon set. 2015-12-29 21:05:10 +01:00
Jehan 39e4f04a72 icons: realign icons from commit 9618cdd.
None of the icons from commit 9618cdd were well centered.
2015-12-29 19:48:32 +01:00
Michael Natterer 0c798520e6 icons: put the recipe for the generated icons into a variable
and use that variable instead of repeating the recipe for each icon size.
2015-12-28 02:51:36 +01:00
Jehan 3d8b505616 icons: install the new icons by Klaus Staedtler. 2015-12-26 17:36:56 +01:00
Klaus Staedtler 9618cdde32 icons: new Symbolic icons.
Partly based off the art-libre source template:
https://github.com/gnome-design-team/gnome-icons/blob/master/art-libre-symbolic/src/art-libre.svg
Committed and verified by Jehan.
2015-12-26 17:17:23 +01:00
Jehan 7102d3d82b icons: fix generated Symbolic-Inverted icons dependency.
They need to be properly dependent on the image with the same name
in the Symbolic icon theme. Until now we could only make them dependent
on either nothing or all Symbolic icons.
2015-12-26 03:42:25 +01:00
Alexandre Prokoudine 3bb69dbdbf Fix the fill of the Warp Transform tool's symbolic icons 2015-12-23 00:55:52 +03:00
Alexandre Prokoudine 3d44bef068 Add symbolic Warp tool icon by Barbara Muraus 2015-12-23 00:34:48 +03:00
Alexandre Prokoudine b940ba098f Updated MyPaint brush icons from upstream MyPaint artwork 2015-12-23 00:09:42 +03:00
Michael Natterer 56a4166bff Bug 759556 - "incorrect gamma=(0/100000)" new with the new symbolic icons
Run the new icons through "mogrify -colorspace Gray".
2015-12-22 13:35:20 +01:00
Michael Natterer 9868e28df9 icons: add the generated Symbolic-Inverted icons to DISTCLEANFILES 2015-12-22 13:33:51 +01:00
Michael Natterer 71a02c62f0 icons: recreate Symbolic-Inverted icons when the original changes 2015-12-22 12:03:26 +01:00
Michael Natterer df05612d2a icons: re-export Default/16/gimp-prefs-folders-icon-themes.png
it was insanely large.
2015-12-21 19:35:40 +01:00
Michael Natterer 44d5e7adcd configure.ac, icons: check for the "gegl" binary
and use the found executable instead of hardcoding "gegl".
2015-12-21 00:21:17 +01:00
Michael Natterer d4aa39a7cd app, libgimpwidgets, icons: rename mypaint brush icons and help ID
from "mybrush" to "mypaint brush".
2015-12-21 00:09:55 +01:00
Jehan f1ea3c1f6e icons: adds a 16x16 gimp-prefs-icon-theme icon. 2015-12-20 22:33:24 +01:00
Jehan 4e86672997 icons: adding gimp-prefs-folders-icon-themes icons. 2015-12-20 19:57:18 +01:00
Jehan 94aec7cb6c icons: generate "negative" color symbolic icons.
The negative icons are generated from the Symbolic icon theme with
the GEGL operation 'gegl:invert-linear'.
2015-12-20 17:43:33 +01:00
Jehan dd7b9a5757 icons: 2 symbolic icons were not installed. 2015-12-19 18:34:47 +01:00
Jehan 46b9c6927b icons: add vectorial icons by Benoit Touchette for prefs-icon-theme. 2015-12-13 15:45:48 +01:00
Michael Natterer 8619852a6c app, icons: rename the prefs' "environment" icons to "system-resources"
also rename the help ID.
2015-12-13 13:23:31 +01:00
Michael Natterer 7200ece117 app, icons: make the icon theme path configurable in prefs 2015-12-13 13:04:46 +01:00
Jehan 6906180238 icons: files missing from install list. 2015-12-12 02:48:57 +01:00
Jehan b8a819c1e3 icons: symbolic icons for 'icon theme selection'...
... by Benoit Touchette.
2015-12-11 17:34:56 +01:00
Jehan 0d8938e4bf icons: the color icons are now under the Default/ folder. 2015-12-11 17:30:59 +01:00
Jehan 5beb69d009 icons: new symbolic icon theme for GIMP.
Images originally created by Jakub Steiner and Barbara Muraus as the
"Art Libre" icon set.
The contributor jEsuSdA later worked on it.
It will now be available in the new icon theme selection through
preferences.
Many icons/size are still missing but this first commit makes a start
for complementary work.
2015-12-09 23:00:14 +01:00
Michael Natterer 0b3f1835d3 icons: add a 48x48 icon for the prefs icon theme page 2015-12-09 19:50:31 +01:00
Benoit Touchette 6762bf5b9b Bug 759105 - Patch to add icon theme selection
Add support for custom icon themes much like custom theme
support. There is still work to be done but this is the
basic functionality.
2015-12-09 12:50:15 +01:00
Michael Natterer 85a5c10620 icons: fix EXTRA_DIST so the new 96px wilber icons are in the tarball 2015-10-27 22:12:17 +01:00
Michael Natterer 964924ed47 icons: rename the unused scalable icons from stock-foo.svg to gimp-foo.svg
even if unused they should have the correct names.
2015-10-26 08:17:35 +01:00
Michael Natterer 078b210b3e icons: add gimp-wilber-outline.png in large sizes
for compositing the image window icon. By Guillermo Espertino.
2015-10-26 08:13:47 +01:00
Michael Natterer 37b20b08c9 icons: add 96, 128, 192 and 256 px wilber icons
so whatever desktop environment can use what they like best.
2015-10-26 01:32:50 +01:00
Michael Natterer de47b27049 Bug 750350 - Change icons for grow and shrink
Add modified icons from scootergrisen@gmail.com that make more sense
because "shrink" has the smaller rectangle and "grow" the bigger one.
2015-06-06 21:27:17 +02:00
Michael Natterer b35b27ff2f icons: argh... 2015-04-21 22:27:09 +02:00
Michael Natterer 957471604f icons, app, libgimpwidgets: use GResource for the compiled-in icons
And a small improvement in cursors/Makefile.am
2015-04-21 21:57:08 +02:00
Michael Natterer 071ede915a app: first draft of GimpMybrushTool, which uses MyPaint brushes 2015-03-30 22:38:34 +02:00
Michael Natterer f8a9f39466 libgimpwidgets: use gtk_window_set_default_icon_name()
instead of gtk_window_set_default_icon_list() which requires having
actual GdkPixbufs around. Move the 32x32 and 48x48 wilber images to
the icon theme, and remove all inline pixbuf generation stuff from
libgimpwidgets.
2015-03-29 21:00:11 +02:00
Johannes Matschke 2989bad35a Bug 721009 - new transform tool with freely placeable handles
Add new tool GimpHandleTransformTool which allows to freely place up
to 4 handles on the image, then move any one of them, which transforms
the image so that the remaining handles keep their position.

Did quite some cleanup on the code before pushing --Mitch
2015-03-05 12:36:59 +01:00
Marek Dvoroznak f15a7bc71d app: add NPD tool basics 2015-02-27 20:21:51 +01:00
Aryeom Han 5026234988 icons: Unified transform tool 2015-01-16 18:12:56 +01:00
Jakub Steiner 4dab80b9ef icon: warp tool 2015-01-06 21:09:58 +01:00
Michael Natterer 36d8431058 icons: add icons for seamless clone contributed by Klaus Staedtler 2014-11-19 21:32:36 +01:00
Michael Natterer 0bf1f22b01 app: add a "Playground" perfs page and a --show-playground command line option
The page is shown by default in unstable but needs --show-playground
in stable versions. There is nothing yet on that page. Also, the icon
needs improvement...
2014-09-14 01:08:25 +02:00
Michael Natterer 306e81b11d icons, libgimpwidgets: get rid of compiled-in icons
Register the stock icons with icon-name sources instead of inline
pixbuf sources so they simply use the icon theme icons insatead of
duplicating them.
2014-05-20 02:15:24 +02:00
Michael Natterer d8ad14142c icons: move gimp-dialog-icons.xcf.gz to the 64/ folder
and don't distribute it, we don't distribute any other icon source
image either.
2014-05-12 11:40:37 +02:00
Michael Natterer 110cfc9d4d icons, themes: move the prefs images source files to the icon theme folders 2014-05-12 10:51:32 +02:00
Michael Natterer 033719bfa2 icons, themes, app: move the preferences images into the icon theme 2014-05-12 03:24:09 +02:00
Michael Natterer 16e9188b1f icons: rename gimp-eye.png to gimp-visible.png 2014-05-08 12:37:42 +02:00
Michael Natterer ae4a41d7a5 themes, icons: move icons from themes/Default/images/ to the toplevel icons/
and install them in datadir/icons.
2014-05-07 21:57:21 +02:00