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
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
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
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
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
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.
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
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
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.
> --
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
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,
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
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
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
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
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
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
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
-
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
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-
---
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
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!
>
>
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
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
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
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
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...
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),
: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,
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
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
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?
>
>
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
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
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) ?
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
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
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
38 matches
Mail list logo