Re: [E-devel] [Announcement] elm_genlist_item_update will be removed from elm_genlist_item_data.

2011-07-21 Thread Daniel Juyung Seo
This patch is committed. Please refer this information if you use elm_genlist_item_data_set(). http://trac.enlightenment.org/e/changeset/61546 Daniel Juyung Seo (SeoZ) On Thu, Jul 21, 2011 at 1:56 AM, Daniel Juyung Seo wrote: > Dear all, I will commit this patch in 24 hours. > So please be prep

Re: [E-devel] E SVN: mike_m IN trunk/PROTO/elev8: data/javascript src/bin

2011-07-21 Thread Mike McCormack
On 07/21/2011 10:18 AM, Mike Blumenkrantz wrote: >> trunk/PROTO/elev8/data/javascript/clock.js >> trunk/PROTO/elev8/src/bin/elm.cc > are there // will there be docs for elev8? I have some people who would > probably be interested in using/contributing to it... What kind of docs are you lookin

Re: [E-devel] E SVN: mike_m IN trunk/PROTO/elev8: data/javascript src/bin

2011-07-21 Thread Mike Blumenkrantz
On Thu, 21 Jul 2011 18:42:38 +0900 Mike McCormack wrote: > On 07/21/2011 10:18 AM, Mike Blumenkrantz wrote: > > >> trunk/PROTO/elev8/data/javascript/clock.js > >> trunk/PROTO/elev8/src/bin/elm.cc > > are there // will there be docs for elev8? I have some people who would > > probably be inter

Re: [E-devel] E SVN: mike_m IN trunk/PROTO/elev8: data/javascript src/bin

2011-07-21 Thread Cedric BAIL
On Thu, Jul 21, 2011 at 11:42 AM, Mike McCormack wrote: > On 07/21/2011 10:18 AM, Mike Blumenkrantz wrote: >>>   trunk/PROTO/elev8/data/javascript/clock.js >>> trunk/PROTO/elev8/src/bin/elm.cc >> are there // will there be docs for elev8? I have some people who would >> probably be interested in

[E-devel] [PATCH] notify immodule to know the cursor location

2011-07-21 Thread Jihoon Kim
Hi, EFL developers. In immodule, the cursor location is needed to move the word candidate window. In this patch, calling ecore_imf_context_cursor_location_set lets immodule know the cursor location. Would you please review this patch? Index: edje_entry.c =

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

2011-07-21 Thread Vincent Torri
as you're adding functions to ecore_x : http://trac.enlightenment.org/e/ticket/73 Vincent On Thu, 21 Jul 2011, Enlightenment SVN wrote: > Log: > Ecore_X: Add a couple of missing functions to the xlib engine. > > NB: These are mainly for systray module so that it can be engine > independant i

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

2011-07-21 Thread Tom Hacohen
On 21/07/11 16:03, Vincent Torri wrote: > > as you're adding functions to ecore_x : > > http://trac.enlightenment.org/e/ticket/73 > > Vincent Dh, Also, please add docs, or at least "@since 1.1.0"... -- Tom. -- 5 Ways to

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

2011-07-21 Thread Christopher Michael
On 07/21/11 09:12, Tom Hacohen wrote: > On 21/07/11 16:03, Vincent Torri wrote: >> >> as you're adding functions to ecore_x : >> >> http://trac.enlightenment.org/e/ticket/73 >> >> Vincent > > Dh, Also, please add docs, or at least "@since 1.1.0"... > > -- > Tom. > Tom, Will add some docs shortly

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

2011-07-21 Thread Tom Hacohen
On 21/07/11 16:47, Christopher Michael wrote: > Will add some docs shortly Yay. :P -- 5 Ways to Improve & Secure Unified Communications Unified Communications promises greater efficiencies for business. UC can improve in

Re: [E-devel] E SVN: cedric IN trunk/evas/src: lib lib/cache lib/engines/common modules/engines/directfb modules/engines/software_generic modules/engines/software_sdl

2011-07-21 Thread Sachiel
2011/7/21 Enlightenment SVN : > Log: > evas: add software YUY2 colorspace converter. > >  NOTE: will shortly learn how to write the corresponding shader and add it > soon. > > This is actually a 422? And not like our fake 422 that is actually 420? > Author:       cedric > Date:         2011-07-2

Re: [E-devel] E SVN: cedric IN trunk/evas/src: lib lib/cache lib/engines/common modules/engines/directfb modules/engines/software_generic modules/engines/software_sdl

2011-07-21 Thread Vincent Torri
On Thu, 21 Jul 2011, Iván Briano (Sachiel) wrote: 2011/7/21 Enlightenment SVN : Log: evas: add software YUY2 colorspace converter.  NOTE: will shortly learn how to write the corresponding shader and add it soon. This is actually a 422? And not like our fake 422 that is actually 420? ye

[E-devel] segfault of edje_cc during compilation of elementary

2011-07-21 Thread Tomas Cech
Hi, I'm trying to create packages for openSUSE once again. I noticed that build of elementary fails on segfault of edje_cc. Log of the build can be found here: http://goo.gl/xTTuj I tried to analyze coredump of this segfault and it looks like: Program received signal SIGSEGV, Segmentation fault

Re: [E-devel] segfault of edje_cc during compilation of elementary

2011-07-21 Thread Cedric BAIL
Hi, On Thu, Jul 21, 2011 at 11:47 PM, Tomas Cech wrote: > I'm trying to create packages for openSUSE once again. I noticed that > build of elementary fails on segfault of edje_cc. > > Log of the build can be found here: > http://goo.gl/xTTuj > > I tried to analyze coredump of this segfault and it

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

2011-07-21 Thread ChunEon Park
As the request of Prince Kumar Dubey, I reviewed and pushed his patch for elm_segment_control. Thank you Prince. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Enlightenment SVN" To:

[E-devel] elm and function typedefs

2011-07-21 Thread Mike Blumenkrantz
I've been going through the elm header a bit today, and a couple things stood out: 1) Lots of function pointers do not have/use typedefs. Examples include, but are not limited to, pretty much everything in elm_entry, a bunch of generic elm_object functions, and some elm_box stuff. 2) MOST functio