[Gimp-developer] GSOC-2011 - Gimp plug-ins to Gegl operations

2011-08-26 Thread Robert Sasu
Hello, Here is the list of op's I ported (made): 1. Color rotate 2. Color to alpha 3. Convolution matrix 4. Cubism 5. Deinterlace 6. Emboss 7. Fractal-trace 8. Lens correct (with Lensfun library) 9. Lens-distortion 10. Plasma 11. Polar-coordinates 12. Red-eye-removal 13. Ripple I also made a

Re: [Gimp-developer] GSOC-2011 - Gimp plug-ins to Gegl operations

2011-08-26 Thread Martin Nordholts
2011/8/26 Robert Sasu sasu.rob...@gmail.com: Hello, Here is the list of op's I ported (made): 1. Color rotate 2. Color to alpha 3. Convolution matrix 4. Cubism 5. Deinterlace 6. Emboss 7. Fractal-trace 8. Lens correct (with Lensfun library) 9. Lens-distortion 10. Plasma 11.

[Gimp-developer] Could you please tell me the implementation of gimp_image_get_colormap function?

2011-08-26 Thread Zhenxing Zhou
Hi All, I read the code of GIMP v2.6.11 and I want to find the code of *gimp_image_get_colormap *declared in* *libgimp\gimpimage.h. gimp_image_get_colormap calls _gimp_image_get_colormap in libgimp\gimpimage_pdb.c _gimp_image_get_colormap calls gimp_run_procedure (gimp-image-get-colormap... in

Re: [Gimp-developer] Could you please tell me the implementation of gimp_image_get_colormap function?

2011-08-26 Thread Tobias Ellinghaus
Am Freitag, 26. August 2011 schrub Zhenxing Zhou: Hi All, Hi. I read the code of GIMP v2.6.11 and I want to find the code of *gimp_image_get_colormap *declared in* *libgimp\gimpimage.h. gimp_image_get_colormap calls _gimp_image_get_colormap in libgimp\gimpimage_pdb.c

Re: [Gimp-developer] Could you please tell me the implementation of gimp_image_get_colormap function?

2011-08-26 Thread Mikael Magnusson
On 26 August 2011 13:18, Zhenxing Zhou aboutmat...@gmail.com wrote: Hi All, I read the code of GIMP v2.6.11 and I want to find the code of gimp_image_get_colormap declared in libgimp\gimpimage.h. gimp_image_get_colormap calls _gimp_image_get_colormap in libgimp\gimpimage_pdb.c

Re: [Gimp-developer] GSOC-2011 - Gimp plug-ins to Gegl operations

2011-08-26 Thread Alexandre Prokoudine
On Fri, Aug 26, 2011 at 2:17 PM, Robert Sasu wrote: I also made a showcase: http://sasurobert.github.com/GSoC-2011/ Thanks! Unfortunately with --enable-workshop your branch doesn't build here: CC convolution-matrix.c convolution-matrix.c: In function ‘convolve_pixel’:

[Gimp-developer] a few strings are missing from translation

2011-08-26 Thread Cristian Secară
There are some stings that are english-only, such as the name of brushes, patterns, gradients, brush dynamics. As far as I can tell this is an old problem, not specific to latest GIMP releases. See this snapshot http://www.secarica.ro/misc/gimp_english_only_strings_1_ro.png or this

Re: [Gimp-developer] a few strings are missing from translation

2011-08-26 Thread Alexia Death
On Friday, August 26, 2011 17:30:51 Cristian Secară wrote: See this snapshot http://www.secarica.ro/misc/gimp_english_only_strings_1_ro.png or this http://www.secarica.ro/misc/gimp_english_only_strings_2_ro.png Any chance to make them available in the .po files ? Most of the tings you point

Re: [Gimp-developer] a few strings are missing from translation

2011-08-26 Thread Cristian Secară
On Fri, 26 Aug 2011 22:01:03 +0300, Alexia Death wrote: Any chance to make them available in the .po files ? Most of the tings you point to are resource names contained within the resources. It's not possible to translate them. :( (bad design of code ? lack of i18n support is a bit strange)

Re: [Gimp-developer] a few strings are missing from translation

2011-08-26 Thread Alexia Death
2011/8/27 Cristian Secară li...@secarica.ro: On Fri, 26 Aug 2011 22:01:03 +0300, Alexia Death wrote: Any chance to make them available in the .po files ? Most of the tings you point to are resource names contained within the resources. It's not possible to translate them. :( (bad design