[Gimp-developer] Summary: How to submit gimp/gegl bugzilla with GIT patch

2009-07-03 Thread Eric Daoust
Hello, Now that I have completed the steps, I'll post the GIT patch submission procedure for others. Checkout GEGL and/or GIMP git clone git://git.gnome.org/gegl destination-folder-name or git clone git://git.gnome.org/gimp destination-folder-name Complete installation

Re: [Gimp-developer] Submitting GIT patch

2009-07-03 Thread Sven Neumann
Hi, On Fri, 2009-07-03 at 13:28 -0400, Eric Daoust wrote: > The nohalo patch is submitted on bugzilla (bug #587696) with sampler > execution time summaries and three XML test files. Please do also announce this on the gegl-developer list. Thanks. Sven

Re: [Gimp-developer] Access Image in Plugin?

2009-07-03 Thread Sven Neumann
Hi, On Thu, 2009-07-02 at 17:44 -0400, Rob Antonishen wrote: > All the examples show accessing the drawable object using > gimp_drawable_get (param[2].data.d_drawable) > > I know I can access the image ID using param[1].data.d_image, but the > only call seems to be gimp_image_get_by_ID which req

Re: [Gimp-developer] Submitting GIT patch

2009-07-03 Thread Eric Daoust
Hello, The nohalo patch is submitted on bugzilla (bug #587696) with sampler execution time summaries and three XML test files. Eric > Hi, > > First of all, remeber that your git repository of GEGL is a clone, you can > mess it up however badly you like without affecting everyone elses repo. > Wh