Re: [Gimp-developer] Perspective clone segfault

2006-09-09 Thread Sven Neumann
Hi,

On Sat, 2006-09-09 at 20:01 +1000, Campbell Barton wrote:
 Hey, is it ok to report bugs her?
 With Blender3D we sometimes report bugs on the ML if the features are in 
 active development or just added.

It is actually too early to report any bugs in the new tool. It has only
just been merged into the HEAD branch and a lot will change before it
starts to make sense to report bugs for it. Mentioning problems on the
mailing-list is OK though as it doesn't create as much hassle as a bug
report in the bug tracker does.

 The perspective clone tool crashes if you make the perspective square 
 concave or a 'bow tie' where 2 of the lines intersect.
 
 This also locked X11 after crashing, tho thats another issue,

Why is that another issue? GIMP crashes while the pointer is grabbed and
it needs to do that while you drag the perspective plane around.


Sven


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] ANNOUNCE: GIMP 2.3.11 Development Release

2006-09-09 Thread Sven Neumann
Hi,

On Sat, 2006-09-09 at 00:33 -0500, Tim Jedlicka wrote:
 Great job - when you/we release 2.4 I think a lot of people will be
 impressed with the progress made. 

The announcement mail contained a link to the bugs on the 2.4 milestone.
We will release when this list is empty.


Sven


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] colormap-remap - colormap-rearrange

2006-09-09 Thread Mukund
Hi Sven

Sorry about bug #345251; not trying to clutter up bug reports.

I have asked for it to be renamed to colormap-rearrange.c from the time
the menu item's label was changed to Rearrange Colormap as it's more
logical for a person to find it in the source tree.


Kind regards,

Mukund




signature.asc
Description: This is a digitally signed message part
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] colormap-remap - colormap-rearrange

2006-09-09 Thread Sven Neumann
Hi,

On Sat, 2006-09-09 at 15:46 +0100, Mukund wrote:

 Sorry about bug #345251; not trying to clutter up bug reports.
 
 I have asked for it to be renamed to colormap-rearrange.c from the time
 the menu item's label was changed to Rearrange Colormap as it's more
 logical for a person to find it in the source tree.

That only holds true for the minority of users that are using GIMP in
the english locale. As long as the procedure name matches the filename,
I don't see a good reason to rename the plug-in.


Sven


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] colormap-remap - colormap-rearrange

2006-09-09 Thread Mukund
Hi Sven

On Sat, 2006-09-09 at 16:51 +0200, Sven Neumann wrote:
  Sorry about bug #345251; not trying to clutter up bug reports.
  
  I have asked for it to be renamed to colormap-rearrange.c from the time
  the menu item's label was changed to Rearrange Colormap as it's more
  logical for a person to find it in the source tree.
 
 That only holds true for the minority of users that are using GIMP in
 the english locale. As long as the procedure name matches the filename,
 I don't see a good reason to rename the plug-in.

When you put it like that in plain words, it makes a lot of sense :-)


Kind regards,

Mukund




signature.asc
Description: This is a digitally signed message part
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Perspective clone segfault

2006-09-09 Thread Campbell Barton

Sven Neumann wrote:

Hi,

On Sat, 2006-09-09 at 20:01 +1000, Campbell Barton wrote:
  

Hey, is it ok to report bugs her?
With Blender3D we sometimes report bugs on the ML if the features are in 
active development or just added.



It is actually too early to report any bugs in the new tool. It has only
just been merged into the HEAD branch and a lot will change before it
starts to make sense to report bugs for it. Mentioning problems on the
mailing-list is OK though as it doesn't create as much hassle as a bug
report in the bug tracker does.

  
The perspective clone tool crashes if you make the perspective square 
concave or a 'bow tie' where 2 of the lines intersect.


This also locked X11 after crashing, tho thats another issue,



Why is that another issue? GIMP crashes while the pointer is grabbed and
it needs to do that while you drag the perspective plane around.


Sven

  


On the last point,

previously I mentioned Gimp stealing the mouse focus, causing me to kill 
X even though other X application were responsive.


This happened again with the perspective tool, if it had crashed and 
closed it would have been ok, but in this case it gave the [segfault 
error, continue, exit... etc] in the command line prompting me for 
input, but the input being locked didnt let me enter in a value.


I mean to say that a tool crashing and the tools locking the input are 
seperate issues.- its not the perspective-clone tools fault X11 is 
locked. ;-)


- Cam
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Perspective clone segfault

2006-09-09 Thread Sven Neumann
Hi,

On Sat, 2006-09-09 at 23:52 +1000, Campbell Barton wrote:

 This happened again with the perspective tool, if it had crashed and 
 closed it would have been ok, but in this case it gave the [segfault 
 error, continue, exit... etc] in the command line prompting me for 
 input, but the input being locked didnt let me enter in a value.

Shouldn't happen any longer with current CVS. We now try to ungrab the
pointer and keyboard before calling g_on_error_query().


Sven


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer