Re: [E-devel] keyboard - emodule idea.

2008-02-23 Thread The Rasterman
On Sun, 27 Jan 2008 14:22:51 +0100 [EMAIL PROTECTED] (Lars Munch) babbled: > Hi > > You can also use the linux "uinput" driver to generate key input. > > Nice article about uinput: > http://www.einfochips.com/download/dash_jan_tip.pdf though in reality - you have the x test extension... but eve

Re: [E-devel] Ecore Dispatcher

2008-02-23 Thread The Rasterman
On Sun, 27 Jan 2008 10:30:34 +0100 Andreas Volz <[EMAIL PROTECTED]> babbled: hmm - wondering what u were trying to solve here? > Hello, > > some time ago I wrote a little GUI dispatcher for async sygnals in > ecore. Read more about it here: > > http://andreasvolz.wordpress.com/2008/01/24/a-gui-

Re: [E-devel] [Ecore] pipe wrapper

2008-02-23 Thread The Rasterman
On Fri, 25 Jan 2008 20:46:25 +0100 (CET) Vincent Torri <[EMAIL PROTECTED]> babbled: seems a good simple start - needs to be more complete, like actually close()ing pips on delete - also i agree with peter, ecore_pipe_add and ecore_pipe_del - also i would add ecore events for pipe data - like ecore

Re: [E-devel] E CVS: libs/evas vapier

2008-02-23 Thread The Rasterman
On Fri, 25 Jan 2008 08:34:17 +0100 (CET) Vincent Torri <[EMAIL PROTECTED]> babbled: i can't remember - but i am sure i disabled it for a reason. it seems to work these days though. > > --- Makefile.am 7 Nov 2007 22:56:05 - 1.48 > > +++ Makefile.am 25 Jan 2008 04:40:28 -

Re: [E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-02-23 Thread The Rasterman
On Tue, 29 Jan 2008 15:03:45 +0100 [EMAIL PROTECTED] (Lars Munch) babbled: > On Sat, Jan 26, 2008 at 01:16:24PM -0600, Nathan Ingersoll wrote: > > I checked the man page for Mac OS X as well. Looks like pselect() > > comes from FreeBSD in that case. > > Ok, you got me convinced. Attached is a pse

Re: [E-devel] E CVS: enna captainigloo

2008-02-23 Thread The Rasterman
On Wed, 23 Jan 2008 10:37:58 +0100 Peter Wehrfritz <[EMAIL PROTECTED]> babbled: > Nicolas Aguirre schrieb: > > Le mardi 22 janvier 2008 à 19:48 +0100, Peter Wehrfritz a écrit : > > > >> Wouldn't it be better, if ecore_str_has_suffix() were case-insensitive, > >> because it is most time used to

Re: [E-devel] Ewl menu style

2008-02-23 Thread Jaime Thomas
Ephoto or ecdb both use more the menubar in a more normal way. http://ecdb.googlecode.com/svn-history/r97/trunk/ecdb/doc/ecdb.png is a screenshot of the latter. - This SF.net email is sponsored by: Microsoft Defy all challenges

Re: [E-devel] Ewl menu style

2008-02-23 Thread Andreas Volz
Am Sat, 23 Feb 2008 14:37:47 -0600 schrieb Nathan Ingersoll: > Are you talking specifically about the menubar in the menubar test or > in another case? The menubar test is not a good example for > aesthetics, as it is intended to test as much menubar related > functionality as possible. I'm talki

Re: [E-devel] Ewl menu style

2008-02-23 Thread Nathan Ingersoll
Are you talking specifically about the menubar in the menubar test or in another case? The menubar test is not a good example for aesthetics, as it is intended to test as much menubar related functionality as possible. On Sat, Feb 23, 2008 at 2:24 AM, Andreas Volz <[EMAIL PROTECTED]> wrote: > Am S

[E-devel] Nightly build log for E17 on 2008-02-23 07:09:00 -0800

2008-02-23 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-02-23 07:09:00 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: ecore_li http://download.enlightenment.org/tests/logs/ecore_li.log edje_editor http://download.enlightenment.org/tests/logs/edj

Re: [E-devel] [RFC] Edje improvement

2008-02-23 Thread [EMAIL PROTECTED]
> - call _edje_calc only from a render_pre. I should add though that in this particular case, there could be potential 'side effects' in event handling.. because, some changes of state that could be affecting the size and positioning of things, would then be deferred to render_pre time, a

Re: [E-devel] [RFC] Edje improvement

2008-02-23 Thread [EMAIL PROTECTED]
Cedric wrote: > If understood the code correctly, when I change a property that > could affect the layout of the edje, _edje_calc is called directly > instead of being defered until render like all native evas_object > behaviour. That's because smart object don't have a render_pre > funct

Re: [E-devel] Ewl menu style

2008-02-23 Thread Andreas Volz
Am Sat, 16 Feb 2008 16:24:37 -0500 schrieb Jaime Thomas: > You could try the detour theme at http://code.google.com/p/detour/. > It isn't totally complete, but most things are there. Looks very good, but the menubar in ewl still looks not fine. :-( Not sure if this is a theme or toolkit topic.