[E-devel] [PATCH] Add ecore_imf_context_autocapital_type_{set, get}, ecore_imf_context_prediction_allow_{set, get}

2011-04-20 Thread Jihoon Kim
Hello, EFL developers. To support the autocapitalization feature, I'd like to add ecore_imf_context_autocapital_type_{set,get} API. I will implement the autocapital feature in immodule, so the immodule should know the autocapitalization type. This API is for letting immodule know the autocapitaliz

Re: [E-devel] [EVAS] Segfault when clicking on illume-home module in E17 configuration panel

2011-04-20 Thread Tom Hacohen
On Tue, 2011-04-19 at 22:54 +0200, Vincent Torri wrote: > try valgrind too I already tried valgrind. Furthermore, I test all of my code with valgrind before I commit. This happens with a specific config and in specific cases, and although I also test with that config, I guess I missed that somehow

[E-devel] ruby ffi binding

2011-04-20 Thread Jérémy Zurcher
Hello, I've just launched version 0.0.1 of ffi-e17 in the wild. I hope it will move fast and that I'll get some help. you can find it in many places : http://cgit.asynk.ch/cgi-bin/cgit/ffi-e17 https://github.com/jeremyz/ffi-e17 http://rubyforge.org/projects/ffi-e17/ https://gitorious.org/ffi-e17 b

Re: [E-devel] ruby ffi binding

2011-04-20 Thread Vincent Torri
Hey, On Wed, 20 Apr 2011, Jérémy Zurcher wrote: Hello, I've just launched version 0.0.1 of ffi-e17 in the wild. I hope it will move fast and that I'll get some help. you can find it in many places : http://cgit.asynk.ch/cgi-bin/cgit/ffi-e17 https://github.com/jeremyz/ffi-e17 http://rubyforge.o

Re: [E-devel] ruby ffi binding

2011-04-20 Thread Lionel Orry
Jérémy Zurcher asynk.ch> writes: > > Hello, > I've just launched version 0.0.1 of ffi-e17 in the wild. > I hope it will move fast and that I'll get some help. Awesome! Can't wait to test it. I hope I can give feedback soon. Lionel

Re: [E-devel] ruby ffi binding

2011-04-20 Thread Atton Jonathan
If you test it you maintain it :p 2011/4/20 Lionel Orry > Jérémy Zurcher asynk.ch> writes: > > > > > Hello, > > I've just launched version 0.0.1 of ffi-e17 in the wild. > > I hope it will move fast and that I'll get some help. > > Awesome! Can't wait to test it. I hope I can give feedback soon.

Re: [E-devel] ruby ffi binding

2011-04-20 Thread Thomas Gstädtner
On Wed, Apr 20, 2011 at 11:03, Jérémy Zurcher wrote: > Hello, > I've just launched version 0.0.1 of ffi-e17 in the wild. > I hope it will move fast and that I'll get some help. > you can find it in many places : > http://cgit.asynk.ch/cgi-bin/cgit/ffi-e17 > https://github.com/jeremyz/ffi-e17 > htt

Re: [E-devel] ruby ffi binding

2011-04-20 Thread Vincent Torri
On Wed, 20 Apr 2011, Thomas Gstädtner wrote: On Wed, Apr 20, 2011 at 11:03, Jérémy Zurcher wrote: Hello, I've just launched version 0.0.1 of ffi-e17 in the wild. I hope it will move fast and that I'll get some help. you can find it in many places : http://cgit.asynk.ch/cgi-bin/cgit/ffi-e17 h

Re: [E-devel] [Patch] elm_genlist - added new feature : genlist edit mode

2011-04-20 Thread Daniel Juyung Seo
If there is no comment, I will commit this tomorrow in GMT +09:00. Thanks. Daniel Juyung Seo (SeoZ) On Apr 19, 2011 4:33 PM, "Seunggyun Kim" wrote: > Thanks for your review :) > > I attached fixed source diff code. > > The edit edc is like below table. > --

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2011-04-20 Thread Gustavo Sverzut Barbieri
On Wed, Apr 20, 2011 at 3:51 AM, Enlightenment SVN wrote: > Log: > add animator runtime stuff to run animator for fixed timelength and an >  interpolation mapping func. > +   typedef Eina_Bool (*Ecore_Timeline_Cb) (void *data, double pos); > +   EAPI Ecore_Animator *ecore_animator_run_add(doubl

Re: [E-devel] ruby ffi binding

2011-04-20 Thread Daniel Juyung Seo
LInks are broken :( I don't have any clue what ffi is even I wanna know. Any hints? Thanks. Daniel Juyung Seo (SeoZ) On Wed, Apr 20, 2011 at 9:27 PM, Vincent Torri wrote: > > > On Wed, 20 Apr 2011, Thomas Gstädtner wrote: > > On Wed, Apr 20, 2011 at 11:03, Jérémy Zurcher wrote: >> >>> Hello,

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2011-04-20 Thread Daniel Juyung Seo
I agree with Gustavo. 'run' has nothing to do with the context. I suggest 'expiretime_set': ecore_animator_add() ecore_animator_expiretime_set() Thanks. Daniel Juyung Seo (SeoZ) On Wed, Apr 20, 2011 at 10:54 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Wed, Apr

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2011-04-20 Thread Cedric BAIL
On Wed, Apr 20, 2011 at 4:13 PM, Daniel Juyung Seo wrote: > I agree with Gustavo. > 'run' has nothing to do with the context. > > I suggest 'expiretime_set': >    ecore_animator_add() >    ecore_animator_expiretime_set() > On Wed, Apr 20, 2011 at 10:54 PM, Gustavo Sverzut Barbieri < > barbi...@pr

Re: [E-devel] ruby ffi binding

2011-04-20 Thread Jérémy Zurcher
Sorry I answered to Thomas but not to this list; about FFI : https://github.com/ffi/ffi DESRIPTION Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code. ffi-e17 has just been rename ffi-efl, so the

Re: [E-devel] ruby ffi binding

2011-04-20 Thread Peter van de Werken
On Wed, Apr 20, 2011 at 11:04:05PM +0900, Daniel Juyung Seo wrote: > LInks are broken :( > I don't have any clue what ffi is even I wanna know. > Any hints? FFI probably stands for 'Foreign Function Interface' meaning it provides a way for binding with dynamic libraries it might be related to http

Re: [E-devel] evas_filter_software_get() undefined

2011-04-20 Thread Brett Nash
On Tue, 2011-04-19 at 17:46 +0200, Vincent Torri wrote: > Hey > > evas_filter_software_get() is used in the engine software_generic but is > not exported (see its declaration i evas_private.h). Hence undef ref on > Windows. > > we must add EAPI. In that case, is it reasonable to move the declar

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-04-20 Thread Brett Nash
On Tue, 2011-04-19 at 18:22 -0700, Enlightenment SVN wrote: > Log: > oh dear... way too many warnings. added a whole bunch of fixme's too > for later. I'll sort out the fixme's shortly. Just to be clear; the warnings are mostly unused params? Because it compiles cleanly for me[1], and my flags

Re: [E-devel] E SVN: raster trunk/evas/src/modules/engines/gl_common/shader

2011-04-20 Thread Brett Nash
On Wed, 2011-04-20 at 00:12 -0700, Enlightenment SVN wrote: > Log: > start fixing shader mess. at least add mask compile to scripts. need > to do filters. Is there a summary of the method to do this somewhere? Regards, nash -

Re: [E-devel] E SVN: raster IN trunk: evas/src/lib evas/src/lib/canvas expedite/src/bin

2011-04-20 Thread Brett Nash
On Wed, 2011-04-20 at 01:13 -0700, Enlightenment SVN wrote: > Log: > and fix filter api to be consistent with evas.. letalone all of efl. > VERB AT END (get/set/whatever) Is there any othere typed getters/setters in EFL? I did the verb_type call, ala OpenGL. nash

Re: [E-devel] [Patch] elm_map rotate feature

2011-04-20 Thread ChunEon Park
Hi gouache. I'm not sure what you intended exactly. I think, even the map image is consisted of piece of images (as the grid type), user may need to set the rotation center anyhow. Thanks! Let's run together for the best moment! -Regards, Hermet- ---

Re: [E-devel] [RFC] Switching even/odd inside elementary theme to edje signal

2011-04-20 Thread Daniel Juyung Seo
Handling two different groups for one item is not efficient. so +1. >> inserting new item inside a genlist was broken. Btw, what do you mean? Thanks. Daniel Juyung Seo (SeoZ) On Thu, Apr 21, 2011 at 1:13 AM, Cedric BAIL wrote: > Hi, > > Since a long time inserting new item inside a genlist w

Re: [E-devel] [Patch] elm_map rotate feature

2011-04-20 Thread Atton Jonathan
yes the center should be the center of the world :) 2011/4/20 ChunEon Park > > Hi gouache. > > I'm not sure what you intended exactly. > > I think, even the map image is consisted of piece of images (as the grid > type), > user may need to set the rotation center anyhow. > > Thanks! > >

Re: [E-devel] [RFC] Switching even/odd inside elementary theme to edje signal

2011-04-20 Thread Tom Hacohen
On Wed, Apr 20, 2011 at 7:13 PM, Cedric BAIL wrote: > Hi, > > Since a long time inserting new item inside a genlist was broken. > This patch was done by Tom Hacohen and myself, it switch even/odd to > being a state of your item inside the same edje group and remove the > need for two separated

Re: [E-devel] [RFC] Switching even/odd inside elementary theme to edje signal

2011-04-20 Thread Daniel Juyung Seo
Ohhh.. Now I understand what "inserting new item inside a genlist was broken" means. Yeah it's broken and needs to be fixed. Thanks. Daniel Juyung Seo (SeoZ) On Thu, Apr 21, 2011 at 2:38 AM, Tom Hacohen wrote: > On Wed, Apr 20, 2011 at 7:13 PM, Cedric BAIL wrote: > > > Hi, > > > > Since a lo

Re: [E-devel] [RFC] Switching even/odd inside elementary theme to edje signal

2011-04-20 Thread Gustavo Sverzut Barbieri
On Wed, Apr 20, 2011 at 1:13 PM, Cedric BAIL wrote: > Hi, > >   Since a long time inserting new item inside a genlist was broken. > This patch was done by Tom Hacohen and myself, it switch even/odd to > being a state of your item inside the same edje group and remove the > need for two separated i

Re: [E-devel] [RFC] Switching even/odd inside elementary theme to edje signal

2011-04-20 Thread Leandro Pereira
Cedric, On Wed, Apr 20, 2011 at 1:13 PM, Cedric BAIL wrote: > >   If nobody mind about this patch, I will apply it friday. > Gotta get down on Friday! +1. Leandro -- Benefiting from Server Virtualization: Beyond Ini

Re: [E-devel] [Patch] elm_map rotate feature

2011-04-20 Thread sangho park
o.. i found the bug now I'm trying to fix it. after fixing that, i'll patch again. thanks~ On Tue, Apr 19, 2011 at 2:20 PM, Carsten Haitzler wrote: > On Tue, 19 Apr 2011 11:25:04 +0900 sangho park said: > > i spot a bug! (video). see the center of the screen when you zoom in and > out...

Re: [E-devel] [Patch] elm_map rotate feature

2011-04-20 Thread sangho park
hmm... I thought that rotation scenario is needed only at the screen center. yes..yes.. you are right. it's my mistake. 2011/4/21 ChunEon Park > Hi gouache. > > > > I'm not sure what you intended exactly. > > > > I think, even the map image is consisted of piece of images (as the grid > type),

Re: [E-devel] [Patch] elm_map rotate feature

2011-04-20 Thread sangho park
:D now i know the importance of the center~~ thanks .. you and hermet comments. On Thu, Apr 21, 2011 at 2:36 AM, Atton Jonathan wrote: > yes the center should be the center of the world :) > > 2011/4/20 ChunEon Park > >> >> Hi gouache. >> >> I'm not sure what you intended exactly. >> >> I think,

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore

2011-04-20 Thread The Rasterman
On Wed, 20 Apr 2011 10:54:03 -0300 Gustavo Sverzut Barbieri said: > On Wed, Apr 20, 2011 at 3:51 AM, Enlightenment SVN > wrote: > > Log: > > add animator runtime stuff to run animator for fixed timelength and an > >  interpolation mapping func. > > > > +   typedef Eina_Bool (*Ecore_Timeline_Cb

Re: [E-devel] E SVN: raster trunk/evas/src/modules/engines/gl_common/shader

2011-04-20 Thread The Rasterman
On Thu, 21 Apr 2011 01:03:50 +1000 Brett Nash said: > On Wed, 2011-04-20 at 00:12 -0700, Enlightenment SVN wrote: > > Log: > > start fixing shader mess. at least add mask compile to scripts. need > > to do filters. > > Is there a summary of the method to do this somewhere? no - other than the

Re: [E-devel] E SVN: raster IN trunk: evas/src/lib evas/src/lib/canvas expedite/src/bin

2011-04-20 Thread The Rasterman
On Thu, 21 Apr 2011 01:09:44 +1000 Brett Nash said: > On Wed, 2011-04-20 at 01:13 -0700, Enlightenment SVN wrote: > > Log: > > and fix filter api to be consistent with evas.. letalone all of efl. > > VERB AT END (get/set/whatever) > > Is there any othere typed getters/setters in EFL? > >

Re: [E-devel] E SVN: raster IN trunk: evas/src/lib evas/src/lib/canvas expedite/src/bin

2011-04-20 Thread Brett Nash
On 21/04/2011, at 11:49 AM, Carsten Haitzler (The Rasterman) wrote: > On Thu, 21 Apr 2011 01:09:44 +1000 Brett Nash said: > >> On Wed, 2011-04-20 at 01:13 -0700, Enlightenment SVN wrote: >>> Log: >>> and fix filter api to be consistent with evas.. letalone all of efl. >>> VERB AT END (get

[E-devel] [Review] [Patch] Evas - OpenGL on Evas: surface texture creation patch

2011-04-20 Thread Sung W. Park
Hi all, I'm attaching a patch that addresses the awkward usage case. It's something that didn't bother me initially but the more I look at it, i think it's a little off. :-) The initial version of the evas_gl that I've submitted had the following use case. evasgl = evas_gl_new(e); sfc = ev

Re: [E-devel] E SVN: maxerba trunk/E-MODULES-EXTRA/exebuf/src

2011-04-20 Thread Daniel Juyung Seo
Hello, >> -#define _(str) dgettext(PACKAGE, str) >> +#define D_(str) dgettext(PACKAGE, str) According to that change, I have a question. elementary uses E_(string) for dgettext. #define E_(string) dgettext(PACKAGE, string) Is there a recommended way to use dgettext? _(str), E_(str), D_(str) ?

Re: [E-devel] E SVN: tasn trunk/evas/src/lib/engines/common

2011-04-20 Thread Daniel Juyung Seo
Hi Tom. +if (index == 0) + { + index = evas_common_font_glyph_search(fn, &fi, REPLACEMENT_CHAR); + } Why not this? if (!index) index = evas_common_font_glyph_search(fn, &fi, REPLACEMENT_CHAR); Daniel Juyung Seo (SeoZ) On Wed, Apr 20, 2011 at 11:20 PM, E

[E-devel] [PATCH] bug fix : preedit text was commited when shift key was pressed

2011-04-20 Thread Jihoon Kim
Hi, EFL developers. ATM, preedit text is commited when shift key is pressed. This patch file is for solving this bug. Would you please review this patch and apply in svn? Index: edje_entry.c === --- edje_entry.c(revision 587

[E-devel] NEWS files

2011-04-20 Thread Vincent Torri
Hey, We already mentioned that NEWS files should contain news features and API additions from the previous minor version. I wrote one for ecore. I paste it below. What do you think of it ? Vincent Evas 1.1 Changes since Evas 1.0: --- New Features: *ecore_x: XRandR