Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Vincent Torri
On Fri, 11 Nov 2011, Carsten Haitzler (The Rasterman) wrote: On Thu, 10 Nov 2011 18:18:29 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: Hey I'm talking a lot with an openBSD dev, and currently it's very hard for them to follow the changes in the trunk. What they would like to have

Re: [E-devel] [Patch][ecore_con] Refactoring curl port

2011-11-11 Thread Sebastian Dransfeld
On 11/11/2011 03:09 AM, Bluezery wrote: Dear all, I have modified the way curl used in ecore_con_url.c Don't need to use both of the free functions. + EINA_LIST_FREE(_url_con_list, con_url) ecore_con_url_free(con_url); + eina_list_free(_url_con_list);

Re: [E-devel] E17 tablet recommendation / Android

2011-11-11 Thread Vincent Torri
On Fri, 11 Nov 2011, Andreas Volz wrote: Hello, could anyone recommend a good tablet pc for E17? maybe archos Does anyone know if it's possible to run edje based applications (not E17 itself!) on Android based tablets? As Android supports native applications and has an OpenGL interface

Re: [E-devel] [Patch][ecore_con] Refactoring curl port

2011-11-11 Thread Bluezery
It's my mistake. fixed patch is attached again. I have removed active flag also. I use eina_list_data_find() instead. On Fri, Nov 11, 2011 at 4:54 PM, Sebastian Dransfeld s...@tango.flipp.net wrote: On 11/11/2011 03:09 AM, Bluezery wrote: Dear all, I have modified the way curl used in

Re: [E-devel] [Patch][ecore_con] Refactoring curl port

2011-11-11 Thread Sebastian Dransfeld
On 11/11/2011 03:09 AM, Bluezery wrote: Dear all, I have modified the way curl used in ecore_con_url.c 1) A file descriptor of libcurl is not matched to any easy handles. We can get a file descriptor from curl_multi_fdset(), we do not guarantee that it is a socket of easy handle just

Re: [E-devel] [Patch][ecore_con] Refactoring curl port

2011-11-11 Thread Sebastian Dransfeld
On 11/11/2011 09:41 AM, Bluezery wrote: It's my mistake. fixed patch is attached again. I have removed active flag also. I use eina_list_data_find() instead. + EINA_LIST_FOREACH_SAFE(_url_con_list, l, ll, url_con) + { +CURLMcode ret; +Ecore_Con_Event_Url_Complete *e; +

Re: [E-devel] [Patch][ecore_con] Refactoring curl port

2011-11-11 Thread Sebastian Dransfeld
On 11/11/2011 09:41 AM, Bluezery wrote: It's my mistake. fixed patch is attached again. I have removed active flag also. I use eina_list_data_find() instead. Also, there is used a lot of idlers. I think all idlers can be removed now, as we only do one multi perform on each fd handler ready.

Re: [E-devel] E SVN: raster trunk/eina

2011-11-11 Thread Vincent Torri
On Fri, 11 Nov 2011, Enlightenment SVN wrote: Log: eina NEWS file has summary from changelog. damn we did a lot. Author: raster Date: 2011-11-11 01:07:20 -0800 (Fri, 11 Nov 2011) New Revision: 65057 Trac: http://trac.enlightenment.org/e/changeset/65057 Modified:

Re: [E-devel] [Patch][ecore_con] Refactoring curl port

2011-11-11 Thread Bluezery
I have done two more things. Please check attached patch. I have tested using elm_map. I works well. 1) EINA_LIST_FOREACH_SAFE is removed and EINA_LIST_FREE is used instead. 2) I removed complete idler and use ecore_event_add() directly. However, ecore_main_fd_handler_del() sometimes give

Re: [E-devel] E SVN: raster trunk/eina

2011-11-11 Thread The Rasterman
On Fri, 11 Nov 2011 10:17:45 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: On Fri, 11 Nov 2011, Enlightenment SVN wrote: Log: eina NEWS file has summary from changelog. damn we did a lot. Author: raster Date: 2011-11-11 01:07:20 -0800 (Fri, 11 Nov 2011)

Re: [E-devel] Ecore_processing mtdev events

2011-11-11 Thread The Rasterman
On Fri, 11 Nov 2011 13:18:20 +0530 HariHara Sudhan h...@emo2.com said: OK thank you, I think i have a lead. I will work on a solution. let me know what's happening - i find it odd that evas would just skip events unless it was specifically meant to - eg event happened outside that obj, grabs

Re: [E-devel] [Patch][ecore_con] Refactoring curl port

2011-11-11 Thread Sebastian Dransfeld
But do you need the other idler? _ecore_con_url_idler_handler ? Couldn't the fd wakeup just perform curl handling directly? S. On 11/11/2011 11:12 AM, Bluezery wrote: I have done two more things. Please check attached patch. I have tested using elm_map. I works well. 1)

Re: [E-devel] [Patch][ecore_con] Refactoring curl port

2011-11-11 Thread Bluezery
_ecore_con_url_idler_handler() is remained because fd is not set when the return value is CURLM_CALL_MULTI_PERFORM. On Fri, Nov 11, 2011 at 7:52 PM, Sebastian Dransfeld s...@tango.flipp.net wrote: But do you need the other idler? _ecore_con_url_idler_handler ? Couldn't the fd wakeup just

Re: [E-devel] E SVN: raster trunk/eina

2011-11-11 Thread Vincent Torri
On Fri, 11 Nov 2011, Carsten Haitzler (The Rasterman) wrote: On Fri, 11 Nov 2011 10:17:45 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: On Fri, 11 Nov 2011, Enlightenment SVN wrote: Log: eina NEWS file has summary from changelog. damn we did a lot. Author: raster Date:

Re: [E-devel] E SVN: raster trunk/eina

2011-11-11 Thread Vincent Torri
On Fri, 11 Nov 2011, Carsten Haitzler (The Rasterman) wrote: On Fri, 11 Nov 2011 10:17:45 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: On Fri, 11 Nov 2011, Enlightenment SVN wrote: Log: eina NEWS file has summary from changelog. damn we did a lot. Author: raster Date:

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Jonathan Armani
Hi, On Fri, Nov 11, 2011 at 8:00 AM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 10 Nov 2011 18:18:29 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: Hey I'm talking a lot with an openBSD dev, and currently it's very hard for them to follow the changes in the trunk. What they

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Bruno Dilly
On Fri, Nov 11, 2011 at 11:19 AM, Jonathan Armani d...@asystant.net wrote: Hi, On Fri, Nov 11, 2011 at 8:00 AM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 10 Nov 2011 18:18:29 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: Hey I'm talking a lot with an openBSD dev, and

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Thanatermesis
2011/11/11 Bruno Dilly bdi...@profusion.mobi On Fri, Nov 11, 2011 at 11:19 AM, Jonathan Armani d...@asystant.net wrote: Hi, On Fri, Nov 11, 2011 at 8:00 AM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 10 Nov 2011 18:18:29 +0100 (CET) Vincent Torri vto...@univ-evry.fr said:

Re: [E-devel] [Patch][elm_map] Bug fix: use safe iterator instead

2011-11-11 Thread ChunEon Park
fine. in svn - 65069 Thank you so much. -Regards, Hermet- -Original Message- From: Bluezerylt;ohpo...@gmail.comgt; To: Enlightenment developer listlt;enlightenment-devel@lists.sourceforge.netgt; Cc: Sent: 11-11-11(금) 13:32:04 Subject:

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Youness Alaoui
On Fri, Nov 11, 2011 at 8:49 AM, Bruno Dilly bdi...@profusion.mobi wrote: On Fri, Nov 11, 2011 at 11:19 AM, Jonathan Armani d...@asystant.net wrote: Hi, On Fri, Nov 11, 2011 at 8:00 AM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 10 Nov 2011 18:18:29 +0100 (CET) Vincent Torri

Re: [E-devel] sound api plan

2011-11-11 Thread Youness Alaoui
Carsten, a few people have noted their disappointment (and anger) at this being merged and some requested it to be reverted, you didn't even take the time to answer them and address their concerns.. Could you please take the time to do that, since you obviously had time to respond to David with

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Sachiel
2011/11/11 Youness Alaoui kakar...@kakaroto.homelinux.net: On Fri, Nov 11, 2011 at 8:49 AM, Bruno Dilly bdi...@profusion.mobi wrote: On Fri, Nov 11, 2011 at 11:19 AM, Jonathan Armani d...@asystant.net wrote: Hi, On Fri, Nov 11, 2011 at 8:00 AM, Carsten Haitzler ras...@rasterman.com

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Thanatermesis
This has not much sense, its the same a rc tarball than get it from an actual svn checkout, I say that because if there's release candidate tarballs, and something (related to how it builds) needs to be changed, no matters if previously was made a tarball or not, so it becomes to have no value at

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Sachiel
2011/11/11 Thanatermesis thanatermesis.e...@gmail.com: This has not much sense, its the same a rc tarball than get it from an actual svn checkout, I say that because if there's release candidate tarballs, and something (related to how it builds) needs to be changed, no matters if previously

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Vincent Torri
On Fri, 11 Nov 2011, Iván Briano (Sachiel) wrote: 2011/11/11 Youness Alaoui kakar...@kakaroto.homelinux.net: On Fri, Nov 11, 2011 at 8:49 AM, Bruno Dilly bdi...@profusion.mobi wrote: On Fri, Nov 11, 2011 at 11:19 AM, Jonathan Armani d...@asystant.net wrote: Hi, On Fri, Nov 11, 2011 at

Re: [E-devel] sound api plan

2011-11-11 Thread David Seikel
On Fri, 11 Nov 2011 11:50:08 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net wrote: Carsten, a few people have noted their disappointment (and anger) at this being merged and some requested it to be reverted, you didn't even take the time to answer them and address their concerns.. Could

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Sachiel
2011/11/11 Vincent Torri vto...@univ-evry.fr: The problem with that is guaranteeing that the entire thing builds. make distcheck... And if it doesn't build you have the script keep trying? There's the OBS for that, though I don't know if it provides the tarballs too. Vincent

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Vincent Torri
On Fri, 11 Nov 2011, Iván Briano (Sachiel) wrote: 2011/11/11 Vincent Torri vto...@univ-evry.fr: The problem with that is guaranteeing that the entire thing builds. make distcheck... And if it doesn't build you have the script keep trying? There's the OBS for that, though I don't know if

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Gustavo Sverzut Barbieri
On Fri, Nov 11, 2011 at 3:23 PM, Vincent Torri vto...@univ-evry.fr wrote: On Fri, 11 Nov 2011, Iván Briano (Sachiel) wrote: 2011/11/11 Vincent Torri vto...@univ-evry.fr: The problem with that is guaranteeing that the entire thing builds. make distcheck... And if it doesn't build you have

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread The Rasterman
On Fri, 11 Nov 2011 14:19:12 +0100 Jonathan Armani d...@asystant.net said: Hi, On Fri, Nov 11, 2011 at 8:00 AM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 10 Nov 2011 18:18:29 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: Hey I'm talking a lot with an openBSD

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread The Rasterman
On Fri, 11 Nov 2011 11:47:32 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net said: Reminds me of some of the stuff I've been saying... As for don't have time to do tarballs everyday.. well, that's why there's something called scripts and cron jobs.. those things exist, might be good to

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread The Rasterman
On Fri, 11 Nov 2011 14:50:34 -0200 Iván Briano (Sachiel) sachi...@gmail.com said: 2011/11/11 Youness Alaoui kakar...@kakaroto.homelinux.net: On Fri, Nov 11, 2011 at 8:49 AM, Bruno Dilly bdi...@profusion.mobi wrote: On Fri, Nov 11, 2011 at 11:19 AM, Jonathan Armani d...@asystant.net

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread The Rasterman
On Fri, 11 Nov 2011 15:36:07 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Fri, Nov 11, 2011 at 3:23 PM, Vincent Torri vto...@univ-evry.fr wrote: On Fri, 11 Nov 2011, Iván Briano (Sachiel) wrote: 2011/11/11 Vincent Torri vto...@univ-evry.fr: The problem with that is

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Vincent Torri
On Fri, 11 Nov 2011, Gustavo Sverzut Barbieri wrote: On Fri, Nov 11, 2011 at 3:23 PM, Vincent Torri vto...@univ-evry.fr wrote: On Fri, 11 Nov 2011, Iván Briano (Sachiel) wrote: 2011/11/11 Vincent Torri vto...@univ-evry.fr: The problem with that is guaranteeing that the entire thing

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Sachiel
2011/11/11 Vincent Torri vto...@univ-evry.fr: On Fri, 11 Nov 2011, Gustavo Sverzut Barbieri wrote: On Fri, Nov 11, 2011 at 3:23 PM, Vincent Torri vto...@univ-evry.fr wrote: On Fri, 11 Nov 2011, Iván Briano (Sachiel) wrote: 2011/11/11 Vincent Torri vto...@univ-evry.fr: The problem with

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Vincent Torri
On Fri, 11 Nov 2011, Iván Briano (Sachiel) wrote: 2011/11/11 Vincent Torri vto...@univ-evry.fr: On Fri, 11 Nov 2011, Gustavo Sverzut Barbieri wrote: On Fri, Nov 11, 2011 at 3:23 PM, Vincent Torri vto...@univ-evry.fr wrote: On Fri, 11 Nov 2011, Iván Briano (Sachiel) wrote: 2011/11/11

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Jonathan Armani
On Fri, Nov 11, 2011 at 6:42 PM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 11 Nov 2011 11:47:32 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net said: Reminds me of some of the stuff I've been saying... As for don't have time to do tarballs everyday.. well, that's why there's

Re: [E-devel] [Patch][ecore_con] Refactoring curl port

2011-11-11 Thread Cedric BAIL
Yop, On Fri, Nov 11, 2011 at 9:55 AM, Sebastian Dransfeld s...@tango.flipp.net wrote: On 11/11/2011 09:41 AM, Bluezery wrote: It's my mistake. fixed patch is attached again. I have removed active flag also. I use eina_list_data_find() instead. Also, there is used a lot of idlers. I think

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Sachiel
2011/11/11 Vincent Torri vto...@univ-evry.fr: On Fri, 11 Nov 2011, Iván Briano (Sachiel) wrote: 2011/11/11 Vincent Torri vto...@univ-evry.fr: On Fri, 11 Nov 2011, Gustavo Sverzut Barbieri wrote: On Fri, Nov 11, 2011 at 3:23 PM, Vincent Torri vto...@univ-evry.fr wrote: On Fri, 11 Nov

Re: [E-devel] sound api plan

2011-11-11 Thread Mike Blumenkrantz
On Fri, 11 Nov 2011 11:50:08 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net wrote: Carsten, a few people have noted their disappointment (and anger) at this being merged and some requested it to be reverted, you didn't even take the time to answer them and address their concerns.. Could

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Vincent Torri
On Fri, 11 Nov 2011, Iván Briano (Sachiel) wrote: 2011/11/11 Vincent Torri vto...@univ-evry.fr: On Fri, 11 Nov 2011, Iván Briano (Sachiel) wrote: 2011/11/11 Vincent Torri vto...@univ-evry.fr: On Fri, 11 Nov 2011, Gustavo Sverzut Barbieri wrote: On Fri, Nov 11, 2011 at 3:23 PM,

Re: [E-devel] sound api plan

2011-11-11 Thread Youness Alaoui
On Fri, Nov 11, 2011 at 12:18 PM, David Seikel onef...@gmail.com wrote: On Fri, 11 Nov 2011 11:50:08 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net wrote: Carsten, a few people have noted their disappointment (and anger) at this being merged and some requested it to be reverted, you

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Cedric BAIL
On Fri, Nov 11, 2011 at 6:50 PM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 11 Nov 2011 15:36:07 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Fri, Nov 11, 2011 at 3:23 PM, Vincent Torri vto...@univ-evry.fr wrote: On Fri, 11 Nov 2011, Iván Briano (Sachiel) wrote:

Re: [E-devel] EFL 1.1 freeze

2011-11-11 Thread David Seikel
On Thu, 3 Nov 2011 17:27:55 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Thu, 3 Nov 2011 18:15:35 +1000 David Seikel onef...@gmail.com said: On Thu, 03 Nov 2011 03:01:17 -0400 Christopher Michael cpmicha...@comcast.net wrote: On 11/02/11 22:42, David Seikel

Re: [E-devel] E SVN: caro trunk/ecore/src/lib/ecore_x/xcb

2011-11-11 Thread Christopher Michael
On 11/11/11 13:51, Enlightenment SVN wrote: Log: Ecore: Fix warning: large integer implicitly truncated to unsigned type inecore_x/xcb xcb_get_property_unchecked() requires an uint32_t as last parameter, so use UINT_MAX instead of LONG_MAX Patch from OpenBSD via Jonathan Armani

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_x/xlib

2011-11-11 Thread Vincent Torri
On Fri, 11 Nov 2011, Enlightenment SVN wrote: Log: Ecore_X: If malloc fails (when trying to get a window property list), then return -1 to indicate failure. Add some missing parens in the formatting. Author: devilhorns Date: 2011-11-11 11:11:35 -0800 (Fri, 11 Nov 2011)

Re: [E-devel] E SVN: caro trunk/ecore/src/lib/ecore_x/xcb

2011-11-11 Thread Christopher Michael
On 11/11/11 14:10, Vincent Torri wrote: On Fri, 11 Nov 2011, Christopher Michael wrote: On 11/11/11 13:51, Enlightenment SVN wrote: Log: Ecore: Fix warning: large integer implicitly truncated to unsigned type inecore_x/xcb xcb_get_property_unchecked() requires an uint32_t as last

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_x/xlib

2011-11-11 Thread Christopher Michael
On 11/11/11 14:13, Vincent Torri wrote: On Fri, 11 Nov 2011, Enlightenment SVN wrote: Log: Ecore_X: If malloc fails (when trying to get a window property list), then return -1 to indicate failure. Add some missing parens in the formatting. Author: devilhorns Date:

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_x/xlib

2011-11-11 Thread Christopher Michael
On 11/11/11 14:27, Christopher Michael wrote: On 11/11/11 14:13, Vincent Torri wrote: On Fri, 11 Nov 2011, Enlightenment SVN wrote: Log: Ecore_X: If malloc fails (when trying to get a window property list), then return -1 to indicate failure. Add some missing parens in the

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Youness Alaoui
On Fri, Nov 11, 2011 at 12:42 PM, Carsten Haitzler ras...@rasterman.comwrote: On Fri, 11 Nov 2011 11:47:32 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net said: Reminds me of some of the stuff I've been saying... As for don't have time to do tarballs everyday.. well, that's why

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Youness Alaoui
Here, I just wrote a script : http://svn.enlightenment.org/svn/e/trunk/devs/kakaroto/create_tarballs.sh It defaults to building tarballs for eina eet evas ecore embryo edje efreet e_dbus eeze (list suggested by Vincent), but you can specify any libs you want as arguments. It does the svn export

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_x/xlib

2011-11-11 Thread Kim Woelders
On Fri, 11 Nov 2011 20:43:04 +0100, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Ecore_X: Fix array problem for 64-bit (unsigned long vs unsigned int). Thanks vtorri ;) Author: devilhorns Date: 2011-11-11 11:43:04 -0800 (Fri, 11 Nov 2011) New Revision: 65076

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_x/xlib

2011-11-11 Thread Vincent Torri
On Fri, 11 Nov 2011, Kim Woelders wrote: On Fri, 11 Nov 2011 20:43:04 +0100, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Ecore_X: Fix array problem for 64-bit (unsigned long vs unsigned int). Thanks vtorri ;) Author: devilhorns Date: 2011-11-11 11:43:04

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

2011-11-11 Thread Christopher Michael
On 11/11/11 19:54, Enlightenment SVN wrote: Log: back to unsigned long. code was actually correct as-is. If that's actually correct, then the 'fix' for the xcb version should be reverted also ;) dh Author: raster Date: 2011-11-11 16:54:22 -0800 (Fri, 11 Nov 2011) New

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread The Rasterman
On Fri, 11 Nov 2011 15:55:46 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net said: so you've basically proven my point - it's the same as an svn checkout... and that script still doesn't upload them, or make any announcement that they have been created. it's actually less useful than make

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread The Rasterman
On Fri, 11 Nov 2011 14:55:14 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net said: On Fri, Nov 11, 2011 at 12:42 PM, Carsten Haitzler ras...@rasterman.comwrote: On Fri, 11 Nov 2011 11:47:32 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net said: Reminds me of some of the

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_x/xlib

2011-11-11 Thread The Rasterman
On Fri, 11 Nov 2011 22:23:35 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: On Fri, 11 Nov 2011, Kim Woelders wrote: On Fri, 11 Nov 2011 20:43:04 +0100, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Ecore_X: Fix array problem for 64-bit (unsigned long vs unsigned

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

2011-11-11 Thread The Rasterman
On Fri, 11 Nov 2011 20:08:09 -0500 Christopher Michael cpmicha...@comcast.net said: On 11/11/11 19:54, Enlightenment SVN wrote: Log: back to unsigned long. code was actually correct as-is. If that's actually correct, then the 'fix' for the xcb version should be reverted also ;) yeah

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

2011-11-11 Thread Christopher Michael
On 11/11/11 20:40, Enlightenment SVN wrote: Log: also revert long - int change in xcb Author: raster Date: 2011-11-11 17:40:51 -0800 (Fri, 11 Nov 2011) New Revision: 65083 Trac: http://trac.enlightenment.org/e/changeset/65083 Modified:

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

2011-11-11 Thread Christopher Michael
On 11/11/11 20:42, Carsten Haitzler (The Rasterman) wrote: On Fri, 11 Nov 2011 20:08:09 -0500 Christopher Michaelcpmicha...@comcast.net said: On 11/11/11 19:54, Enlightenment SVN wrote: Log: back to unsigned long. code was actually correct as-is. If that's actually correct, then the 'fix'

[E-devel] eyesight configure error

2011-11-11 Thread Tomas Cech
Hi, I met this issue during building eyesight (search for GlobalParams.h): + ./configure --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/u sr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share

Re: [E-devel] eyesight configure error

2011-11-11 Thread Christopher Michael
On 11/11/11 21:04, Tomas Cech wrote: Hi, I met this issue during building eyesight (search for GlobalParams.h): + ./configure --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/u sr --bindir=/usr/bin --sbindir=/usr/sbin

Re: [E-devel] E SVN: onefang trunk/edje/src/lib

2011-11-11 Thread Thomas Gstädtner
On Fr 11 Nov 2011 22:32:15 CET, Enlightenment SVN wrote: Log: Add some inheritance. Author: onefang Date: 2011-11-11 13:32:15 -0800 (Fri, 11 Nov 2011) New Revision: 65079 Trac: http://trac.enlightenment.org/e/changeset/65079 Modified:

Re: [E-devel] E SVN: onefang trunk/edje/src/lib

2011-11-11 Thread David Seikel
On Sat, 12 Nov 2011 02:49:44 +0100 Thomas Gstädtner tho...@gstaedtner.net wrote: On Fr 11 Nov 2011 22:32:15 CET, Enlightenment SVN wrote: Log: Add some inheritance. Author: onefang Date: 2011-11-11 13:32:15 -0800 (Fri, 11 Nov 2011) New Revision: 65079 Trac:

Re: [E-devel] eyesight configure error

2011-11-11 Thread Tomas Cech
On Fri, Nov 11, 2011 at 09:10:49PM -0500, Christopher Michael wrote: On 11/11/11 21:04, Tomas Cech wrote: configure: WARNING: Xpdf headers not found. Verify that poppler is configured with the option --enable-xpdf-headers checking whether to enable PDF module built... no Perhaps this offers

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread Youness Alaoui
On Fri, Nov 11, 2011 at 8:37 PM, Carsten Haitzler ras...@rasterman.comwrote: On Fri, 11 Nov 2011 14:55:14 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net said: On Fri, Nov 11, 2011 at 12:42 PM, Carsten Haitzler ras...@rasterman.comwrote: On Fri, 11 Nov 2011 11:47:32 -0500 Youness

[E-devel] [PATCH] eyesight: add gradient.png to sources

2011-11-11 Thread Tomas Cech
Add gradient.png to eyesight_SOURCES so it will be in the tarball result of make dist-bzip2. --- PROTO/eyesight/src/bin/Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PROTO/eyesight/src/bin/Makefile.am b/PROTO/eyesight/src/bin/Makefile.am index

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

2011-11-11 Thread The Rasterman
On Fri, 11 Nov 2011 21:00:23 -0500 Christopher Michael cpmicha...@comcast.net said: On 11/11/11 20:42, Carsten Haitzler (The Rasterman) wrote: On Fri, 11 Nov 2011 20:08:09 -0500 Christopher Michaelcpmicha...@comcast.net said: On 11/11/11 19:54, Enlightenment SVN wrote: Log: back to

Re: [E-devel] About release, snapshots and openBSD port

2011-11-11 Thread The Rasterman
On Fri, 11 Nov 2011 21:43:37 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net said: I don't need to read that (and I have better things to do than fight an endless war on who is right). then this ends this topic. if you don't want to look at the facts, there is no point in this discussion.

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

2011-11-11 Thread The Rasterman
On Fri, 11 Nov 2011 22:28:44 -0500 Christopher Michael cpmicha...@comcast.net said: On 11/11/11 21:49, Carsten Haitzler (The Rasterman) wrote: On Fri, 11 Nov 2011 21:00:23 -0500 Christopher Michaelcpmicha...@comcast.net said: On 11/11/11 20:42, Carsten Haitzler (The Rasterman) wrote:

Re: [E-devel] EFL 1.1 freeze

2011-11-11 Thread David Seikel
On Sat, 12 Nov 2011 04:27:16 +1000 David Seikel onef...@gmail.com wrote: On Thu, 3 Nov 2011 17:27:55 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Thu, 3 Nov 2011 18:15:35 +1000 David Seikel onef...@gmail.com said: On Thu, 03 Nov 2011 03:01:17 -0400

Re: [E-devel] E SVN: hermet trunk/elementary/src/bin

2011-11-11 Thread ChunEon Park
It's silly to say, but it's twice mistake. -Regards, Hermet- -Original Message- From: Enlightenment SVNlt;no-re...@enlightenment.orggt; To: enlightenment-...@lists.sourceforge.net Cc: Sent: 11-11-12(토) 01:47:05 Subject: E SVN: hermet

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

2011-11-11 Thread Vincent Torri
On Fri, 11 Nov 2011, Christopher Michael wrote: On 11/11/11 19:54, Enlightenment SVN wrote: Log: back to unsigned long. code was actually correct as-is. If that's actually correct, then the 'fix' for the xcb version should be reverted also ;) so, as I said, the last argument of the XCB

[E-devel] [Patch][elm_map] Remove unnecessary flags

2011-11-11 Thread Bluezery
Hi, There are too may flags in elm_map. Most of them are duplicated and unnecessary. I have removed want, download, have variables. I use gi-job instead of want download. I use ecore_file_exists() instead of have flags. Please review attached patch file. Index: src/lib/elm_map.c

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

2011-11-11 Thread Vincent Torri
On Sat, 12 Nov 2011, Carsten Haitzler (The Rasterman) wrote: On Fri, 11 Nov 2011 20:08:09 -0500 Christopher Michael cpmicha...@comcast.net said: On 11/11/11 19:54, Enlightenment SVN wrote: Log: back to unsigned long. code was actually correct as-is. If that's actually correct, then

Re: [E-devel] eyesight configure error

2011-11-11 Thread Vincent Torri
On Sat, 12 Nov 2011, Tomas Cech wrote: Hi, I met this issue during building eyesight (search for GlobalParams.h): there is a warning in the configure output (see below) : configure: WARNING: Xpdf headers not found. Verify that poppler is configured with the option --enable-xpdf-headers

Re: [E-devel] eyesight configure error

2011-11-11 Thread Vincent Torri
On Sat, 12 Nov 2011, Tomas Cech wrote: On Fri, Nov 11, 2011 at 09:10:49PM -0500, Christopher Michael wrote: On 11/11/11 21:04, Tomas Cech wrote: configure: WARNING: Xpdf headers not found. Verify that poppler is configured with the option --enable-xpdf-headers checking whether to enable

Re: [E-devel] [PATCH] eyesight: add gradient.png to sources

2011-11-11 Thread Vincent Torri
On Sat, 12 Nov 2011, Tomas Cech wrote: Add gradient.png to eyesight_SOURCES so it will be in the tarball result of make dist-bzip2. --- PROTO/eyesight/src/bin/Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PROTO/eyesight/src/bin/Makefile.am

[E-devel] e_fm build and mount problems

2011-11-11 Thread Jochen Schröder
Hi all, I was trying to dig deeper into a problem where I get a corruption in e_fm when mounting and removing a usb disk (see here:http://marc.info/?l=enlightenment-develm=132014458110340w=2 for details). I found a couple of problems when trying to build e with different e_fm options. 1.

Re: [E-devel] E17 tablet recommendation / Android

2011-11-11 Thread Jérémy Zurcher
On Friday 11 November 2011 09:31, Vincent Torri wrote : On Fri, 11 Nov 2011, Andreas Volz wrote: Hello, could anyone recommend a good tablet pc for E17? I've deployed a few acer iconia + debian wheezy maybe archos Does anyone know if it's possible to run edje based