Re: [E-devel] Call for Packagers

2012-09-07 Thread Tomas Cech
On Thu, Sep 06, 2012 at 03:01:18PM +0930, Simon Lees wrote: Date: Wed, 5 Sep 2012 12:26:49 +0200 From: Leif Middelschulte Subject: Re: [E-devel] Call for Packagers To: Enlightenment developer list Message-ID: <5313fd14-f083-4dda-afb8-032e903cc...@gmail.com> Content-Type: text/plain; cha

Re: [E-devel] Call for Packagers

2012-09-07 Thread Tomas Cech
Uh, I just noticed 23 submit requests, you seem to be very productive! Unfortunately, X11:Enlightenment:Nightly is focused on current revision. Try instead X11:Enlightenment:Released for package stabilisation. It was never brought to an end, so it would make sense to copy packages and project d

Re: [E-devel] Call for Packagers

2012-09-07 Thread Sanjeev BA
Hi Daniel, Did you try, cmake . -DPORT=Efl ? On Wed, Sep 5, 2012 at 1:35 PM, Daniel Juyung Seo wrote: > Yes they depend on webkit-efl. > I want to try them with webkit-efl so I checked out webkit source code. > But if I can easily install webkit-efl, it'll be better because I can > share the i

Re: [E-devel] RFC: Framespace and Object Move

2012-09-07 Thread Tom Hacohen
On 07/09/12 01:14, Christopher Michael wrote: > Right. but when we change viewport, we could loop the objects and update > them (as you suggested below for a different problem, the same approach > could work here). > > And what happens to existing applications which were made using only > Ecore

[E-devel] [patch][elementary] index - add access feature

2012-09-07 Thread Kim Shinwoo
dear all, hello the attachment has access features for the index. and this patch is depends on the previous patch which has _elm_access_edje_object_part_object_unregister(); to find the previous patch, please refer to the following http://sourceforge.net/mailarchive/forum.php?thread_name=CAP-c0nG

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

2012-09-07 Thread The Rasterman
On Thu, 23 Aug 2012 17:32:55 +0200 Vincent Torri said: http://www.enlightenment.org/~raster/t.sma get that and embryo_cc t.sma -o t.amx you can now test a small testcase. can you get a backtrace from the complaint about a-z? (throw in an abort) ? > On Tue, Aug 21, 2012 at 9:32 AM, Vincent Tor

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

2012-09-07 Thread Vincent Torri
On Fri, Sep 7, 2012 at 10:13 AM, Carsten Haitzler wrote: > On Thu, 23 Aug 2012 17:32:55 +0200 Vincent Torri > said: > > http://www.enlightenment.org/~raster/t.sma > > get that > and > embryo_cc t.sma -o t.amx > > > you can now test a small testcase. can you get a backtrace from the complaint > a

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

2012-09-07 Thread The Rasterman
On Fri, 7 Sep 2012 10:51:28 +0100 Vincent Torri said: try commit 76293 to embryo > On Fri, Sep 7, 2012 at 10:13 AM, Carsten Haitzler > wrote: > > On Thu, 23 Aug 2012 17:32:55 +0200 Vincent Torri > > said: > > > > http://www.enlightenment.org/~raster/t.sma > > > > get that > > and > > embryo_cc

Re: [E-devel] Bug Fix in eina_convert

2012-09-07 Thread Patryk Kaczmarek
Hi, I think your patch duplicate my patch which I had sent yesterday. Right? Regards, Patrick -Original Message- From: Sungho Kwak [[1]mailto:sungho@gmail.com] Sent: 7 września 2012 04:05 To: Enlightenment developer list Subject: [E-devel] B

Re: [E-devel] Bug Fix on eina_list.c

2012-09-07 Thread Patryk Kaczmarek
Hi, I think this patch also duplicate my patch which I had sent yesterday. Regards, Patrick -Original Message- From: 곽성호 [[1]mailto:sungho1.k...@samsung.com] Sent: 7 września 2012 07:10 To: [2]enlightenment-devel@lists.sourceforge.net Subject: [E-deve

[E-devel] [Patch] Allow to send SelectionNotify event if there is no data from XGetWindowProperty.

2012-09-07 Thread Michal Pakula Vel Rutka
Dear EFL developers, I am currently working on implementation of a clipboard for WebKit-EFL. WebKit?s architecture and test framework requires that system clipboard has to work synchronously. Elementary paste implementation (elm_cnp_selection_get) works asynchronously returning data using past

Re: [E-devel] Bug Fix on eina_list.c

2012-09-07 Thread Gustavo Sverzut Barbieri
On Friday, September 7, 2012, Daniel Juyung Seo wrote: > Ok I changed my mind. > Returning NULL would not help users to detect a bug because list can be > NULL. > > This Is the most non sense comment ever. Why a programmer that giver the function the INCORRECT parameters would be checking the erro

Re: [E-devel] E SVN: raster trunk/embryo/src/bin

2012-09-07 Thread Gustavo Sverzut Barbieri
On Friday, September 7, 2012, Enlightenment SVN wrote: > Log: > vincent - try this on windows. If this fixes his problems, we may have a bug on windows code that GENERATES the string/array. The characters are stores in integers, yes, but for strings they should be in 0-255 > > > > Author:

Re: [E-devel] RFC: Framespace and Object Move

2012-09-07 Thread Iván Briano
2012/9/7 Tom Hacohen : > On 07/09/12 01:14, Christopher Michael wrote: >> Right. but when we change viewport, we could loop the objects and update >> them (as you suggested below for a different problem, the same approach >> could work here). >> >> And what happens to existing applications which we

Re: [E-devel] Suggestion of additional feature to EET

2012-09-07 Thread Michael Blumenkrantz
On Fri, 7 Sep 2012 16:42:50 +0530 Dinesh Devaraj wrote: > You may include a additional feature to add the data descriptor itself to > EET file along with the data. > > Regards, > D. Dinesh forwarding along to the list... -

Re: [E-devel] EET : Why this code is not printing any value in the list?

2012-09-07 Thread Michael Blumenkrantz
On Fri, 7 Sep 2012 18:00:48 +0530 Dinesh Devaraj wrote: > /* > * File: FirstEet.c > * Author: root > * > * Created on September 7, 2012, 6:39 PM > */ > > #include > #include > #include > #include > > /* > * > */ > > int main(int argc, char** argv) { > > eina_init(); > eet_init(); > > //

Re: [E-devel] E SVN: raster trunk/embryo/src/bin

2012-09-07 Thread The Rasterman
On Fri, 7 Sep 2012 11:45:35 -0300 Gustavo Sverzut Barbieri said: > On Friday, September 7, 2012, Enlightenment SVN wrote: > > > Log: > > vincent - try this on windows. > > > If this fixes his problems, we may have a bug on windows code that > GENERATES the string/array. The characters are stor

Re: [E-devel] Call for Packagers

2012-09-07 Thread Gustavo Sverzut Barbieri
On Friday, September 7, 2012, Sanjeev BA wrote: > Hi Daniel, > > Did you try, > > cmake . -DPORT=Efl ? I'll come back to that. U need an unstable version of libsoup and glib. Also -DENABLE_WEB_AUDIO=ON breaks the build. To build WebGL u need some fixes as well (but even tho doesn't work gl for m

Re: [E-devel] RFC: Framespace and Object Move

2012-09-07 Thread Tom Hacohen
On 07/09/12 17:45, Iván Briano wrote: > 2012/9/7 Tom Hacohen : >> On 07/09/12 01:14, Christopher Michael wrote: >>> Right. but when we change viewport, we could loop the objects and update >>> them (as you suggested below for a different problem, the same approach >>> could work here). >>> >>> And

Re: [E-devel] RFC: Framespace and Object Move

2012-09-07 Thread Iván Briano
2012/9/7 Tom Hacohen : > On 07/09/12 17:45, Iván Briano wrote: >> 2012/9/7 Tom Hacohen : >>> On 07/09/12 01:14, Christopher Michael wrote: Right. but when we change viewport, we could loop the objects and update them (as you suggested below for a different problem, the same approach

Re: [E-devel] EET : Why this code is not printing any value in the list?

2012-09-07 Thread The Rasterman
On Fri, 7 Sep 2012 15:47:51 +0100 Michael Blumenkrantz said: > On Fri, 7 Sep 2012 18:00:48 +0530 > Dinesh Devaraj wrote: > > > /* > > * File: FirstEet.c > > * Author: root > > * > > * Created on September 7, 2012, 6:39 PM > > */ > > > > #include > > #include > > #include > > #include > >

Re: [E-devel] [Patch] Allow to send SelectionNotify event if there is no data from XGetWindowProperty.

2012-09-07 Thread Gustavo Sverzut Barbieri
On Friday, September 7, 2012, Michal Pakula Vel Rutka wrote: > > Dear EFL developers, > > I am currently working on implementation of a clipboard for WebKit-EFL. > WebKit?s architecture and test framework requires that system clipboard has > to work synchronously. The WebKit tests considers your

Re: [E-devel] EET : Why this code is not printing any value in the list?

2012-09-07 Thread Gustavo Sverzut Barbieri
On Friday, September 7, 2012, Carsten Haitzler wrote: > On Fri, 7 Sep 2012 15:47:51 +0100 Michael Blumenkrantz > > said: > > > On Fri, 7 Sep 2012 18:00:48 +0530 > > Dinesh Devaraj > wrote: > > > > > /* > > > * File: FirstEet.c > > > * Author: root > > > * > > > * Created on September 7, 2012, 6:39

Re: [E-devel] RFC: Framespace and Object Move

2012-09-07 Thread Christopher Michael
On 07/09/12 15:52, Iván Briano wrote: > 2012/9/7 Tom Hacohen : >> On 07/09/12 17:45, Iván Briano wrote: >>> 2012/9/7 Tom Hacohen : On 07/09/12 01:14, Christopher Michael wrote: > Right. but when we change viewport, we could loop the objects and update > them (as you suggested below for

Re: [E-devel] Suggestion of additional feature to EET

2012-09-07 Thread Cedric BAIL
Cedric Bail On Sep 7, 2012 11:47 PM, "Michael Blumenkrantz" < michael.blumenkra...@gmail.com> wrote: > > On Fri, 7 Sep 2012 16:42:50 +0530 > Dinesh Devaraj wrote: > > > You may include a additional feature to add the data descriptor itself to > > EET file along with the data. > > > > Regards, > >

Re: [E-devel] Suggestion of additional feature to EET

2012-09-07 Thread Gustavo Sverzut Barbieri
On Fri, Sep 7, 2012 at 12:40 PM, Cedric BAIL wrote: > Cedric Bail > On Sep 7, 2012 11:47 PM, "Michael Blumenkrantz" < > michael.blumenkra...@gmail.com> wrote: >> >> On Fri, 7 Sep 2012 16:42:50 +0530 >> Dinesh Devaraj wrote: >> >> > You may include a additional feature to add the data descriptor i

Re: [E-devel] E SVN: raster trunk/embryo/src/bin

2012-09-07 Thread Nicholas Hughart
On 09/07/2012 12:16 PM, Vincent Torri wrote: As much as I hate Windows, it's neat to see that screenshot. Good job Vincent :) > On Fri, Sep 7, 2012 at 12:12 PM, Enlightenment SVN > wrote: >> Log: >> vincent - try this on windows. > seems to work : i reverted my changes, updated embryo, clean elm

Re: [E-devel] E SVN: raster trunk/embryo/src/bin

2012-09-07 Thread Michael Blumenkrantz
On Fri, 07 Sep 2012 13:34:48 -0500 Nicholas Hughart wrote: > On 09/07/2012 12:16 PM, Vincent Torri wrote: > > As much as I hate Windows, it's neat to see that screenshot. > > Good job Vincent :) > > On Fri, Sep 7, 2012 at 12:12 PM, Enlightenment SVN > > wrote: > >> Log: > >> vincent - try this

Re: [E-devel] E SVN: raster trunk/embryo/src/bin

2012-09-07 Thread Vincent Torri
On Fri, Sep 7, 2012 at 8:38 PM, Michael Blumenkrantz wrote: > On Fri, 07 Sep 2012 13:34:48 -0500 > Nicholas Hughart wrote: > >> On 09/07/2012 12:16 PM, Vincent Torri wrote: >> >> As much as I hate Windows, it's neat to see that screenshot. >> >> Good job Vincent :) >> > On Fri, Sep 7, 2012 at 12:

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/battery

2012-09-07 Thread Sebastian Dransfeld
I told you the patch was bad and needed improvement. But the basic idea to get (dis)charge rate from udev is good. S. Den 7. sep. 2012 kl. 10:01 skrev "Enlightenment SVN" : > Log: > revert changes from last month to udev backend, seems to have broken things > probably fixes ticket #1304 > >

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/battery

2012-09-07 Thread Michael Blumenkrantz
On Fri, 7 Sep 2012 22:01:47 +0200 Sebastian Dransfeld wrote: > I told you the patch was bad and needed improvement. But the basic idea to > get (dis)charge rate from udev is good. > > S. > > Den 7. sep. 2012 kl. 10:01 skrev "Enlightenment SVN" > : > > > Log: > > revert changes from last month

Re: [E-devel] E SVN: raster trunk/embryo/src/bin

2012-09-07 Thread The Rasterman
On Fri, 7 Sep 2012 19:16:18 +0200 Vincent Torri said: > On Fri, Sep 7, 2012 at 12:12 PM, Enlightenment SVN > wrote: > > Log: > > vincent - try this on windows. > > seems to work : i reverted my changes, updated embryo, clean elm, build it : shit! crap. so it was the sign extension that was the

Re: [E-devel] EET : Why this code is not printing any value in the list?

2012-09-07 Thread The Rasterman
On Fri, 7 Sep 2012 12:10:25 -0300 Gustavo Sverzut Barbieri said: > On Friday, September 7, 2012, Carsten Haitzler wrote: > > > On Fri, 7 Sep 2012 15:47:51 +0100 Michael Blumenkrantz > > > said: > > > > > On Fri, 7 Sep 2012 18:00:48 +0530 > > > Dinesh Devaraj > wrote: > > > > > > > /* > > > > * F

Re: [E-devel] Suggestion of additional feature to EET

2012-09-07 Thread The Rasterman
On Fri, 7 Sep 2012 12:43:16 -0300 Gustavo Sverzut Barbieri said: > On Fri, Sep 7, 2012 at 12:40 PM, Cedric BAIL wrote: > > Cedric Bail > > On Sep 7, 2012 11:47 PM, "Michael Blumenkrantz" < > > michael.blumenkra...@gmail.com> wrote: > >> > >> On Fri, 7 Sep 2012 16:42:50 +0530 > >> Dinesh Devaraj

Re: [E-devel] EET : Why this code is not printing any value in the list?

2012-09-07 Thread Cedric BAIL
On Fri, Sep 7, 2012 at 4:47 PM, Michael Blumenkrantz wrote: > On Fri, 7 Sep 2012 18:00:48 +0530 > Dinesh Devaraj wrote: > >> /* >> * File: FirstEet.c >> * Author: root >> * >> * Created on September 7, 2012, 6:39 PM >> */ >> >> #include >> #include >> #include >> #include >> >> /* >> * >> */