Re: [E-devel] .eap files for modules

2006-03-12 Thread Stafford Horne
On Sat, 11 Mar 2006 23:00:05 +0900 "David Stevenson" <[EMAIL PROTECTED]> wrote: > > > I'm not that familiar with locale aliasing, but for me (on Debian) it > doesn't seem to be useful atm. I see the code is looking for > locale.aliasfiles, which I do have, but e doesn't read any of them. So > whe

[E-devel] ecore does not compile with software_x11 engine

2006-03-12 Thread Aleksej Struk
Hi, I have a problem with the compiling ecore. I just sync myself to the latest cvs. EET and EVAS are compiled correctly. But ecore - not. Basically, I just run autogen.sh and do not setup config options. When I run make, I have the following comiler error : ecore_evas_x.c: In function '_ecore_ev

Re: [E-devel] ecore does not compile with software_x11 engine

2006-03-12 Thread Kevin Brosius
Aleksej Struk wrote: > > > Hi, > > I have a problem with the compiling ecore. I just sync myself to the > latest cvs. EET and EVAS are compiled correctly. But ecore - not. > Basically, I just run autogen.sh and do not setup config options. > When I run make, I have the following comiler error :

Re: [E-devel] ecore does not compile with software_x11 engine

2006-03-12 Thread Brian Mattern
This was caused by a bug in Evas' configure.in, which was fixed last night. Just in case it hasn't gone into anon cvs yet, s/yes/xyes on line 185 of evas' configure.in. -- rephorm On Sunday 12 March 2006 05:00, Aleksej Struk wrote: > Hi, > > I have a problem with the compiling ecore. I just sync

[E-devel] e17 cvs - entropy make error

2006-03-12 Thread Laurence Vanek
got this after cvs update this date: == . . . E_DATA_DIR=\"/usr/local/share/entropy\" -DPACKAGE_SOURCE_DIR=\"/root/e17/proto/entropy\" -I. -I. -I. -I../.. -I../../src/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/l ocal/include -I/usr/local/include -I

Re: [E-devel] e17 cvs - entropy make error

2006-03-12 Thread David Seikel
On Sun, 12 Mar 2006 13:19:45 -0600 Laurence Vanek <[EMAIL PROTECTED]> wrote: > E_DATA_DIR=\"/usr/local/share/entropy\" > -DPACKAGE_SOURCE_DIR=\"/root/e17/proto/entropy\" -I. -I. -I. > -I../.. -I../../src/include -I/usr/local/include > -I/usr/local/include -I/usr/local/include -I/usr/l > ocal/inc

[E-devel] font hinting

2006-03-12 Thread Aleksej Struk
Hi all, I a little bit confused with the last cvs. Before I sync my tree, I have font hinting working fine. I had all the 3 options : a) byte code b) automatic c) no hinting. After sync to the cvs, a cannot selectt option a) anymore. However, after taking a look into code, I notice, that evas_fon

[E-devel] Re: E CVS: wlan devilhorns

2006-03-12 Thread Ryan Little
schweet, that does it :) nice work devilhorns :)On 3/12/06, enlightenment-cvs@lists.sourceforge.net < enlightenment-cvs@lists.sourceforge.net> wrote:Enlightenment CVS committal Author  : devilhornsProject : e_modulesModule  : wlanDir : e_modules/wlanModified Files:e_mod_main.cLog Messag

Re: [E-devel] font hinting

2006-03-12 Thread The Rasterman
On Sun, 12 Mar 2006 21:19:44 + Aleksej Struk <[EMAIL PROTECTED]> babbled: > Hi all, > > I a little bit confused with the last cvs. Before I sync my tree, I have > font hinting working fine. I had all the 3 options : a) byte code b) > automatic c) no hinting. After sync to the cvs, a cannot se

Re: [E-devel] EWL Test App

2006-03-12 Thread dan sinclair
We are also hoping, time permitting, to integrate some more tutorial type information to the test application. So currently, when you run your test, it will show the source code for that particular test in one of the tabs. We want to also show a tutorial style introduction to that widget as wel

[E-devel] Evolume - add to cvs?

2006-03-12 Thread Ryan Little
Are there any objections to adding evolume to e_modules in cvs? I know originally there were concerns that evolume had dependencies outside the scope of e17 (alsa etc.), but now that e_modules has moved out of the e17 tree, are there any other objections? This is an extremely useful module and I

Re: [E-devel] EWL Test App

2006-03-12 Thread Nathan Ingersoll
On 3/12/06, dan sinclair <[EMAIL PROTECTED]> wrote: If you're interested in doing some learning about EWL this is anexcellent opportunity. You can dig in, play with things, and then fillout a tutorial on the widget. Take a look a the src/bin/tests/ewl_text.c for an idea on how to do the tutorial.Th

[E-devel] EWLs combo, tree2 and list widgets

2006-03-12 Thread dan sinclair
Hello, I just thought I'd send some information on how we are implementing the ewl_combo, ewl_tree2 and (hopefully) soon to be ewl_list. These widgets all work off of a Model/View/Controller setup. You create a model, a view and your data and set it into the widget. The widget will then quer

Re: [E-devel] font hinting

2006-03-12 Thread Brian Mattern
On Sunday 12 March 2006 15:19, Aleksej Struk wrote: > Hi all, > > I a little bit confused with the last cvs. Before I sync my tree, I have > font hinting working fine. I had all the 3 options : a) byte code b) > automatic c) no hinting. After sync to the cvs, a cannot selectt option > a) anymore. >

Re: [E-devel] font hinting

2006-03-12 Thread Jesse Luehrs
On Mon, 13 Mar 2006 09:02:39 +0900 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > On Sun, 12 Mar 2006 21:19:44 + Aleksej Struk <[EMAIL PROTECTED]> > babbled: > > > Hi all, > > > > I a little bit confused with the last cvs. Before I sync my tree, I > > have font hinting working