CVSROOT:        /cvs/gnome
Module name:    gimp
Changes by:     mitch   06/04/05 04:38:34

Modified files:
        app/actions    : file-commands.c plug-in-actions.c 
                         plug-in-actions.h plug-in-commands.c 
                         plug-in-commands.h 
        app/core       : gimp-gui.c gimp-gui.h gimp.c gimp.h gimpimage.c 
                         gimpimage.h 
        app/file       : file-open.c file-open.h file-save.c file-save.h 
                         file-utils.c file-utils.h 
        app/gui        : gui-vtable.c 
        app/menus      : plug-in-menus.c plug-in-menus.h 
        app/pdb        : fileops_cmds.c gimpprocedure.c plug_in_cmds.c 
        app/plug-in    : plug-in-def.c plug-in-def.h plug-in-message.c 
                         plug-in-proc-def.c plug-in-proc-def.h 
                         plug-in-rc.c plug-in-run.c plug-in-types.h 
                         plug-in.c plug-ins-query.c plug-ins.c 
                         plug-ins.h 
        app/widgets    : gimpactiongroup.c gimpactiongroup.h 
                         gimpdnd-xds.c gimpfiledialog.c gimpfiledialog.h 
                         gimpfileprocview.c gimpfileprocview.h 
                         gimppluginaction.c gimppluginaction.h 
        app/xcf        : xcf.c 
        tools/pdbgen/pdb: fileops.pdb plug_in.pdb 

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

* app/plug-in/plug-in-types.h
* app/plug-in/plug-in-proc-def.[ch]: renamed to GimpPlugInProcedure
and made a GObject derived from GimpProcedure (instead of having
a pointer to a GimpProcedure). Added image_types and file_magic
utility functions taken from plug-ins.[ch]. Still lives in the
same crappy files because I am undecided where to put it...

* app/pdb/gimpprocedure.c (gimp_procedure_real_execute): removed
switch() statement and always call the internal marshaller because
GimpProcedure::execute() is properly overridden by
GimpPlugInProcedure now.

* app/plug-in/plug-ins.[ch]: removed the mime_type and file_magic
utilities added to GimpPlugInProcedure.

* app/actions/file-commands.c
* app/actions/plug-in-actions.[ch]
* app/actions/plug-in-commands.[ch]
* app/core/gimp-gui.[ch]
* app/core/gimp.[ch]
* app/core/gimpimage.[ch]
* app/dialogs/file-open-dialog.c
* app/dialogs/file-save-dialog.c
* app/dialogs/print-size-dialog.c
* app/file/file-open.[ch]
* app/file/file-save.[ch]
* app/file/file-utils.[ch]
* app/gui/gui-vtable.c
* app/menus/plug-in-menus.[ch]
* app/plug-in/plug-in-def.[ch]
* app/plug-in/plug-in-message.c
* app/plug-in/plug-in-rc.c
* app/plug-in/plug-in-run.c
* app/plug-in/plug-in.c
* app/plug-in/plug-ins-query.c
* app/widgets/gimpactiongroup.[ch]
* app/widgets/gimpdnd-xds.c
* app/widgets/gimpfiledialog.[ch]
* app/widgets/gimpfileprocview.[ch]
* app/widgets/gimppluginaction.[ch]
* app/xcf/xcf.c
* tools/pdbgen/pdb/fileops.pdb
* tools/pdbgen/pdb/plug_in.pdb: changed addordingly.

* app/pdb/fileops_cmds.c
* app/pdb/plug_in_cmds.c: regenerated.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gimp&who=mitch&date=explicit&mindate=2006-04-05%2004:37&maxdate=2006-04-05%2004:39

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

Reply via email to