Re: [E-devel] Fishy malloc with smaller memset in eina mp one_big

2013-06-14 Thread Stefan Schmidt
Hello. On 06/13/2013 07:06 PM, Gustavo Sverzut Barbieri wrote: > looks like it's on purpose... you just need to zero the list element > (next, > prev, last), the payload (allocated memory to mp user) doesn't matter. OK, Thanks for explanation. I added a comment to avoid other people getting conf

Re: [E-devel] SVN rev 82001: Revert commit r81335

2013-06-14 Thread Stefan Schmidt
Hello. On 06/13/2013 02:40 PM, Stefan Schmidt wrote: > Hello. > > On 06/13/2013 01:58 PM, Rafael Fonseca wrote: >> Stefan, >> >> On Thu, Jun 13, 2013 at 1:49 PM, Stefan Schmidt >> wrote: >>> Hello Rafael. >>> >>> Where did you had problems with double free after this patch? I still >>> think >>>

Re: [E-devel] elm/evas callback sequence

2013-06-14 Thread Leif Middelschulte
Am Freitag, 14. Juni 2013 um 01:42 schrieb Daniel Juyung Seo: > On Fri, Jun 14, 2013 at 4:36 AM, Leif Middelschulte < > leif.middelschu...@gmail.com (mailto:leif.middelschu...@gmail.com)> wrote: > > > Am Mittwoch, 12. Juni 2013 um 06:21 schrieb Daniel Juyung Seo: > > > On Wed, Jun 12, 2013 at 1:38

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: BUGFIX: Smart policy maximize on restart

2013-06-14 Thread daniel.za...@samsung.com
On 06/13/2013 04:17 PM, Tom Hacohen wrote: > On 13/06/13 14:10, daniel.za...@samsung.com wrote: >> Works for me. Do you really use the latest?=-O ?:-D > > What is the meaning of this email? > Are you trying to imply I had local changes in my e, so when my update > script ran "git pull --rebase" it

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: BUGFIX: Smart policy maximize on restart

2013-06-14 Thread Tom Hacohen
On 14/06/13 11:28, daniel.za...@samsung.com wrote: > On 06/13/2013 04:17 PM, Tom Hacohen wrote: >> On 13/06/13 14:10, daniel.za...@samsung.com wrote: >>> Works for me. Do you really use the latest?=-O ?:-D >> >> What is the meaning of this email? >> Are you trying to imply I had local changes in my

[E-devel] devs/jeyzu/eo-WIP

2013-06-14 Thread Jérémy Zurcher
Hi, I'm still adding my bits to _eo_class_mro_add, the end is near. What do you think should be done, change a few, bin all , zillions or 1 phab rev, merge like a cowboy ?? Regards Jérémy -- This SF.net email is sponsor

Re: [E-devel] devs/jeyzu/eo-WIP

2013-06-14 Thread The Rasterman
On Fri, 14 Jun 2013 14:54:24 +0200 Jérémy Zurcher said: > Hi, > > I'm still adding my bits to _eo_class_mro_add, > the end is near. > > What do you think should be done, > change a few, bin all , zillions or 1 phab rev, merge like a cowboy ?? actually... i'm more curious... you jumped in on eo

Re: [E-devel] devs/jeyzu/eo-WIP

2013-06-14 Thread Tom Hacohen
On 14/06/13 13:54, Jérémy Zurcher wrote: > Hi, > > I'm still adding my bits to _eo_class_mro_add, > the end is near. > > What do you think should be done, > change a few, bin all , zillions or 1 phab rev, merge like a cowboy ?? Hey Jeremy, I would also like to thank you for your help and good wor

Re: [E-devel] devs/jeyzu/eo-WIP

2013-06-14 Thread Felipe Magno de Almeida
Hello, On Fri, Jun 14, 2013 at 10:16 AM, Carsten Haitzler wrote: > On Fri, 14 Jun 2013 14:54:24 +0200 Jérémy Zurcher said: > > > Hi, > > > > I'm still adding my bits to _eo_class_mro_add, > > the end is near. > > > > What do you think should be done, > > change a few, bin all , zillions or 1 pha

Re: [E-devel] E-MODULES-EXTRA migration to git

2013-06-14 Thread Eduardo Lima (Etrunko)
I vote for the taskbar module. On Fri, Jun 14, 2013 at 2:17 AM, David Seikel wrote: > On Fri, 14 Jun 2013 11:14:19 +0800 P Purkayastha > wrote: > >> On 06/14/2013 07:07 AM, Daniel Juyung Seo wrote: >> > I vote for comp-scale and engage. They are very good showcase. >> > Sadly they're broken atm

Re: [E-devel] devs/jeyzu/eo-WIP

2013-06-14 Thread The Rasterman
On Fri, 14 Jun 2013 11:02:36 -0300 Felipe Magno de Almeida said: > Hello, > > On Fri, Jun 14, 2013 at 10:16 AM, Carsten Haitzler > wrote: > > > On Fri, 14 Jun 2013 14:54:24 +0200 Jérémy Zurcher said: > > > > > Hi, > > > > > > I'm still adding my bits to _eo_class_mro_add, > > > the end is near

Re: [E-devel] devs/jeyzu/eo-WIP

2013-06-14 Thread Felipe Magno de Almeida
On Fri, Jun 14, 2013 at 12:52 PM, Carsten Haitzler wrote: > On Fri, 14 Jun 2013 11:02:36 -0300 Felipe Magno de Almeida > said: > Hello Carsten, > > I'm using metaprogramming in C++ for binding to Eo, but it is proving > very > > difficult for lack of void* data parameters for class functions,

Re: [E-devel] devs/jeyzu/eo-WIP

2013-06-14 Thread Felipe Magno de Almeida
Just an addendum, On Fri, Jun 14, 2013 at 1:01 PM, Felipe Magno de Almeida < felipe.m.alme...@gmail.com> wrote: > On Fri, Jun 14, 2013 at 12:52 PM, Carsten Haitzler > wrote:> > so ultimately i expect to have this: > > > > > > eo_do(obj, > > > efl_color_set(255, 128, 0, 255), > > > ef

Re: [E-devel] E-MODULES-EXTRA migration to git

2013-06-14 Thread Doug Newgard
> Date: Fri, 14 Jun 2013 08:07:19 +0900 > From: seojuyu...@gmail.com > To: enlightenment-devel@lists.sourceforge.net > Subject: Re: [E-devel] E-MODULES-EXTRA migration to git > > On Fri, Jun 14, 2013 at 6:01 AM, Simon wrote: > >> On 06/14/2013 04:04 AM, Dav

Re: [E-devel] devs/jeyzu/eo-WIP

2013-06-14 Thread Felipe Magno de Almeida
On Fri, Jun 14, 2013 at 12:52 PM, Carsten Haitzler wrote: > Hello Carsten, > On Fri, 14 Jun 2013 11:02:36 -0300 Felipe Magno de Almeida > said: [snip] > > I'm using metaprogramming in C++ for binding to Eo, but it is proving very > > difficult for lack of void* data parameters for class funct

Re: [E-devel] E-MODULES-EXTRA migration to git

2013-06-14 Thread Simon
On 06/15/2013 12:13 AM, Eduardo Lima (Etrunko) wrote: > I vote for the taskbar module. I thought that was replaced with the tasks module that is in the core e modules, it took me a while to find that out. > On Fri, Jun 14, 2013 at 2:17 AM, David Seikel wrote: >> On Fri, 14 Jun 2013 11:14:19 +080

[E-devel] [PATCH 1/2] add middle mouse binding for ibar exec menu

2013-06-14 Thread Thomas Gstädtner
this allows for quick, timer-less, access to the menu Signed-off-by: Thomas Gstädtner --- src/modules/ibar/e_mod_main.c | 4 1 file changed, 4 insertions(+) diff --git a/src/modules/ibar/e_mod_main.c b/src/modules/ibar/e_mod_main.c index e53ddb7..400291c 100644 --- a/src/modules/ibar/e_mo

[E-devel] [PATCH 2/2] rename ibar timer_cb to menu_cb, as it isn't used only for the timer

2013-06-14 Thread Thomas Gstädtner
Signed-off-by: Thomas Gstädtner --- src/modules/ibar/e_mod_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/ibar/e_mod_main.c b/src/modules/ibar/e_mod_main.c index 400291c..7bc36c7 100644 --- a/src/modules/ibar/e_mod_main.c +++ b/src/modules/ibar/e_mod

Re: [E-devel] devs/jeyzu/eo-WIP

2013-06-14 Thread The Rasterman
On Fri, 14 Jun 2013 13:04:55 -0300 Felipe Magno de Almeida said: > Just an addendum, > > On Fri, Jun 14, 2013 at 1:01 PM, Felipe Magno de Almeida < > felipe.m.alme...@gmail.com> wrote: > > > On Fri, Jun 14, 2013 at 12:52 PM, Carsten Haitzler > > wrote:> > so ultimately i expect to have this: >

Re: [E-devel] devs/jeyzu/eo-WIP

2013-06-14 Thread The Rasterman
On Fri, 14 Jun 2013 13:01:23 -0300 Felipe Magno de Almeida said: > On Fri, Jun 14, 2013 at 12:52 PM, Carsten Haitzler > wrote: > > > On Fri, 14 Jun 2013 11:02:36 -0300 Felipe Magno de Almeida > > said: > > > > Hello Carsten, > > > > > I'm using metaprogramming in C++ for binding to Eo, but i

Re: [E-devel] [EGIT] [admin/devs] master 01/01: welcome princeamd, the new maintainer/spankee for E17

2013-06-14 Thread Deon Thomas
Thanks SeoZ!, I normally write patches and bother you guys to commit :) Thank You. --- --- --- --- --- --- --- --- --- Deon Thomas [ http://www.elivecd.org ] Programmer / Network Admin / Microsoft Certified Technology Specialist On Thu, Jun 13, 2013 at 6:42 AM, Daniel Juyung Seo wrote: > What a