Re: [E-devel] E SVN: raster trunk/ecore/src/lib/ecore_file

2011-01-28 Thread Vincent Torri
On Thu, 27 Jan 2011, Enlightenment SVN wrote: Log: fix documentation so vtorri can write a correct example :) Author: raster Date: 2011-01-27 19:00:48 -0800 (Thu, 27 Jan 2011) New Revision: 56340 Trac: http://trac.enlightenment.org/e/changeset/56340 Modified:

Re: [E-devel] E SVN: raster trunk/ecore/src/lib/ecore_file

2011-01-28 Thread Dave Andreoli
2011/1/28 Enlightenment SVN no-re...@enlightenment.org: Log: fix documentation so vtorri can write a correct example :) I also made the example with the wrong return value, the reason for the error is that this callback is not consistent with the rest of the API, you should use the define:

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 vto...@univ-evry.fr 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.

Re: [E-devel] [PATCH] fix python-e* build issue with newer cython

2011-01-28 Thread Sachiel
2011/1/28 Mike Blumenkrantz m...@zentific.com: On Fri, 28 Jan 2011 13:34:01 +0800 P Purkayastha ppu...@gmail.com wrote: On Fri, 28 Jan 2011 09:36:43 +0800, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Thursday, January 27, 2011, David Seikel onef...@gmail.com wrote: On Thu,

Re: [E-devel] editje installation

2011-01-28 Thread François Manchon
Hi Danny, Many thanks for your suggestion. I did this: sudo ln –s /usr/local/include/python2.6/evas /usr/include/python2.6 export pp=$PYTHONPATH:/usr/local/lib/python2.6/site-packages sudo PYTHONPATH=$pp ./build-all.sh --prefix=/usr/local Now the

[E-devel] Is it possible to make elm_scroller always show an item?

2011-01-28 Thread Brian Wang
Hello all, The widgets are: an elm_scroller contains an elm_box, which packs a list of elm_entry objects. Loading a long list of elm_entries (100+) is somehow slow on my device and the user may skip to the very end of the list. Therefore, to improve responsiveness, when the user skips to a

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 vto...@univ-evry.fr said: On Fri, 28 Jan 2011, Carsten Haitzler (The Rasterman) wrote: On Thu, 27 Jan 2011 20:14:04 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: well first.. discomiftors patch/change did kill progress

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, each

Re: [E-devel] editje installation

2011-01-28 Thread Иван Сусанин
Hi, try same trick with PYTHONPATH before running editje :) Thanks, Danny 2011/1/28 François Manchon fmanc...@web2tel.net Hi Danny, Many thanks for your suggestion. I did this: sudo ln –s /usr/local/include/python2.6/evas /usr/include/python2.6 export

Re: [E-devel] editje installation

2011-01-28 Thread Иван Сусанин
And don't forget to set LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH before editje invocation too Thanks, Danny 2011/1/28 Иван Сусанин susa...@gmail.com Hi, try same trick with PYTHONPATH before running editje :) Thanks, Danny 2011/1/28 François Manchon fmanc...@web2tel.net

Re: [E-devel] GSOC 2011

2011-01-28 Thread Hendrik Siedelmann
Hello everybody. My name is Hendrik Siedelmann and I'm a student at the University of Stuttgart in Germany currently in my fourth year. I have worked with the efl in the past and always wanted to be more active but lacked time/motivation. I now want to change this and would like to paticipate in

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 vto...@univ-evry.fr 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

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

2011-01-28 Thread Dave Andreoli
2011/1/28 Carsten Haitzler ras...@rasterman.com: On Fri, 28 Jan 2011 13:13:47 +0100 (CET) Vincent Torri vto...@univ-evry.fr 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

[E-devel] Edje animation bug

2011-01-28 Thread Eduardo Felipe
Hello, I was trying to animate the position of a GROUP part of an Edje but no matter what transition time I chose it just jumped to the final description, without animating to it. I talked to Cedric on #edevel and he also gets the same behavior. He found out that the transition is not taken into

Re: [E-devel] editje installation

2011-01-28 Thread François Manchon
try same trick with PYTHONPATH before running editje :) And don't forget to set LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH before editje invocation too Sure Danny, this is required but not quite enough. I finally managed to start editje after the following trick: cd /usr/local/lib ln -s

Re: [E-devel] Enlightenment @ Cebit 2011

2011-01-28 Thread Andreas Volz
Am Thu, 27 Jan 2011 13:09:26 +0900 schrieb Carsten Haitzler (The Rasterman): 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

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 d...@gurumeditation.it said: 2011/1/28 Carsten Haitzler ras...@rasterman.com: On Fri, 28 Jan 2011 13:13:47 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: the doc didnt even say what the return of the progress func does - that

[E-devel] 1.0 Release of core EFL

2011-01-28 Thread The Rasterman
Finally after a lkong time coming, we are pleased to announce the 1.0 release of the core EFL libraries (With the exception of Eet at 1.4). This has been many years coming. The following libraries have been released: * Eina - 1.0.0 * Eet - 1.4.0 * Evas - 1.0.0 * Ecore - 1.0.0

[E-devel] branches tags and release

2011-01-28 Thread The Rasterman
OK. EFL 1.0 is out. from now on each lib will release on its own schedule (anything post 1.0) as of now we have to keep Changelogs up to date. trunk has moved to 1.0.999 version (and added svnrev back at the end) so svn builds will always have a newer version that bugfix releases of 1.0 (unless we

Re: [E-devel] [PATCH] Add simple block game

2011-01-28 Thread Mike Blumenkrantz
On Tue, 18 Jan 2011 15:08:13 +0900 Mike McCormack mj.mccorm...@samsung.com wrote: From: Mike McCormack mj.mccorm...@samsung.com To: enlightenment-devel@lists.sourceforge.net Subject: [E-devel] [PATCH] Add simple block game Date: Tue, 18 Jan 2011 15:08:13 +0900 User-Agent: Mozilla/5.0 (X11;

Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2011-01-28 Thread Mike Blumenkrantz
On Thu, 02 Dec 2010 15:22:13 +0900 Mike McCormack mj.mccorm...@samsung.com wrote: From: Mike McCormack mj.mccorm...@samsung.com To: enlightenment-devel@lists.sourceforge.net Subject: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization Date: Thu, 02 Dec 2010 15:22:13 +0900

Re: [E-devel] 1.0 Release of core EFL

2011-01-28 Thread Ralph Sennhauser
On Sat, 29 Jan 2011 12:43:25 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: Finally after a lkong time coming, we are pleased to announce the 1.0 release of the core EFL libraries (With the exception of Eet at 1.4). This has been many years coming. The following libraries

Re: [E-devel] E SVN: discomfitor trunk/ecore/src/lib/ecore

2011-01-28 Thread Vincent Torri
ChangeLog... On Fri, 28 Jan 2011, Enlightenment SVN wrote: Log: From: Mike McCormack mj.mccorm...@samsung.com Subject: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization Date: Thu, 02 Dec 2010 15:22:13 +0900 Hi All, Rather than using malloc'ed list entries in

Re: [E-devel] 1.0 Release of core EFL

2011-01-28 Thread Vincent Torri
Hey now that the EFL are release, maybe we should apply the patches ONLY if the ChangeLog is updated (if needed). Otherwise the patch is reverted. Do you agree ? Vincent On Sat, 29 Jan 2011, Ralph Sennhauser wrote: On Sat, 29 Jan 2011 12:43:25 +0900 Carsten Haitzler (The Rasterman)

Re: [E-devel] 1.0 Release of core EFL

2011-01-28 Thread Sachiel
2011/1/29 Vincent Torri vto...@univ-evry.fr: Hey now that the EFL are release, maybe we should apply the patches ONLY if the ChangeLog is updated (if needed). Otherwise the patch is reverted. Do you agree ? s/reverted/rejected/ since I think SVN can actually do that. It's probably a good

Re: [E-devel] E SVN: discomfitor trunk/ecore/src/lib/ecore

2011-01-28 Thread Mike Blumenkrantz
On Sat, 29 Jan 2011 08:43:42 +0100 (CET) Vincent Torri vto...@univ-evry.fr wrote: ChangeLog... On Fri, 28 Jan 2011, Enlightenment SVN wrote: forgot -- Mike Blumenkrantz Zentific: NULL pointer dereferences now 50% off!