Re: [E-devel] EFL on Windows

2013-04-09 Thread Cedric BAIL
On Tue, Apr 9, 2013 at 3:54 PM, Apurv Nigam wrote: > Could someone please help me with installation of EFL on Windows so that I > can use it for Tizen Native App Development using Tizen SDK on Windows 7 > platform. Could you describe what you tried and if you followed the wiki http://trac.enlight

Re: [E-devel] failed to compile python-efl (current git head)

2013-04-09 Thread Vasiliy Tolstov
Any other versions about errors? 2013/4/9 Vasiliy Tolstov : > > 09.04.2013 3:44 пользователь "Davide Andreoli" > написал: > > >> >> 2013/4/8 Vasiliy Tolstov >> >> > I'm try to compile python-efl, but get error when compile via cython. >> > Readme says that python compile also possible, but setup

Re: [E-devel] failed to compile python-efl (current git head)

2013-04-09 Thread Vasiliy Tolstov
Hmm. As i see if i replace all const char * to char * alld compiles fine. Why cython 0.17.3 get errors when used const char *? diff --git a/include/efl.evas.pxd b/include/efl.evas.pxd index 8b60a5e..0b619b2 100644 --- a/include/efl.evas.pxd +++ b/include/efl.evas.pxd @@ -825,10 +825,10 @@ cdef exte

Re: [E-devel] failed to compile python-efl (current git head)

2013-04-09 Thread Vasiliy Tolstov
2013/4/9 Vasiliy Tolstov : > Hmm. As i see if i replace all const char * to char * alld compiles > fine. Why cython 0.17.3 get errors when used const char *? Formatted patch: http://pastie.org/pastes/7381499/text -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ---

Re: [E-devel] elm_genlist_item_show()'s show stopper bug

2013-04-09 Thread The Rasterman
On Fri, 5 Apr 2013 14:20:08 -0300 Gustavo Lima Chaves said: > Hi, Elementary devs. > > I think some of you know this odd genlist bug where, for genlists with > >= 34 items, elm_genlist_item_show() will misbehave. Here is a simple testing > program for that. Any of you genlist developers have any

Re: [E-devel] [Bug] Terminology 0.3 (last git)

2013-04-09 Thread The Rasterman
On Fri, 05 Apr 2013 10:43:08 +0800 P Purkayastha said: > On 04/05/2013 08:36 AM, Carsten Haitzler (The Rasterman) wrote: > > On Wed, 3 Apr 2013 18:29:06 +0200 Jonathan BISSON said: > > > >> Hi, > >> > >> When I play a music with tybg, whenever I switch tabs, music is played > >> twice (with one

Re: [E-devel] [EGIT] [core/efl] master 01/01: eina: add eina_inlist_first and eina_inlist_last

2013-04-09 Thread Michael Blumenkrantz
I don't see the point of eina_inlist_last given that last is part of the inlist struct. On Tue, Apr 9, 2013 at 11:01 AM, Jérémy Zurcher - Enlightenment Git < no-re...@enlightenment.org> wrote: > jeyzu pushed a commit to branch master. > > commit 2036f7d3447d4e568f2736441c839678da310f22 > Author:

Re: [E-devel] [EGIT] [core/efl] master 01/01: eina: add eina_inlist_first and eina_inlist_last

2013-04-09 Thread Cedric BAIL
It is an helper, the same symmetrical one we have for Eina_List. On Tue, Apr 9, 2013 at 7:06 PM, Michael Blumenkrantz wrote: > I don't see the point of eina_inlist_last given that last is part of the > inlist struct. > > > On Tue, Apr 9, 2013 at 11:01 AM, Jérémy Zurcher - Enlightenment Git < > no

Re: [E-devel] [EGIT] [core/efl] master 01/01: eina: add eina_inlist_first and eina_inlist_last

2013-04-09 Thread Michael Blumenkrantz
It's not the same; the eina_list one is O(1), this is not. On Tue, Apr 9, 2013 at 11:43 AM, Cedric BAIL wrote: > It is an helper, the same symmetrical one we have for Eina_List. > > On Tue, Apr 9, 2013 at 7:06 PM, Michael Blumenkrantz > wrote: > > I don't see the point of eina_inlist_last give

Re: [E-devel] [EGIT] [core/efl] master 01/01: eina: add eina_inlist_first and eina_inlist_last

2013-04-09 Thread Sebastian Dransfeld
If last is part of the inlist struct, then I guess the implementation of eina_inlist_last is wrong. S. On 04/09/2013 12:48 PM, Michael Blumenkrantz wrote: > It's not the same; the eina_list one is O(1), this is not. > > > On Tue, Apr 9, 2013 at 11:43 AM, Cedric BAIL wrote: > >> It is an helper,

Re: [E-devel] [EGIT] [core/efl] master 01/01: eina: add eina_inlist_first and eina_inlist_last

2013-04-09 Thread Cedric BAIL
On Tue, Apr 9, 2013 at 8:03 PM, Sebastian Dransfeld wrote: > If last is part of the inlist struct, then I guess the implementation of > eina_inlist_last is wrong. Only the head of an inlist will be up to date and have the last pointer correctly set. -- Cedric BAIL --

Re: [E-devel] [EGIT] [core/efl] master 01/01: eina: add eina_inlist_first and eina_inlist_last

2013-04-09 Thread Jérémy Zurcher
that's exactly the point, beeing able to reach head or tail from any element within the list. On Tuesday 09 April 2013 20:33, Cedric BAIL wrote : > On Tue, Apr 9, 2013 at 8:03 PM, Sebastian Dransfeld > wrote: > > If last is part of the inlist struct, then I guess the implementation of > > eina_

Re: [E-devel] elm_genlist_item_show()'s show stopper bug

2013-04-09 Thread Gustavo Lima Chaves
* Carsten Haitzler [2013-04-09 16:57:51 +0900]: > On Fri, 5 Apr 2013 14:20:08 -0300 Gustavo Lima Chaves > said: > > > Hi, Elementary devs. > > > > I think some of you know this odd genlist bug where, for genlists with > > >= 34 items, elm_genlist_item_show() will misbehave. Here is a simple >

Re: [E-devel] [EGIT] [core/efl] master 03/03: evas device new/free -> add/del (new 1.8 api so no log).

2013-04-09 Thread Davide Andreoli
2013/4/8 Carsten Haitzler - Enlightenment Git > raster pushed a commit to branch master. > > commit 2364f4514b3d14a89f76523b3746d7d991260c99 > Author: Carsten Haitzler (Rasterman) > Date: Mon Apr 8 20:08:43 2013 +0900 > > evas device new/free -> add/del (new 1.8 api so no log). > > Shouldn

Re: [E-devel] [EGIT] [core/efl] master 03/03: evas device new/free -> add/del (new 1.8 api so no log).

2013-04-09 Thread The Rasterman
On Tue, 9 Apr 2013 17:04:46 +0200 Davide Andreoli said: > 2013/4/8 Carsten Haitzler - Enlightenment Git > > > raster pushed a commit to branch master. > > > > commit 2364f4514b3d14a89f76523b3746d7d991260c99 > > Author: Carsten Haitzler (Rasterman) > > Date: Mon Apr 8 20:08:43 2013 +0900 > >

Re: [E-devel] [EGIT] [core/efl] master 03/03: evas device new/free -> add/del (new 1.8 api so no log).

2013-04-09 Thread Davide Andreoli
2013/4/9 Carsten Haitzler > On Tue, 9 Apr 2013 17:04:46 +0200 Davide Andreoli > said: > > > 2013/4/8 Carsten Haitzler - Enlightenment Git < > no-re...@enlightenment.org> > > > > > raster pushed a commit to branch master. > > > > > > commit 2364f4514b3d14a89f76523b3746d7d991260c99 > > > Author: C

Re: [E-devel] failed to compile python-efl (current git head)

2013-04-09 Thread Davide Andreoli
2013/4/9 Vasiliy Tolstov > 2013/4/9 Vasiliy Tolstov : > > Hmm. As i see if i replace all const char * to char * alld compiles > > fine. Why cython 0.17.3 get errors when used const char *? > > Formatted patch: > http://pastie.org/pastes/7381499/text > I just commited the right fix, can you test