Re: [Gimp-developer] 1.2 Bug Hunting

2001-06-20 Thread Dave Neary
Dave Neary wrote: > > I did think that an integer constant 0 could be used in a pointer context > without a cast, though... Hi all, I've confirmed that this code (for the case where the enum value passed is 0) should work in any ANSI conforming compiler (according to the impressarios of comp.l

[Gimp-developer] Re: [Gimp-print-devel] Important! Canon Update [WAS: 4.2 tentativeplans]

2001-06-20 Thread Andy Thaller
Till Kamppeter wrote: > > Oi, > > I will probably get one or two Canon inkjets for my printing booth on > the LinuxTag in Stuttgart, Germany (July, 5-8). What is the state of the > Canon stuff of GIMP-Print? Will I be able to print photos in a rather > high quality on a recent Canon inkjet? Will

Re: [Gimp-developer] handling of image comments (was 1.2 Bug Hunting)

2001-06-20 Thread Austin Donnelly
On Wednesday, 20 Jun 2001, Raphael Quinet wrote: > On Wed, 20 Jun 2001, Sven Neumann wrote: > > If we'd fix this by making gimp_image_new() attach a default comment > > parasite (just like it sets the default resolution), all images touched > > by The GIMP would get the default comment unless the

Re: [Gimp-developer] handling of image comments (was 1.2 Bug Hunting)

2001-06-20 Thread Raphael Quinet
On Wed, 20 Jun 2001, Sven Neumann wrote: [about http://bugzilla.gnome.org/show_bug.cgi?id=51164 ] > Yes, it's exactly the problem described in the bug-report. Gimp does > only attach a gimp-comment parasite to an image if it is created using > File->New. Other ways to create an image (Paste as

Re: [Gimp-developer] show jpeg preview time

2001-06-20 Thread Branko Collin
On 20 Jun 2001, at 12:18, Steinar H. Gunderson wrote: > On Wed, Jun 20, 2001 at 12:21:57PM +0200, Branko Collin wrote: > >What would be nice though, and I hope I am not asking for something > >that already exists, is a web export filter that shows previews and > >file sizes of the same image in d

Re: [Gimp-developer] 1.2 Bug Hunting

2001-06-20 Thread Dave Neary
Sven Neumann wrote: > > Hi, > > I'll look into fixing this later or wait for a patch. Please report if > you find more of these. Patch attached. If I find any more I'll let you know... I did think that an integer constant 0 could be used in a pointer context without a cast, though... > Salut, S

Re: [Gimp-developer] 1.2 Bug Hunting

2001-06-20 Thread Sven Neumann
Hi, Dave Neary <[EMAIL PROTECTED]> writes: > I couldn't build gimp 1.2 (with gcc 2.96 - RedHat's 7.0 prerelease) for > the first time recently because of the following line in > app/histogram_tool.c: > Line 230: > gimp_option_menu_set_history (g_list_nth_data > (gtk_container_children >

Re: [Gimp-developer] 1.2 Bug Hunting

2001-06-20 Thread Sven Neumann
Hi, "Branko Collin" <[EMAIL PROTECTED]> writes: > Also I noticed that when saving TIFFs, sometimes the 'hard coded' > comment is used, sometimes the one I supplied in the preferences. The > difference seems to be between images that I acquired from the > Windows clipboard and images that I st

Re: [Gimp-developer] 1.2 Bug Hunting

2001-06-20 Thread Dave Neary
Sven Neumann wrote: > > Hi, > > went out for some bug-hinting in the 1.2 wilderness tonight and came > up with this list of beasts that are still alive and should be killed > in 1.2 if possible: Speaking of bug-hunting... I couldn't build gimp 1.2 (with gcc 2.96 - RedHat's 7.0 prerelease) for

Re: [Gimp-developer] show jpeg preview time

2001-06-20 Thread Steinar H. Gunderson
On Wed, Jun 20, 2001 at 12:21:57PM +0200, Branko Collin wrote: >What would be nice though, and I hope I am not asking for something >that already exists, is a web export filter that shows previews and >file sizes of the same image in different formats. I've seen shareware programs for such thin

Re: [Gimp-developer] show jpeg preview time

2001-06-20 Thread Branko Collin
On 20 Jun 2001, at 11:54, Steinar H. Gunderson wrote: > On Wed, Jun 20, 2001 at 06:45:23PM +0900, Iccii wrote: > >I'm using the GIMP to creat image files for my web site. > >So, I want to know how much time is necessary for loading > >the images which is saved by jpeg or other file type. > >It's

Re: [Gimp-developer] show jpeg preview time

2001-06-20 Thread Austin Donnelly
On Wednesday, 20 Jun 2001, Iccii wrote: > I'm using the GIMP to creat image files for my web site. > So, I want to know how much time is necessary for loading > the images which is saved by jpeg or other file type. > It's useful to show loading time in jpeg saving dialog. > See attachment file if

[Gimp-developer] show jpeg preview time

2001-06-20 Thread Iccii
Hello, I'm using the GIMP to creat image files for my web site. So, I want to know how much time is necessary for loading the images which is saved by jpeg or other file type. It's useful to show loading time in jpeg saving dialog. See attachment file if you interested in it. Thanks. G'bye. Takas

Re: [Gimp-developer] 1.2 Bug Hunting

2001-06-20 Thread Branko Collin
On 20 Jun 2001, at 10:27, Dave Neary wrote: > Sven Neumann wrote: > > #51164 Default image comment not set correctly > > http://bugzilla.gnome.org/show_bug.cgi?id=51164 > >I've added some comments on how one could be fixed to the report. > >Not sure what is the correct fix for this. Co

Re: [Gimp-developer] show jpeg preview time

2001-06-20 Thread Steinar H. Gunderson
On Wed, Jun 20, 2001 at 06:45:23PM +0900, Iccii wrote: >Hello, >I'm using the GIMP to creat image files for my web site. >So, I want to know how much time is necessary for loading >the images which is saved by jpeg or other file type. >It's useful to show loading time in jpeg saving dialog. >See a

[Gimp-developer] show jpeg preview time

2001-06-20 Thread Iccii
Hello, I'm using the GIMP to creat image files for my web site. So, I want to know how much time is necessary for loading the images which is saved by jpeg or other file type. It's useful to show loading time in jpeg saving dialog. See attachment file if you interested in it. Thanks. G'bye. Takas

Re: [Gimp-developer] 1.2 Bug Hunting

2001-06-20 Thread Austin Donnelly
On Wednesday, 20 Jun 2001, Dave Neary wrote: > The default "Made with the GIMP" comment is hard coded into > plug-ins/common/xbm.c - and presumably into the others too. It seems to > me that the easiest solution would be to include gtkrc in the relevant > plug-ins, and do a read on the gimprc whe

Re: [Gimp-developer] 1.2 Bug Hunting

2001-06-20 Thread Dave Neary
Sven Neumann wrote: > > Hi, > > went out for some bug-hinting in the 1.2 wilderness tonight and came > up with this list of beasts that are still alive and should be killed > in 1.2 if possible: > > #51358 Acquire-screenshot not working with enlightenment > http://bugzilla.gnome.org/show_bug.

Re: [Gimp-developer] please update the translations for the 1.2.2 release

2001-06-20 Thread Sven Neumann
Hi, "Branko Collin" <[EMAIL PROTECTED]> writes: > For some reason, today I received mail from the list with "Sent" > dates ranging from the 15th to today. The listserver had problems. > I have updated some of the Dutch translations. I will have to check > them first. Is it OK if you receive

Re: [Gimp-developer] ANNOUNCE: Gimp 1.2.2-pre1

2001-06-20 Thread Sven Neumann
Hi, Nick Lamb <[EMAIL PROTECTED]> writes: > On Wed, Jun 20, 2001 at 03:18:44AM +0200, Sven Neumann wrote: > > This is not an "official" stable Gimp release, but unless users > > report problems with this release, the 1.2.2 release will follow > > shortly. > > Eeek! How shortly? Do I at least ha

Re: [Gimp-developer] please update the translations for the 1.2.2 release

2001-06-20 Thread Branko Collin
On 18 Jun 2001, at 14:21, Sven Neumann wrote: > the subject says it all. We are close to the 1.2.2 release and > a lot of translations still need to be updated. Have a look at > http://sven.gimp.org/1.2/i18n.html for the current state of > translations. For some reason, today I received mail fro