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

2012-08-13 Thread The Rasterman
On Mon, 13 Aug 2012 06:58:57 +0200 Vincent Torri said: > On Mon, Aug 13, 2012 at 4:40 AM, Carsten Haitzler > wrote: > > On Mon, 13 Aug 2012 08:32:27 +0700 Cedric BAIL > > said: > > > >> Cedric Bail > >> On Aug 12, 2012 9:00 PM, "Gustavo Sverzut Barbieri" > >> wrote: > >> > > >> > On Sunday, Au

Re: [E-devel] status on Windows of the EFL

2012-08-13 Thread The Rasterman
On Mon, 13 Aug 2012 07:17:36 +0200 Vincent Torri said: > On Mon, Aug 13, 2012 at 2:27 AM, Carsten Haitzler > wrote: > > On Sun, 12 Aug 2012 18:58:23 +0200 Vincent Torri > > said: > > > >> Hey > >> > >> I have several problem on Windows (native compilation). I just list > >> the problems, I'll g

Re: [E-devel] can someone remove all the software 16 ddraw stuff in expedite, please ?

2012-08-13 Thread The Rasterman
On Sun, 12 Aug 2012 10:28:23 +0200 Vincent Torri said: done. :) > hey > > everything in the title. Note that it's only the 16 bits one. So > configure.ac (with output at the end) , src/bin/Makefile.am (do not > forget @ddraw_16_libs@) and removing the files > > thank you > > Vincent > >

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

2012-08-13 Thread Vincent Torri
On Mon, Aug 13, 2012 at 12:32 PM, Enlightenment SVN wrote: > Log: > patch from vtorri fixing rare segv condition in main loop actually, it always seg fault on windows since revision 59823 (ecore_pipe.c improvement) and another one which call an ecore_pipe function in ecore_init (iirc) Vincent >

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

2012-08-13 Thread Vincent Torri
and thanks :) On Mon, Aug 13, 2012 at 1:26 PM, Vincent Torri wrote: > On Mon, Aug 13, 2012 at 12:32 PM, Enlightenment SVN > wrote: >> Log: >> patch from vtorri fixing rare segv condition in main loop > > actually, it always seg fault on windows since revision 59823 > (ecore_pipe.c improvement) a

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

2012-08-13 Thread Michael Blumenkrantz
but it's rare because it only happens on windows On Mon, Aug 13, 2012 at 12:26 PM, Vincent Torri wrote: > On Mon, Aug 13, 2012 at 12:32 PM, Enlightenment SVN > wrote: > > Log: > > patch from vtorri fixing rare segv condition in main loop > > actually, it always seg fault on windows since revisio

Re: [E-devel] E SVN: barbieri trunk/BINDINGS/python/python-e_dbus

2012-08-13 Thread Eduardo Lima (Etrunko)
On Sun, Aug 12, 2012 at 3:48 PM, Enlightenment SVN wrote: > Log: > python-e_dbus 1.7.0 > > sync with C version, including in version. > > cython and python versions updated to what I have in my machine, at > least it's known to work. > > > > Author: barbieri > Date: 2012-08-12

Re: [E-devel] E SVN: barbieri trunk/BINDINGS/python/python-e_dbus

2012-08-13 Thread Gustavo Sverzut Barbieri
O dont know. That's what I know work on my machine. If it works with others, then decrease the number, it can go in our beta and final release. On Monday, August 13, 2012, Eduardo Lima (Etrunko) wrote: > On Sun, Aug 12, 2012 at 3:48 PM, Enlightenment SVN > wrote: > > Log: > > python-e_dbus 1.7.0

[E-devel] ecore_input_init bug ?

2012-08-13 Thread Vincent Torri
hey i'm just wondering if it's normal that ecore_event_init() does not call ecore_init(). There is no doc in ecore_input, so no one knows that ecore_init() must be called before ecore_event_init(). Anyway, I think that it's safer to call ecore_init() in ecore_event_init(). Vincent --

Re: [E-devel] ecore_input_init bug ?

2012-08-13 Thread Michael Blumenkrantz
definitely a bug, the other sublibraries call it. On Mon, Aug 13, 2012 at 2:05 PM, Vincent Torri wrote: > hey > > i'm just wondering if it's normal that ecore_event_init() does not > call ecore_init(). There is no doc in ecore_input, so no one knows > that ecore_init() must be called before ecore

Re: [E-devel] E SVN: barbieri trunk/BINDINGS/python/python-e_dbus

2012-08-13 Thread Eduardo Lima (Etrunko)
On Mon, Aug 13, 2012 at 9:30 AM, Gustavo Sverzut Barbieri wrote: > O dont know. That's what I know work on my machine. If it works with > others, then decrease the number, it can go in our beta and final release. > Alright, done in 75211 -- Eduardo de Barros Lima ◤✠◢ ebl...@gmail.com

[E-devel] Fwd: Re: [e-users] Python-EFL 1.7.0 ALPHA

2012-08-13 Thread Stefan Schmidt
Report from e-user: Original Message Subject: Re: [e-users] Python-EFL 1.7.0 ALPHA Date: Mon, 13 Aug 2012 14:17:26 +0100 From: Andreas Martens Reply-To: Enlightenment users discussion & support To: Enlightenment users discussion & support CC: Enlightenment Development Hey

Re: [E-devel] E SVN: etrunko trunk/BINDINGS/python/python-e_dbus

2012-08-13 Thread Gustavo Sverzut Barbieri
On Mon, Aug 13, 2012 at 10:43 AM, Enlightenment SVN wrote: > Log: > Decrease dbus-python version requirement to 0.83.0 could you change README as well? :-) -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -- MSN: barbi...@gmail.com Skype: g

Re: [E-devel] [e-users] Python-EFL 1.7.0 ALPHA

2012-08-13 Thread Gustavo Sverzut Barbieri
On Mon, Aug 13, 2012 at 10:17 AM, Andreas Martens wrote: > Heya, > > This seems to break on Debian, cython 0.15.1 is the latest available. > Modifying configure.ac for python-evas to just require 0.15 of cython > worked just fine for me, any change we can have the requirement relaxed > please? n

Re: [E-devel] E SVN: etrunko trunk/BINDINGS/python/python-e_dbus

2012-08-13 Thread Eduardo Lima (Etrunko)
On Mon, Aug 13, 2012 at 11:23 AM, Gustavo Sverzut Barbieri wrote: > On Mon, Aug 13, 2012 at 10:43 AM, Enlightenment SVN > wrote: >> Log: >> Decrease dbus-python version requirement to 0.83.0 > > could you change README as well? :-) > Done, thanks for the pointer -- Eduardo de Barros Lima ◤✠◢ e

Re: [E-devel] [e-users] Python-EFL 1.7.0 ALPHA

2012-08-13 Thread Gustavo Sverzut Barbieri
On Mon, Aug 13, 2012 at 11:39 AM, Andreas Martens wrote: > On 13 August 2012 15:24, Gustavo Sverzut Barbieri > wrote: > >> On Mon, Aug 13, 2012 at 10:17 AM, Andreas Martens >> wrote: >> > Heya, >> > >> > This seems to break on Debian, cython 0.15.1 is the latest available. >> > Modifying configu

Re: [E-devel] E SVN: discomfitor IN trunk/PROTO: . shotgun shotgun/data shotgun/data/theme shotgun/m4 shotgun/src shotgun/src/bin shotgun/src/include shotgun/src/lib

2012-08-13 Thread Michael Blumenkrantz
On Mon, 13 Aug 2012 08:53:55 -0700 "Enlightenment SVN" wrote: > Log: > I didn't think this day would ever come, but...shotgun is now in svn. I may > hack on it at some point, but I've already accomplished what I wanted with it > so people should feel free to do whatever they want here including >

Re: [E-devel] [e-users] Python-EFL 1.7.0 ALPHA

2012-08-13 Thread Gustavo Sverzut Barbieri
On Mon, Aug 13, 2012 at 1:14 PM, Andreas Martens wrote: > On 13 August 2012 16:42, Gustavo Sverzut Barbieri > wrote: > >> On Mon, Aug 13, 2012 at 11:39 AM, Andreas Martens >> wrote: >> > On 13 August 2012 15:24, Gustavo Sverzut Barbieri >> > wrote: >> > >> >> On Mon, Aug 13, 2012 at 10:17 AM, And

Re: [E-devel] status on Windows of the EFL

2012-08-13 Thread Vincent Torri
On Mon, Aug 13, 2012 at 10:55 AM, Carsten Haitzler wrote: > On Mon, 13 Aug 2012 07:17:36 +0200 Vincent Torri > said: > >> On Mon, Aug 13, 2012 at 2:27 AM, Carsten Haitzler >> wrote: >> > On Sun, 12 Aug 2012 18:58:23 +0200 Vincent Torri >> > said: >> > >> >> Hey >> >> >> >> I have several probl

Re: [E-devel] status on Windows of the EFL

2012-08-13 Thread The Rasterman
On Mon, 13 Aug 2012 19:59:33 +0200 Vincent Torri said: > On Mon, Aug 13, 2012 at 10:55 AM, Carsten Haitzler > wrote: > > On Mon, 13 Aug 2012 07:17:36 +0200 Vincent Torri > > said: > > > >> On Mon, Aug 13, 2012 at 2:27 AM, Carsten Haitzler > >> wrote: > >> > On Sun, 12 Aug 2012 18:58:23 +0200 V

[E-devel] Compilation of elementary_test misbehaviour in Wayland

2012-08-13 Thread Eduardo Lima (Etrunko)
Heya, I have gone through each one of the tests in elementary_test comparing the behaviour of the tests using wayland backend and X11. The list of issues can be found in the following wiki page: http://trac.enlightenment.org/e/wiki/Wayland/ElementaryTest Many of the issues are related to each ot

Re: [E-devel] E SVN: discomfitor IN trunk/PROTO: . shotgun shotgun/data shotgun/data/theme shotgun/m4 shotgun/src shotgun/src/bin shotgun/src/include shotgun/src/lib

2012-08-13 Thread Daniel Juyung Seo
Awesome! Finally shotgun came in svn! I've been using it for so long and I liked it. Btw, following instruction gave me tons of "undefined reference to shotgun_". $ ./autogen.sh $ make Any solution for this? Daniel Juyung Seo (SeoZ) On Tue, Aug 14, 2012 at 1:07 AM, Michael Blumenkrantz wro

Re: [E-devel] E SVN: bdilly trunk/econnman

2012-08-13 Thread Gustavo Sverzut Barbieri
On Mon, Aug 13, 2012 at 7:23 PM, Enlightenment SVN wrote: > > Log: > Econnman: use a more informative message when not registered > > If no agent is registered, user should know she can run econnman-bin > with -a to register econnman-bin agent. nice... but maybe start the agent and retry? Mos

Re: [E-devel] Compilation of elementary_test misbehaviour in Wayland

2012-08-13 Thread The Rasterman
On Mon, 13 Aug 2012 21:22:26 -0300 "Eduardo Lima (Etrunko)" said: hey ... interesting email address there etrunko :) a quick read of that: 3d: wayland_egl or wayland_shm? buttons: i think this may be a result of soem framespace coord issues in events - not sure though. cursors: yup. incomp

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

2012-08-13 Thread Sanjeev BA
Awesome information. On Sun, Aug 12, 2012 at 2:13 PM, Carsten Haitzler wrote: > On Sun, 12 Aug 2012 01:27:21 -0300 Gustavo Sverzut Barbieri > said: > > > On Sun, Aug 12, 2012 at 1:17 AM, Enlightenment SVN > > wrote: > > > so memcpy changed behavior, though within specs of the manual page > >

Re: [E-devel] Compilation of elementary_test misbehaviour in Wayland

2012-08-13 Thread Christopher Michael
On 08/14/2012 05:45 AM, Carsten Haitzler (The Rasterman) wrote: > On Mon, 13 Aug 2012 21:22:26 -0300 "Eduardo Lima (Etrunko)" > said: > > hey ... interesting email address there etrunko :) > > a quick read of that: > > 3d: >wayland_egl or wayland_shm? > This is actually mislabeled. It should b

Re: [E-devel] status on Windows of the EFL

2012-08-13 Thread Vincent Torri
On Tue, Aug 14, 2012 at 2:20 AM, Carsten Haitzler wrote: > > can you put a printf in find_subst() in embryo_cc_sclist.c before the asserts > and printf name and length ? before that, i tried a much more simple test (without embryo), which segfault. I've attached the source code, the edc and the e