Re: [E-devel] Entry "changed, user" additional information - request for opinion

2011-08-30 Thread Tom Hacohen
On 30/08/11 21:04, Gustavo Barbieri wrote: > Custom or smart callbacks for me. I'd go with smart and change these > alien new callbacks that raster introduced to smart callbacks unless > they are in the "single hook" class that sometimes is required (limits > to one implementation/provider, in hot

[E-devel] new page APIs for gengrid (just like scroller)

2011-08-30 Thread Benjamin Drucker
Earlier this month, there was a svn commit (http://trac.enlightenment.org/e/changeset/62496) which added a few page-related APIs to the elm scroller.  These should probably also be added to gengrid, genlist and maybe even grid and list.  Right now, though, I need them for gengrid.  So I propose thi

Re: [E-devel] Desktop notifications for mixer volume change

2011-08-30 Thread Jeff Hoogland
Leif, Is there any way this patch could not wipe out a user's old mixer config? Only reason I request this is because I know I will get confused posts from a pile of users when they can a message about settings defaulting when updating. Regards, On Tue, Aug 30, 2011 at 4:19 PM, Jeff Hoogland wro

Re: [E-devel] Is EGL texture from pixmap enabled for composite enlightenment?

2011-08-30 Thread The Rasterman
On Wed, 31 Aug 2011 10:22:52 +0800 "Zhao, Juan J" said: it would only be used if you use evas image native surfaces and pixmaps in the native surface information. evas uses glEGLImageTargetTexture2DOES for texture from pixmap - this is the "supported method" at least on the sgx and mali drivers i

[E-devel] Is EGL texture from pixmap enabled for composite enlightenment?

2011-08-30 Thread Zhao, Juan J
Hi there, Just now, I enabled EGL+GLESV2 on my platform. But I found that eglBindTexImage is not called. I wonder whether egl texture from pixmap is used. Would any expertise give me a hand? Thanks a lot in advance. - *^_^* BRs, Juan ---

Re: [E-devel] Issue after the new smart calculate changes

2011-08-30 Thread The Rasterman
On Tue, 30 Aug 2011 13:27:16 -0300 "Eduardo Lima (Etrunko)" said: can you try valgrind? that's crashing al the way down in opengl/dri with a simple null ptr problem. i can't comment more as i have no idea where it gets pdraw from. > On Tue, Aug 30, 2011 at 11:25 AM, Tom Hacohen > wrote: > > Hey

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

2011-08-30 Thread Mike Blumenkrantz
On Mon, 29 Aug 2011 08:58:41 -0300 Gustavo Barbieri wrote: > Likely it was wrong and happened to work due wrong collateral effects. > > --Gustavo > > Sent from my iPhone > > On 28/08/2011, at 03:01, Mike Blumenkrantz wrote: > > > On Sat, 20 Aug 2011 18:38:17 -0700 > > "Enlightenment SVN" wr

Re: [E-devel] Desktop notifications for mixer volume change

2011-08-30 Thread Jeff Hoogland
Sweet! I know many folks that will enjoy getting this feature :D On Tue, Aug 30, 2011 at 4:15 PM, Leif Middelschulte < leif.middelschu...@gmail.com> wrote: > 2011/8/30 Leif Middelschulte : > > Dear gals and guys, > > > > find attached a patch that provides optional desktop notifications. I > > di

Re: [E-devel] Desktop notifications for mixer volume change

2011-08-30 Thread Leif Middelschulte
2011/8/30 Leif Middelschulte : > Dear gals and guys, > > find attached a patch that provides optional desktop notifications. I > didn't have a sound file around with suiting license, so it doesn't > provide a test sound notification yet. > > The notififcations are en-/disabled via the corresponding

Re: [E-devel] Entry "changed, user" additional information - request for opinion

2011-08-30 Thread Gustavo Barbieri
Custom or smart callbacks for me. I'd go with smart and change these alien new callbacks that raster introduced to smart callbacks unless they are in the "single hook" class that sometimes is required (limits to one implementation/provider, in hot paths or in need for complex parameters) Sent fro

[E-devel] Desktop notifications for mixer volume change

2011-08-30 Thread Leif Middelschulte
Dear gals and guys, find attached a patch that provides optional desktop notifications. I didn't have a sound file around with suiting license, so it doesn't provide a test sound notification yet. The notififcations are en-/disabled via the corresponding mixer configuration dialog. BR, Leif Fro

Re: [E-devel] Issue after the new smart calculate changes

2011-08-30 Thread Eduardo Lima (Etrunko)
On Tue, Aug 30, 2011 at 11:25 AM, Tom Hacohen wrote: > Hey, > > I get a lot of > ERR<30112>:evas_main evas_object_smart.c:590 > evas_object_smart_need_recalculate_set() Object 0xb6e127b8 is not stable > during recalc loop > > When I resize the "Toolbar 6" test in elementary_test. Just resize it a

Re: [E-devel] White box of death restart (F1) doesn't work again

2011-08-30 Thread Christopher Michael
On 08/30/2011 04:09 AM, Cedric BAIL wrote: > On Mon, Aug 29, 2011 at 11:17 PM, Christopher Michael > wrote: >> On 08/29/2011 05:08 PM, Cedric BAIL wrote: >>> On Mon, Aug 29, 2011 at 10:51 PM, Christopher Michael >>> wrote: On 08/29/2011 02:20 PM, Tom Hacohen wrote: > On 29/08/11 19:0

Re: [E-devel] Issue after the new smart calculate changes

2011-08-30 Thread Gustavo Sverzut Barbieri
On Tue, Aug 30, 2011 at 11:25 AM, Tom Hacohen wrote: > Hey, > > I get a lot of > ERR<30112>:evas_main evas_object_smart.c:590 > evas_object_smart_need_recalculate_set() Object 0xb6e127b8 is not stable > during recalc loop > > When I resize the "Toolbar 6" test in elementary_test. Just resize it a

[E-devel] Issue after the new smart calculate changes

2011-08-30 Thread Tom Hacohen
Hey, I get a lot of ERR<30112>:evas_main evas_object_smart.c:590 evas_object_smart_need_recalculate_set() Object 0xb6e127b8 is not stable during recalc loop When I resize the "Toolbar 6" test in elementary_test. Just resize it a bit, make it bigger/smaller/whatever it takes and you'll probably

[E-devel] Entry "changed, user" additional information - request for opinion

2011-08-30 Thread Tom Hacohen
Hey everyone, As part my effort of improving entry, I started implementing undo/redo support. I guess there are several ways of doing it, therefore I'd like to hear what you guys think about the solutions in general, and the one I chose in particular. Before I start, there's one important thin

Re: [E-devel] How to set up enlightenment with virtual keyboard support on Ubuntu?

2011-08-30 Thread Leif Middelschulte
2011/8/30 Zhu, Junmin : > Hi > >  I want to build environment with virtual keyboard on Ubuntu, >  Where apps can trigger virtual keyboard. > >  Right now, I have set the enlightenment environment. >  Anyone has idea about this? Any manual. Hi Junmin, if you want to build it yourself, make sure you

Re: [E-devel] How to enable GLES?

2011-08-30 Thread The Rasterman
On Tue, 30 Aug 2011 15:25:34 +0800 "Chen, Zhenqiang" said: > > also.. evas will auto enable opengl or opengl-es2 if it finds suitable > > opengl libraries and headers. check configure.log to see what it found or > > didnt find. it's all automatic so no need for --enable options at all for > > eva

Re: [E-devel] White box of death restart (F1) doesn't work again

2011-08-30 Thread Cedric BAIL
On Mon, Aug 29, 2011 at 11:17 PM, Christopher Michael wrote: > On 08/29/2011 05:08 PM, Cedric BAIL wrote: >> On Mon, Aug 29, 2011 at 10:51 PM, Christopher Michael >>  wrote: >>> On 08/29/2011 02:20 PM, Tom Hacohen wrote: On 29/08/11 19:06, Christopher Michael wrote: > > gdb attach >>

Re: [E-devel] How to enable GLES?

2011-08-30 Thread Chen, Zhenqiang
> also.. evas will auto enable opengl or opengl-es2 if it finds suitable opengl > libraries and headers. check configure.log to see what it found or didnt find. > it's all automatic so no need for --enable options at all for evas for pretty > much anything. For ./configure --prefix=/usr, the resul

Re: [E-devel] Introducing Picture widget

2011-08-30 Thread Vincent Torri
On Tue, 30 Aug 2011, Ulrich Eckhardt wrote: > On Saturday 20 August 2011 23:13:23 Quentin Gibeaux wrote: >> The images downloaded from the web are stored in the /tmp folder (is that >> linuxproof only?). > > The canonical dir for temporary files is $TMPDIR, according to POSIX, and that > should