Re: [E-devel] Problem with ecore_con_url

2011-07-05 Thread The Rasterman
On Tue, 28 Jun 2011 19:47:18 -0300 Flávio Ceolin flavio.ceo...@profusion.mobi said: Hello efl developers, Trying to use ecore_con_url I wrote a simple test (file in attached) but ecore_con_url_get is failing. Digging into the code I figured out that the function curl_multi_fdset (in the

Re: [E-devel] [patch] e_dbus notification

2011-07-05 Thread The Rasterman
On Wed, 29 Jun 2011 16:01:06 +0200 Libor Zoubek lzou...@jezzovo.net said: Hi, devs I've reported a bug http://trac.enlightenment.org/e/ticket/775 Please review/apply attached patch that fixes above bug. Thanks cheers, Libor Zoubek P.S. I am a happy e-user and this is my 1st

Re: [E-devel] emotion

2011-07-05 Thread The Rasterman
On Fri, 1 Jul 2011 09:49:11 +0200 Cedric BAIL cedric.b...@free.fr said: Actually, looking again at the code, the emotion_object_module_option_set() function seems bogus, since it only set the audio and video to mute if the given option is off, but does nothing if anything else is given as

Re: [E-devel] road to e17 release...

2011-07-05 Thread The Rasterman
On Wed, 29 Jun 2011 22:42:41 +0200 Andreas Volz li...@brachttal.net said: Am Tue, 28 Jun 2011 10:21:56 +0900 schrieb Carsten Haitzler (The Rasterman): i updated the release wiki page to: http://trac.enlightenment.org/e/wiki/Release 1. be more readable so we can see what is being

[E-devel] [PATCH] add ecore_imf_context_cursor_location_set API

2011-07-05 Thread Jihoon Kim
Hi, EFL developers. In this patch, it will add ecore_imf_context_cursor_location_set API in Ecore_IMF. The cursor location can be used to determine the position of candidate word window in immodule. Would you please apply this patch in svn? ecore_imf.patch Description: Binary data

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-07-05 Thread The Rasterman
On Fri, 1 Jul 2011 10:15:21 +0900 cnook kimci...@gmail.com said: now... that looks technically ok... but why are you using strcasestr. manual page is pretty specific: The strcasestr() function is a nonstandard extension. so it's non-standard and.. well mingw and other os's might definitely not

[E-devel] [Patch] put edje_object_message_signal_process in _item_realize of the elm_genlist

2011-07-05 Thread Jaehwan Kim
Dear all, In target, elm_genlist sometime blink while it realize again. It is why the signal like elm,state,selected isn't processed immediatly. So it show default state and then change to seleted state. _item_realize have to process the signals immediatly. It add a line

Re: [E-devel] [patch] elm_win - add continuous capturing screen

2011-07-05 Thread The Rasterman
On Fri, 01 Jul 2011 14:19:17 +0900 Hyoyoung Chang hyoyoung.ch...@samsung.com said: in svn with some formatting changes. it'd be nice to also specifically determine time between frame grabs (as opposed to initial delay) Dear Elementary developers. I've made a patch about elm_win.

Re: [E-devel] Proposed patch to elsa

2011-07-05 Thread The Rasterman
On Fri, 1 Jul 2011 18:54:32 +0200 Christian Apeltauer c.apelta...@gmx.de said: yeah. elsa is wrong. that list is an internal list not to be freed by the caller. in svn! thanks very much! Dear developers, since some weeks now I have trouble running elsa: The X server starts, but elsa_client

Re: [E-devel] [Patch] add evas_object_image_animated feature

2011-07-05 Thread The Rasterman
On Tue, 05 Jul 2011 00:52:32 +0900 jy0703.p...@samsung.com said: some suggestions on naming: evas_object_image_animated_frame_num_get - evas_object_image_animated_frame_count_get evas_object_image_animated_loop_num_get - evas_object_image_animated_loop_count_get now for

Re: [E-devel] Need help tracing OSX crash bug

2011-07-05 Thread The Rasterman
On Mon, 4 Jul 2011 12:41:33 -0700 Dave Ray cl...@jonive.com said: try replace your evas_xlib_buffer.c file with the attached one. it has some debugging in it to printf some info. it'll being to let me know whats going on with shm segments. i really suspect this has something to do with shm

Re: [E-devel] E SVN: cedric IN trunk: . emage emage/data emage/data/images emage/data/theme emage/m4 emage/src emage/src/bin

2011-07-05 Thread Vincent Torri
On Tue, 5 Jul 2011, Enlightenment SVN wrote: Log: emage: please welcome emage. It's now something like a file browser. just a note : turran also named emage one of his libraries. See http://code.google.com/p/enesim/wiki/GettingStarted#Emage Vincent NOTE: it started as a benchmark for

Re: [E-devel] E SVN: cedric IN trunk: . emage emage/data emage/data/images emage/data/theme emage/m4 emage/src emage/src/bin

2011-07-05 Thread Cedric BAIL
On Tue, Jul 5, 2011 at 4:26 PM, Vincent Torri vto...@univ-evry.fr wrote: On Tue, 5 Jul 2011, Enlightenment SVN wrote: Log: emage: please welcome emage. It's now something like a file browser. just a note : turran also named emage one of his libraries. See

Re: [E-devel] E SVN: cedric IN trunk: . emage emage/data emage/data/images emage/data/theme emage/m4 emage/src emage/src/bin

2011-07-05 Thread Eduardo Lima (Etrunko)
On Tue, Jul 5, 2011 at 11:36 AM, Cedric BAIL cedric.b...@free.fr wrote: On Tue, Jul 5, 2011 at 4:26 PM, Vincent Torri vto...@univ-evry.fr wrote: On Tue, 5 Jul 2011, Enlightenment SVN wrote: Log: emage: please welcome emage. It's now something like a file browser. just a note : turran also

Re: [E-devel] E SVN: cedric IN trunk/elementary: data/themes src/lib

2011-07-05 Thread Daniel Juyung Seo
Spank spank cedric! mp_*.png images are missing. Daniel Juyung Seo (SeoZ) On Tue, Jul 5, 2011 at 11:05 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: elementary: add the basic of an elm_player object.  This object should be linked with an elm_video to be  usefull at all. If

Re: [E-devel] E SVN: cedric IN trunk: . emage emage/data emage/data/images emage/data/theme emage/m4 emage/src emage/src/bin

2011-07-05 Thread Daniel Juyung Seo
Also, automake is bitching about missing NEWS and ChangeLog files. Fixed automake but some images are missing to compile edc :( Cedric Daniel Juyung Seo (SeoZ) On Tue, Jul 5, 2011 at 11:50 PM, Eduardo Lima (Etrunko) ebl...@gmail.com wrote: On Tue, Jul 5, 2011 at 11:36 AM, Cedric BAIL

Re: [E-devel] E SVN: cedric IN trunk: . emage emage/data emage/data/images emage/data/theme emage/m4 emage/src emage/src/bin

2011-07-05 Thread Daniel Juyung Seo
By the way, why this is not in PROTO? It just went into trunk directly. Just curious. Daniel Juyung Seo (SeoZ) On Wed, Jul 6, 2011 at 2:10 AM, Daniel Juyung Seo seojuyu...@gmail.com wrote: Also, automake is bitching about missing NEWS and ChangeLog files. Fixed automake but some images are

Re: [E-devel] E SVN: cedric IN trunk: . emage emage/data emage/data/images emage/data/theme emage/m4 emage/src emage/src/bin

2011-07-05 Thread Mike Blumenkrantz
On Wed, 6 Jul 2011 02:12:08 +0900 Daniel Juyung Seo seojuyu...@gmail.com wrote: By the way, why this is not in PROTO? It just went into trunk directly. Just curious. Daniel Juyung Seo (SeoZ) On Wed, Jul 6, 2011 at 2:10 AM, Daniel Juyung Seo seojuyu...@gmail.com wrote: Also, automake

Re: [E-devel] [Patch] put edje_object_message_signal_process in _item_realize of the elm_genlist

2011-07-05 Thread Daniel Juyung Seo
Thanks! Now in SVN. Btw, I have one thing to tell you. Can you add short commit message when you send a patch? Then we can commit your patch easily with your commit message. Anyhow a good patch and a good description. This patch solves many genlist signal issues. Thanks. Daniel Juyung Seo (SeoZ)

[E-devel] efl/e17 bounty board?

2011-07-05 Thread Mike Blumenkrantz
Heyo, I was just thinking that a lot of other projects have some sort of page where people can put up rewards for developers to complete features/fix bugs. We should probably do the same. I don't want to sound like a dick, but I know I would be a lot more motivated to tackle bugs and such if I

Re: [E-devel] efl/e17 bounty board?

2011-07-05 Thread Jeff Hoogland
Sounds like a great idea IMO. I know personally I would be willing to donate money from my Bodhi funding towards certain aspects of E17 getting done sooner :) On Tue, Jul 5, 2011 at 2:12 PM, Mike Blumenkrantz m...@zentific.com wrote: Heyo, I was just thinking that a lot of other projects have

Re: [E-devel] efl/e17 bounty board?

2011-07-05 Thread Leandro Pereira
On Tue, Jul 5, 2011 at 4:12 PM, Mike Blumenkrantz m...@zentific.com wrote: Thoughts? Just call it EWoK, as in Enlightenment Winter of Kode. This will actually make way more sense to me than GSoC does (since summers are closer to December rather than July here in the tropics). Also, you gain a

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

2011-07-05 Thread Daniel Juyung Seo
Well, that was not my point. I was asking using comments like /// is ok in e world. Daniel Juyung Seo (SeoZ) On Mon, Jul 4, 2011 at 11:54 AM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 04 Jul 2011 11:00:40 +0900 ChunEon Parkher...@naver.com said:

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

2011-07-05 Thread The Rasterman
On Wed, 6 Jul 2011 09:05:35 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: that's ok. Well, that was not my point. I was asking using comments like /// is ok in e world. Daniel Juyung Seo (SeoZ) On Mon, Jul 4, 2011 at 11:54 AM, Carsten Haitzler

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

2011-07-05 Thread Daniel Juyung Seo
thanks :) just curious. Daniel Juyung Seo (SeoZ) On Jul 6, 2011 9:56 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 6 Jul 2011 09:05:35 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: that's ok. Well, that was not my point. I was asking using comments like

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

2011-07-05 Thread Mike McCormack
On 07/06/2011 09:05 AM, Daniel Juyung Seo wrote: Well, that was not my point. I was asking using comments like /// is ok in e world. It's redundant and distracting. variables