gimp/app/pdb
Michael Natterer 2424e2bae4 app/pdb/Makefile.am new utility functions which look up brushes, patterns
2007-12-11  Michael Natterer  <mitch@gimp.org>

	* app/pdb/Makefile.am
	* app/pdb/gimppdb-utils.[ch]: new utility functions which look up
	brushes, patterns etc. and set appropriate error messages if the
	objects are not found.

	* tools/pdbgen/pdb/brush.pdb
	* tools/pdbgen/pdb/brushes.pdb
	* tools/pdbgen/pdb/buffer.pdb
	* tools/pdbgen/pdb/context.pdb
	* tools/pdbgen/pdb/convert.pdb
	* tools/pdbgen/pdb/gradient.pdb
	* tools/pdbgen/pdb/gradients.pdb
	* tools/pdbgen/pdb/paint_tools.pdb
	* tools/pdbgen/pdb/palette.pdb
	* tools/pdbgen/pdb/palettes.pdb
	* tools/pdbgen/pdb/pattern.pdb
	* tools/pdbgen/pdb/patterns.pdb: use them here. Also set non_empty
	to TRUE for all brush, pattern etc. names.

	* app/pdb/brush_cmds.c
	* app/pdb/brushes_cmds.c
	* app/pdb/buffer_cmds.c
	* app/pdb/context_cmds.c
	* app/pdb/convert_cmds.c
	* app/pdb/gradient_cmds.c
	* app/pdb/gradients_cmds.c
	* app/pdb/paint_tools_cmds.c
	* app/pdb/palette_cmds.c
	* app/pdb/palettes_cmds.c
	* app/pdb/pattern_cmds.c
	* app/pdb/patterns_cmds.c: regenerated.


svn path=/trunk/; revision=24318
2007-12-11 09:54:41 +00:00
..
Makefile.am app/pdb/Makefile.am new utility functions which look up brushes, patterns 2007-12-11 09:54:41 +00:00
README Added another warning about autogenerated files 2001-01-21 22:28:16 +00:00
brush_cmds.c app/pdb/Makefile.am new utility functions which look up brushes, patterns 2007-12-11 09:54:41 +00:00
brush_select_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
brushes_cmds.c app/pdb/Makefile.am new utility functions which look up brushes, patterns 2007-12-11 09:54:41 +00:00
buffer_cmds.c app/pdb/Makefile.am new utility functions which look up brushes, patterns 2007-12-11 09:54:41 +00:00
channel_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
color_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
context_cmds.c app/pdb/Makefile.am new utility functions which look up brushes, patterns 2007-12-11 09:54:41 +00:00
convert_cmds.c app/pdb/Makefile.am new utility functions which look up brushes, patterns 2007-12-11 09:54:41 +00:00
display_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
drawable_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
drawable_transform_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
edit_cmds.c add GError parameter. 2007-12-06 19:07:11 +00:00
fileops_cmds.c pass the error also to file_utils_filename_to_uri(). 2007-12-05 20:32:55 +00:00
floating_sel_cmds.c Move some gimp_message() calls where they belong: 2007-12-06 18:00:10 +00:00
font_select_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
fonts_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
gimp-pdb-compat.c added "gboolean non_empty" to require the string being non-empty. Changed 2007-04-25 14:23:05 +00:00
gimp-pdb-compat.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppdb-query.c added GError arguments and reduce number of labels: to one by simply 2007-12-05 15:21:45 +00:00
gimppdb-query.h added GError arguments and reduce number of labels: to one by simply 2007-12-05 15:21:45 +00:00
gimppdb-utils.c app/pdb/Makefile.am new utility functions which look up brushes, patterns 2007-12-11 09:54:41 +00:00
gimppdb-utils.h app/pdb/Makefile.am new utility functions which look up brushes, patterns 2007-12-11 09:54:41 +00:00
gimppdb.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
gimppdb.h use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
gimppdberror.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
gimppdberror.h use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
gimpprocedure.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
gimpprocedure.h use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
gimprc_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
gradient_cmds.c app/pdb/Makefile.am new utility functions which look up brushes, patterns 2007-12-11 09:54:41 +00:00
gradient_select_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
gradients_cmds.c app/pdb/Makefile.am new utility functions which look up brushes, patterns 2007-12-11 09:54:41 +00:00
grid_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
guides_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
help_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
image_cmds.c set the error instead of using gimp_message(). 2007-12-05 18:28:49 +00:00
internal_procs.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2007-11-18 18:51:54 +00:00
internal_procs.h HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated". 2007-01-09 10:52:47 +00:00
layer_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
makefile.msc updated and removed -GD to let msvc9 complain less 2007-12-09 14:11:09 +00:00
message_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
misc_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
paint_tools_cmds.c app/pdb/Makefile.am new utility functions which look up brushes, patterns 2007-12-11 09:54:41 +00:00
palette_cmds.c app/pdb/Makefile.am new utility functions which look up brushes, patterns 2007-12-11 09:54:41 +00:00
palette_select_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
palettes_cmds.c app/pdb/Makefile.am new utility functions which look up brushes, patterns 2007-12-11 09:54:41 +00:00
parasite_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
paths_cmds.c added GError arguments and fixed all functions to abort when the first 2007-12-06 18:40:12 +00:00
pattern_cmds.c app/pdb/Makefile.am new utility functions which look up brushes, patterns 2007-12-11 09:54:41 +00:00
pattern_select_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
patterns_cmds.c app/pdb/Makefile.am new utility functions which look up brushes, patterns 2007-12-11 09:54:41 +00:00
pdb-types.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
plug_in_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
procedural_db_cmds.c added GError arguments and reduce number of labels: to one by simply 2007-12-05 15:21:45 +00:00
progress_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
selection_cmds.c added GErrors to gimp_selection_extract() and gimp_selection_float(). 2007-12-07 18:16:28 +00:00
selection_tools_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
text_tool_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
transform_tools_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
undo_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
unit_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00
vectors_cmds.c use GError for error reporting in PDB invoker methods. 2007-12-02 18:05:54 +00:00

README

This directory contains the PDB-wrappers for various internal
Gimp functions.

THESE FILES ARE AUTOGENERATED AND CHANGES HERE ARE USELESS!

If you need to change the code please have a look in ../../tools/pdbgen/pdb.