Bug 759105 - Patch to add icon theme selection

Desktop / GNOME / GIMP - Benoit Touchette [gmail.com] - 9 December 2015 05:50 UTC

Add support for custom icon themes much like custom theme support. There is still work to be done but this is the basic functionality.

6762bf5 Bug 759105 - Patch to add icon theme selection
app/config/gimpguiconfig.c | 30 +++++
app/config/gimpguiconfig.h | 2 +
app/config/gimprc-blurbs.h | 6 +
app/core/gimp-gui.c | 12 ++
app/core/gimp-gui.h | 2 +
app/core/gimp-user-install.c | 1 +
app/dialogs/preferences-dialog.c | 112 +++++++++++++++-
app/gui/Makefile.am | 2 +
app/gui/gui-vtable.c | 9 ++
app/gui/gui.c | 3 +
app/gui/icon-themes.c | 261 ++++++++++++++++++++++++++++++++++++
app/gui/icon-themes.h | 34 +++++
app/widgets/gimphelp-ids.h | 2 +
icons/16/gimp-prefs-icon-theme.png | Bin 0 -> 492 bytes
icons/16/gimp-prefs-icon-theme.svg | 196 +++++++++++++++++++++++++++
icons/22/gimp-prefs-icon-theme.png | Bin 0 -> 653 bytes
icons/22/gimp-prefs-icon-theme.svg | 202 ++++++++++++++++++++++++++++
icons/Makefile.am | 30 +++--
libgimpwidgets/gimpstock.c | 7 +-
19 files changed, 895 insertions(+), 16 deletions(-)

Upstream: git.gnome.org


  • Share