Re: [E-devel] ecore_file_download() seems broken here

2011-01-31 Thread The Rasterman
On Mon, 31 Jan 2011 10:49:14 +0100 Dave Andreoli said: > Ok, I rechecked the ecore_file_download() function: > > On ubuntu it works well now, but on fedora14 is still BROKEN, > same behavior of the last week: > the function report that the download has started, but nothing > is downloaded and no

Re: [E-devel] ecore_file_download() seems broken here

2011-01-31 Thread Dave Andreoli
Ok, I rechecked the ecore_file_download() function: On ubuntu it works well now, but on fedora14 is still BROKEN, same behavior of the last week: the function report that the download has started, but nothing is downloaded and no callbacks are called (neither progress_cb or done_cb) The version o

Re: [E-devel] ecore_file_download() seems broken here

2011-01-28 Thread The Rasterman
On Fri, 28 Jan 2011 16:02:26 +0100 Dave Andreoli said: > 2011/1/28 Carsten Haitzler : > > On Fri, 28 Jan 2011 13:13:47 +0100 (CET) Vincent Torri > > said: > > > >> > >> > the doc didnt even say what the return of the progress func does - that > >> > bit of the doc refers to something unrelated.

Re: [E-devel] ecore_file_download() seems broken here

2011-01-28 Thread Dave Andreoli
2011/1/28 Carsten Haitzler : > On Fri, 28 Jan 2011 13:13:47 +0100 (CET) Vincent Torri > said: > >> >> > the doc didnt even say what the return of the progress func does - that bit >> > of the doc refers to something unrelated. i fixed the docs to document the >> > return value. >> >> you didn't an

Re: [E-devel] ecore_file_download() seems broken here

2011-01-28 Thread The Rasterman
On Fri, 28 Jan 2011 13:13:47 +0100 (CET) Vincent Torri said: > > > the doc didnt even say what the return of the progress func does - that bit > > of the doc refers to something unrelated. i fixed the docs to document the > > return value. > > you didn't answer my question. Again I paste the do

Re: [E-devel] ecore_file_download() seems broken here

2011-01-28 Thread Vincent Torri
> the doc didnt even say what the return of the progress func does - that bit of > the doc refers to something unrelated. i fixed the docs to document the > return value. you didn't answer my question. Again I paste the doc: * The * @p progress_cb is called during the download operation, ea

Re: [E-devel] ecore_file_download() seems broken here

2011-01-28 Thread The Rasterman
On Fri, 28 Jan 2011 09:11:14 +0100 (CET) Vincent Torri said: > > > On Fri, 28 Jan 2011, Carsten Haitzler (The Rasterman) wrote: > > > 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 wo

Re: [E-devel] ecore_file_download() seems broken here

2011-01-28 Thread Vincent Torri
On Fri, 28 Jan 2011, Carsten Haitzler (The Rasterman) wrote: > 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 > sh

Re: [E-devel] ecore_file_download() seems broken here

2011-01-27 Thread The Rasterman
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 :)

Re: [E-devel] ecore_file_download() seems broken here

2011-01-27 Thread Mike Blumenkrantz
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...

Re: [E-devel] ecore_file_download() seems broken here

2011-01-27 Thread Vincent Torri
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

Re: [E-devel] ecore_file_download() seems broken here

2011-01-27 Thread Sebastian Dransfeld
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

Re: [E-devel] ecore_file_download() seems broken here

2011-01-27 Thread Vincent Torri
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

[E-devel] ecore_file_download() seems broken here

2011-01-27 Thread Dave Andreoli
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