[E-devel] make efreet error for ppc-apple-darwin

2008-04-01 Thread Christer Sandvik
Hello How do I remove i386 (-arch i386 ppc)? Is there a lib installed with i386? Cheers! Christer. gcc -g -O2 -o .libs/efreet_alloc efreet_alloc.o -arch i386 ppc -g -Os -pipe -Wl,-search_paths_first -Wl,-weak-lgssapi_krb5 -Wl,-weak-lkrb5 -Wl,-weak-lk5crypto -Wl,-weak-lkrb5support -Wl,-weak-lc

Re: [E-devel] Unified theme for apps

2008-04-01 Thread andres
@notdirectedtoanyoneinparticular: Using Edje to theme a constricted widget library like GTK or QT would be a complete waste of potential. The only way you will have E, EWL and ETK looking *the same* will be creating yet another bland constricted library. In web design consistency (or unity) amo

[E-devel] Nightly build log for E17 on 2008-04-01 07:09:29 -0700

2008-04-01 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-04-01 07:09:29 -0700 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 engage http://download.enlightenment.org/tests/logs/engage.l

Re: [E-devel] make efreet error for ppc-apple-darwin

2008-04-01 Thread Christer Sandvik
Christer Sandvik wrote: > Hello > > How do I remove i386 (-arch i386 ppc)? Is there a lib installed with > i386? I still don't know how to fix this and why are there libraries (ecore etc.) with i386? > > Cheers! > > Christer. > > gcc -g -O2 -o .libs/efreet_alloc efreet_alloc.o -arch i386 ppc -g -

[E-devel] SoC deadline extension...

2008-04-01 Thread Ravenlock
Hello, I am pleased to announce, for your convenience and ours, Google has extended the student application deadline by one week. The new deadline is April 7th. We have had a very nice turn out so far. Keep up the good work. We hope to see many more applications in the coming week. For those

[E-devel] Imlib2: __imlib_hsv_to_rgb bug

2008-04-01 Thread Dariusz Knociński
Hi All, I found bug imlib2 library (1.4.1.000) in procedure __imlib_hsv_to_rgb(...), old alghoritm wrong calculate internal values and produces bad result. I wrote new one and actualy testing it. This bug produce black bottom rect in imlib2_colorspace test program. Best Regards -- Dariusz Knoci

Re: [E-devel] Unified theme for apps

2008-04-01 Thread The DarkMaster
Andre's idea looks very interesting to me (I never mentioned, by the way, that EWl or anything else should be reduced to something like GTK. In my OpenGEU themes I just create GTk themes which look similar to certain E17 themes to solve the integration issue). Hope to see any other new about it if

[E-devel] ecore & efreet configure errors for darwin (OS X)

2008-04-01 Thread Christer Sandvik
Fix: If configured under darwin ecore & efreet creates Makefiles "-arch i386 ppc", one has to edit them manually or rewrite the script so they end up "-arch ppc". Cheers! Christer. - Check out the new SourceForge.net Marke

Re: [E-devel] Unified theme for apps

2008-04-01 Thread Jose Gonzalez
andres wrote: > @notdirectedtoanyoneinparticular: > Using Edje to theme a constricted widget library like GTK or QT would be a > complete waste of potential. The only way you will have E, EWL and ETK > looking *the same* will be creating yet another bland constricted library. > > In web desi

Re: [E-devel] Unified theme for apps

2008-04-01 Thread Dave Andreoli
Michael Jennings ha scritto: > On Monday, 31 March 2008, at 20:50:20 (+0100), > The DarkMaster wrote: > > >> @Michael: I respect your point of view, but; >> @All: I am just saying that the big difference in all of this toolkits's >> customization possibilities is just a game stopper for the majo

Re: [E-devel] SoC deadline extension...

2008-04-01 Thread Atton Jonathan
On Tue, 01 Apr 2008 10:47:32 -0500 Ravenlock <[EMAIL PROTECTED]> wrote: > Hello, > > I am pleased to announce, for your convenience and ours, Google has > extended the student application deadline by one week. The new > deadline is April 7th. > > We have had a very nice turn out so far. Keep u

Re: [E-devel] Unified theme for apps

2008-04-01 Thread andres
El Tuesday 01 April 2008 14:57:04 The DarkMaster escribió: > Andre's idea looks very interesting to me (I never mentioned, by the way, > that EWl or anything else should be reduced to something like GTK. Oh. I didn't meant to say you wanted that. My point was that complete unity among different

Re: [E-devel] Unified theme for apps

2008-04-01 Thread dan sinclair
andres wrote: > El Tuesday 01 April 2008 14:57:04 The DarkMaster escribió: >> Andre's idea looks very interesting to me (I never mentioned, by the way, >> that EWl or anything else should be reduced to something like GTK. > Oh. I didn't meant to say you wanted that. My point was that complete unit

Re: [E-devel] Unified theme for apps

2008-04-01 Thread andres
dj2 wrote: > Ewl themes don't have a 'label' text portion of the button. The button > has a child label widget which is the text. > well, that's not important, each theme file (theme_ewl.edj, theme_etk.edj) uses the elements as needed, the end result will be the same from the user's point of view

Re: [E-devel] Unified theme for apps

2008-04-01 Thread dan sinclair
andres wrote: > dj2 wrote: >> Ewl themes don't have a 'label' text portion of the button. The button >> has a child label widget which is the text. >> > well, that's not important, each theme file (theme_ewl.edj, theme_etk.edj) > uses the elements as needed, the end result will be the same from th

Re: [E-devel] Unified theme for apps

2008-04-01 Thread andres
El Tuesday 01 April 2008 18:17:01 dan sinclair escribió: > The thing is, you aren't gaining anything. The themer still has to theme > everything twice. All you have is a basic set of images they reference. > Which they could have, and just copy into the themes anyway. > That depends on what the the

Re: [E-devel] Unified theme for apps

2008-04-01 Thread dan sinclair
andres wrote: > El Tuesday 01 April 2008 18:17:01 dan sinclair escribió: >> The thing is, you aren't gaining anything. The themer still has to theme >> everything twice. All you have is a basic set of images they reference. >> Which they could have, and just copy into the themes anyway. >> > That d

Re: [E-devel] Unified theme for apps

2008-04-01 Thread Jose Gonzalez
andres wrote: > Ok, my idea would be something like this. Split themes in two, > a "elements.edj" file and a "theme_ewl.edj", "theme_etk.edj", etc. file. > I think I covered all the necessary elements (I checked the "test" apps from > each toolkit) but feel free to extend it as you wish. > >

Re: [E-devel] Unified theme for apps

2008-04-01 Thread andres
El Tuesday 01 April 2008 18:33:22 dan sinclair escribió: > I think this is a lot of effort to save the themer the extra 20 minutes > it will take to change the images in the 3 theme files instead of just one. > This covers much more than images. Textures are groups for a reason. Most textures will

Re: [E-devel] Unified theme for apps

2008-04-01 Thread The Rasterman
On Tue, 1 Apr 2008 18:12:24 -0300 andres <[EMAIL PROTECTED]> babbled: > dj2 wrote: > > Ewl themes don't have a 'label' text portion of the button. The button > > has a child label widget which is the text. > > > well, that's not important, each theme file (theme_ewl.edj, theme_etk.edj) > uses the

Re: [E-devel] Unified theme for apps

2008-04-01 Thread The Rasterman
On Tue, 01 Apr 2008 17:33:22 -0400 dan sinclair <[EMAIL PROTECTED]> babbled: what you want is a gtk theme engine - and a qt theme engine that can load and use .edj files - it will be tough work, ut thats is what u want. then they can follow a scheme of using gfx from them and layout. the problem i

Re: [E-devel] SoC deadline extension...

2008-04-01 Thread Ian C.
Can't really give a definite number as there are more and coming in but I will say we've been getting quite a few but feel free to continue to turn in more applications till next week! =) --Ian Atton Jonathan wrote: > On Tue, 01 Apr 2008 10:47:32 -0500 > Ravenlock <[EMAIL PROTECTED]> wrote: > >

Re: [E-devel] Unified theme for apps

2008-04-01 Thread dan sinclair
andres wrote: > El Tuesday 01 April 2008 18:33:22 dan sinclair escribió: >> I think this is a lot of effort to save the themer the extra 20 minutes >> it will take to change the images in the 3 theme files instead of just one. >> > This covers much more than images. Textures are groups for a reason

Re: [E-devel] Unified theme for apps

2008-04-01 Thread andres
@dan: Allow me start over. I made the mistake of being too specific beforehand. The original problem was E/EWL/ETK (and GTK/QT) applications appeareance being inconsistent in distributions like openGEU. My suggestion is to reuse some design elments, a font color here, a background texture there

Re: [E-devel] Unified theme for apps

2008-04-01 Thread Jose Gonzalez
dan sinclair wrote: > To what end? What's the point of tying them together like this? It would > be better, in the long run, to just have a single widget library instead > of 3. > > The 'one true way' of widgetry with the one true mechanism for theming, leading to the possibility o

Re: [E-devel] Unified theme for apps

2008-04-01 Thread dan sinclair
Jose Gonzalez wrote: >dan sinclair wrote: > >> To what end? What's the point of tying them together like this? It would >> be better, in the long run, to just have a single widget library instead >> of 3. >> >> > > The 'one true way' of widgetry with the one true mechanism for > t

Re: [E-devel] Unified theme for apps

2008-04-01 Thread Jose Gonzalez
dan sinclair wrote: >> >> The 'one true way' of widgetry with the one true mechanism for >> theming, >> leading to the possibility of a uniform look&feel for 'all' apps? >> Maybe. But wether 1 or 3 or 15 widget libs, it's really the >> one(s) that have >> apps written for them tha