CVSROOT:        /cvs/gnome
Module name:    gimp
Changes by:     mitch   06/04/26 05:13:47

Modified files:
        .              : ChangeLog 
        app            : batch.c 
        app/dialogs    : about-dialog.c 
        app/actions    : vectors-commands.c 
        app/core       : gimp.c gimp.h gimppdbprogress.c 
                         gimppdbprogress.h 
        app/file       : file-open.c file-save.c 
        app/gui        : gui-vtable.c 
        app/plug-in    : plug-in-message.c plug-in-progress.c plug-ins.c 
        app/widgets    : gimpbrushselect.c gimpfiledialog.c 
                         gimpfontselect.c gimpgradientselect.c 
                         gimphelp.c gimppaletteselect.c 
                         gimppatternselect.c gimppdbdialog.c 
                         gimppdbdialog.h 
        app/xcf        : xcf.c 
        app/pdb        : Makefile.am brush_cmds.c brush_select_cmds.c 
                         brushes_cmds.c buffer_cmds.c channel_cmds.c 
                         color_cmds.c context_cmds.c convert_cmds.c 
                         display_cmds.c drawable_cmds.c 
                         drawable_transform_cmds.c edit_cmds.c 
                         fileops_cmds.c floating_sel_cmds.c 
                         font_select_cmds.c fonts_cmds.c 
                         gimp-pdb-compat.h gimp-pdb.c gimp-pdb.h 
                         gimppdb-query.c gimppdb-query.h gimppdb.c 
                         gimppdb.h gimprc_cmds.c gradient_cmds.c 
                         gradient_select_cmds.c gradients_cmds.c 
                         grid_cmds.c guides_cmds.c help_cmds.c 
                         image_cmds.c internal_procs.c internal_procs.h 
                         layer_cmds.c message_cmds.c misc_cmds.c 
                         paint_tools_cmds.c palette_cmds.c 
                         palette_select_cmds.c palettes_cmds.c 
                         parasite_cmds.c paths_cmds.c pattern_cmds.c 
                         pattern_select_cmds.c patterns_cmds.c 
                         pdb-types.h plug_in_cmds.c procedural_db_cmds.c 
                         progress_cmds.c selection_cmds.c 
                         selection_tools_cmds.c text_tool_cmds.c 
                         transform_tools_cmds.c undo_cmds.c unit_cmds.c 
                         vectors_cmds.c 
        tools/pdbgen   : app.pl 
        tools/pdbgen/pdb: brush_select.pdb fileops.pdb font_select.pdb 
                          gradient_select.pdb palette_select.pdb 
                          pattern_select.pdb procedural_db.pdb 
Removed files:
        app/pdb        : gimp-pdb-query.c gimp-pdb-query.h 

Log message:
2006-04-26  Michael Natterer  <[EMAIL PROTECTED]>

* app/pdb/Makefile.am
* app/pdb/pdb-types.h
* app/pdb/gimppdb.[ch]: new object GimpPDB which keeps all
procedures and functions to register and run them. Renamed all
functions and did some cleanups.

* app/pdb/gimp-pdb.[ch]
* app/core/gimp.[ch]: removed the same stuff here.

* app/pdb/gimp-pdb-query.[ch]: removed these files...

* app/pdb/gimppdb-query.[ch]: ...added here as members of GimpPDB.

* app/pdb/gimp-pdb-compat.h: fix include guard.

* app/batch.c
* app/actions/vectors-commands.c
* app/dialogs/about-dialog.c
* app/file/file-open.c
* app/file/file-save.c
* app/plug-in/plug-in-message.c
* app/plug-in/plug-ins.c
* app/widgets/gimpfiledialog.c
* app/widgets/gimphelp.c
* app/xcf/xcf.c
* tools/pdbgen/pdb/brush_select.pdb
* tools/pdbgen/pdb/fileops.pdb
* tools/pdbgen/pdb/font_select.pdb
* tools/pdbgen/pdb/gradient_select.pdb
* tools/pdbgen/pdb/palette_select.pdb
* tools/pdbgen/pdb/pattern_select.pdb
* tools/pdbgen/pdb/procedural_db.pdb: changed includes and function
calls accordingly.

* tools/pdbgen/app.pl: pass around GimpPDB instead of Gimp
pointers to register the internal procedures with. Changed some
newlines in the generated code.

* app/pdb/*_cmds.c
* app/pdb/internal_procs.[ch]: regenerated.

* app/core/gimppdbprogress.[ch]
* app/widgets/gimppdbdialog.[ch]: added "pdb" CONSTRUCT_ONLY
properties.

* app/plug-in/plug-in-progress.c
* app/gui/gui-vtable.c: pass gimp->pdb when creating them.

* app/widgets/gimpbrushselect.c
* app/widgets/gimpfontselect.c
* app/widgets/gimpgradientselect.c
* app/widgets/gimppaletteselect.c
* app/widgets/gimppatternselect.c: use the new local pdb pointers
instead of some foo->bar->gimp->pdb overkill.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gimp&who=mitch&date=explicit&mindate=2006-04-26%2005:12&maxdate=2006-04-26%2005:14

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to