[E-devel] Difficulties to select a window, a clickable button, ..

2009-08-30 Thread Steven Le Roux
Hi all, I am experiencing a bug somewhere. I'm not sure this is in the e17 area... I have some difficulties to focus on another window ot a button. I explain, in a desk, I open an xterm, then I still can left click on the Desktop under, and I open a second xterm. I can alt+ tab between both. But

Re: [E-devel] EFL coding style

2009-08-30 Thread Nathan Ingersoll
Hi Vincent, The Google C++ style guide has a requirement that I would suggest considering. http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Function_Calls The specific suggestion is that we provide guidance on how to wrap function definitions and calls that don't fit well on a sin

Re: [E-devel] Elm_Genlist Bug

2009-08-30 Thread Dave Andreoli
Yes, I can confirm this as a bug. You can see it also using the Fileselector Widget with expandable folder. And I also get this problem with Edje_Editor. DaveMDS 2009/8/30 Christopher Michael > Atton Jonathan wrote: > > I suppose you have this bug: http://trac.enlightenment.org/e/ticket/405 >

Re: [E-devel] E SVN: sachiel trunk/e/src/bin

2009-08-30 Thread Sachiel
On Sun, Aug 30, 2009 at 11:33 AM, Gustavo Sverzut Barbieri wrote: > On Sat, Aug 29, 2009 at 9:19 PM, Enlightenment > SVN wrote: >> Log: >>  Make it possible to disable the auto gdb backtrace. > > why this? If that problem is related to waiting for user input for > paged in GDB, then it's better to

Re: [E-devel] Fix issues with edge bindings

2009-08-30 Thread Viktor Kojouharov
On Sun, 2009-08-30 at 10:01 -0500, Nick Hughart wrote: > On Sun, 30 Aug 2009 15:28:11 +0300 > Viktor Kojouharov wrote: > > > On Sat, 2009-08-29 at 18:56 -0500, Nick Hughart wrote: > > > So the edge bindings have once again ticked me off. So much so that > > > I've made the attached patch to corr

Re: [E-devel] Elm_Genlist Bug

2009-08-30 Thread Christopher Michael
Atton Jonathan wrote: > I suppose you have this bug: http://trac.enlightenment.org/e/ticket/405 > > 2009/8/30 Christopher Michael > > > Seems elm_genlist has issues :( > > Apparently you can only add about 11 subitems before problems start :( > > Basi

Re: [E-devel] Elm_Genlist Bug

2009-08-30 Thread Atton Jonathan
I suppose you have this bug: http://trac.enlightenment.org/e/ticket/405 2009/8/30 Christopher Michael > Seems elm_genlist has issues :( > > Apparently you can only add about 11 subitems before problems start :( > > Basically, I created a "file tree" using elm_genlist_add. When listing > out dire

[E-devel] Elm_Genlist Bug

2009-08-30 Thread Christopher Michael
Seems elm_genlist has issues :( Apparently you can only add about 11 subitems before problems start :( Basically, I created a "file tree" using elm_genlist_add. When listing out directories, I get to e->trunk->E-MODULES-EXTRA and the problems start. If I add the subdirs to modules-extra, I can

Re: [E-devel] E SVN: sachiel trunk/e/src/bin

2009-08-30 Thread Gustavo Sverzut Barbieri
On Sat, Aug 29, 2009 at 9:19 PM, Enlightenment SVN wrote: > Log: >  Make it possible to disable the auto gdb backtrace. why this? If that problem is related to waiting for user input for paged in GDB, then it's better to fix that. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded system

Re: [E-devel] compilation issues

2009-08-30 Thread dAgeCKo
Selon Vincent Torri : > > > On Sat, 29 Aug 2009, dAgeCKo wrote: > > > > > > > Well first I have to say I solved my previous problem with reinstalling > > my system (for those remembering it). > > > > Now I can compile all the EFL fine. But there's a strange error while > > compiling e from the ver

Re: [E-devel] Fix issues with edge bindings

2009-08-30 Thread Viktor Kojouharov
On Sat, 2009-08-29 at 18:56 -0500, Nick Hughart wrote: > So the edge bindings have once again ticked me off. So much so that > I've made the attached patch to correct it's flaws. I tried to keep > as much of the mechanisms the same even though I don't exactly like how > it's done right now. > >