[Gimp-developer] Auto save?

2001-08-07 Thread Michael Soibelman
Is there any way to add an auto save every "(?)" minutes function to GIMP? I've pushed this program very hard and sometimes might forget to save my work until after a couple of hours (seems like minutes). Well, one of those plug in crashes and it's all gone. This would be an excellent fun

Re: [Gimp-developer] SMP support

2001-08-07 Thread Stephen Robert Norris
On Tue, Aug 07, 2001 at 10:48:37AM +0200, Sven Neumann wrote: > Hi, > > Michael Soibelman <[EMAIL PROTECTED]> writes: > > > I just noticed that there no longer seems to be the "--with-smp" > > configuration option! Is this an omission or intentional? > > IIRC, the configuration option to ad

Re: [Gimp-developer] Re: Gimp menu thumbnail

2001-08-07 Thread Sven Neumann
Hi, "Guillermo S. Romero / Familia Romero" <[EMAIL PROTECTED]> writes: > IIRC, no new features will go into 1.2.x. this is correct. > About GTK+, they are working in 1.3/2.0 now, so I doubt the patch will > be applied. You should check what is going in CVS of both, and then > see if it still a

Re: [Gimp-developer] compile error with 1.2.2

2001-08-07 Thread ben soo
Finally figured this out over the weekend. Once i compiled perl-5.6.1 single-threaded gimp also compiled. Hm. i still don't really get it. b <[EMAIL PROTECTED]> On Wed, Aug 01, 2001 at 04:33:48PM -0400, ben soo wrote: > i get the following errors when i try to compile Gimp 1.2.2 . > It's been

Re: [Gimp-developer] RFC: support for multi-image files and API change for load/save plug-ins

2001-08-07 Thread Sven Neumann
Hi, Raphael Quinet <[EMAIL PROTECTED]> writes: > 3) Changes to the plug-in API > > The File->Open dialog would behave as follows: if the given path leads > to a regular file, open it as usual (no extra path). If the path does > not exist, then try to remove the last element from the path and s

[Gimp-developer] Re: Gimp menu thumbnail

2001-08-07 Thread Guillermo S. Romero / Familia Romero
[EMAIL PROTECTED] (2001-08-08 at 0519.01 +0900): > >http://mibai.tec.u-ryukyu.ac.jp/~oshiro/Programs/others/gimp-iconmenu/index-eng.html IIRC, no new features will go into 1.2.x. Also 1.2.2 is the latest. About GTK+, they are working in 1.3/2.0 now, so I doubt the patch will be applied. You sh

[Gimp-developer] Gimp menu thumbnail

2001-08-07 Thread OSHIRO Naoki
Hello, I wrote patch codes for gimp and gtk+ to append filter thumbnail on gimp menu: + Change feature of Gtk+ itemfactory to specify pixmap data. + When plug-in install, pixmap (icon) data are transfered to gimp core on wire mechanism. + Install data of pixmap are cached to ~/gimp/plu

Re: [Gimp-developer] Closing Gimp bug reports?

2001-08-07 Thread Daniel Egger
Am 07 Aug 2001 17:41:40 +0200 schrieb Raphael Quinet: > Now that 1.2.2 has been released, many bugs that were fixed in CVS > should be officially closed, since they are part of a release. The problem is: We don't know that for sure. :/ > If we were a serious company ;-) there would be a QA te

Re: [Gimp-developer] RFC: support for multi-image files and API change for load/save plug-ins

2001-08-07 Thread Nick Lamb
On Tue, Aug 07, 2001 at 05:28:15PM +0200, Raphael Quinet wrote: > 4) Feedback > > Any comments? IMHO you'd be better off just using: wad://home/raph/slimy.wad/p/alien.foo This can be handled today in Gimp 1.2, see url.c Non-interactive stuff would go exclusively through these URLs while the i

Re: [Gimp-developer] RFC: support for multi-image files and API change for load/save plug-ins

2001-08-07 Thread pcg
On Tue, Aug 07, 2001 at 05:28:15PM +0200, Raphael Quinet <[EMAIL PROTECTED]> wrote: > 3) Changes to the plug-in API > > The File->Open dialog would behave as follows: if the given path leads > to a regular file, open it as usual (no extra path). If the path does A loong time ago I hacked the gi

Re: [Gimp-developer] RFC: support for multi-image files and API change for load/save plug-ins

2001-08-07 Thread Austin Donnelly
On Tuesday, 7 Aug 2001, Raphael Quinet wrote: > 4) Feedback > > Any comments? Seems plausible. I say go for it. Another alternative would be for file plugins to offer two APIs - the traditional one and for plugins that can deal with multiple internal files (eg FlashPix, multi-page TIFF, + all

[Gimp-developer] Closing Gimp bug reports?

2001-08-07 Thread Raphael Quinet
Now that 1.2.2 has been released, many bugs that were fixed in CVS should be officially closed, since they are part of a release. If we were a serious company ;-) there would be a QA team changing the state of the bugs reports from FIXED to VERIFIED, and then changing them from VERIFIED to CLOSED

[Gimp-developer] RFC: support for multi-image files and API change for load/save plug-ins

2001-08-07 Thread Raphael Quinet
This is going to be a bit long, but here is a quick summary: I would like to change the API to the load/save plug-ins by adding one extra parameter. This parameter would be ignored by almost all current plug-ins, but it would be useful for the file formats that can contain multiple images. For e

Re: [Gimp-developer] SMP support

2001-08-07 Thread Sven Neumann
Hi, Michael Soibelman <[EMAIL PROTECTED]> writes: > I just noticed that there no longer seems to be the "--with-smp" > configuration option! Is this an omission or intentional? IIRC, the configuration option to add support for multiple processors has always been --with-mp and it's still th