Re: [E-devel] ruby ffi binding

2011-04-26 Thread Jérémy Zurcher
On Tuesday 26 April 2011 21:55, Gustavo Sverzut Barbieri wrote : > On Tue, Apr 26, 2011 at 8:09 PM, Jérémy Zurcher wrote: > > Hi Gustavo > > > > On Tuesday 26 April 2011  10:37, Gustavo Sverzut Barbieri wrote : > >> > >> It's useless to expose such details, as we don't even write C code > >> that

Re: [E-devel] ruby ffi binding

2011-04-26 Thread Gustavo Sverzut Barbieri
On Tue, Apr 26, 2011 at 8:09 PM, Jérémy Zurcher wrote: > Hi Gustavo > > On Tuesday 26 April 2011  10:37, Gustavo Sverzut Barbieri wrote : >> >> It's useless to expose such details, as we don't even write C code >> that uses it. Just bind ecore_evas and you'll be fine. > yeah right, please don't be

[E-devel] [Patch] els_scroller default wheel control

2011-04-26 Thread sangho park
Dear all, this patch is for enable / disable the default els_scroller's wheel control. when I use elm_map, map's default wheel control means zoom in / out. so enable / disable els_scroller's default wheel control feature is needed. map is also needed enable / disable default wheel control. if yo

Re: [E-devel] ruby ffi binding

2011-04-26 Thread Jérémy Zurcher
Hi Gustavo On Tuesday 26 April 2011 10:37, Gustavo Sverzut Barbieri wrote : > > It's useless to expose such details, as we don't even write C code > that uses it. Just bind ecore_evas and you'll be fine. yeah right, please don't be reductive enlightenment.org says Evas is a canvas display librar

[E-devel] Re : composite problem

2011-04-26 Thread المسالم المسالمة
now it works great after installing automake and libtool i got this message when i run the terminal at EINA_SVN folder === eina 1.0.999.58930 ---

[E-devel] e16-1.0.8

2011-04-26 Thread Kim Woelders
e16-1.0.8 is available for download: http://sourceforge.net/projects/enlightenment/files/ e16-1.0.8: - Fix missing synthetic ConfigureNotify when doing simultaneous move and resize. - Update _NET_WORKAREA when screen size changes. - Reset maximised state on move as well as on resize. - Add comm

Re: [E-devel] Proposal on extending elm_notify functionalities for having title support

2011-04-26 Thread Daniel Juyung Seo
>> adding anything to the libs you should analyze if it's generic enough to be relevant. Very important! 2 cents are not enough for this :) Don't know this joke is working :) Daniel Juyung Seo (SeoZ) On Tue, Apr 26, 2011 at 11:03 PM, Bruno Dilly wrote: > On Tue, Apr 26, 2011 at 9:58 AM, Tom H

Re: [E-devel] Proposal on extending elm_notify functionalities for having title support

2011-04-26 Thread ChunEon Park
it could be done with elc_popup(or elc_dialogue) anyway. But we will have to maintain one more widget and there will be similar API set in Elementary.h.in, So, I prefer to extend elm_notify if those requirements are really basic/normal case. Thanks. ---

Re: [E-devel] Proposal on extending elm_notify functionalities for having title support

2011-04-26 Thread Nicolas Aguirre
2011/4/26 Bruno Dilly > On Tue, Apr 26, 2011 at 9:58 AM, Tom Hacohen > wrote: > > I don't think a new widget just for that is a good idea, why not just > > create a different theme? > > Maybe it's not required. It will depends what is intended. > > Right now notify is designed the more generic w

Re: [E-devel] Proposal on extending elm_notify functionalities for having title support

2011-04-26 Thread Bruno Dilly
On Tue, Apr 26, 2011 at 9:58 AM, Tom Hacohen wrote: > I don't think a new widget just for that is a good idea, why not just > create a different theme? Maybe it's not required. It will depends what is intended. Right now notify is designed the more generic way as possible: content is a swallow.

Re: [E-devel] Proposal on extending elm_notify functionalities for having title support

2011-04-26 Thread Tom Hacohen
That's even better. On Tue, 2011-04-26 at 11:03 -0300, Bruno Dilly wrote: > On Tue, Apr 26, 2011 at 9:58 AM, Tom Hacohen > wrote: > > I don't think a new widget just for that is a good idea, why not just > > create a different theme? > > Maybe it's not required. It will depends what is intended.

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

2011-04-26 Thread The Rasterman
On Tue, 26 Apr 2011 08:17:27 +0200 (CEST) Vincent Torri said: not my actual manual pages on a linux machine: SHM_OPEN(3)Linux Programmer's Manual SHM_OPEN(3) NAME shm_open, shm_unlink - Create/open or unlink POSIX shared memory objects SYNOPSI

Re: [E-devel] composite problem

2011-04-26 Thread Cedric BAIL
2011/4/26 المسالم المسالمة : > = > > aclocal is part of automake. for building e17 see: > http://trac.enlightenment.org/e/wiki/Installation > > = > > will thank you > > but the real problem here is > > when i type ./autogen.sh > > i got > > = > >

Re: [E-devel] ruby ffi binding

2011-04-26 Thread Gustavo Sverzut Barbieri
On Tue, Apr 26, 2011 at 10:23 AM, Carsten Haitzler wrote: > On Tue, 26 Apr 2011 14:24:19 +0200 Jérémy Zurcher said: > > though we value your patch and we always say "send patches"... we can't accept > that patch as it breaks api. we basically cannot break our api now we are 1.0 > - > not until a

Re: [E-devel] composite problem

2011-04-26 Thread المسالم المسالمة
= aclocal is part of automake. for building e17 see: http://trac.enlightenment.org/e/wiki/Installation = will thank you but the real problem here is when i type ./autogen.sh i got = Running aclocal... ./autogen.sh: line 6: aclocal: command

Re: [E-devel] ruby ffi binding

2011-04-26 Thread The Rasterman
On Tue, 26 Apr 2011 14:24:19 +0200 Jérémy Zurcher said: though we value your patch and we always say "send patches"... we can't accept that patch as it breaks api. we basically cannot break our api now we are 1.0 - not until a 2.0 and we're not jumping right on that any time soon. it's evolution

Re: [E-devel] ruby ffi binding

2011-04-26 Thread The Rasterman
On Tue, 26 Apr 2011 14:50:28 +0200 Jérémy Zurcher said: > Second time that I respond to the author, not the mailinglist ... shame on me. > > efl api directly exported to ruby ? yes, it's direct access to C external > functions through ruby module functions > > thanks to efl headers quality and

Re: [E-devel] enlightenment-devel Digest, Vol 60, Issue 110

2011-04-26 Thread The Rasterman
On Tue, 26 Apr 2011 14:09:35 +0300 المسالم المسالمة said: > > tried installing aclocal? :) > > > > > > and how am i supposed to do that > > if the web didn't has that package it comes with automake :) -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (

Re: [E-devel] Proposal on extending elm_notify functionalities for having title support

2011-04-26 Thread Atton Jonathan
no new windows :o I do no like it ! elm_notify can be use to do more than displaying a dialog windows, that's why I think we should do it in a new widget. 2011/4/26 Nicolas Aguirre > > > 2011/4/26 Daniel Juyung Seo > >> Something like elc_popup.c ? >> I like that! >> >> Thanks. >> Daniel Juyun

Re: [E-devel] Proposal on extending elm_notify functionalities for having title support

2011-04-26 Thread Nicolas Aguirre
2011/4/26 Daniel Juyung Seo > Something like elc_popup.c ? > I like that! > > Thanks. > Daniel Juyung Seo (SeoZ) > > > It would be usefull to have the popup/notify who displayed in his own window whith an extra API. What do you think about it ? IMO, ELM_Notify is the right place for it. -- Ni

Re: [E-devel] Proposal on extending elm_notify functionalities for having title support

2011-04-26 Thread Tom Hacohen
I don't think a new widget just for that is a good idea, why not just create a different theme? -- Tom. On Tue, 2011-04-26 at 14:47 +0200, Atton Jonathan wrote: > hum. > > Maybe you should create a new widget which use elm_notify ? > > 2011/4/26 RAJEEV RANJAN > > > > > Hi All, > > > >

Re: [E-devel] Proposal on extending elm_notify functionalities for having title support

2011-04-26 Thread Atton Jonathan
yes or elc_dialog ? 2011/4/26 Daniel Juyung Seo > Something like elc_popup.c ? > I like that! > > Thanks. > Daniel Juyung Seo (SeoZ) > > > On Tue, Apr 26, 2011 at 9:47 PM, Atton Jonathan > wrote: > >> hum. >> >> Maybe you should create a new widget which use elm_notify ? >> >> 2011/4/26 RAJEEV

Re: [E-devel] Proposal on extending elm_notify functionalities for having title support

2011-04-26 Thread Daniel Juyung Seo
Something like elc_popup.c ? I like that! Thanks. Daniel Juyung Seo (SeoZ) On Tue, Apr 26, 2011 at 9:47 PM, Atton Jonathan wrote: > hum. > > Maybe you should create a new widget which use elm_notify ? > > 2011/4/26 RAJEEV RANJAN > > > > > Hi All, > > > > I am planning to use elm_notify w

Re: [E-devel] ruby ffi binding

2011-04-26 Thread Jérémy Zurcher
Second time that I respond to the author, not the mailinglist ... shame on me. efl api directly exported to ruby ? yes, it's direct access to C external functions through ruby module functions thanks to efl headers quality and consistency, efl function prototypes, structs, ... are automaticaly

Re: [E-devel] Proposal on extending elm_notify functionalities for having title support

2011-04-26 Thread Atton Jonathan
hum. Maybe you should create a new widget which use elm_notify ? 2011/4/26 RAJEEV RANJAN > > Hi All, > > I am planning to use elm_notify which provides a nice functionality > for > showing alert message/important information on the screen. > > In addition to the existing functionali

[E-devel] Proposal on extending elm_notify functionalities for having title support

2011-04-26 Thread RAJEEV RANJAN
Hi All, I am planning to use elm_notify which provides a nice functionality for showing alert message/important information on the screen. In addition to the existing functionalities, we need to have title support so that we can show the title to the notify if needed. Fo

Re: [E-devel] ruby ffi binding

2011-04-26 Thread Jérémy Zurcher
Hi, working on ffi-efl (https://github.com/jeremyz/ffi-efl), regarding to what I seen in other evas engines, Evas_Engine_buffer struct should be updated like this --- src/modules/engines/buffer/Evas_Engine_Buffer.h.orig2011-04-26 13:45:19.060124298 +0200 +++ src/modules/engines/buffer/Ev

Re: [E-devel] composite problem

2011-04-26 Thread [email protected]
-- Forwarded message -- From: [email protected] Date: 2011/4/26 Subject: Re: [E-devel] enlightenment-devel Digest, Vol 60, Issue 110 To: المسالم المسالمة 2011/4/26 المسالم المسالمة : >> tried installing aclocal? :) >> >> > > and how am i supposed to do that > > if the we

Re: [E-devel] enlightenment-devel Digest, Vol 60, Issue 110

2011-04-26 Thread المسالم المسالمة
> tried installing aclocal? :) > > and how am i supposed to do that if the web didn't has that package -- WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective netw

Re: [E-devel] composite problem

2011-04-26 Thread Mathieu Taillefumier
Hello, have u tried gdb attaching to e - did it segv? http://trac.enlightenment.org/e/wiki/Debugging I might be able to help on this one. I also have right now a frozen desktop on my laptop while minimizing the firefox window (I am not sure that firefox is the guilty program here). Anyway,

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-26 Thread The Rasterman
On Tue, 26 Apr 2011 10:20:53 +0200 Cedric BAIL said: > On Tue, Apr 26, 2011 at 10:02 AM, Vincent Torri wrote: > > On Tue, 26 Apr 2011, Cedric BAIL wrote: > >> On Tue, Apr 26, 2011 at 9:54 AM, Vincent Torri > >> wrote: > >>> > >>> On Tue, 26 Apr 2011, Enlightenment SVN wrote: > > Log:

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-26 Thread Cedric BAIL
On Tue, Apr 26, 2011 at 10:02 AM, Vincent Torri wrote: > On Tue, 26 Apr 2011, Cedric BAIL wrote: >> On Tue, Apr 26, 2011 at 9:54 AM, Vincent Torri >> wrote: >>> >>> On Tue, 26 Apr 2011, Enlightenment SVN wrote: Log: some readme fun Author:       raster Date:        

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-26 Thread The Rasterman
On Tue, 26 Apr 2011 09:58:36 +0200 Cedric BAIL said: > On Tue, Apr 26, 2011 at 9:54 AM, Vincent Torri wrote: > > On Tue, 26 Apr 2011, Enlightenment SVN wrote: > >> Log: > >> some readme fun > >> > >> Author:       raster > >> Date:         2011-04-26 00:46:01 -0700 (Tue, 26 Apr 2011) > >> New Re

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-26 Thread The Rasterman
On Tue, 26 Apr 2011 09:54:53 +0200 (CEST) Vincent Torri said: > > > On Tue, 26 Apr 2011, Enlightenment SVN wrote: > > > Log: > > some readme fun > > > > > > > > Author: raster > > Date: 2011-04-26 00:46:01 -0700 (Tue, 26 Apr 2011) > > New Revision: 58922 > > Trac: http://

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-26 Thread Vincent Torri
On Tue, 26 Apr 2011, Cedric BAIL wrote: On Tue, Apr 26, 2011 at 9:54 AM, Vincent Torri wrote: On Tue, 26 Apr 2011, Enlightenment SVN wrote: Log: some readme fun Author:       raster Date:         2011-04-26 00:46:01 -0700 (Tue, 26 Apr 2011) New Revision: 58922 Trac:         http://trac.enl

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-26 Thread Cedric BAIL
On Tue, Apr 26, 2011 at 9:54 AM, Vincent Torri wrote: > On Tue, 26 Apr 2011, Enlightenment SVN wrote: >> Log: >> some readme fun >> >> Author:       raster >> Date:         2011-04-26 00:46:01 -0700 (Tue, 26 Apr 2011) >> New Revision: 58922 >> Trac:         http://trac.enlightenment.org/e/changese

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-26 Thread Vincent Torri
On Tue, 26 Apr 2011, Enlightenment SVN wrote: > Log: > some readme fun > > > > Author: raster > Date: 2011-04-26 00:46:01 -0700 (Tue, 26 Apr 2011) > New Revision: 58922 > Trac: http://trac.enlightenment.org/e/changeset/58922 > > Modified: > trunk/evas_generic_loaders/READM