Gimp/app/dialogs
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
..
.gitignore
about-dialog.c Bug 750920 - Show commit number in About dialog 2015-08-21 10:27:03 +02:00
about-dialog.h
action-search-dialog.c app: add missing NULL check in action_search_match_keyword() 2016-05-16 12:48:15 +00:00
action-search-dialog.h app: more action search cleanup 2014-02-18 23:24:48 +01:00
authors.xsl Bug 754652 - About dialog does not credit contributors for 2.10. 2015-09-07 17:04:23 +02:00
channel-options-dialog.c app: port most of app's GUI from stock IDs to icon names 2014-05-07 15:30:38 +02:00
channel-options-dialog.h app: port most of app's GUI from stock IDs to icon names 2014-05-07 15:30:38 +02:00
color-profile-dialog.c app: use the new function in the color profile assign/convert dialog 2016-05-22 13:26:20 +02:00
color-profile-dialog.h app: prepare the color profile dialog for doing RGB <-> GRAY conversion 2016-04-30 18:35:52 +02:00
color-profile-import-dialog.c app: don't let display color management settings affect file import 2016-06-05 22:36:52 +02:00
color-profile-import-dialog.h app: don't let display color management settings affect file import 2016-06-05 22:36:52 +02:00
convert-indexed-dialog.c app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
convert-indexed-dialog.h app: rename convert-type-dialog.[ch] to convert-indexed-dialog.[ch] 2016-04-30 18:49:02 +02:00
convert-precision-dialog.c app: fix progress message for precision conversion 2015-11-23 18:41:16 +01:00
convert-precision-dialog.h app: simplify the Image -> Precision menu 2015-11-22 23:19:49 +01:00
data-delete-dialog.c app, libgimp: replace GTK_STOCK_FOO by icon names 2014-05-11 22:49:22 +02:00
data-delete-dialog.h app: move the GimpData delete confirm dialog to its own files 2011-03-24 21:46:40 +01:00
dialogs-constructors.c app: simplify GimpSymmetryEditor even more 2016-02-06 00:32:57 +01:00
dialogs-constructors.h Bug 648776 - mirror symmetries. 2016-02-02 21:15:13 +01:00
dialogs-types.h
dialogs.c app, libgimp*, plug-ins, icons: revert icon names into freedesktop... 2016-09-03 15:49:29 +02:00
dialogs.h app: Merge "toplevel" and "display" factories 2010-02-20 10:58:29 +01:00
fade-dialog.c app, libgimp: replace GTK_STOCK_FOO by icon names 2014-05-11 22:49:22 +02:00
fade-dialog.h
file-open-dialog.c app: move some stuff out of app/file/ 2016-01-03 23:38:08 +01:00
file-open-dialog.h
file-open-location-dialog.c app: change file_utils_filename_to_uri() to file_utils_filename_to_file() 2014-07-08 10:25:25 +02:00
file-open-location-dialog.h
file-save-dialog.c app: move some stuff out of app/file/ 2016-01-03 23:38:08 +01:00
file-save-dialog.h Bug 736907 - Compat mode for XCF 2014-10-20 22:54:11 +02:00
fill-dialog.c app: add menu items and a dialog for GimpItem::fill() 2016-03-15 21:07:59 +01:00
fill-dialog.h app: add menu items and a dialog for GimpItem::fill() 2016-03-15 21:07:59 +01:00
grid-dialog.c Don't use gtk_container_add() for adding to GtkBoxes 2010-10-30 14:57:56 +02:00
grid-dialog.h
image-merge-layers-dialog.c app: use gtk_box_new() 2011-09-30 11:29:11 +02:00
image-merge-layers-dialog.h Bug 625167 - Problem exporting floating selections from within layer groups 2011-02-14 09:45:59 +01:00
image-new-dialog.c app: add screen and monitor to all display and image window constructors 2014-05-02 20:21:41 +02:00
image-new-dialog.h
image-properties-dialog.c app, libgimp: replace GTK_STOCK_FOO by icon names 2014-05-11 22:49:22 +02:00
image-properties-dialog.h
image-scale-dialog.c Bug 658467 - Replace g_format_size_for_display() by g_format_size() 2011-11-30 23:37:55 +01:00
image-scale-dialog.h
input-devices-dialog.c app: also include <gegl.h> when we include "libgimpwidgets/gimpwidgets.h" 2013-11-01 22:28:18 +01:00
input-devices-dialog.h app: turn the input devices dialog into a session managed toplevel 2010-02-19 20:13:26 +01:00
keyboard-shortcuts-dialog.c app: also include <gegl.h> when we include "libgimpwidgets/gimpwidgets.h" 2013-11-01 22:28:18 +01:00
keyboard-shortcuts-dialog.h
layer-add-mask-dialog.c libgimpbase,*: clean up enum values in gimpbaseenums.h 2014-04-29 20:58:30 +02:00
layer-add-mask-dialog.h
layer-options-dialog.c app: rename GimpImageMap to GimpDrawableFilter 2016-05-12 01:49:53 +02:00
layer-options-dialog.h app: port most of app's GUI from stock IDs to icon names 2014-05-07 15:30:38 +02:00
lebl-dialog.c app, plug-ins, libgimp*: clean out all remaining trailing spaces/tabs. 2016-06-02 02:04:26 +02:00
lebl-dialog.h app, plug-ins, libgimp*: clean out all remaining trailing spaces/tabs. 2016-06-02 02:04:26 +02:00
Makefile.am Argh, this was meant to be squashed into the previous commit... 2016-05-26 22:18:50 +02:00
module-dialog.c app: port most of app's GUI from stock IDs to icon names 2014-05-07 15:30:38 +02:00
module-dialog.h
offset-dialog.c app: gimp_spin_button_new() -> gtk_spin_button_new() 2014-06-21 22:39:37 +02:00
offset-dialog.h
palette-import-dialog.c app: more filename -> GFile 2014-07-01 15:56:39 +02:00
palette-import-dialog.h
preferences-dialog.c app, libgimp*, plug-ins, icons: revert icon names into freedesktop... 2016-09-03 15:49:29 +02:00
preferences-dialog.h
print-size-dialog.c app: gimp_spin_button_new() -> gtk_spin_button_new() 2014-06-21 22:39:37 +02:00
print-size-dialog.h
quit-dialog.c Revert "Bug 768030 - keep same button placement on quit and close image dialogs." 2016-06-30 08:11:40 +02:00
quit-dialog.h
resize-dialog.c app: gimp_spin_button_new() -> gtk_spin_button_new() 2014-06-21 22:39:37 +02:00
resize-dialog.h Bug 678358 - Add option to skip text layers when resizing the image 2012-09-05 23:26:54 +02:00
resolution-calibrate-dialog.c libgimpwidgets, app: add gdk_screen_get_monitor_workarea() 2014-05-19 14:37:32 +02:00
resolution-calibrate-dialog.h
scale-dialog.c app: rename gimp_image_base_type() to gimp_image_get_base_type() 2012-05-07 21:57:33 +02:00
scale-dialog.h
stroke-dialog.c app: port most of app's GUI from stock IDs to icon names 2014-05-07 15:30:38 +02:00
stroke-dialog.h app: port most of app's GUI from stock IDs to icon names 2014-05-07 15:30:38 +02:00
template-options-dialog.c app: port most of app's GUI from stock IDs to icon names 2014-05-07 15:30:38 +02:00
template-options-dialog.h app: port most of app's GUI from stock IDs to icon names 2014-05-07 15:30:38 +02:00
tips-dialog.c app, libgimp*, plug-ins, icons: revert icon names into freedesktop... 2016-09-03 15:49:29 +02:00
tips-dialog.h
tips-parser.c app: some filename -> GFile in the tips parsing code 2014-07-23 23:40:01 +02:00
tips-parser.h app: some filename -> GFile in the tips parsing code 2014-07-23 23:40:01 +02:00
user-install-dialog.c app: s/gimp_stock_init/gimp_icons_init/ in the user install dialog 2015-12-13 20:03:52 +01:00
user-install-dialog.h
vectors-export-dialog.c
vectors-export-dialog.h
vectors-import-dialog.c app: use gtk_box_new() 2011-09-30 11:29:11 +02:00
vectors-import-dialog.h
vectors-options-dialog.c app: port most of app's GUI from stock IDs to icon names 2014-05-07 15:30:38 +02:00
vectors-options-dialog.h app: port most of app's GUI from stock IDs to icon names 2014-05-07 15:30:38 +02:00