Re: [Gimp-developer] segmentation fault when trying to replace deprecated functions in lcms.c

2012-09-18 Thread Guillermo Espertino (Gez)
El 18/09/12 20:33, Joao S. O. Bueno escribió: Why a new branch? Things in other branches tend to bit-rot horribly. This is GIMP unstable - it should go into master. +1. Merge! :) ___ gimp-developer-list mailing list gimp-developer-list@gnome.org h

[Gimp-developer] Edit: Nightly Builds

2012-09-18 Thread scl
On 19.09.12 at 05:43 am scl wrote: > Perhaps these informations are easier to > generate with JHBuild as PDB files (just a thought). I meant '...than PDB files'. Kind regards, Sven ___ gimp-developer-list mailing list gimp-developer-list@gnome.org h

Re: [Gimp-developer] Nightly Builds

2012-09-18 Thread scl
On 18.09.12 at 9:20 pm drawoc wrote: Sven: Try one of the builds from September 12 or later. Thanks, drawoc. I tried again, but GIMP still crashes when calling Edit/Modules. I have plans to make the debug builds happen every night as well, I just haven't gotten around to it yet. Yes, that

Re: [Gimp-developer] segmentation fault when trying to replace deprecated functions in lcms.c

2012-09-18 Thread Joao S. O. Bueno
On 18 September 2012 06:40, trapDoor > wrote: > Hello, > Any source repo for this? What about setting up a new branch for > lcms2-high-bit in the gimp git repository? > Why a new branch? Things in other branches tend to bit-rot horribly. This is GIMP unstable - it should go into master. > > Re

Re: [Gimp-developer] [Gimp-user] [Request] Do not confirm closing if unsaved image was exported/overwrited ?

2012-09-18 Thread Akkana Peck
Richard Gitschlag writes: > However, a resize-during-export could make an interesting feature request I wrote a simple version of that recently: http://shallowsky.com/blog/gimp/gimp-export-scaled.html ...Akkana ___ gimp-developer-list mailin

Re: [Gimp-developer] Nightly Builds

2012-09-18 Thread Jari Niskala
Thanks drawoc! -Original Message- From: gimp-developer-list-boun...@gnome.org [mailto:gimp-developer-list-boun...@gnome.org] On Behalf Of drawoc Sent: Tuesday, September 18, 2012 12:21 PM To: scl Cc: gimp-developer-list@gnome.org Subject: Re: [Gimp-developer] Nightly Builds Sven: Try one

Re: [Gimp-developer] Nightly Builds

2012-09-18 Thread drawoc
Sven: Try one of the builds from September 12 or later. There were some crashes being caused by a specific version of cairo that I was building with. I switched cairo versions, and now those crashes should be gone. If that doesn't help, I'll make a debug build for you. (I have plans to make the deb

Re: [Gimp-developer] [Gimp-user] [Request] Do not confirm closing if unsaved image was exported/overwrited ?

2012-09-18 Thread yahvuu
Am 18.09.2012 07:05, schrieb Alexandre Prokoudine: On Tue, Sep 18, 2012 at 7:36 AM, Richard Gitschlag wrote: No. GIGO applies here - GIMP assumes that the state of the image when you hit Save is exactly what you want to be saved to disk, so that's precisely what it does. In cases where it's no

Re: [Gimp-developer] 2GB limit on Resource Consumption: Tile cache size

2012-09-18 Thread Michael Natterer
On Tue, 2012-09-18 at 15:35 +0200, Tobias Jakobs wrote: > On Tue, Sep 18, 2012 at 2:15 PM, Elle Stone wrote: > > ... > > > > The warning says that the "type" for the tile cache size is "gint", > > which means 2GB really is the limit. At least on my system. To check > > the maximum that "gint" can

[Gimp-developer] Possible issue regarding the Paint Tools

2012-09-18 Thread Gino D
Hello. As regards to GIMP 2.8, in the Tool Options dialog shared by all the Paint Tools, there seems to be an oddity affecting the Size widget. Precisely, the relevant value is not updated when changing the active brush through the Brushes dialog, whereas it is supposed to automatically match the

Re: [Gimp-developer] 2GB limit on Resource Consumption: Tile cache size

2012-09-18 Thread Jon Nordby
On 17 September 2012 20:23, Elle Stone wrote: > While making changes to "Edit/Preferences/Environment, Resource > Consumption: Tile cache size", I noticed a warning when I tried to > increase the cache size to 2 gigabytes, or 2048 megabytes (terminal > output, Gimp 2.9, started from the command li

Re: [Gimp-developer] 2GB limit on Resource Consumption: Tile cache size

2012-09-18 Thread Tobias Jakobs
On Tue, Sep 18, 2012 at 2:15 PM, Elle Stone wrote: > ... > > The warning says that the "type" for the tile cache size is "gint", > which means 2GB really is the limit. At least on my system. To check > the maximum that "gint" can hold on my system, I added in a printf > statement in the lcms plug-

Re: [Gimp-developer] 2GB limit on Resource Consumption: Tile cache size

2012-09-18 Thread Elle Stone
No, it is a 64-bit computer and a 64-bit build of Gimp 2.9, running Linux (OpenSuse 12.2). It's just not a very new computer and doesn't have a lot of RAM by today's standards. I compiled Gimp using "--enable-debug" so perhaps the terminal output that I'm seeing is only available if "--enable-debu

Re: [Gimp-developer] segmentation fault when trying to replace deprecated functions in lcms.c

2012-09-18 Thread trapDoor
Hello, Any source repo for this? What about setting up a new branch for lcms2-high-bit in the gimp git repository? Regards, Tomasz B. On Mon, Sep 17, 2012 at 7:46 PM, Michael Natterer wrote: > On Mon, 2012-09-17 at 13:36 -0400, Elle Stone wrote: >> Just an update: I finally have the lcms plugin