Hartmut Kuhse
66bc98d299
Revert "New GimpMetadata as subclass of GExiv2Metadata"
...
This reverts commit 3ab08c8bfd
.
2017-01-03 19:36:22 +01:00
Hartmut Kuhse
3ab08c8bfd
New GimpMetadata as subclass of GExiv2Metadata
2017-01-03 19:26:35 +01:00
Jehan
b58f4fec0b
icons: make Color theme's "broken chain" icons more obvious.
...
In 24x24, there was barely 1 pixel between the 2 links of the chain, and
not even inside a perfect pixel (so with interpolation, that's barely
recognizable).
I don't know if it's a very good-looking change but for now, that will
do. Designers are welcome to contribute improvements!
Symbolic icons were already taken care of in commit 3ff408f
.
2016-11-08 22:24:56 +01:00
Jehan
3ff408ffe3
icons: make "broken" chains (for proportional fields) more obvious...
...
... by adding more space between the 2 parts of the chain.
Only done the symbolic icons for now. The color ones later.
2016-10-22 19:33:59 +02:00
Jehan
fb51bc6802
Bug 772981 - missing some vector icons in the dist tarballs.
...
This fixes building with --enable-vector-icons from tarballs generated
by `make dist`.
2016-10-17 02:28:44 +02:00
Jehan
0adb1d4a14
Bug 771895 - add 128x128 and 256x256 versions for "folder" icon.
...
Freedesktop's "Thumbnail Managing Standard" defines 2 standard sizes
for thumbnails: 128x128 and 256x256 (section 5.3. Thumbnail Size).
Since the "folder" icon is used in-place of thumbnail when selecting a
folder in the GTK+ file dialog, it should also provide these default
sizes.
2016-10-17 01:39:13 +02:00
Jehan
15d9f4a354
icons, libgimpwidgets: delete "gimp-path-(new|up|down|delete)" icons.
...
Commit 82737bf
got rid of the only pieces of code where these icons were
used. Since they were never available in any version release of GIMP,
let's delete them from libgimpwidgets API as well.
2016-10-02 19:48:48 +02:00
Øyvind Kolås
dfad0d115e
icons: set GEGL_USE_OPENCL=no for symbolic icon inversion
...
Observed initialization time for OpenCL observed on modern systems has been up
to 1 second - OpenCL speed ups will not outweigh initialization costs for these
small icons.
2016-09-21 01:03:26 +02:00
Jehan
7a5d0810a3
icons: "gimp-print-resolution" icons better fit "document-print".
...
Also alias GIMP_STOCK_PRINT_RESOLUTION to "document-print" until we
get a proper icon for it.
2016-09-13 23:49:26 +02:00
Jehan
70a3584437
icons: fix icons with crazy sizes.
...
Gaaah! Export error.
2016-09-13 22:48:50 +02:00
Jehan
410b23ea36
icons: updated "gimp-prefs-folders" and new "folder" icons.
...
The former "gimp-prefs-folders" actually becomes the new "folder", which
is used for instance in file dialogs.
2016-09-13 22:21:09 +02:00
Jehan
5289a25b7c
icons, app: "folder-new" icon used for new layer group.
2016-09-12 22:26:46 +02:00
Jehan
42ee8c7bb9
icons: move icon to the right folder.
...
Oups!
2016-09-12 22:17:20 +02:00
Jehan
49abdc33fd
icons: add "edit-delete" icon.
...
Based off icons from Klaus Staedtler, who proposed separate icons for
layers, channels and paths. I only extracted the "cross" part for a
generate delete icon.
2016-09-12 21:39:11 +02:00
Jehan
75e97a23f3
icons, libgimpwidgets: gimp-buffer icons renamed to edit-copy...
...
... and GIMP_STOCK_BUFFER redefined to "edit-paste", half-reverting
commit cb7d93d
(except we use standard Freedesktop icon naming instead
of the GTK stock name).
The gimp-buffer icon was indeed definitely looking like a typical copy
icon, which was missing, and this has priority over a buffer icon.
2016-09-12 03:53:17 +02:00
Jehan
c6a570d33e
configure, INSTALL, devel-docs: vectorial icons is not proper English.
...
We should use "vector icons" instead. Thanks to nomis for raising the
question and ankh to confirm the proper English.
2016-09-12 01:58:41 +02:00
Jehan
c6f1761af7
icons, app, libgimpwidgets: replace GIMP_STOCK_EDIT with GTK_STOCK_EDIT.
2016-09-05 02:53:51 +02:00
Jehan
8bff597c6f
icons: install the new Freedesktop/GTK+ icons.
2016-09-05 00:45:15 +02:00
Klaus Staedtler
0eeee33c70
icons: many new icons.
...
These icons were massively renamed by Jehan, from a feature branch, in
order to fit either into Freedesktop's "Icon Naming Specification", or
as standard GTK+ icons.
2016-09-05 00:45:15 +02:00
Klaus Staedtler
a440f6cbff
icons: updated icons.
...
As squashed by Jehan from the work of Klaus Staedtler in a feature
branch.
2016-09-05 00:45:14 +02:00
Jehan
6f0be266a2
icons: forgot to rename some "gimp-open" icons into "document-open".
...
Argh! I should always test both the vectorial and raster icons before
pushing!
2016-09-03 17:58:24 +02:00
Jehan
6c674e973c
app, libgimp*, plug-ins, icons: revert icon names into freedesktop...
...
... standard icon names and GTK+ icon names as second choice.
We should only use GIMP specific icon names as last resort, when there
is no standard or GTK+ names dedicated to the function.
This is made possible thanks to commit 3cc77b0
.
s/gimp-document-recent/document-open-recent/
s/gimp-indent/format-indent-more/
s/gimp-next/go-next/
s/gimp-previous/go-previous/
s/gimp-save/document-save/
s/gimp-save-as/document-save-as/
s/gimp-revert/document-revert/
s/gimp-open/document-open/
s/gimp-document-recent/document-open-recent/
s/gimp-quit/window-close/ ou s/gimp-quit/application-exit/
s/gimp-warning/dialog-warning/
s/gimp-edit-clear/edit-clear/
s/gimp-justify-.*/gtk-justify-.*/
s/gimp-font/gtk-select-font/
s/gimp-color-palette/gtk-select-color/
s/gimp-cancel/gtk-cancel/
2016-09-03 15:49:29 +02:00
Massimo Valentini
3cc77b03bf
Bug 759904: Some icons can't be set from the icon theme
...
make it possible to use themed standard named icons
so to have also gtk dialogs show icons in the same style
as GIMP ui.
2016-09-02 12:30:49 +02:00
Sebastian Pipping
42420c3c4d
Bug 769102: fix creation of output directories for inverted icons.
...
https://bugs.gentoo.org/show_bug.cgi?id=589394
2016-07-23 14:35:23 +02:00
klausstaedtler
8631dda659
icons: remove Prototype directory. Many of the icons there are in use or
...
superseded in iconswip.
2016-07-04 20:52:33 +02:00
klausstaedtler
0111c196f3
icons: scalable&color-scalable
...
replace
gimp-tool-preset
the new icon reflects that it is used in fact for an editor (and not a static setting)
(even better would be gimpdynamicseditor would use a different icon than
gimptoolpreseteditor)
consequently
gimp-prefs-folders-tool-presets
has changed too
some other minor corrections on other icons
2016-07-02 18:18:05 +02:00
klausstaedtler
31dd427140
icons: scalable&color-scalable
...
gimp-char-picker 16x16 was missing
replace with better fitting icons:
gimp-image-reload
2016-06-20 20:54:43 +02:00
klausstaedtler
06b4a38157
icons: color-scalable
...
replace with better fitting icons
gimp-edit
intended to replace gtk-edit too
2016-06-20 18:49:21 +02:00
klausstaedtler
e36846124c
icons: color-scalable
...
replace with better fitting icons
gimp-prefs-folders-mypaint-brushes
add 16x16 png's
2016-06-20 17:35:32 +02:00
klausstaedtler
5684840f2d
icons: scalable&color-scalable
...
replace with better fitting icons
gimp-shred
gimp-path-up
gimp-path-down
gimp-path-new
gimp-path-delete
2016-06-19 22:30:28 +02:00
Jehan
fec8d46002
icons: wrong directory created.
...
Likel copy-paste typo.
2016-06-12 13:38:22 +02:00
Jehan
18b0468cc9
tools: invert-svg is a build-only tool.
...
It must be built with a native compiler and native libs only.
2016-06-12 04:25:53 +02:00
Jehan
02b1bd494c
icons: missing exported bitmap icon.
2016-06-10 15:48:02 +02:00
Jehan
8c6fd83cd2
icons: 22/gimp-indent.png not svg.
...
Sorry, my bad!
2016-06-10 15:39:43 +02:00
Jehan
1056016e67
icons, libgimpwidgets: s/gimp-justify-block/gimp-justify-fill/.
...
We may have to rename them later into standard GTK+ names.
But anyway, the right name would be (gtk|gimp)-justify-fill.
Cf. bug 759904.
2016-06-10 15:13:36 +02:00
Jehan
705c946dda
icons: gimp-indent icons were not installed.
2016-06-10 13:50:47 +02:00
Jehan
eef30a2702
icons, libgimpwidgets: s/gimp-intend/gimp-indent/.
2016-06-10 13:50:47 +02:00
Jehan
fbdc20f862
icons: fix broken icon names.
2016-06-10 13:50:46 +02:00
klausstaedtler
cb7d93d556
icons: Bug 759904
...
add
gimp-buffer
remove
gimp/libgimpwidgets/gimpicons.h:#define GIMP_STOCK_BUFFER GTK_STOCK_PASTE
patch
gimpicons.c
gimpicons.h
2016-06-10 13:50:46 +02:00
klausstaedtler
f87a8d27dd
icons: Bug 759904
...
add
gimp-justify-block
gimp-justify-center
gimp-justify-left
gimp-justify-right
patch
gimpicons.c
gimpicons.h
to get active and replace gtk-justify-*
'gimp/app/tools/gimptextoptions.c: box = gimp_prop_enum_icon_box_new (config, "justify", "gtk-justify", 0, 0);
must be patched
2016-06-10 13:50:46 +02:00
klausstaedtler
1199a7e6fb
icons: Bug 759904
...
add
gimp-document-recent
patch: replace "document-open-recent" by "gimp-document-recent" (or GIMP_STOCK_DOCUMENT_RECENT)
gimp/app/dialogs/dialogs.c: N_("History"), N_("Document History"), "document-open-recent",
gimp/app/actions/documents-actions.c: { "documents-popup", "document-open-recent",
gimp/app/actions/dialogs-actions.c: { "dialogs-document-history", "document-open-recent",
patch
gimpicons.c
gimpicons.h
2016-06-10 13:50:46 +02:00
klausstaedtler
b79e754480
icons: Bug 759904
...
add
gimp-open
patch: replace "document-open" by "gimp-open" (or GIMP_STOCK_OPEN)
gimp/plug-ins/imagemap/imap_browse.c: icon = gtk_image_new_from_icon_name ("document-open", GTK_ICON_SIZE_BUTTON);
gimp/libgimpwidgets/gimpfileentry.c: image = gtk_image_new_from_icon_name ("document-open", GTK_ICON_SIZE_BUTTON);
gimp/app/actions/text-editor-actions.c: { "text-editor-load", "document-open",
gimp/app/actions/vectors-actions.c: { "vectors-import", "document-open",
gimp/app/actions/patterns-actions.c: { "patterns-open-as-image", "document-open",
gimp/app/actions/documents-actions.c: { "documents-open", "document-open",
gimp/app/actions/brushes-actions.c: { "brushes-open-as-image", "document-open",
gimp/app/actions/text-tool-actions.c: { "text-tool-load", "document-open",
gimp/app/actions/file-actions.c: entries[i].icon_name = "document-open";
gimp/app/widgets/gimpsettingsbox.c: "document-open",
gimp/app/widgets/gimpsettingseditor.c: "document-open",
patch
gimpicons.c
gimpicons.h
2016-06-10 13:50:46 +02:00
klausstaedtler
b614734dd4
icons: symbolic revert gimp-prefs-color-management
...
to avoid confusion with new gnome control-center use the 'old' symbolic
2016-06-10 13:50:46 +02:00
klausstaedtler
1b13a41c14
icons: add forgotten update icon-list.mk
2016-06-10 13:50:46 +02:00
klausstaedtler
62a4a714dc
icons: add missing gimp-pattern
...
patch
gimpicons.c
gimpicons.h
2016-06-10 13:50:46 +02:00
klausstaedtler
312691312d
icons: Bug 759904
...
add
gimp-shred
patch: replace "edit-clear" by "gimp-shred" (or GIMP_STOCK_SHRED)
gimp/app/actions/documents-commands.c: "edit-clear",
gimp/gimp/app/actions/edit-actions.c: { "edit-undo-clear", "edit-clear",
gimp/app/actions/documents-actions.c: { "documents-clear", "edit-clear",
gimp/app/dialogs/preferences-dialog.c: button = prefs_button_add ("edit-clear", shred
add
gimp-edit-clear
patch: replace "edit-clear" by "gimp-edit-clear" (or GIMP_STOCK_EDIT_CLEAR)
gimp/app/actions/text-editor-actions.c: { "text-editor-clear", "edit-clear",
gimp/app/actions/edit-actions.c: { "edit-clear", "edit-clear",
gimp/app/actions/error-console-actions.c: { "error-console-clear", "edit-clear",
gimp/app/actions/text-tool-actions.c: { "text-tool-clear", "edit-clear",
gimp/app/widgets/gimptextstyleeditor.c: image = gtk_image_new_from_icon_name ("edit-clear", GTK_ICON_SIZE_MENU);
gimp/app/dialogs/preferences-dialog.c: button = prefs_button_add ("edit-clear",
patch
gimpicons.c
gimpicons.h
update
icon-list.mk
2016-06-10 13:50:45 +02:00
klausstaedtler
71bedb70f6
icons: Bug 759904
...
patch: replace "window-close" by "gimp-quit" (or GIMP_STOCK_QUIT)
gimp/app/actions/dock-actions.c: { "dock-close", "window-close",
gimp/app/actions/view-actions.c: { "view-close", "window-close",
gimp/app/actions/dockable-actions.c: { "dockable-close-tab", "window-close",
patch: replace "gtk-directory" by "gimp-file-manager" (or GIMP_STOCK_FILE_MANAGER)
gimp/libgimpwidgets/gimpfileentry.c: image = gtk_image_new_from_icon_name ("gtk-directory", GTK_ICON_SIZE_BUTTON);
gimp/app/actions/palettes-actions.c: { "palettes-show-in-file-manager", "gtk-directory",
gimp/app/actions/mypaint-brushes-actions.c: { "mypaint-brushes-show-in-file-manager", "gtk-directory",
gimp/app/actions/dynamics-actions.c: { "dynamics-show-in-file-manager", "gtk-directory",
gimp/app/actions/tool-presets-actions.c: { "tool-presets-show-in-file-manager", "gtk-directory",
gimp/app/actions/patterns-actions.c: { "patterns-show-in-file-manager", "gtk-directory",
gimp/app/actions/documents-actions.c: { "documents-show-in-file-manager", "gtk-directory",
gimp/app/actions/brushes-actions.c: { "brushes-show-in-file-manager", "gtk-directory",
gimp/app/actions/gradients-actions.c: { "gradients-show-in-file-manager", "gtk-directory",
add
gimp-rivert
patch
gimpicons.c
gimpicons.h
patch: replace "document-revert" by "gimp-revert" (or GIMP_STOCK_REVERT)
gimp/app/actions/tool-options-actions.c: { "tool-options-restore-preset-menu", "document-revert",
gimp/app/actions/tool-presets-actions.c: { "tool-presets-restore", "document-revert",
gimp/app/actions/gradient-editor-actions.c: { "gradient-editor-load-left-color", "document-revert",
gimp/app/actions/gradient-editor-actions.c: { "gradient-editor-load-right-color", "document-revert",
gimp/app/widgets/gimptooloptionseditor.c: gimp_editor_add_button (GIMP_EDITOR (editor), "document-revert",
gimp/app/widgets/gimpdataeditor.c: "document-revert",
2016-06-10 13:50:45 +02:00
klausstaedtler
3842c58169
icons: Bug 759904
...
add
gimp-image-open
gimp-image-reload
gimp-close-all
gimp-save-as
gimp-quit
gimp-file-manager
gimp-clipboard
patch
file-actions.c
2016-06-10 13:50:45 +02:00
klausstaedtler
2696611d1e
icons: Bug 759904
...
add
gimp-group-layer
patch
gimpgrouplayer.c
2016-06-10 13:50:45 +02:00
klausstaedtler
8b1ea3cc13
icons: Bug 759904
...
add
gimp-cancel
gimp-save
patch
gimpstatusbar.c
fil-pdf-save.c
gimpicons.c
gimpicons.h
2016-06-10 13:50:45 +02:00