[Gimp-developer] Gimp Manual Roadmap proposal

2014-02-05 Thread Roman Joost
Hi, I've put together a Roadmap proposal under: http://wiki.gimp.org/index.php/Documentation:Main Any feedback is welcome. Some of the points are not to be read as: go ahead and implement, but rather look into it for it's feasibility. If there are no objections or comments I'd basically

[Gimp-developer] Python plugin dev: getting picked color from gimpui.PickButton.color-picked event callback?

2014-02-05 Thread Viet Nguyen
My goal is to write behavior where a click on my special pick button will 1. Modify layer visibility 2. Run the normal pick tool 3. Do something with the picked color I'm trying to do this as a Python plugin so I'm trying to implement this using `gimpui.PickButton` and adding event callbacks for

Re: [Gimp-developer] Python plugin dev: getting picked color from gimpui.PickButton.color-picked event callback?

2014-02-05 Thread Joao S. O. Bueno
You are really trying something very different than what the current GIMP-Python integration is thought of to do: You are using gobject introspection to call functions that up to now have only been called from native-code plug-ins (normally in C), and have no provision to be called from Python or

Re: [Gimp-developer] Release and translation of textures

2014-02-05 Thread Joao S. O. Bueno
On 4 February 2014 21:56, Michael Bauer f...@akerbeltz.org wrote: Hi, Two questions - I've got the main UI translation for Gaelic (gd) at 97% (some strings I need to check in context) but I was wondering at this point what the process for getting a new locale into release is? Is it automatic

Re: [Gimp-developer] Release and translation of textures

2014-02-05 Thread Alexandre Prokoudine
Because these file formats have no extractable text data that could be put into PO files. It's possible to work around it, just not trivial. Alexandre 06 февр. 2014 г. 5:13 пользователь Michael Bauer f...@akerbeltz.org написал: Hi João, That sounds really peculiar - why would these be

Re: [Gimp-developer] Gimp Manual Roadmap proposal

2014-02-05 Thread Jehan Pagès
Hi, On Wed, Feb 5, 2014 at 9:51 PM, Roman Joost romanof...@gimp.org wrote: Hi, I've put together a Roadmap proposal under: http://wiki.gimp.org/index.php/Documentation:Main Any feedback is welcome. Some of the points are not to be read as: go ahead and implement, but rather look into