a88c0ffb93
Change the license URL from http://www.gnu.org/licenses/ to https://
2018-07-11 23:47:19 +02:00
ebb9d83d63
Bug 795230 - Rename Blend tool and provide PDB compatibility
...
Step 1: rename the icon to GIMP_ICON_TOOL_GRADIENT (gimp-tool-gradient)
2018-04-13 23:07:08 +02:00
6263e25dd9
libgimpwidgets: don't add new stock IDs, they are all deprecated
...
Instead, add GIMP_ICON_* defines for new icons.
2017-12-31 16:10:14 +01:00
0098eedb81
Fix gimpicons.c, reorder items
2017-06-12 03:38:36 +03:00
70b389a7b1
Cherry-pick template updates from icons-wip branch by Klaus Staedtler
2017-06-12 03:24:32 +03:00
f9ee38ea33
libgimp: add blurbs to all object properties for the docs
...
and some minor doc fixes.
2017-06-06 21:19:17 +02:00
8322ffdac4
libgimpwidgets: some minor tab cleaning.
2017-03-24 15:16:15 +01:00
dda54c1df8
Deprecate stock items for good and change all icon defines to GIMP_ICON_*
...
Try to sort all GIMP_ICON_* defines into FDO categories like in
https://specifications.freedesktop.org/icon-naming-spec/latest/ar01s04.html
Add defines for all icons we override, rename some icons to their FDO
standard names, and mark the ones we duplicate with a comment so we
don't forget to rename those to standard names in 3.0.
2017-03-05 16:01:59 +01:00
91e861adcc
libgimpwidgets, *: deprecating stock IDs for good, part one...
...
Remove all stock items added since 2.8, restore accidentially removed
ones, and rename the newly added GIMP_STOCK_* defines to GIMP_ICON_*.
(will move to having GIMP_ICON_* defines instead of magic hardcoded
strings for all icons).
2017-02-28 19:31:27 +01:00
66bc98d299
Revert "New GimpMetadata as subclass of GExiv2Metadata"
...
This reverts commit 3ab08c8bfd
.
2017-01-03 19:36:22 +01:00
3ab08c8bfd
New GimpMetadata as subclass of GExiv2Metadata
2017-01-03 19:26:35 +01:00
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
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
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
c6f1761af7
icons, app, libgimpwidgets: replace GIMP_STOCK_EDIT with GTK_STOCK_EDIT.
2016-09-05 02:53:51 +02:00
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
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
dd9b0fc55b
Bug 768044 - Fix many typos
...
This fixes many typos in comments and one in a user-visible string (msgid
"center abscisse" changed to "center abscissa" in affected po files. too).
2016-06-26 00:35:24 +02:00
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
eef30a2702
icons, libgimpwidgets: s/gimp-intend/gimp-indent/.
2016-06-10 13:50:47 +02:00
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
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
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
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
62a4a714dc
icons: add missing gimp-pattern
...
patch
gimpicons.c
gimpicons.h
2016-06-10 13:50:46 +02:00
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
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
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
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
37c3c01cf1
icons: Bug 759904
...
add
gimp-next
gimp-previous
patch
gimpcolordisplayeditor.c
gimpcontrollerlist.c
dialog.c
tips-dialog.c
gimpicons.c
gimpicons.h
2016-06-10 13:50:44 +02:00
022cd64105
icons: Bug 759904
...
add
gimp-intend
patch
gimptextoptions.c
gimpicons.c
gimpicons.h
2016-06-10 13:50:44 +02:00
b55b4ac38d
icons: Bug 759904
...
add
gimp-font
patch
gimpicons.c
gimpicons.h
2016-06-10 13:50:44 +02:00
92a9117ae0
icons: Bug 759904
...
add
gimp-path-delete
gimp-path-new
gimp-path-up
gimp-path-down
patch
gimppatheditor.c
gimpicons.c
gimpicons.h
2016-06-10 13:50:43 +02:00
730547e0bb
libgimpwidgets: fix commit e6ba618
.
...
- Missing comma;
- headers from libgimpwidgets can't be included in app/core. So icon
macros can't be used there.
2016-06-02 20:06:54 +02:00
e6ba618bb9
icons: add new icon gimp-color-palette
...
patch
gimppalette.c
gimpicons.c
gimpicons.h
2016-06-02 18:24:29 +02:00
dfc8488dca
icons: add new icons to gimpicons.c too
2016-06-01 20:28:26 +02:00
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
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
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
fa9e5b8f98
app: do not hardcode default theme and icon theme all over the code.
...
Create GIMP_CONFIG_DEFAULT_(ICON_)?THEME in gimpguiconfig.h to set
defaults in a single place, except for libgimpwidgets/ which cannot
include from app/.
2016-01-11 03:15:36 +01:00
ccd6e31673
libgimpwidgets: use g_printerr() not g_warning() for wrong icon theme paths
2016-01-04 00:30:51 +01:00
d4aa39a7cd
app, libgimpwidgets, icons: rename mypaint brush icons and help ID
...
from "mybrush" to "mypaint brush".
2015-12-21 00:09:55 +01:00
71894bd787
libgimpwidgets: rename gimpstock.[ch] to gimpicons.[ch]
...
because stock is on its way out, so we better start renaming and
deprecating stuff sooner than later.
2015-12-12 20:44:46 +01:00