[E-devel] Search EFL compatible embedded hardware

2011-07-14 Thread Andreas Volz
Hello, For a project I'm searching some low cost hardware that is EFL compatible. Spec: - flat board possible to mount on back of (included) display (~5-8") - supports Linux (or any other opensource OS) - supports EFL or possible to port without big efford - X or framebuffer output for one singl

Re: [E-devel] Search EFL compatible embedded hardware

2011-07-14 Thread Mike Blumenkrantz
On Thu, 14 Jul 2011 09:27:24 +0200 Andreas Volz wrote: > Hello, > > For a project I'm searching some low cost hardware that is EFL > compatible. > > Spec: > > - flat board possible to mount on back of (included) display (~5-8") > - supports Linux (or any other opensource OS) > - supports EFL o

Re: [E-devel] pulse testers

2011-07-14 Thread Mark-Willem Jansen
Take your time, we will probably be still here when you are finished with the mixer. At least could you give us the svn revision you based the new mixer implementation on, so we can compile a compatible version of the EFL's and e17. -- Mark-Willem Jansen > Date: Thu, 14 Jul 2011 02:47:54 -04

Re: [E-devel] Search EFL compatible embedded hardware

2011-07-14 Thread The Rasterman
On Thu, 14 Jul 2011 09:27:24 +0200 Andreas Volz said: what are your pricepoints (lets say BOM price maybe target retail price?). what about screen and resolution? what is the target "use" - simply click once kind of gps nav thing - no smooth scrolling stuff, or you want like smooth scrolling in e

Re: [E-devel] pulse testers

2011-07-14 Thread Mike Blumenkrantz
On Thu, 14 Jul 2011 10:07:27 +0200 Mark-Willem Jansen wrote: > > Take your time, we will probably be still here when you are finished with the > mixer. > > At least could you give us the svn revision you based the new mixer > implementation on, so we can compile a compatible version of the EFL'

Re: [E-devel] Search EFL compatible embedded hardware

2011-07-14 Thread David Seikel
On Thu, 14 Jul 2011 17:15:53 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 14 Jul 2011 09:27:24 +0200 Andreas Volz > said: > > for almost all soc's these days a linux port is a done deal. even > older ones. the problem is things like gpu - if you want or need one. > how good will that

Re: [E-devel] Search EFL compatible embedded hardware

2011-07-14 Thread The Rasterman
On Thu, 14 Jul 2011 18:23:16 +1000 David Seikel said: > On Thu, 14 Jul 2011 17:15:53 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Thu, 14 Jul 2011 09:27:24 +0200 Andreas Volz > > said: > > > > for almost all soc's these days a linux port is a done deal. even > > older ones. the pr

Re: [E-devel] Search EFL compatible embedded hardware

2011-07-14 Thread David Seikel
On Thu, 14 Jul 2011 17:41:27 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 14 Jul 2011 18:23:16 +1000 David Seikel > said: > > > On Thu, 14 Jul 2011 17:15:53 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > > > On Thu, 14 Jul 2011 09:27:24 +0200 Andreas Volz > > > said: > >

Re: [E-devel] Search EFL compatible embedded hardware

2011-07-14 Thread The Rasterman
On Thu, 14 Jul 2011 19:15:33 +1000 David Seikel said: > On Thu, 14 Jul 2011 17:41:27 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Thu, 14 Jul 2011 18:23:16 +1000 David Seikel > > said: > > > > > On Thu, 14 Jul 2011 17:15:53 +0900 Carsten Haitzler (The Rasterman) > > > wrote: > >

[E-devel] Connman Dbus name was changed

2011-07-14 Thread Berno Strik
Dear developers, Could someone please correct the module connman because upstream the conmann developers changed from using 'org.moblin.connman' to 'net.conmann' in the Dbus interface. Thanks in advance. -- AppSumo Pre

[E-devel] epp does not remove \r at the end of lines

2011-07-14 Thread Vincent Torri
Hey, raster added a 'dos2unix' function in epp to remove trailing \r (rev 59799). However, when i compare the files generated by epp on Windows and linux (just after line 751 of edje_cc_parse.c), they have a different size (windows one is bigger). When I run the dos2unix tool I have on the wi

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

2011-07-14 Thread Vincent Torri
Hey what about killing completely xlib, now ? Vincent -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This

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

2011-07-14 Thread Gustavo Sverzut Barbieri
2011/7/13 ChunEon Park : > elm_naviframe_item_text_part_set/get() or something like > that. > -> Yes. it looks not bad for me. >  But it will cause more mistakes of users since they should pass the part > name, (I don't like it from that point of view although.) >  And some widgets have the item_l

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

2011-07-14 Thread Christopher Michael
On 07/14/11 11:46, Vincent Torri wrote: > > Hey > > what about killing completely xlib, now ? > > Vincent > Soon ;) XCB stuff still needs more work before that can happen tho. Granted, I do have E fully working here (locally) with the new XCB stuff, but there are still so things/issues to iron ou

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

2011-07-14 Thread Tom Hacohen
On 14/07/11 18:52, Gustavo Sverzut Barbieri wrote: > 2011/7/13 ChunEon Park: >> elm_naviframe_item_text_part_set/get() or something like >> that. >> -> Yes. it looks not bad for me. >> But it will cause more mistakes of users since they should pass the part >> name, (I don't like it from that p

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

2011-07-14 Thread Vincent Torri
On Thu, 14 Jul 2011, Christopher Michael wrote: > On 07/14/11 11:46, Vincent Torri wrote: >> >> Hey >> >> what about killing completely xlib, now ? >> >> Vincent >> > Soon ;) XCB stuff still needs more work before that can happen tho. Granted, > I do have E fully working here (locally) with

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

2011-07-14 Thread Christopher Michael
On 07/14/11 11:58, Vincent Torri wrote: > > > On Thu, 14 Jul 2011, Christopher Michael wrote: > >> On 07/14/11 11:46, Vincent Torri wrote: >>> >>> Hey >>> >>> what about killing completely xlib, now ? >>> >>> Vincent >>> >> Soon ;) XCB stuff still needs more work before that can happen tho. >> Gran

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

2011-07-14 Thread Vincent Torri
On Thu, 14 Jul 2011, Christopher Michael wrote: > On 07/14/11 11:58, Vincent Torri wrote: >> >> >> On Thu, 14 Jul 2011, Christopher Michael wrote: >> >>> On 07/14/11 11:46, Vincent Torri wrote: Hey what about killing completely xlib, now ? Vincent >>> So

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

2011-07-14 Thread Christopher Michael
On 07/14/11 12:10, Vincent Torri wrote: > > > On Thu, 14 Jul 2011, Christopher Michael wrote: > >> On 07/14/11 11:58, Vincent Torri wrote: >>> >>> >>> On Thu, 14 Jul 2011, Christopher Michael wrote: >>> On 07/14/11 11:46, Vincent Torri wrote: > > Hey > > what about killing comp

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

2011-07-14 Thread Gustavo Sverzut Barbieri
On Thu, Jul 14, 2011 at 12:58 PM, Tom Hacohen wrote: > On 14/07/11 18:52, Gustavo Sverzut Barbieri wrote: >> >> 2011/7/13 ChunEon Park: >>> >>> elm_naviframe_item_text_part_set/get() or something like >>> that. >>> ->  Yes. it looks not bad for me. >>>  But it will cause more mistakes of users sin

Re: [E-devel] Connman Dbus name was changed

2011-07-14 Thread Lucas De Marchi
On Thu, Jul 14, 2011 at 10:05 AM, Berno Strik wrote: > Dear developers, > > Could someone please correct the module connman because upstream the > conmann developers changed from > using 'org.moblin.connman' to 'net.conmann' in the Dbus interface. This was a long time ago. It's already fixed. I

[E-devel] New Server available / Suggestions

2011-07-14 Thread Michael Taubert
Hi list! It took a while, but with today I've got a new OBS instance running to provide EFL packages for OpenSUSE 11.4/11.3. As I'm not that experienced RPM packager, I thought about adapting the kind of packaging like in http://download.enlightenment.org/releases/RHEL6/x86_64/ as long as it do

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

2011-07-14 Thread The Rasterman
On Thu, 14 Jul 2011 12:14:05 -0400 Christopher Michael said: > On 07/14/11 12:10, Vincent Torri wrote: > > > > > > On Thu, 14 Jul 2011, Christopher Michael wrote: > > > >> On 07/14/11 11:58, Vincent Torri wrote: > >>> > >>> > >>> On Thu, 14 Jul 2011, Christopher Michael wrote: > >>> > On 07/

Re: [E-devel] [PATCH] Display preedit in entry of E17

2011-07-14 Thread Mike McCormack
On 07/13/2011 12:56 PM, Jihoon Kim wrote: > Hello, EFL developers. > > The entry in E17 doesn't display preedit string. > There has been no code to display the preedit string in e_entry.c. > > This patch will make it be possible. > > Would you please review this patch? Committed to SVN @61389.

[E-devel] E16 installer for MacOSX

2011-07-14 Thread Dave Ray
I have uploaded a binary installer for Enlightenment 16, esd and Eterm for MacOSX 10.6 (Snow Leopard). This is for MacOSX systems without Fink or Macports installed. Please test and report any problems. http://trac.enlightenment.org/e/raw-attachment/wiki/MACOSX/e16%20Installer.dmg The reason I

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

2011-07-14 Thread Vincent Torri
On Fri, 15 Jul 2011, Carsten Haitzler (The Rasterman) wrote: > On Thu, 14 Jul 2011 12:14:05 -0400 Christopher Michael > > said: > >> On 07/14/11 12:10, Vincent Torri wrote: >>> >>> >>> On Thu, 14 Jul 2011, Christopher Michael wrote: >>> On 07/14/11 11:58, Vincent Torri wrote: > >