Re: [E-devel] Compiling E17 on OSX

2009-04-11 Thread Andrew Williams
cpp is stripping comments I just found - but only strict ANSI, so the short comments // are being left in. I am trying to find some switches to change this behaviour but without much luck. Clearly specifying that try c comments must be used just because of this is no good, but the only other

Re: [E-devel] [patch review] e_fwin 'tabs'

2009-04-11 Thread Dave Andreoli
2009/4/11 Viktor Kojouharov > On Sat, 2009-04-11 at 15:29 +1000, Carsten Haitzler wrote: > > On Fri, 10 Apr 2009 19:59:57 +0200 Viktor Kojouharov < > [email protected]> > > said: > > > > you'll be wanting to regenerate patches as they fail... :) > > > Aargg, here be them updated patches you b

Re: [E-devel] E SVN: cedric IN trunk/evas/src/lib: canvas include

2009-04-11 Thread Dave Andreoli
2009/4/11 Carsten Haitzler > On Sat, 11 Apr 2009 12:36:21 +0200 Cedric BAIL said: > > > On Sat, Apr 11, 2009 at 4:03 AM, Carsten Haitzler > > wrote: > > > On Fri, 10 Apr 2009 08:14:40 -0700 "Enlightenment SVN" > > > said: > > > > > > i disabled it as i spotted rendering bugs. > > > > Damn, it

Re: [E-devel] ecore_evas compile error from 39985

2009-04-11 Thread Sergey Semernin
Hello, Adam. In message from 11 апреля 2009 you wrote: > Looks like http://trac.enlightenment.org/e/changeset/39985 broke compiling > (at least on Linux/amd64). > > If you revert what was done in ecore_evas_util.c it seems to work. Yes. But I compiled it by adding #include "Ecore_Input.

[E-devel] ecore_evas compile error from 39985

2009-04-11 Thread Adam Flott
Looks like http://trac.enlightenment.org/e/changeset/39985 broke compiling (at least on Linux/amd64). If you revert what was done in ecore_evas_util.c it seems to work. Adam -- This SF.net email is sponsored by: High Qu

Re: [E-devel] E SVN: andreas trunk/e/src/modules/conf_dpms

2009-04-11 Thread Gustavo Sverzut Barbieri
On Sat, Apr 11, 2009 at 7:53 AM, Viktor Kojouharov wrote: > On Sat, 2009-04-11 at 07:08 -0300, Gustavo Sverzut Barbieri wrote: >> On Sat, Apr 11, 2009 at 4:22 AM, Enlightenment SVN >> wrote: >> > Log: >> >  free EinaList at exit >> > +   for (l = dpms_list; l; l = eina_list_next(l)) >> > +   { >>

Re: [E-devel] E SVN: cedric IN trunk/evas/src/lib: canvas include

2009-04-11 Thread The Rasterman
On Sat, 11 Apr 2009 12:36:21 +0200 Cedric BAIL said: > On Sat, Apr 11, 2009 at 4:03 AM, Carsten Haitzler > wrote: > > On Fri, 10 Apr 2009 08:14:40 -0700 "Enlightenment SVN" > > said: > > > > i disabled it as i spotted rendering bugs. > > Damn, it was to easy for a big win.Can you describe wher

[E-devel] [PATCH] evas/ecore/efreet patch for cygwin-1.7

2009-04-11 Thread booleanlabel
Hi, E-devel I made a evas/ecore/efreet patch for cygwin-1.7. Best regards Index: src/modules/engines/software_x11/Makefile.am === --- src/modules/engines/software_x11/Makefile.am(revision 39954) +++ src/modules/engines/so

Re: [E-devel] Bug in the Drawer module?

2009-04-11 Thread Viktor Kojouharov
On Sat, 2009-04-11 at 12:25 +0200, Luca De Marini wrote: > Hallo everyone, Drawer is really a great module and it introduces some cool > new possibilities in customizing E. > Drawer can be used in 2 ways. One way is putting it on the desktop with > gadman, and the result is very similar to a plasmo

Re: [E-devel] E SVN: andreas trunk/e/src/modules/conf_dpms

2009-04-11 Thread Viktor Kojouharov
On Sat, 2009-04-11 at 07:08 -0300, Gustavo Sverzut Barbieri wrote: > On Sat, Apr 11, 2009 at 4:22 AM, Enlightenment SVN > wrote: > > Log: > > free EinaList at exit > > + for (l = dpms_list; l; l = eina_list_next(l)) > > + { > > + dpms_list = eina_list_remove_list(dpms_list, l); > > + }

Re: [E-devel] E SVN: cedric IN trunk/evas/src/lib: canvas include

2009-04-11 Thread Cedric BAIL
On Sat, Apr 11, 2009 at 4:03 AM, Carsten Haitzler wrote: > On Fri, 10 Apr 2009 08:14:40 -0700 "Enlightenment SVN" > said: > > i disabled it as i spotted rendering bugs. Damn, it was to easy for a big win.Can you describe where/what you did see ? >> Log: >>       * evas: This patch reintroduce t

[E-devel] Bug in the Drawer module?

2009-04-11 Thread Luca De Marini
Hallo everyone, Drawer is really a great module and it introduces some cool new possibilities in customizing E. Drawer can be used in 2 ways. One way is putting it on the desktop with gadman, and the result is very similar to a plasmoid of KDE4. Dirs or launchers are shown on desktop. OK The second

Re: [E-devel] E SVN: andreas trunk/e/src/modules/conf_dpms

2009-04-11 Thread Gustavo Sverzut Barbieri
On Sat, Apr 11, 2009 at 4:22 AM, Enlightenment SVN wrote: > Log: >  free EinaList at exit > +   for (l = dpms_list; l; l = eina_list_next(l)) > +   { > +      dpms_list = eina_list_remove_list(dpms_list, l); > +   } dpms_list = eina_list_free(dpms_list); -- Gustavo Sverzut Barbieri http://prof

Re: [E-devel] E SVN: andreas trunk/e/src/modules/ibox

2009-04-11 Thread Gustavo Sverzut Barbieri
On Sat, Apr 11, 2009 at 4:20 AM, Enlightenment SVN wrote: > Log: >  change to Eina_List > -   if (data <= 0) return; > +   for (l = list, o = eina_list_data_get(l); l; l = eina_list_next(l), > +                                                o = eina_list_data_get(l)) EINA_LIST_FOREACH(), please

Re: [E-devel] [patch review] e_fwin 'tabs'

2009-04-11 Thread Viktor Kojouharov
On Sat, 2009-04-11 at 15:29 +1000, Carsten Haitzler wrote: > On Fri, 10 Apr 2009 19:59:57 +0200 Viktor Kojouharov > said: > > you'll be wanting to regenerate patches as they fail... :) > Aargg, here be them updated patches you be wanting > > On Fri, 2009-04-10 at 23:56 +1000, Carsten Haitzler w