CVSROOT:        /cvs/gnome
Module name:    gimp-ruby
Changes by:     slembcke        06/08/14 06:13:13

Modified files:
        .              : ChangeLog todo.txt 
        gimp-lib       : gimp.rb gimp_oo.rb gimp_oo_brush.rb 
                         gimp_oo_channel.rb gimp_oo_context.rb 
                         gimp_oo_display.rb gimp_oo_drawable.rb 
                         gimp_oo_edit.rb gimp_oo_gradient.rb 
                         gimp_oo_image.rb gimp_oo_layer.rb 
                         gimp_oo_palette.rb gimp_oo_progress.rb 
                         gimp_oo_selection.rb gimp_oo_vectors.rb pdb.rb 
                         rubyfu.rb 
        plug-ins       : Makefile.am coolmetal-logo.rb gloom.rb 
                         irbconsole.rb runfile.rb speed.rb sunset.rb 
                         test.rb 
Removed files:
        plug-ins       : helloworld.rb rerunfile.rb 

Log message:
2006-08-14  Scott Lembcke <[EMAIL PROTECTED]>

* gimp-lib/gimp.rb: Renamed bool2int_filter() to ruby2int_filter() and
added support for nil values. Added Drawables to the
Param#transform() method. Changed the marshal functions for
Gimp::RGB to use #marshal_load() and #marshal_dump instead of the
old marshaling methods. Minor reformatting.

* gimp-lib/gimp_oo.rb: Added the ability to blacklist certain methods
when creating classes to prevent deprecated procedures from becoming
methods or to avoid name collisions.
Removed GimpOO::ClassTemplate#add_constructor() as it's no longer
needed.

* gimp-lib/gimp_oo_*.rb: Added method blacklists for deprecated
methods.

* gimp-lib/pdb.rb: Changed verbose mode to also display arguments to
PDB calls. Some refactoring of the PDB::Procedure class. Interactive
procedures are now automatically in non-interactive mode. Added a
PDB.call_interactive() method to call PDB procedures interactively.

* gimp-lib/rubyfu.rb: Procedures with no menu now have their menu
label defined as their procedure name. Changed return value
validation to ignore accidental return values for procedures that
return no values. Minor reformatting.

* deleted plug-ins/rerunfile.rb.

* plug-ins/runfile.rb: Added the ruby-fu-rerunfile procedure from
rerunfile.rb.

* removed plug-ins/helloworld.rb. This was intended as a tutorial
and shouldn't have been added in the first place.

* plug-ins/Makefile.am: Removed helloworld.rb and rerunfile.rb.

* plug-ins/*.rb: Added the GPL license to files that were missing it.
Minor reformatting and updates to reflect changes in
gimp-lib/pdb.rb.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gimp-ruby&who=slembcke&date=explicit&mindate=2006-08-14%2006:12&maxdate=2006-08-14%2006:14

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

Reply via email to