[Gimp-developer] PDB API for sample points

2010-01-10 Thread Mathias Lindner
Hi I would be glad to be able to read the position and colour of sample points through python-fu. Might it be possible to add according API functions to the PDB? Thanks a lot! Mathias ___ Gimp-developer mailing list

[Gimp-developer] PF_FILE of the register function in python plugins with 'new file' support

2010-01-10 Thread Mathias Lindner
Hi Imagine a python-fu plug-in with a GUI that is initialized through the register function. One of the elements is of the PF_FILE type to select a file. Unfortunately, the dialogue that pops up when entering a file only allows the selection of an existing file. But I want to select a new

Re: [Gimp-developer] PF_FILE of the register function in python plugins with 'new file' support

2010-01-10 Thread Alexia Death
On Sun, Jan 10, 2010 at 3:36 PM, Mathias Lindner mathias.lind...@web.de wrote: Hi Imagine a python-fu plug-in with a GUI that is initialized through the register function. One of the elements is of the PF_FILE type to select a file. why not use pygtk and the gtk file chooser? -- --Alexia

Re: [Gimp-developer] PF_FILE of the register function in python plugins with 'new file' support

2010-01-10 Thread Mathias Lindner
Alexia Death schrieb: On Sun, Jan 10, 2010 at 3:36 PM, Mathias Lindner mathias.lind...@web.de wrote: Hi Imagine a python-fu plug-in with a GUI that is initialized through the register function. One of the elements is of the PF_FILE type to select a file. why not use pygtk and the gtk file

Re: [Gimp-developer] Tool Presets (was easily switch to last used tool)

2010-01-10 Thread Akkana Peck
On Sat, Jan 9, 2010 at 8:21 PM, peter sikking pe...@mmiworks.net wrote: so per-tool presets would be the solution for your case Alexia Death writes: May it be noted that the tool presets of this nature already exist. they are just terrible to use. those little buttons and menus in tool

Re: [Gimp-developer] PF_FILE of the register function in python plugins with 'new file' support

2010-01-10 Thread Sven Neumann
On Sun, 2010-01-10 at 18:46 +0100, Mathias Lindner wrote: Because it's much more effort to implement this. The GUI from the register function is easy to learn and fast to implement. So I thought - since this seems to be no extra functionality for the python interface - it might be

Re: [Gimp-developer] Tool Presets (was easily switch to last used tool)

2010-01-10 Thread Alexia Death
On Sun, Jan 10, 2010 at 8:11 PM, Akkana Peck akk...@shallowsky.com wrote: The biggest problem I have with the current tool preset UI is that Save and Restore look almost identical, but Save is destructive. My biggest problem is that the items in the menus are so damn small and hard to navigate.

[Gimp-developer] A big thank you

2010-01-10 Thread Steve Moeckel
Hello girls and boys behind the gimp, i just will say you a big thanks for the implementation of the single window mode. I compiled the dev version of The Gimp to try this feature, and it's really great. Now The Gimp is usable with much less pain on my portable computer. Thank you! Keep on

Re: [Gimp-developer] A big thank you

2010-01-10 Thread Martin Nordholts
Steve Moeckel wrote: i just will say you a big thanks for the implementation of the single window mode. I compiled the dev version of The Gimp to try this feature, and it's really great. Now The Gimp is usable with much less pain on my portable computer. Thank you! We're glad you like what we