Re: [E-devel] [RFC] Evas - OpenGL and Evas (Part 3)

2011-03-24 Thread Sung W. Park
On Fri, Mar 25, 2011 at 2:03 PM, Carsten Haitzler wrote: > On Mon, 14 Mar 2011 16:54:00 +0900 "Sung W. Park" > said: > > > > ok, i guess it's not a bad idea to keep track of the objects created via > the > > gl object > > and delete them during evas_gl_free. > > > > now, i'm not sure if i'm using

Re: [E-devel] Evas - OpenGL and Image Object - evas_object_image_native_surface_set()

2011-03-24 Thread Sung W. Park
oh great! I guess you finally got around to it =) On Fri, Mar 25, 2011 at 1:57 PM, Carsten Haitzler wrote: > On Mon, 14 Mar 2011 10:49:10 +0900 "Sung W. Park" > said: > > > Ah, i see that you finally had a chance to go through your email piles =) > > welcome back! > > and now... another email p

Re: [E-devel] Proposal on providing internationalization support for EDC TEXT

2011-03-24 Thread The Rasterman
On Fri, 18 Mar 2011 19:57:16 +0530 Rajeev Ranjan said: ok. right now.. approach 1 is what is done because po's and text comes FROM the app. they define label contents etc. etc. approach 2 is a bit much... but approach 3 doesnt solve a problem. i'm a designer. i design an edje and ADD an extra b

Re: [E-devel] The problem of the parameter in ecore_imf_context_input_mode_set

2011-03-24 Thread The Rasterman
On Fri, 18 Mar 2011 20:21:45 +0900 Jihoon Kim said: > Hello, > > I think there are a problem of parameter in > ecore_imf_context_input_mode_set(). > > The second parameter of that API can be combined more than an enum value > such ECORE_IMF_INPUT_MODE_HEXA | ECORE_IMF_MODE_TELE. > > It is weir

Re: [E-devel] [Review] [Patch] Evas - OpenGL and Evas (Part 4)

2011-03-24 Thread The Rasterman
On Wed, 16 Mar 2011 16:26:44 +0900 "Sung W. Park" said: ok - accounting for some of the comments so far... her'es my take :) (finally)! :) 1. you use evas_object_image_pixels_dirty_set(). this is actually intended to work with the image pixel provider to ONLY provide new pixels IF the image is v

Re: [E-devel] To be killed

2011-03-24 Thread David Seikel
On Mon, 21 Mar 2011 08:48:06 +0900 Carsten Haitzler (The Rasterman) wrote: > reducing # of enignes is simply trying to fit our > work into our manpower and if every new engine feature requires you > have to read up 16 gfx api's and implement it 16 times in so many > engines... then we just don't

Re: [E-devel] [RFC] Evas - OpenGL and Evas (Part 3)

2011-03-24 Thread The Rasterman
On Mon, 14 Mar 2011 16:54:00 +0900 "Sung W. Park" said: > ok, i guess it's not a bad idea to keep track of the objects created via the > gl object > and delete them during evas_gl_free. > > now, i'm not sure if i'm using Eina properly here but would something like > this work? > > struct _Evas

Re: [E-devel] [Patch] for Gettext /I18N

2011-03-24 Thread The Rasterman
On Fri, 25 Mar 2011 11:06:46 +0900 WooHyun Jung said: ooh i was thinking that was in edje for a moment then. :) well by subject. ok. in svn it is! > Hello. All. > > Mr. Govi in SISO made a patch for following description. > > Can anybody check about this ? > > Thanks. > > > >

Re: [E-devel] Evas - OpenGL and Image Object - evas_object_image_native_surface_set()

2011-03-24 Thread The Rasterman
On Mon, 14 Mar 2011 10:49:10 +0900 "Sung W. Park" said: > Ah, i see that you finally had a chance to go through your email piles =) > welcome back! and now... another email pile is being conquered... i hope :) > > gl_x11_evas_engine.patch: > > surprisingly... i have very little to grumble about

Re: [E-devel] elm_genlist - bug fix about _update_job

2011-03-24 Thread The Rasterman
On Fri, 25 Mar 2011 00:47:22 +0900 Seunggyun Kim said: > Hello. All. > > I found one bug in _update_job. > > Now, when the elm_genlist_item_update is called, all realized items have > been updated. > > In _update_job logic, item block is recalculated if it->minw and itminw is > not same. > But

Re: [E-devel] ecore_evas build failure

2011-03-24 Thread The Rasterman
On Thu, 24 Mar 2011 21:43:13 +0100 François Manchon said: > Building the latest SVN (58072): > > CC ecore_evas.lo > In file included from ecore_evas.c:17: > ecore_evas_private.h:56: fatal error: Evas_Engine_Software_16_X11.h: No such > file or directory works for me. broken installation may

Re: [E-devel] [PATCH]: keyboard navigation in menus

2011-03-24 Thread The Rasterman
On Tue, 22 Mar 2011 10:16:03 +0100 Tristan Lelong said: hmm ok. in it goes - but its elm_menu_close(). as such realistically the menu SHOULD have its own keyboard navigation controls inside (up/down/left/right arrow, enter/space, backspace/escape etc. etc.) so you don't have to drive it from the

Re: [E-devel] Patch for photocam elm_photocam_file_set

2011-03-24 Thread The Rasterman
On Tue, 22 Mar 2011 03:11:20 + (GMT) suxia li said: hmm. interesting. good catch. in svn! :) thanks! > hello, i made a patch for photocam, because i found a bug that sometimes > grid_clearall is done after image preload process, but it should be done > before image preload process, otherwise

Re: [E-devel] [Edje] [Patch] Drop pointless _edje_fetch call.

2011-03-24 Thread The Rasterman
On Tue, 22 Mar 2011 01:25:45 -0400 Mike Blumenkrantz said: > On Tue, 22 Mar 2011 04:51:18 + > Brett Nash wrote: > > > As the subject really. _edje_fetch is a get call, so no point doing it to > > assign to a variable that is about to go out of scope. > > > > I can commit if someone prefer

Re: [E-devel] [PATCH] Patch to give focus to the content in elm_notify

2011-03-24 Thread The Rasterman
On Wed, 16 Mar 2011 15:31:56 +0900 Jihoon Kim said: > Hello, > > elm_notify has not handled the focus movement. > Even though a button widget is contained in an notify widget and notify > widget is shown, > button widget could not be focused. > Therefore, button couldn't process any key event s

Re: [E-devel] e17 xdg menus

2011-03-24 Thread The Rasterman
On Fri, 25 Mar 2011 02:17:42 + Gustavo Sverzut Barbieri said: > On Fri, Mar 25, 2011 at 2:09 AM, Carsten Haitzler > wrote: > > On Thu, 24 Mar 2011 14:13:25 +0100 Thomas Gstädtner > > said: > > > >> On Thu, Mar 24, 2011 at 13:34, Gustavo Sverzut Barbieri > >> wrote: > >> > On Thu, Mar 24, 2

Re: [E-devel] e17 xdg menus

2011-03-24 Thread Gustavo Sverzut Barbieri
On Fri, Mar 25, 2011 at 2:09 AM, Carsten Haitzler wrote: > On Thu, 24 Mar 2011 14:13:25 +0100 Thomas Gstädtner > said: > >> On Thu, Mar 24, 2011 at 13:34, Gustavo Sverzut Barbieri >> wrote: >> > On Thu, Mar 24, 2011 at 12:19 PM, Thomas Gstädtner >> > wrote: >> >> On Thu, Mar 24, 2011 at 11:01,

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

2011-03-24 Thread Brett Nash
> >  struct _Edje > >  { > > +   Evas_Object          *clipper; /* a big rect to clip this Edje to */ > > +   Evas                 *evas; /* the Evas this Edje belongs to */ > > This is a bit dangerous and not recommended as you'd have to keep in > sync. Technically it's fine as they have the same

[E-devel] [Patch] for Gettext /I18N

2011-03-24 Thread WooHyun Jung
Hello. All. Mr. Govi in SISO made a patch for following description. Can anybody check about this ? Thanks. -- Detail Description: 1. If EFL/Elementary Application has i18n String with its own PO file, then Elemen

Re: [E-devel] E SVN: devilhorns trunk/edje/src/bin/epp

2011-03-24 Thread Mike Blumenkrantz
On Fri, 25 Mar 2011 01:57:26 + Brett Nash wrote: > On Thu, Mar 24, 2011 at 08:43:01PM -0400, Mike Blumenkrantz wrote: > > > LMAO, na don't worry about that...I can break things just as well :P > > > > > > dh > > > > > good, cuz I'm gonna be insanely busy for the next few weeks and probably

Re: [E-devel] E SVN: devilhorns trunk/edje/src/bin/epp

2011-03-24 Thread Brett Nash
On Thu, Mar 24, 2011 at 08:43:01PM -0400, Mike Blumenkrantz wrote: > > LMAO, na don't worry about that...I can break things just as well :P > > > > dh > > > good, cuz I'm gonna be insanely busy for the next few weeks and probably won't > have time to break anything :/ Don't worry, I have a big s

Re: [E-devel] e17 xdg menus

2011-03-24 Thread The Rasterman
On Thu, 24 Mar 2011 14:13:25 +0100 Thomas Gstädtner said: > On Thu, Mar 24, 2011 at 13:34, Gustavo Sverzut Barbieri > wrote: > > On Thu, Mar 24, 2011 at 12:19 PM, Thomas Gstädtner > > wrote: > >> On Thu, Mar 24, 2011 at 11:01, Gustavo Sverzut Barbieri > >> wrote: > >>> On Thu, Mar 24, 2011 at

Re: [E-devel] E SVN: discomfitor trunk/emotion/src/modules/vlc

2011-03-24 Thread Mike Blumenkrantz
On Thu, 24 Mar 2011 10:15:46 + Gustavo Sverzut Barbieri wrote: > On Thu, Mar 24, 2011 at 8:13 AM, Mike Blumenkrantz wrote: > > On Thu, 24 Mar 2011 09:01:09 +0100 > > Cedric BAIL wrote: > > > >> On Wed, Mar 23, 2011 at 11:54 PM, Enlightenment SVN > >> wrote: > >> > Log: > >> > fix vlc modul

Re: [E-devel] E SVN: devilhorns trunk/edje/src/bin/epp

2011-03-24 Thread Mike Blumenkrantz
On Thu, 24 Mar 2011 20:34:29 -0400 Christopher Michael wrote: > On 03/24/2011 08:33 PM, Mike Blumenkrantz wrote: > > On Thu, 24 Mar 2011 20:30:21 -0400 > > Christopher Michael wrote: > > > >> On 03/24/2011 07:42 PM, Mike Blumenkrantz wrote: > >>> On Thu, 24 Mar 2011 15:15:07 -0700 > >>> "Enlight

Re: [E-devel] E SVN: devilhorns trunk/edje/src/bin/epp

2011-03-24 Thread Christopher Michael
On 03/24/2011 08:33 PM, Mike Blumenkrantz wrote: > On Thu, 24 Mar 2011 20:30:21 -0400 > Christopher Michael wrote: > >> On 03/24/2011 07:42 PM, Mike Blumenkrantz wrote: >>> On Thu, 24 Mar 2011 15:15:07 -0700 >>> "Enlightenment SVN" wrote: >>> Log: Edje: Revert those changes ... seems t

Re: [E-devel] E SVN: devilhorns trunk/edje/src/bin/epp

2011-03-24 Thread Mike Blumenkrantz
On Thu, 24 Mar 2011 20:30:21 -0400 Christopher Michael wrote: > On 03/24/2011 07:42 PM, Mike Blumenkrantz wrote: > > On Thu, 24 Mar 2011 15:15:07 -0700 > > "Enlightenment SVN" wrote: > > > >> Log: > >> Edje: Revert those changes ... seems to break edj building for some > >>reason... > >> > >

Re: [E-devel] E SVN: devilhorns trunk/edje/src/bin/epp

2011-03-24 Thread Christopher Michael
On 03/24/2011 07:42 PM, Mike Blumenkrantz wrote: > On Thu, 24 Mar 2011 15:15:07 -0700 > "Enlightenment SVN" wrote: > >> Log: >> Edje: Revert those changes ... seems to break edj building for some >>reason... >> >> > I can't leave you alone for 30 seconds! > Apparently not :P but you know, if s

Re: [E-devel] E SVN: devilhorns trunk/edje/src/bin/epp

2011-03-24 Thread Mike Blumenkrantz
On Thu, 24 Mar 2011 15:15:07 -0700 "Enlightenment SVN" wrote: > Log: > Edje: Revert those changes ... seems to break edj building for some > reason... > > I can't leave you alone for 30 seconds! -- Mike Blumenkrantz Zentific: NULL pointer dereferences now 50% off! -

Re: [E-devel] [e-devel] void cannot return function in src/lib/edje_program.c

2011-03-24 Thread Daniel Juyung Seo
Thanks Raster for solving this problem. Thanks Daniel McLellan for raising this issue :) Daniel Juyung Seo (SeoZ) On Thu, Mar 24, 2011 at 5:24 PM, Carsten Haitzler wrote: > On Tue, 22 Mar 2011 14:02:18 -0500 Daniel McLellan > said: > > fixed... properly in svn (should have been return after it)

[E-devel] ecore_evas build failure

2011-03-24 Thread François Manchon
Building the latest SVN (58072): CC ecore_evas.lo In file included from ecore_evas.c:17: ecore_evas_private.h:56: fatal error: Evas_Engine_Software_16_X11.h: No such file or directory Any idea? François -

[E-devel] elm_genlist - bug fix about _update_job

2011-03-24 Thread Seunggyun Kim
Hello. All. I found one bug in _update_job. Now, when the elm_genlist_item_update is called, all realized items have been updated. In _update_job logic, item block is recalculated if it->minw and itminw is not same. But before comparing that, itminw value is saved it->w. And it->minw value is s

Re: [E-devel] [e-users] Elementary fileselector weirdness

2011-03-24 Thread Benjamin Flanagin
So I'm now convinced its a regression/bug in either edje or elementary. I have two devices, ones a laptop running the lastest (as of yesterday) svn of the EFL and a Pandora running the EFL from the default repositories (core libraries aren't at 1.0). The Pandora behaves as expected but the laptop

Re: [E-devel] e17 xdg menus

2011-03-24 Thread Thomas Gstädtner
On Thu, Mar 24, 2011 at 13:34, Gustavo Sverzut Barbieri wrote: > On Thu, Mar 24, 2011 at 12:19 PM, Thomas Gstädtner > wrote: >> On Thu, Mar 24, 2011 at 11:01, Gustavo Sverzut Barbieri >> wrote: >>> On Thu, Mar 24, 2011 at 7:57 AM, Carsten Haitzler >>> wrote: On Tue, 22 Mar 2011 20:13:47 +

Re: [E-devel] e17 xdg menus

2011-03-24 Thread Gustavo Sverzut Barbieri
On Thu, Mar 24, 2011 at 1:01 PM, Albin Tonnerre wrote: > On Tue, Mar 22, 2011 at 9:13 PM, Gustavo Sverzut Barbieri > wrote: >> Hi all, >> >> Recently I had to do a new install and that's the time when you >> realize shortcomings exist :-)  For instance I use Gentoo and we don't >> ship gnome-menu

Re: [E-devel] e17 xdg menus

2011-03-24 Thread Albin Tonnerre
On Tue, Mar 22, 2011 at 9:13 PM, Gustavo Sverzut Barbieri wrote: > Hi all, > > Recently I had to do a new install and that's the time when you > realize shortcomings exist :-)  For instance I use Gentoo and we don't > ship gnome-menus or kde-similar by default, so the result is an empty > applicat

Re: [E-devel] e17 xdg menus

2011-03-24 Thread The Rasterman
On Thu, 24 Mar 2011 10:01:38 + Gustavo Sverzut Barbieri said: > On Thu, Mar 24, 2011 at 7:57 AM, Carsten Haitzler > wrote: > > On Tue, 22 Mar 2011 20:13:47 + Gustavo Sverzut Barbieri > > said: > > > >> Hi all, > >> > >> Recently I had to do a new install and that's the time when you > >

Re: [E-devel] e17 xdg menus

2011-03-24 Thread The Rasterman
On Thu, 24 Mar 2011 13:19:44 +0100 Thomas Gstädtner said: > On Thu, Mar 24, 2011 at 11:01, Gustavo Sverzut Barbieri > wrote: > > On Thu, Mar 24, 2011 at 7:57 AM, Carsten Haitzler > > wrote: > >> On Tue, 22 Mar 2011 20:13:47 + Gustavo Sverzut Barbieri > >> said: > >> > >>> Hi all, > >>> > >

Re: [E-devel] e17 xdg menus

2011-03-24 Thread Gustavo Sverzut Barbieri
On Thu, Mar 24, 2011 at 12:19 PM, Thomas Gstädtner wrote: > On Thu, Mar 24, 2011 at 11:01, Gustavo Sverzut Barbieri > wrote: >> On Thu, Mar 24, 2011 at 7:57 AM, Carsten Haitzler >> wrote: >>> On Tue, 22 Mar 2011 20:13:47 + Gustavo Sverzut Barbieri >>> said: >>> Hi all, Recen

Re: [E-devel] e17 xdg menus

2011-03-24 Thread Thomas Gstädtner
On Thu, Mar 24, 2011 at 11:01, Gustavo Sverzut Barbieri wrote: > On Thu, Mar 24, 2011 at 7:57 AM, Carsten Haitzler > wrote: >> On Tue, 22 Mar 2011 20:13:47 + Gustavo Sverzut Barbieri >> said: >> >>> Hi all, >>> >>> Recently I had to do a new install and that's the time when you >>> realize

Re: [E-devel] E SVN: discomfitor trunk/emotion/src/modules/vlc

2011-03-24 Thread Gustavo Sverzut Barbieri
On Thu, Mar 24, 2011 at 8:13 AM, Mike Blumenkrantz wrote: > On Thu, 24 Mar 2011 09:01:09 +0100 > Cedric BAIL wrote: > >> On Wed, Mar 23, 2011 at 11:54 PM, Enlightenment SVN >> wrote: >> > Log: >> > fix vlc module loading, disable slow vmem options, begin work on fast >> > render output >> > >> >

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

2011-03-24 Thread Gustavo Sverzut Barbieri
On Thu, Mar 24, 2011 at 3:12 AM, Enlightenment SVN wrote: > Log: > Edje: Minor: Reorder args to make it compatible with smart_clipper > > Author:       nash > Date:         2011-03-23 20:12:39 -0700 (Wed, 23 Mar 2011) > New Revision: 58054 > Trac:         http://trac.enlightenment.org/e/changeset/

Re: [E-devel] e17 xdg menus

2011-03-24 Thread Gustavo Sverzut Barbieri
On Thu, Mar 24, 2011 at 7:57 AM, Carsten Haitzler wrote: > On Tue, 22 Mar 2011 20:13:47 + Gustavo Sverzut Barbieri > said: > >> Hi all, >> >> Recently I had to do a new install and that's the time when you >> realize shortcomings exist :-)  For instance I use Gentoo and we don't >> ship gnome

Re: [E-devel] [e-devel] void cannot return function in src/lib/edje_program.c

2011-03-24 Thread The Rasterman
On Tue, 22 Mar 2011 14:02:18 -0500 Daniel McLellan said: fixed... properly in svn (should have been return after it) > Index: src/lib/edje_program.c > === > --- src/lib/edje_program.c(revision 57992) > +++ src/lib/edje_program.c

Re: [E-devel] e17 xdg menus

2011-03-24 Thread The Rasterman
On Tue, 22 Mar 2011 20:13:47 + Gustavo Sverzut Barbieri said: > Hi all, > > Recently I had to do a new install and that's the time when you > realize shortcomings exist :-) For instance I use Gentoo and we don't > ship gnome-menus or kde-similar by default, so the result is an empty > appli

Re: [E-devel] evas build failure

2011-03-24 Thread The Rasterman
On Tue, 22 Mar 2011 21:57:41 +0100 Marc Koschewski said: fixed in svn. > Since some days this pops up: > > CCLD libevas_engine_gl_common.la > make[5]: Leaving directory > `/home/marc/bin/e17sh/src/evas/src/modules/engines/gl_common' > Making all in gl_glew > make[5]: Entering directory > `/

Re: [E-devel] E SVN: discomfitor trunk/emotion/src/modules/vlc

2011-03-24 Thread Mike Blumenkrantz
On Thu, 24 Mar 2011 09:01:09 +0100 Cedric BAIL wrote: > On Wed, Mar 23, 2011 at 11:54 PM, Enlightenment SVN > wrote: > > Log: > > fix vlc module loading, disable slow vmem options, begin work on fast > > render output > > > > > > Author:       discomfitor > > Date:         2011-03-23 15:54:45 -0

Re: [E-devel] E SVN: discomfitor trunk/emotion/src/modules/vlc

2011-03-24 Thread Cedric BAIL
On Wed, Mar 23, 2011 at 11:54 PM, Enlightenment SVN wrote: > Log: > fix vlc module loading, disable slow vmem options, begin work on fast render > output > > > Author:       discomfitor > Date:         2011-03-23 15:54:45 -0700 (Wed, 23 Mar 2011) > New Revision: 58049 > Trac:         http://trac.

Re: [E-devel] [Patch] els_scroller - freeze

2011-03-24 Thread The Rasterman
On Tue, 15 Mar 2011 07:23:29 + (GMT) Jae Hwan Kim said: > Hello all > > I have two question. > First, in the function "_smart_event_mouse_up" of the els_scroller of the > elementary, it seems that the second " !sd->freeze " is not neccesary. > Is it right? Or is there any reason why it is c

Re: [E-devel] E SVN: nash trunk/evas

2011-03-24 Thread Thomas Gstädtner
On Wed, Mar 23, 2011 at 02:37, Enlightenment SVN wrote: > Log: > Evas: De-beta readme. > >  Warning: This change makes evas web2.0 incompatible.  We also lack a wet > floor >  logo. > > Author:       nash > Date:         2011-03-22 18:37:19 -0700 (Tue, 22 Mar 2011) > New Revision: 58011 > Trac: