Re: [Gimp-developer] GIMP 2.8 icon

2011-08-23 Thread Tobias Ehni
Hi, thanks a lot for your offer and for providing samples of your work, too. I'm impressed that you did logos for blender and Battle for Wesnoth. I'm sorry that I can't tell you anything about creating the next logo, however there is also another way to contribute to the GIMP community. I'm plann

Re: [Gimp-developer] GIMP 2.8 icon

2011-08-23 Thread Ramón Miranda
Thanks a lot for the offer cc5 inator. These icons are very well made. i like them. And i like the idea of a serie of interviews with different artists. I think this could be very interesting for averybody, coders, designers etc. i would suggest some names because i can´t suggest mine (it is not po

Re: [Gimp-developer] [PATCH] Fix deprecated usage of gimp-free-select

2011-08-23 Thread Nelson A. de Oliveira
Hi Martin! On Tue, Aug 23, 2011 at 1:44 AM, Martin Nordholts wrote: > There is already a patch that does this that no one have had time yet > (due to priorities) to commit: > https://bugzilla.gnome.org/show_bug.cgi?id=647834 Hummm... Next time I need to give a better look at the bug tracker :-)

Re: [Gimp-developer] GIMP 2.8 icon

2011-08-23 Thread Tobias Ehni
Thanks for suggesting some names from the artist scene. That's very helpful for me and the entire project. 2011/8/23 Ramón Miranda : > Thanks a lot for the offer cc5 inator. These icons are very well made. i > like them. And i like the idea of a serie of interviews with different > artists. I thi

Re: [Gimp-developer] GIMP 2.8 icon

2011-08-23 Thread gg
On 08/23/11 14:22, Tobias Ehni wrote: > Thanks for suggesting some names from the artist scene. > That's very helpful for me and the entire project. > > > 2011/8/23 Ramón Miranda: >> Thanks a lot for the offer cc5 inator. These icons are very well made. i >> like them. And i like the idea of a seri

Re: [Gimp-developer] GIMP 2.8 icon

2011-08-23 Thread c55 inator
@Tobias: Glad you like my work. I'd love to conduct an interview but unfortunately, VoiP is not an option, and it would have to be done via a text-based platform like Google Talk or email. I realize that this is rather inconvenient, so I won't trouble you by insisting on an interview–if you are s

Re: [Gimp-developer] GIMP 2.8 icon

2011-08-23 Thread Tobias Ehni
@c55 inator to clarify: I'm just the usability guy on the project, not a developer or maintainer. I'm not entitled to deciding upon the icon of GIMP. To find out who is, maybe checking the irc channel might help (http://www.gimp.org/irc.html). I did not mean to refuse your offer. I just wanted to

Re: [Gimp-developer] GIMP 2.8 icon

2011-08-23 Thread c55 inator
@Tobias Ah. The usability guy? I'd love to talk usability, noticed a few usability issues in 2.7.1 [the only one available to me on OSX, don't know how many issues have been fixed] if you're interested, send me an email :) I asked on #gimp and the one person who responded told me to ask the dev

[Gimp-developer] Patch for cppcheck error "Common realloc mistake"

2011-08-23 Thread serval2412
Hello, With cppcheck, I've got this : [libgimpbase/gimpreloc.c:248]: (error) Common realloc mistake: 'address_string' nulled but not freed upon failure With this patch, it's ok : index 7461bed..238797f 100644 --- a/libgimpbase/gimpreloc.c +++ b/libgimpbase/gimpreloc.c @@ -245,7 +245,7 @@ _br_find

[Gimp-developer] Improving undo strings (work in progress)

2011-08-23 Thread Liam R E Quin
Thanks to help from Mitch to get me started, I've had another go at improving the gimp undo strings for the transform tools. This patch changes the labels shown under Edit->Undo, Edit->Redo and also the undo history. If this goes down well I could do it for more cases. Right now it affects the fo