CVSROOT:        /cvs/gnome
Module name:    gimp
Changes by:     mitch   06/09/26 16:55:40

Modified files:
        .              : ChangeLog 
        app/paint      : gimpbrushcore.c gimpclone.c gimpheal.c 
                         gimppaintcore-stroke.c gimppaintcore.c 
                         gimppaintcore.h gimpperspectiveclone.c 
                         gimpsourcecore.c 
        app/tools      : gimpblendtool.c gimpbrightnesscontrasttool.c 
                         gimpcolorbalancetool.c gimpcolorizetool.c 
                         gimpcroptool.c gimpcurvestool.c 
                         gimphuesaturationtool.c gimpimagemaptool.c 
                         gimplevelstool.c gimppainttool.c 
                         gimpperspectiveclonetool.c gimpposterizetool.c 
                         gimprectangletool.c gimprectangletool.h 
                         gimpthresholdtool.c gimptool.c gimptool.h 
                         gimptransformtool.c 

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

* app/paint/gimppaintcore.[ch]: added GError** parameter to
GimpPaintCore::start().

* app/tools/gimppainttool.c (button_press): display the error in
the statusbar.

* app/paint/gimppaintcore-stroke.c: pass a NULL error, effectively
swallowing mssages. Will fix that later.

* app/paint/gimpbrushcore.c
* app/paint/gimpclone.c
* app/paint/gimpsourcecore.c: changed accordingly. Set the error
instead of calling g_message().

* app/paint/gimpheal.c
* app/paint/gimpperspectiveclone.c: implement start() and bail out
early on indexed drawables instead of showing a g_message() in
other functions that are called later.

* app/tools/gimptool.[ch]: added GError** to GimpTool::initialize().

* app/tools/gimptool.c (gimp_tool_initialize): display the error
in the statusbar. Keep the external API GError-free.

* app/tools/gimprectangletool.[ch]: added GError** to
gimp_rectangle_tool_initialize().

* app/tools/gimpbrightnesscontrasttool.c
* app/tools/gimpcolorbalancetool.c
* app/tools/gimpcolorizetool.c
* app/tools/gimpcroptool.c
* app/tools/gimpcurvestool.c
* app/tools/gimphuesaturationtool.c
* app/tools/gimpimagemaptool.c
* app/tools/gimplevelstool.c
* app/tools/gimpperspectiveclonetool.c
* app/tools/gimpposterizetool.c
* app/tools/gimpthresholdtool.c
* app/tools/gimptransformtool.c: changed accordingly. Set the
errors in initialize() instead of using gimp_message().

* app/tools/gimpblendtool.c: implement initialize() and bail out
early on indexed images instead of showing a gimp_message() in
button_press().

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gimp&who=mitch&date=explicit&mindate=2006-09-26%2016:54&maxdate=2006-09-26%2016:56

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

Reply via email to