[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 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 have it. we tend to

[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 "edje_object_message_si

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 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. > > Adding repeat option to

Re: [E-devel] Proposed patch to elsa

2011-07-05 Thread The Rasterman
On Fri, 1 Jul 2011 18:54:32 +0200 Christian Apeltauer 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 never comes up. I

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 evas_object_image_anim

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 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 segments. > Here is th

Re: [E-devel] E SVN: raster IN trunk/evas: . src/lib/canvas src/lib/include

2011-07-05 Thread The Rasterman
On Tue, 5 Jul 2011 10:53:08 +0900 Daniel Juyung Seo said: i'm banking on getting 1.1 out before we need 1.0.2 :) > backport needed? > > Daniel Juyung Seo (SeoZ) > > On Tue, Jul 5, 2011 at 10:33 AM, Enlightenment SVN > wrote: > > Log: > > From: Hyoyoung Chang > >  Subject: [E-devel] [patch] e

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

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 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 > > http://code.google.com/p/enesim/wiki/Getting

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 wrote: > On Tue, Jul 5, 2011 at 4:26 PM, Vincent Torri 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 lib

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 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 people have some graphic

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) wrote: > On Tue, Jul 5, 2011 at 11:36 AM, Cedric BAIL wrote: >> On Tue,

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 wrote: >> Also, automake is bitching about missing NEWS and ChangeLog files. > > Fixed automake but some images are missing to compile

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 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 > wrote: > >> Also, automake is bitching about missing NEWS

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 kn

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 wrote: > Heyo, > > I was just thinking that a lot of other projects have some sort of p

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

2011-07-05 Thread Leandro Pereira
On Tue, Jul 5, 2011 at 4:12 PM, Mike Blumenkrantz 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 nice, pronounceable

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 wrote: > On Mon, 04 Jul 2011 11:00:40 +0900 ChunEon Park said: > > that's why all commit emails have

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 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 > wrote: > > On

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" wrote: > On Wed, 6 Jul 2011 09:05:35 +0900 Daniel Juyung Seo said: > > that's ok. > >> Well, that was not my point. >> I was asking using comments like >> /// is ok in

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 //

[E-devel] pulse testing

2011-07-05 Thread Mike Blumenkrantz
Hi, I will need 3-10 volunteers for upcoming testing of some extremely terrible pulseaudio protocol code that I've been working on so that it can be integrated into svn faster. If you want E17 to be released sooner and will have a couple hours of free time over the next couple weeks, please check