On Fri, 28 Jan 2011 13:34:01 +0800
"P Purkayastha" wrote:
> On Fri, 28 Jan 2011 09:36:43 +0800, Gustavo Sverzut Barbieri
> wrote:
>
> > On Thursday, January 27, 2011, David Seikel wrote:
> >> On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut wrote:
> >>
> >>> due to recent API changes in cyth
On Fri, 28 Jan 2011 13:34:01 +0800 "P Purkayastha" said:
> On Fri, 28 Jan 2011 09:36:43 +0800, Gustavo Sverzut Barbieri
> wrote:
>
> > On Thursday, January 27, 2011, David Seikel wrote:
> >> On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut wrote:
> >>
> >>> due to recent API changes in cytho
On Fri, 28 Jan 2011 09:36:43 +0800, Gustavo Sverzut Barbieri
wrote:
> On Thursday, January 27, 2011, David Seikel wrote:
>> On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut wrote:
>>
>>> due to recent API changes in cython [0] the python-efl bindings won't
>>> build with the next cython releas
On Thu, 27 Jan 2011 20:14:04 +0100 (CET) Vincent Torri
said:
well first.. discomiftors patch/change did kill progress callbacks. i made them
work again now. and to add to that your example below is wrong. progress cb
should return 0 if it wants to keep going - return != 0 to abort the download :)
On Thu, 27 Jan 2011 23:36:43 -0200 Gustavo Sverzut Barbieri
wrote:
> On Thursday, January 27, 2011, David Seikel wrote:
> > On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut
> > wrote:
> >
> >> due to recent API changes in cython [0] the python-efl bindings
> >> won't build with the next cython r
On Thu, 27 Jan 2011 19:06:58 -0200
Raphael Kubo da Costa wrote:
> Mike Blumenkrantz writes:
>
> > I never use ecore_con_url so I didn't notice this until just now, but there
> > is currently a function with this prototype:
> >
> > EAPI Eina_Bool ecore_con_url_get(Ecore_Con_Url *url_con, const v
On Thursday, January 27, 2011, David Seikel wrote:
> On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut wrote:
>
>> due to recent API changes in cython [0] the python-efl bindings won't
>> build with the next cython release.
>>
>> The attached patches are fixing this issue. Please apply them to svn.
On 01/27/2011 05:01 PM, Sebastian Dransfeld wrote:
> On 01/27/2011 10:23 PM, Christopher Michael wrote:
>> On 01/27/2011 04:14 PM, Enlightenment SVN wrote:
>>> Log:
>>> Wait for cache update before e_startup
>>>
>>> We need to wait for the cache build to complete, else we might have no
>>>
On 27 Jan 2011, at 05:30, Vincent Torri wrote:
>
> Hey
>
>
> Also, we have not spoken about advertising. There are phoronix, osnews, /.
> and i will also mention the releases to a french linux website. Freshmeat
> can also be of help. Others ?
> (italian or german or countries
> linux websi
On Thu, 27 Jan 2011 23:02:50 +0100 Sebastian Dransfeld
wrote:
> On 01/27/2011 10:47 PM, David Seikel wrote:
> > On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut
> > wrote:
> >
> >> due to recent API changes in cython [0] the python-efl bindings
> >> won't build with the next cython release.
> >>
>
On 01/27/2011 10:47 PM, David Seikel wrote:
> On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut wrote:
>
>> due to recent API changes in cython [0] the python-efl bindings won't
>> build with the next cython release.
>>
>> The attached patches are fixing this issue. Please apply them to svn.
>
> My
On 01/27/2011 10:23 PM, Christopher Michael wrote:
> On 01/27/2011 04:14 PM, Enlightenment SVN wrote:
>> Log:
>> Wait for cache update before e_startup
>>
>> We need to wait for the cache build to complete, else we might have no
>> cache, and get no startup apps.
>>
>> Author: engleba
On Thu, 27 Jan 2011 19:06:58 -0200 Raphael Kubo da Costa
wrote:
> Mike Blumenkrantz writes:
>
> > I never use ecore_con_url so I didn't notice this until just now,
> > but there is currently a function with this prototype:
> >
> > EAPI Eina_Bool ecore_con_url_get(Ecore_Con_Url *url_con, const v
On Thu, 27 Jan 2011 16:58:35 +0100 Manuel Traut wrote:
> due to recent API changes in cython [0] the python-efl bindings won't
> build with the next cython release.
>
> The attached patches are fixing this issue. Please apply them to svn.
My problem is that they wont compile under the long term
Thanks a lot!
On Thu, Jan 27, 2011 at 3:33 PM, Iván Briano (Sachiel)
wrote:
> 2011/1/26 Eduardo Felipe :
>> These patches fix wrong behavior in evas.ClippedSmartObject.
>>
>
> in svn
>
>> Cheers,
>>
>> Eduardo Felipe.
>>
>> -
On 01/27/2011 04:14 PM, Enlightenment SVN wrote:
> Log:
> Wait for cache update before e_startup
>
>We need to wait for the cache build to complete, else we might have no
>cache, and get no startup apps.
>
> Author: englebass
> Date: 2011-01-27 13:14:30 -0800 (Thu, 27 Jan 2011
On Thu, 27 Jan 2011 20:49:24 +0100 (CET)
Vincent Torri wrote:
>
>
> On Thu, 27 Jan 2011, Sebastian Dransfeld wrote:
>
> > On 01/27/2011 08:14 PM, Vincent Torri wrote:
> >>
> >>
> >> On Thu, 27 Jan 2011, Dave Andreoli wrote:
> >>
> >>> Hi guys!
> >>>
> >>> Bad problem just before the release...
Mike Blumenkrantz writes:
> I never use ecore_con_url so I didn't notice this until just now, but there is
> currently a function with this prototype:
>
> EAPI Eina_Bool ecore_con_url_get(Ecore_Con_Url *url_con, const void *data,
> long
> length, const char *content_type)
>
> This is BROKEN. HT
I never use ecore_con_url so I didn't notice this until just now, but there is
currently a function with this prototype:
EAPI Eina_Bool ecore_con_url_get(Ecore_Con_Url *url_con, const void *data, long
length, const char *content_type)
This is BROKEN. HTTP GET methods CANNOT send data, and they C
On Thu, 27 Jan 2011, Sebastian Dransfeld wrote:
> On 01/27/2011 08:14 PM, Vincent Torri wrote:
>>
>>
>> On Thu, 27 Jan 2011, Dave Andreoli wrote:
>>
>>> Hi guys!
>>>
>>> Bad problem just before the release... :(
>>>
>>> On my Fedora14 ecore_file_download() is broken,
>>> the completion/progress
On 01/27/2011 08:14 PM, Vincent Torri wrote:
>
>
> On Thu, 27 Jan 2011, Dave Andreoli wrote:
>
>> Hi guys!
>>
>> Bad problem just before the release... :(
>>
>> On my Fedora14 ecore_file_download() is broken,
>> the completion/progress callbacks are never called. I can see
>> this in my application
On Thu, 27 Jan 2011, Dave Andreoli wrote:
> Hi guys!
>
> Bad problem just before the release... :(
>
> On my Fedora14 ecore_file_download() is broken,
> the completion/progress callbacks are never called. I can see
> this in my applications, in the "elementary map test" and in the
> python-ecore
in svn
2011/1/27 Manuel Traut :
> Hello,
>
> due to recent API changes in cython [0] the python-efl bindings won't build
> with
> the next cython release.
>
> The attached patches are fixing this issue. Please apply them to svn.
>
> Thanks,
>
> Manuel
>
> [0]
> https://github.com/cython/cython/
2011/1/26 Eduardo Felipe :
> These patches fix wrong behavior in evas.ClippedSmartObject.
>
in svn
> Cheers,
>
> Eduardo Felipe.
>
> --
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a w
On 27.01.2011 05:09, Carsten Haitzler (The Rasterman) wrote:
> Just thought I'd pipe up here. Getting organised.
>
> Thanks to linux-magazin E gets some booth space @ Cebit 2011. Who wants to
> join
> in? By this i mean - who wants to help "hang out" at the booth? It's held
> march
> 1-5 in Hanno
Hi guys!
Bad problem just before the release... :(
On my Fedora14 ecore_file_download() is broken,
the completion/progress callbacks are never called. I can see
this in my applications, in the "elementary map test" and in the
python-ecore example: examples/file/01_ecore_file_download.py
Download
Hello,
due to recent API changes in cython [0] the python-efl bindings won't build with
the next cython release.
The attached patches are fixing this issue. Please apply them to svn.
Thanks,
Manuel
[0]
https://github.com/cython/cython/commit/e3c9a78686b7a7f0d36da8e6189b1e1fb4037c73
python-
Am 27.01.2011 um 04:26 schrieb Carsten Haitzler (The Rasterman):
> anyway - this weekend is it, so do whatever minor cleaning of docs or readmes
> or whatever, but prepare for 1.0 of EFL. this is the time to get the website
> in
> order for the 1.0 libs.
Yay! Great!
I can't hardly wait to upda
I can do the same with brazilian blogs
^^
2011/1/27 Daniel Juyung Seo
> I'll help with announcing Korean websites: let me list them up later.
> It'll be good if there is a good post for EFL advertisement.
>
Yes, this would be really great.
> I am willing to translate that to Korean.
>
> Thank
I'll help with announcing Korean websites: let me list them up later.
It'll be good if there is a good post for EFL advertisement.
I am willing to translate that to Korean.
Thanks.
Daniel Juyung Seo (SeoZ)
On Thu, Jan 27, 2011 at 11:38 PM, Mike Blumenkrantz wrote:
> On Thu, 27 Jan 2011 12:17:00
I really wanna join but... I don't know if it's possible - vacation,
expenses and etc.
It'll be good to me to held that kind of conference :)
Anyway, we'll see.
On Thu, Jan 27, 2011 at 1:28 PM, Mike Blumenkrantz wrote:
> On Thu, 27 Jan 2011 13:09:26 +0900
> Carsten Haitzler (The Rasterman) wrot
On Thu, 27 Jan 2011 12:17:00 -0200
Gustavo Sverzut Barbieri wrote:
> On Thu, Jan 27, 2011 at 1:26 AM, Carsten Haitzler
> wrote:
> > OK. I'm going to ask that people keep hands off EFL for the next few days
> > unless ABSOLUTELY needed. I want to get 1.0 out this weekend (I was sick
> > end of la
On Thu, Jan 27, 2011 at 1:26 AM, Carsten Haitzler wrote:
> OK. I'm going to ask that people keep hands off EFL for the next few days
> unless ABSOLUTELY needed. I want to get 1.0 out this weekend (I was sick end
> of
> last week). this means only touch things if absolutely needed. I will be
> ma
I run a small blog I'll be posting the annoucement on. 40~k hits a month or so
:)
~Jeff
- Original message -
> On Thu, 27 Jan 2011 13:37:05 +0100 Thomas Gstädtner
> wrote:
>
> > But I still think the release should be postponed until the release
> > day of duke nukem forever :P
>
> No
On Thu, 27 Jan 2011 13:37:05 +0100 Thomas Gstädtner
wrote:
> But I still think the release should be postponed until the release
> day of duke nukem forever :P
Not the day before? Just to rub it in.
signature.asc
Description: PGP signature
-
On Thu, Jan 27, 2011 at 06:30, Vincent Torri wrote:
>
> Hey
>
>> as of 1.0 we have to keep the changelogs updated properly. any bugs fixed in
>> trunk should also have the bugfix applies to the 1.0 stable branch so we can
>> release bugfix releases easily and quickly.
>
> I have mentioned this sev
Hi,
actually, to make things simple, i installing whole E family into /opt/e17.
Then all libraries and related stuff going there. Look at this autogen
invocation:
LD_LIBRARY_PATH=/opt/e17/lib:$LD_LIBRARY_PATH \
PYTHONPATH=$PYTHONPATH:/opt/e17/lib/python2.6/site-packages \
PATH=/opt/e17/bin:$PATH
Иван Сусанин a écrit :
> only thing i'm found on my system related to python and "distribute" its
> python-setuptools,
> looks like you missing python-setuptools, try to install one :)
Good point Danny! python-setuptools was missing. I am now getting further
into the build process. However, i
38 matches
Mail list logo