[Gimp-developer] a plugin or module type request

2012-10-06 Thread jazzon
I am a rank amateur at best when it comes to computer code. I am also a project admin for a development group overseeing a large scale project (100+ contributors expected) who will be using gimp to create images. These images will be created partially from a stock of resources provided by others

[Gimp-developer] bad link on http://developer.gimp.org/bugs.html

2012-10-06 Thread Richard Allen
From http://developer.gimp.org/bugs.html the weekly summary link doesn't work. -Richard ___ gimp-developer-list mailing list gimp-developer-list@gnome.org https://mail.gnome.org/mailman/listinfo/gimp-developer-list

Re: [Gimp-developer] About GimpImageType, image and layers

2012-10-06 Thread Ofnuts
On 10/06/2012 08:30 AM, Jehan Pagès wrote: Hi, I have a question about the GimpImageType of layers. checking several plugins, I see that the GimpImageType (http://developer.gimp.org/api/2.0/libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType) is queried for each layer. But as a simple user,

Re: [Gimp-developer] Procedure for new patches

2012-10-06 Thread Alexandre Prokoudine
On Fri, Oct 5, 2012 at 5:37 PM, Jehan Pagès wrote: > As a consequence, I have been working on GIMP code lately, hoping to > fix issues that my animator or I would encounter, and to add new > features. For this, I have set up a public repository at > git://git.tuxfamily.org/gitroot/gimpgirin/gimp.

Re: [Gimp-developer] Procedure for new patches

2012-10-06 Thread drawoc
Alexandre: I think you need to check out the branch girin in specific. If you cd into an existing gimp checkout you can do something like this: git remote add gimpgirin git://git.tuxfamily.org/gitroot/gimpgirin/gimp.git git fetch --all git checkout girin Jehan: I think we normally rebase branches

Re: [Gimp-developer] Procedure for new patches

2012-10-06 Thread Alexandre Prokoudine
On Sun, Oct 7, 2012 at 9:13 AM, drawoc wrote: > Alexandre: I think you need to check out the branch girin in specific. > If you cd into an existing gimp checkout you can do something like > this: > git remote add gimpgirin git://git.tuxfamily.org/gitroot/gimpgirin/gimp.git > git fetch --all > git c