Re: [Gimp-developer] GUI enhancement patch from GIMP UI brainstorm blog

2011-01-05 Thread Mathias Lindner
Can I add something? You all may be right - discussing and checking UI changes are very very important and additional optional features are not the solution. And it makes sense to have one person (or a small group) that knows the way to go and keeps the overview. And on the other side, I can

[Gimp-developer] Healing Tool with Sample Merge

2010-12-06 Thread Mathias Lindner
Hello, we recently had a discussion about the healing tool and how much the sample merge option makes sense... The perfect workflow for healing (and cloning as well) would be to work on a transparent layer. This would reduce the file size and keep the non-healed areas untouched (almost

Re: [Gimp-developer] Zooming in Single Window Mode

2010-08-19 Thread Mathias Lindner
Date: Wed, 18 Aug 2010 17:20:58 +0200 From: Martin Nordholts [ense...@gmail.com] Subject: Re: [Gimp-developer] Zooming in Single Window Mode To: [gimp-develo...@lists.xcf.berkeley.edu] On 08/18/2010 08:33 AM, Mathias Lindner wrote: Hi, I run the current development version of GIMP (2.7.2

[Gimp-developer] Zooming in Single Window Mode

2010-08-18 Thread Mathias Lindner
Hi, I run the current development version of GIMP (2.7.2). In single window mode I experience a very annoying issue. One example to reproduce this: choose the brush tool, create a new layer and change it's opacity with the slider. And now it comes: I want to zoom into the image with the + and

[Gimp-developer] Python and GIMP 2.7

2010-08-18 Thread Mathias Lindner
Hi, in GIMP 2.7.2 (istalled from http://ppa.launchpad.net/matthaeus123/mrw-gimp-svn/ubuntu according to http://ubuntu-tweak.com/source/gimp-testing/) on Ubuntu 10.04 I can't get my python plug-ins to work anymore. They worked perfectly in GIMP 2.6.10. gimpfu.py is installed in

Re: [Gimp-developer] Gimp-developer Digest, Vol 89, Issue 1

2010-02-01 Thread Mathias Lindner
Date: Mon, 01 Feb 2010 20:20:43 +0100 From: Martin Nordholts ense...@gmail.com Subject: [Gimp-developer] Improving the UI, removing the dockable drag handles [...] http://www.chromecode.com/temp/gimp-no-dockable-drag-handle.png Maybe not what you intended to know but is the

Re: [Gimp-developer] PF_FILE of the register functi on in python plugins with 'new file' support (Sco tt)

2010-01-12 Thread Mathias Lindner
My way around this was to use a PF_DIRNAME immediately above the PF_STRING and combining them for the total path. Ah, thank you very much. I wasn't aware of PF_DIRNAME. It's missing in the GIMP Python docs. This way I have a nice workaround which totally fits my needs. What else PF_ data types

[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 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