gimp/app/text
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
gimp-fonts.c app/text/gimp-fonts.c removed unused includes. 2008-10-30 22:27:57 +00:00
gimp-fonts.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpfont-utils.c app/text/gimp-fonts.c removed unused includes. 2008-10-30 22:27:57 +00:00
gimpfont-utils.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpfont.c app/text/gimpfont.c render font previews using PangoCairo. 2008-10-31 07:24:11 +00:00
gimpfont.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpfontlist.c app/text/gimpfont.c render font previews using PangoCairo. 2008-10-31 07:24:11 +00:00
gimpfontlist.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimptext-compat.c app/core/gimp-edit.c app/core/gimpchannel.c 2008-11-03 21:17:50 +00:00
gimptext-compat.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimptext-parasite.c formatting. 2008-02-07 07:38:55 +00:00
gimptext-parasite.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimptext-vectors.c app/text/Makefile.am removed. 2008-11-03 23:25:05 +00:00
gimptext-vectors.h Merge on-canvas GSoC project: 2008-10-26 17:39:55 +00:00
gimptext-xlfd.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimptext-xlfd.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimptext.c added new enum GimpTextHintStyle. 2008-10-27 07:59:32 +00:00
gimptext.h added new enum GimpTextHintStyle. 2008-10-27 07:59:32 +00:00
gimptextlayer-transform.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
gimptextlayer-transform.h app/core/Makefile.am app/core/gimp-transform-resize.c 2006-12-24 16:48:08 +00:00
gimptextlayer-xcf.c app/core/gimp-edit.c app/core/gimpchannel.c 2008-11-03 21:17:50 +00:00
gimptextlayer-xcf.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimptextlayer.c bumped minimum required version of GLib to 2.18.0. 2008-11-04 12:33:09 +00:00
gimptextlayer.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimptextlayout-render.c app/text/Makefile.am removed this header file. 2008-11-03 23:44:19 +00:00
gimptextlayout-render.h app/text/Makefile.am removed. 2008-11-03 23:25:05 +00:00
gimptextlayout.c app/text/Makefile.am removed this header file. 2008-11-03 23:44:19 +00:00
gimptextlayout.h app/text/Makefile.am removed this header file. 2008-11-03 23:44:19 +00:00
gimptextundo.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
gimptextundo.h add support for GIMP_UNDO_TEXT_LAYER_MODIFIED. 2007-01-30 15:08:59 +00:00
makefile.msc updated and removed -GD to let msvc9 complain less 2007-12-09 14:11:09 +00:00
text-enums.c use NC_() to mark enum values for translation. Use a lower-case short form 2008-11-06 08:28:28 +00:00
text-enums.h app/text/text-enums.[ch] as a first step towards a new text PDB API, moved 2008-03-31 21:48:07 +00:00
text-types.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00