Gimp/app/display
Sven Neumann 02817081ff use NC_() to mark enum values for translation. Use a lower-case short form
2008-11-06  Sven Neumann  <sven@gimp.org>

	* tools/gimp-mkenums: use NC_() to mark enum values for 
translation.
	Use a lower-case short form of the type name as translation 
context.

	* libgimp/libgimp-intl.h: define the NC_() macro as noop.

	* libgimpbase/gimpbasetypes.[ch]
	* libgimpbase/gimpbase.def: added new functions to set and
	get a translation context on an enum type.

	* app/base/Makefile.am
	* app/core/Makefile.am
	* app/display/Makefile.am
	* app/paint/Makefile.am
	* app/plug-in/Makefile.am
	* app/text/Makefile.am
	* app/tools/Makefile.am
	* app/widgets/Makefile.am
	* libgimp/Makefile.am
	* libgimpbase/Makefile.am:
	* libgimpconfig/Makefile.am
	* libgimpthumb/Makefile.am
	* libgimpwidgets/Makefile.am: register the translation context
	with the enum types.

	* app/display/display-enums.h
	* libgimpbase/gimpbaseenums.h
	* libgimpconfig/gimpcolorconfig-enums.h: removed old-style 
explicit
	translation context.

	* app/base/base-enums.c
	* app/core/core-enums.c
	* app/display/display-enums.c
	* app/paint/paint-enums.c
	* app/plug-in/plug-in-enums.c
	* app/text/text-enums.c
	* app/tools/tools-enums.c
	* app/widgets/widgets-enums.c
	* libgimpbase/gimpbaseenums.c
	* libgimpconfig/gimpcolorconfig-enums.c
	* libgimpwidgets/gimpwidgetsenums.c: regenerated.


svn path=/trunk/; revision=27562
2008-11-06 08:28:28 +00:00
..
display-enums.c use NC_() to mark enum values for translation. Use a lower-case short form 2008-11-06 08:28:28 +00:00
display-enums.h use NC_() to mark enum values for translation. Use a lower-case short form 2008-11-06 08:28:28 +00:00
display-types.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpcanvas.c #define GIMP_CANVAS_EVENT_MASK. 2008-08-22 16:05:46 +00:00
gimpcanvas.h #define GIMP_CANVAS_EVENT_MASK. 2008-08-22 16:05:46 +00:00
gimpdisplay-foreach.c added missing include. 2008-11-04 14:05:24 +00:00
gimpdisplay-foreach.h Bug 556896 – Dialogs don't get minimized with single image window 2008-10-23 08:39:46 +00:00
gimpdisplay-handlers.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
gimpdisplay-handlers.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplay.c add new functions gimp_get_image_iter(), display_iter() and 2008-11-02 21:34:14 +00:00
gimpdisplay.h added new function gimp_display_close() which decides if 2008-04-05 20:32:24 +00:00
gimpdisplayoptions.c reenabled rulers by default. 2008-05-27 13:45:50 +00:00
gimpdisplayoptions.h add new options object for the "no image" display appearance. 2008-03-18 22:21:47 +00:00
gimpdisplayshell-appearance.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
gimpdisplayshell-appearance.h app/display/gimpdisplayshell-draw.[ch] 2008-08-10 10:09:03 +00:00
gimpdisplayshell-autoscroll.c New function. 2008-08-26 18:50:54 +00:00
gimpdisplayshell-autoscroll.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplayshell-callbacks.c bail out instead of crashing if the tool has no display. 2008-10-30 23:13:24 +00:00
gimpdisplayshell-callbacks.h turn into a GtkContainer subclass mainly to reduce the diff to a local 2008-08-21 23:55:58 +00:00
gimpdisplayshell-close.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
gimpdisplayshell-close.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplayshell-coords.c removed delta_time, delta_x, delta_y, distance and random from the 2008-07-18 11:56:05 +00:00
gimpdisplayshell-coords.h app/display/gimpdisplayshell-callbacks.c 2008-04-07 13:54:43 +00:00
gimpdisplayshell-cursor.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
gimpdisplayshell-cursor.h Bug 496772 – Position shown in the statusbar needs more precision (for 2008-08-20 16:22:09 +00:00
gimpdisplayshell-dnd.c when dropping multiple images to the empty image window, open them as 2008-11-04 22:32:15 +00:00
gimpdisplayshell-dnd.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplayshell-draw.c add new functions gimp_image_get_layer_iter(), channel_iter() and 2008-11-02 20:46:57 +00:00
gimpdisplayshell-draw.h New function. 2008-08-14 19:23:28 +00:00
gimpdisplayshell-filter-dialog.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
gimpdisplayshell-filter-dialog.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplayshell-filter.c added GimpColorConfig and GimpColorManaged as construct-only properties. 2007-08-06 22:10:09 +00:00
gimpdisplayshell-filter.h added GimpColorConfig and GimpColorManaged as construct-only properties. 2007-08-06 22:10:09 +00:00
gimpdisplayshell-handlers.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
gimpdisplayshell-handlers.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplayshell-icon.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
gimpdisplayshell-icon.h app/display/gimpdisplayshell-icon.[ch] moved more icon code to its new 2008-03-26 09:35:14 +00:00
gimpdisplayshell-layer-select.c add new functions gimp_image_get_layer_by_index(), _channel_by_index() and 2008-10-10 11:45:00 +00:00
gimpdisplayshell-layer-select.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplayshell-preview.c renamed gimp_item_offsets() to gimp_item_get_offset() and 2008-11-02 23:03:29 +00:00
gimpdisplayshell-preview.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplayshell-progress.c swallow informational messages if there aren't handled by the statusbar. 2008-07-10 09:42:36 +00:00
gimpdisplayshell-progress.h added gimp_statusbar_peek(), a method to access the contents of the 2008-03-25 14:07:10 +00:00
gimpdisplayshell-render.c remove public functions get_tiles(), get_image(), get_image_type() and 2008-11-04 12:07:17 +00:00
gimpdisplayshell-render.h app/display/gimpdisplayshell-draw.[ch] 2008-08-10 10:09:03 +00:00
gimpdisplayshell-scale-dialog.c Bug 553534 – centering issues after image scaling and setting zoom 2008-10-02 14:53:35 +00:00
gimpdisplayshell-scale-dialog.h app/display/Makefile.am app/display/gimpdisplayshell-scale.[ch] split 2008-08-16 11:51:10 +00:00
gimpdisplayshell-scale.c don't #include "libgimpwidgets/gimpwidgets.h". 2008-10-23 09:42:55 +00:00
gimpdisplayshell-scale.h Bug 553534 – centering issues after image scaling and setting zoom 2008-10-02 14:53:35 +00:00
gimpdisplayshell-scroll.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
gimpdisplayshell-scroll.h New function. 2008-08-26 18:50:54 +00:00
gimpdisplayshell-selection.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
gimpdisplayshell-selection.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplayshell-title.c Bug 557870 – "Qmask" message popping up here and there 2008-10-25 15:29:35 +00:00
gimpdisplayshell-title.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdisplayshell-transform.c renamed gimp_item_offsets() to gimp_item_get_offset() and 2008-11-02 23:03:29 +00:00
gimpdisplayshell-transform.h app/display/gimpdisplayshell-draw.[ch] 2008-08-10 10:09:03 +00:00
gimpdisplayshell.c renamed gimp_item_width() to gimp_item_get_width() and gimp_item_height() 2008-11-03 00:09:01 +00:00
gimpdisplayshell.h don't #include "libgimpwidgets/gimpwidgets.h". 2008-10-23 09:42:55 +00:00
gimpnavigationeditor.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
gimpnavigationeditor.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2007-12-16 02:06:15 +00:00
gimpscalecombobox.c reverted last change. 2008-05-29 13:59:30 +00:00
gimpscalecombobox.h Stop including single headers from gtk+ to be prepared for the upcoming 2008-05-23 20:38:52 +00:00
gimpstatusbar.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
gimpstatusbar.h Bug 496772 – Position shown in the statusbar needs more precision (for 2008-08-20 16:22:09 +00:00
Makefile.am use NC_() to mark enum values for translation. Use a lower-case short form 2008-11-06 08:28:28 +00:00
makefile.msc updated include <string.h> for memcmp() include <string.h> for strcmp() 2008-10-03 19:27:54 +00:00