gimp/app/pdb
Michael Natterer 02d2b990f5 Redid the whole internal progress stuff: don't pass around
2004-08-10  Michael Natterer  <mitch@gimp.org>

	Redid the whole internal progress stuff: don't pass around
	progress_callback and progress_data; instead, provide a
	pointer to a GimpProgressInterface which can be implemented
	by a variety of backends.

	Addresses (but not yet fixes) bugs #6010, #97266 and #135185.

	* app/display/Makefile.am
	* app/display/gimpprogress.[ch]: removed the old progress hack.

	* app/core/Makefile.am
	* app/core/core-types.h
	* app/core/gimpprogress.[ch]: implement GimpProgressInterface.

	* app/widgets/Makefile.am
	* app/widgets/widgets-types.h
	* app/widgets/gimpprogressdialog.[ch]: the standalone progress
	dialog as widget implementing GimpProgressInterface.

	* app/display/gimpdisplay.c
	* app/display/gimpstatusbar.[ch]
	* app/widgets/gimpfiledialog.[ch]
	* app/widgets/gimpthumbbox.[ch]: added GimpProgressInterface
	implementation to these classes.

	* app/core/gimp-gui.[ch]
	* app/gui/gui-vtable.c: replaced the old progress vtable entries
	by two new to create and destroy a GimpProgressDialog in case
	no other progress is available.

	* app/pdb/procedural_db.[ch]
	* app/plug-in/plug-in-run.[ch]
	* tools/pdbgen/app.pl: pass a GimpProgress to all PDB wrappers and
	all plug-ins.

	* app/plug-in/plug-in.[ch]
	* app/plug-in/plug-ins.c
	* app/plug-in/plug-in-message.c
	* app/plug-in/plug-in-progress.c: handle the case there the
	plug-in was crated with a progress as well as the case where it
	wasn't.

	* app/app_procs.c
	* app/batch.c
	* app/xcf/xcf.c
	* app/file/file-open.[ch]
	* app/file/file-save.[ch]
	* app/widgets/gimphelp.c
	* app/widgets/gimpbrushselect.c
	* app/widgets/gimpfontselect.c
	* app/widgets/gimpgradientselect.c
	* app/widgets/gimppaletteselect.c
	* app/widgets/gimppatternselect.c: changed accordingly.

	* app/core/gimpimagefile.[ch]
	* app/display/gimpdisplayshell-dnd.c
	* app/gui/file-open-dialog.c
	* app/gui/file-open-location-dialog.c
	* app/gui/file-save-dialog.c
	* app/widgets/gimplayertreeview.c
	* app/widgets/gimptoolbox-dnd.c: pass a GimpProgress to all file
	related functions. Embed the progress in the file dialog where
	possible.

	* app/core/gimpdrawable-blend.[ch]
	* app/core/gimpdrawable-transform.[ch]
	* app/core/gimpimage-convert.[ch]
	* app/core/gimpimage-flip.[ch]
	* app/core/gimpimage-resize.[ch]
	* app/core/gimpimage-rotate.[ch]
	* app/core/gimpimage-scale.[ch]
	* app/core/gimpitem-linked.[ch]
	* app/core/gimpitem.[ch]
	* app/core/gimpchannel.c
	* app/core/gimpdrawable.c
	* app/core/gimplayer.c
	* app/core/gimpselection.c
	* app/vectors/gimpvectors.c: replaced callback/data by GimpProgress.

	* app/tools/gimpblendtool.c
	* app/tools/gimptransformtool.c
	* app/gui/convert-dialog.c
	* app/actions/documents-commands.c
	* app/actions/file-commands.c
	* app/actions/image-commands.c
	* app/actions/layers-commands.c
	* app/actions/plug-in-commands.c
	* app/actions/vectors-commands.c
	* tools/pdbgen/pdb/convert.pdb
	* tools/pdbgen/pdb/edit.pdb
	* tools/pdbgen/pdb/image.pdb
	* tools/pdbgen/pdb/layer.pdb: changed callers accordingly.

	* app/pdb/*_cmds.c: regenerated.
2004-08-10 18:47:21 +00:00
..
.cvsignore changed destdir for app-side PDB wrappers to app/pdb 2001-01-21 21:58:16 +00:00
Makefile.am Removed any remaining GUI dependency from the PDB wrappers: 2004-07-10 20:29:11 +00:00
README Added another warning about autogenerated files 2001-01-21 22:28:16 +00:00
brush_select_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
brushes_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
channel_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
color_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
convert_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
display_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
drawable_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
edit_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
fileops_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
floating_sel_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
font_select_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
fonts_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gimp-pdb.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gimp-pdb.h Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gimppdb.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gimppdb.h Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gimppluginprocedure.c new function which checks a GimpImageType against the 2004-08-08 10:53:19 +00:00
gimppluginprocedure.h new function which checks a GimpImageType against the 2004-08-08 10:53:19 +00:00
gimpprocedure.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gimpprocedure.h Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gimprc_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gradient_edit_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gradient_select_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gradients_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
guides_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
help_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
image_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
internal_procs.c added new function gimp_data_factory_data_delete(). 2004-06-01 21:37:36 +00:00
internal_procs.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
layer_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
makefile.msc updated app/actions/makefile.msc app/menus/makefile.msc : (new files) 2004-07-11 21:53:17 +00:00
message_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
misc_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
paint_tools_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
palette_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
palette_select_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
palettes_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
parasite_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
paths_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
pattern_select_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
patterns_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
pdb-types.h added enum GimpPDBCompatMode which can be one of { OFF, ON, WARN }. 2003-12-05 17:08:35 +00:00
pdb_glue.h Some PDB cleanup: 2002-09-10 20:23:00 +00:00
plug_in_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
procedural_db.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
procedural_db.h Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
procedural_db_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
selection_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
selection_tools_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
text_tool_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
transform_tools_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
undo_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
unit_cmds.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +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.