gimp/app/base
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
..
Makefile.am use NC_() to mark enum values for translation. Use a lower-case short form 2008-11-06 08:28:28 +00:00
base-enums.c use NC_() to mark enum values for translation. Use a lower-case short form 2008-11-06 08:28:28 +00:00
base-enums.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
base-types.h Rename the convenient channel offset defines from FOO_PIX to FOO as this 2008-10-19 13:47:09 +00:00
base-utils.c app/base/base-utils.h The return type of get_pid() should be gint, not 2008-09-04 17:54:06 +00:00
base-utils.h app/base/base-utils.h The return type of get_pid() should be gint, not 2008-09-04 17:54:06 +00:00
base.c add get_pid() which returns getpid(). 2008-02-07 13:19:15 +00:00
base.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
boundary.c minor cleanups. 2008-01-22 19:44:03 +00:00
boundary.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
color-balance.c Rename the convenient channel offset defines from FOO_PIX to FOO as this 2008-10-19 13:47:09 +00:00
color-balance.h app/gegl/Makefile.am app/gegl/gegl-types.h new config object. 2008-01-24 10:37:21 +00:00
colorize.c Rename the convenient channel offset defines from FOO_PIX to FOO as this 2008-10-19 13:47:09 +00:00
colorize.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
cpercep.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
cpercep.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
curves.c app/core/Makefile.am app/core/core-types.h app/core/gimpcurve-save.[ch] 2007-11-02 12:18:50 +00:00
curves.h app/core/Makefile.am app/core/core-types.h app/core/gimpcurve-save.[ch] 2007-11-02 12:18:50 +00:00
desaturate.c Rename the convenient channel offset defines from FOO_PIX to FOO as this 2008-10-19 13:47:09 +00:00
desaturate.h changed to take a pointer as first argument as all PixelProcessor 2008-05-21 14:20:15 +00:00
gimphistogram.c added new method gimp_histogram_duplicate(). 2008-07-22 09:29:35 +00:00
gimphistogram.h added new method gimp_histogram_duplicate(). 2008-07-22 09:29:35 +00:00
gimplut.c app/actions/data-commands.c app/base/boundary.c app/base/gimphistogram.c 2007-05-22 10:43:48 +00:00
gimplut.h app/base/gimplut.[ch] app/tools/gimpcurvestool.c reverted the changes done 2007-05-05 14:29:37 +00:00
hue-saturation.c Rename the convenient channel offset defines from FOO_PIX to FOO as this 2008-10-19 13:47:09 +00:00
hue-saturation.h app/gegl/Makefile.am app/gegl/gegl-types.h new config object. 2008-01-22 09:49:40 +00:00
levels.c new utility function which maps a single value. 2008-01-23 08:48:29 +00:00
levels.h new utility function which maps a single value. 2008-01-23 08:48:29 +00:00
lut-funcs.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2008-01-18 18:14:14 +00:00
lut-funcs.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
makefile.msc updated include <string.h> for memcmp() include <string.h> for strcmp() 2008-10-03 19:27:54 +00:00
pixel-processor.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
pixel-processor.h remove PixelProcessorFunc typedef. 2008-05-21 19:07:26 +00:00
pixel-region.c when resizing, don't advance the "data" pointer of regions of contiguous 2007-10-23 14:15:27 +00:00
pixel-region.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
pixel-surround.c updated documentation. 2008-08-26 21:06:09 +00:00
pixel-surround.h changed to silently return in case of out-of-bounds access. There's code 2008-08-25 20:38:52 +00:00
siox.c Rename the convenient channel offset defines from FOO_PIX to FOO as this 2008-10-19 13:47:09 +00:00
siox.h
temp-buf.c corrected formula for demultiplying the alpha value. 2007-12-13 20:30:29 +00:00
temp-buf.h Speed up our display rendering code paths by keeping data with 2007-12-13 17:27:07 +00:00
threshold.c Rename the convenient channel offset defines from FOO_PIX to FOO as this 2008-10-19 13:47:09 +00:00
threshold.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
tile-cache.c use a GMutex instead of a GStaticMutex as the latter needs API that causes 2008-10-08 07:33:29 +00:00
tile-cache.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
tile-manager-crop.c added clear_region(). 2008-09-01 20:44:00 +00:00
tile-manager-crop.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
tile-manager-preview.c app/paint-funcs/Makefile.am 2007-08-08 08:35:45 +00:00
tile-manager-preview.h added tile_manager_get_sub_preview(). 2007-07-17 20:33:10 +00:00
tile-manager-private.h app/base/base-types.h app/base/tile-manager.[ch] removed accessors for 2007-06-21 14:36:58 +00:00
tile-manager.c changed to silently return in case of out-of-bounds access. There's code 2008-08-25 20:38:52 +00:00
tile-manager.h app/base/tile-manager.h moved a misplaced comment to the right place. 2008-08-05 15:10:47 +00:00
tile-private.h provide a macro version of tile_data_pointer(). 2008-08-25 13:00:28 +00:00
tile-pyramid.c reverted last change as the code in tile-pyramid does care about the pixel 2008-11-04 09:07:38 +00:00
tile-pyramid.h reverted last change as the code in tile-pyramid does care about the pixel 2008-11-04 09:07:38 +00:00
tile-rowhints.c app/base/Makefile.am app/base/tile.[ch] moved tile row hints code to its 2007-10-09 16:14:10 +00:00
tile-rowhints.h app/base/Makefile.am app/base/tile.[ch] moved tile row hints code to its 2007-10-09 16:14:10 +00:00
tile-swap.c add get_pid() which returns getpid(). 2008-02-07 13:19:15 +00:00
tile-swap.h allocate structs using GSlice. 2007-05-22 21:32:09 +00:00
tile.c provide a macro version of tile_data_pointer(). 2008-08-25 13:00:28 +00:00
tile.h formatting 2007-10-09 17:20:53 +00:00