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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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...
-
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();
>
> //
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
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
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
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
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
> >
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
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
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
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,
> >
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
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
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
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:
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
>
>
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
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
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
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
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
>>
>> /*
>> *
>> */
35 matches
Mail list logo