Re: [E-devel] apps/e/po/Makefile.am doesnt respect DESTDIR

2005-04-14 Thread The Rasterman
On Thu, 14 Apr 2005 16:07:25 -0400 Mike Frysinger <[EMAIL PROTECTED]> babbled:
(B
(B> could someone with cvs access fix this for me ?  when the po dir was added to 
(B> e17, the install target did not include DESTDIR support ... these damned 
(B> Gentoo users keep houndin me about it ! :)
(B
(Bdidn't we give you access?
(B
(B> handtyped patch:
(B> -   $$L.mo $(datadir)/locale/$$L/LC_MESSAGES/$(PACKAGE).mo; \
(B> +   $$L.mo $(DESTDIR)$(datadir)/locale/$$L/LC_MESSAGES/$(PACKAGE).mo; \
(B> 
(B> kthxbye
(B> -mike
(B> 
(B> 
(B> ---
(B> SF email is sponsored by - The IT Product Guide
(B> Read honest & candid reviews on hundreds of IT Products from real users.
(B> Discover which products truly live up to the hype. Start reading now.
(B> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
(B> ___
(B> enlightenment-devel mailing list
(B> enlightenment-devel@lists.sourceforge.net
(B> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
(B> 
(B
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$BMg9%B?(B  [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B---
(BSF email is sponsored by - The IT Product Guide
(BRead honest & candid reviews on hundreds of IT Products from real users.
(BDiscover which products truly live up to the hype. Start reading now.
(Bhttp://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
(B___
(Benlightenment-devel mailing list
(Benlightenment-devel@lists.sourceforge.net
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Re: [E-devel] PT support

2005-04-14 Thread The Rasterman
On Fri, 15 Apr 2005 05:08:36 +0100 (WEST) "Paulo Jorge de Oliveira Cantante de 
(BMatos" <[EMAIL PROTECTED]> babbled:
(B
(B> 
(B> Being a recent member and being eager to contribute with
(B> something would be a Portuguese translation of E17 a wanted
(B
(Bsure! it'd be a good start. note that once done the job isn't "over" strings 
(Bwill keep being added and changed in e17. this will at least put in a start on 
(Bportuguese - but eventually all .po files will need to be checked before 
(Brelease that all strings in enlightenment.pot are translated to the target 
(Blanguages :) at least then strings wont be added/deleted/changed as much :) but 
(Bif the file is there its easier to provide updates.
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$BMg9%B?(B  [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B---
(BSF email is sponsored by - The IT Product Guide
(BRead honest & candid reviews on hundreds of IT Products from real users.
(BDiscover which products truly live up to the hype. Start reading now.
(Bhttp://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
(B___
(Benlightenment-devel mailing list
(Benlightenment-devel@lists.sourceforge.net
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel

[E-devel] CPU frequency module

2005-04-14 Thread John Slaten
Here is a module for monitoring/changing the CPU frequency. It works
well for me, so hopefully you won't experience any bugs. 
  Note to packagers: this module installs an suid root helper
application to change the frequency, so watch out for this. The module
should work transparently if the helper does not exist or is
inaccessible to the current user, so your distro can deal with this
however it likes. You can completely disable frequency setting by
removing this file or you can restrict it to certain users/groups by
changing the file permissions.
  Best of luck.
-- 
John Slaten <[EMAIL PROTECTED]>
? data/themes/default_cpufreq.edc
? data/themes/images/e17_cpufreq_decrease.png
? data/themes/images/e17_cpufreq_freq00.png
? data/themes/images/e17_cpufreq_freq01.png
? data/themes/images/e17_cpufreq_freq02.png
? data/themes/images/e17_cpufreq_freq03.png
? data/themes/images/e17_cpufreq_freq04.png
? data/themes/images/e17_cpufreq_freq05.png
? data/themes/images/e17_cpufreq_freq06.png
? data/themes/images/e17_cpufreq_freq07.png
? data/themes/images/e17_cpufreq_freq08.png
? data/themes/images/e17_cpufreq_freq09.png
? data/themes/images/e17_cpufreq_freq10.png
? data/themes/images/e17_cpufreq_increase.png
? src/modules/cpufreq
? src/modules/flame/.deps
? src/modules/flame/.libs
? src/modules/flame/Makefile
? src/modules/flame/Makefile.in
? src/modules/flame/e_mod_main.lo
? src/modules/flame/module.la
? src/modules/ibox/.deps
? src/modules/ibox/.libs
? src/modules/ibox/Makefile
? src/modules/ibox/Makefile.in
? src/modules/ibox/e_mod_main.lo
? src/modules/ibox/module.la
Index: configure.in
===
RCS file: /cvsroot/enlightenment/e17/apps/e/configure.in,v
retrieving revision 1.53
diff -u -r1.53 configure.in
--- configure.in	13 Apr 2005 05:48:38 -	1.53
+++ configure.in	14 Apr 2005 05:18:16 -
@@ -209,6 +209,7 @@
 src/modules/pager/Makefile
 src/modules/battery/Makefile
 src/modules/temperature/Makefile
+src/modules/cpufreq/Makefile
 data/Makefile
 data/fonts/Makefile
 data/images/Makefile
Index: data/themes/Makefile.am
===
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/Makefile.am,v
retrieving revision 1.7
diff -u -r1.7 Makefile.am
--- data/themes/Makefile.am	9 Apr 2005 07:10:24 -	1.7
+++ data/themes/Makefile.am	14 Apr 2005 05:18:17 -
@@ -25,6 +25,7 @@
 default_resize.edc \
 default_move.edc \
 default_temperature.edc \
+default_cpufreq.edc \
 default_error.edc
 
 default.edj: Makefile $(EXTRA_DIST)
Index: data/themes/default.edc
===
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default.edc,v
retrieving revision 1.27
diff -u -r1.27 default.edc
--- data/themes/default.edc	9 Apr 2005 07:10:25 -	1.27
+++ data/themes/default.edc	14 Apr 2005 05:18:17 -
@@ -34,6 +34,7 @@
 #include "default_resize.edc"
 #include "default_move.edc"
 #include "default_temperature.edc"
+#include "default_cpufreq.edc"
 #include "default_error.edc"
 }
 
Index: data/themes/images/Makefile.am
===
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/images/Makefile.am,v
retrieving revision 1.14
diff -u -r1.14 Makefile.am
--- data/themes/images/Makefile.am	31 Mar 2005 11:40:38 -	1.14
+++ data/themes/images/Makefile.am	14 Apr 2005 05:18:17 -
@@ -253,6 +253,19 @@
 e17_temperature_base.png \
 e17_temperature_mid.png \
 e17_temperature_overlay.png \
+e17_cpufreq_increase.png \
+e17_cpufreq_decrease.png \
+e17_cpufreq_freq00.png \
+e17_cpufreq_freq01.png \
+e17_cpufreq_freq02.png \
+e17_cpufreq_freq03.png \
+e17_cpufreq_freq04.png \
+e17_cpufreq_freq05.png \
+e17_cpufreq_freq06.png \
+e17_cpufreq_freq07.png \
+e17_cpufreq_freq08.png \
+e17_cpufreq_freq09.png \
+e17_cpufreq_freq10.png \
 e17_gadman_indicator.png \
 e17_gadman_overlay.png \
 e17_logo.png
Index: src/modules/Makefile.am
===
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/Makefile.am,v
retrieving revision 1.11
diff -u -r1.11 Makefile.am
--- src/modules/Makefile.am	11 Apr 2005 21:50:34 -	1.11
+++ src/modules/Makefile.am	14 Apr 2005 05:18:18 -
@@ -6,4 +6,5 @@
 clock \
 pager \
 battery \
-temperature
+temperature \
+cpufreq


cpufreq_module_files2.tgz
Description: application/compressed-tar


Re: [E-devel] Fw: an article about EFL

2005-04-14 Thread dan sinclair
Hm, that sounds like an interesting offer. I might just have to start
thinking about that. (Had a couple of differnent ideas rattling around
for things)...

dan


On Fri, 2005-04-15 at 12:31 +0900, Carsten Haitzler wrote:
> Begin chunk 'o stuff:
> 
> Date: Thu, 17 Mar 2005 19:52:26 +0100
> From: Aleksander Trofimowicz <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: an article about EFL
> 
> 
> Hello,
> 
> I've compiled the Enlightenment DR17 for nearly five hours (to be frank,
> meanwhile I was doing my everyday job activities), but finally got it.
> And now I'm pleased to write an e-mail to you in my new GUI. 
> 
> While I was testing DR 17, in fact I still do, one thought came up to my
> mind. The EFL project is now consuming much of your team's effort and
> surely needs  to catch the attention of much more developers. Beside
> that it is a very promising set of libraries. I think these are good
> reasons to write an article about the EFL or even two since the one
> comprise of a wide range of libraries. What if you or some of your
> friend write such articles for Software 2.0 magazine?
> 
> Our magazine would be the right place to share your thoughts with others
> since our primary concern is software development issues. To give you an
> impression what kind of article is preferred I attached two examples.
> Another advantage is that Software 2.0 is published in several countries
> (including but not limited to France, Poland, USA, Canada, Germany) in
> three language versions.
> 
> I hope you find the invitation interesting.
> Whatever you decide, I would appreciate your response.
> 
> Best regards,
> -- 
> Aleksander Trofimowicz
> Editor of the Software 2.0 Magazine
> http://www.software20.org/en/
> 
> 



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Initial e17 spanish support

2005-04-14 Thread Didier Casse
On 4/15/05, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:
> On Thu, 14 Apr 2005 23:00:32 -0400 Enrique Ramirez <[EMAIL PROTECTED]> 
> babbled:
> 
> > I believe all spanish locales should have the same spelling. The onlycase I 
> > can think of having differences are when using words like"you". For 
> > example, here in Puerto Rico we use 'tu', but in some southamerican 
> > countries they use 'vos'. There should be a few more, but Idon't see this 
> > being a big deal though.
> 
> hmm ok - minor differences - maybe a lot like usa vs queens english. i might 
> make this just > plain "es" for now and we can shuffle around later? does 
> this sound good?

Sounds good. ;-)

There's no really big differences in writing unless you're talking
about slangs. I found slangs from different Spanish-speaking countries
a little bit confusing. But standard written Spanish can be considered
as being the same everywhere in the world.

If you want to have a peek at the minor differences, visit this link:

http://spanish.about.com/cs/historyofspanish/f/varieties.htm

There are 2 small paragraphs on grammar and vocabulary towards the end
which explain it in a nutshell and which would summarize countless
discussions! ;-)

-- 
With kind regards,
Didier.
---

Didier F.B Casse | PhD candidate | LiMiNT Beamline
Singapore Synchrotron Light Source (SSLS), 5 Research Link, Singapore 117603
Email: [EMAIL PROTECTED]|
Web: http://ssls.nus.edu.sg | GPG Key 1024D/B3C57D01 2004-06-23


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] PT support

2005-04-14 Thread Paulo Jorge de Oliveira Cantante de Matos

Being a recent member and being eager to contribute with
something would be a Portuguese translation of E17 a wanted
feature? If yes, which file should I translate?

Cheers,

-- 
Paulo Jorge Matos - pocm at sat inesc-id pt
Web: http://sat.inesc-id.pt/~pocm
Computer and Software Engineering
INESC-ID - SAT Group



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Initial e17 spanish support

2005-04-14 Thread Bruno Deferrari
Raster, I think its the same for every spanish speaking country.
Firefox has es_ES for Spain and es_AR for Latin-America, but Im almost
sure they are the same.


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Fw: an article about EFL

2005-04-14 Thread Nathan Ingersoll
If we write something for them, we should keep the right to release it
as documentation, maybe after some delay after the article is
published.

On 4/14/05, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:
> 
> Begin chunk 'o stuff:
> 
> Date: Thu, 17 Mar 2005 19:52:26 +0100
> From: Aleksander Trofimowicz <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: an article about EFL
> 
> Hello,
> 
> I've compiled the Enlightenment DR17 for nearly five hours (to be frank,
> meanwhile I was doing my everyday job activities), but finally got it.
> And now I'm pleased to write an e-mail to you in my new GUI.
> 
> While I was testing DR 17, in fact I still do, one thought came up to my
> mind. The EFL project is now consuming much of your team's effort and
> surely needs  to catch the attention of much more developers. Beside
> that it is a very promising set of libraries. I think these are good
> reasons to write an article about the EFL or even two since the one
> comprise of a wide range of libraries. What if you or some of your
> friend write such articles for Software 2.0 magazine?
> 
> Our magazine would be the right place to share your thoughts with others
> since our primary concern is software development issues. To give you an
> impression what kind of article is preferred I attached two examples.
> Another advantage is that Software 2.0 is published in several countries
> (including but not limited to France, Poland, USA, Canada, Germany) in
> three language versions.
> 
> I hope you find the invitation interesting.
> Whatever you decide, I would appreciate your response.
> 
> Best regards,
> --
> Aleksander Trofimowicz
> Editor of the Software 2.0 Magazine
> http://www.software20.org/en/
> 
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
> 裸好多  [EMAIL PROTECTED]
> Tokyo, Japan (東京 日本)
> 
> 
>


Re: [E-devel] Initial e17 spanish support

2005-04-14 Thread The Rasterman
On Thu, 14 Apr 2005 23:51:40 -0300 Bruno Deferrari <[EMAIL PROTECTED]> babbled:
(B
(B> On 4/14/05, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:
(B> > On Thu, 14 Apr 2005 21:13:39 -0300 Matias Aguirre <[EMAIL PROTECTED]> 
(B> > babbled:
(B> > 
(B> > hmm - ok. i know south american spanish is different in pronunciation >to 
(B> > spanish in spain, but for written spanish - are they different? >basically 
(B> > should this be es_AR or just es? (basically if we have es and >es_AR what 
(B> > about es_MX es_CO es_VE es_PA es_CI es_PE es_UR, >es_PG es_BO etc. etc.
(B> 
(B> raster, You forgot es_UY ;)
(B
(Boh that was meant to be es_UR :0 i don't know the 2 letter country codes for 
(Bthem all. my point was that is there something to cover all these countries? :)
(B
(B> Matias, si necesit__s una mano, avisame. Yo ten__a ganas de traducir el
(B> manual que est__ en lude.net/edocs , pero no se si no lo est__ haciendo
(B> nadie ya, y aparte, est__ bastante largo
(B
(Bsomeone is already working on translating it - i have a mail in my inbox about 
(Bit. (i'm tyring to clean out my inbox... but failing miserably) :)
(B
(B> Cualquier cosa, me avis__s,
(B> Saludos.
(B> 
(B> 
(B> ---
(B> SF email is sponsored by - The IT Product Guide
(B> Read honest & candid reviews on hundreds of IT Products from real users.
(B> Discover which products truly live up to the hype. Start reading now.
(B> http://ads.osdn.com/?ad_ide95&alloc_id396&op__k
(B> ___
(B> enlightenment-devel mailing list
(B> enlightenment-devel@lists.sourceforge.net
(B> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
(B> 
(B
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$BMg9%B?(B  [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B---
(BSF email is sponsored by - The IT Product Guide
(BRead honest & candid reviews on hundreds of IT Products from real users.
(BDiscover which products truly live up to the hype. Start reading now.
(Bhttp://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
(B___
(Benlightenment-devel mailing list
(Benlightenment-devel@lists.sourceforge.net
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Re: [E-devel] Initial e17 spanish support

2005-04-14 Thread The Rasterman
On Thu, 14 Apr 2005 23:00:32 -0400 Enrique Ramirez <[EMAIL PROTECTED]> babbled:
(B
(B> I believe all spanish locales should have the same spelling. The onlycase I 
(B> can think of having differences are when using words like"you". For example, 
(B> here in Puerto Rico we use 'tu', but in some southamerican countries they use 
(B> 'vos'. There should be a few more, but Idon't see this being a big deal 
(B> though.
(B
(Bhmm ok - minor differences - maybe a lot like usa vs queens english. i might 
(Bmake this just plain "es" for now and we can shuffle around later? does this 
(Bsound good?
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$BMg9%B?(B  [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B---
(BSF email is sponsored by - The IT Product Guide
(BRead honest & candid reviews on hundreds of IT Products from real users.
(BDiscover which products truly live up to the hype. Start reading now.
(Bhttp://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
(B___
(Benlightenment-devel mailing list
(Benlightenment-devel@lists.sourceforge.net
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Re: [E-devel] Initial e17 spanish support

2005-04-14 Thread Bruno Deferrari
On 4/14/05, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:
> On Thu, 14 Apr 2005 21:13:39 -0300 Matias Aguirre <[EMAIL PROTECTED]> babbled:
> 
> hmm - ok. i know south american spanish is different in pronunciation >to 
> spanish in spain, but for written spanish - are they different? >basically 
> should this be es_AR or just es? (basically if we have es and >es_AR what 
> about es_MX es_CO es_VE es_PA es_CI es_PE es_UR, >es_PG es_BO etc. etc.

raster, You forgot es_UY ;)

Matias, si necesitás una mano, avisame. Yo tenía ganas de traducir el
manual que está en lude.net/edocs , pero no se si no lo está haciendo
nadie ya, y aparte, está bastante largo

Cualquier cosa, me avisás,
Saludos.


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Initial e17 spanish support

2005-04-14 Thread The Rasterman
On Thu, 14 Apr 2005 23:13:49 -0300 Matias Aguirre <[EMAIL PROTECTED]> babbled:
(B
(B> The pronunciation is different. It is like the difference that is between 
(B> english of England and english of the U.S.A.
(B> I think that you must put all the language tat are in /usr/lib/locale .
(B
(Bpronunciation - sure i know that bit (spanish si == "thee", south american == 
(B"see") , but SPELLING? written spanish? WRITTEN american english and queens 
(Benglish (everyone else - britain, canada, australia, new zealand etc.) is 
(Bdifferent. different words are also commonly used for the same things:
(B
(Bamerican  | queens english
(B--+---
(Bcolor | colour
(Borganized | organised
(Belevator  | lift
(Bsidewalk  | footpath
(Bcellphone | mobile phone
(B
(Bso my main question is:
(B
(Bis es_AR good enough for all south & central american spanish? and is it the 
(Bsame as WRITTEN spanish in spain? basically should i make this "es" instead of 
(B"es_AR" and if it is different to spanish in spain, is there another locale for 
(Bgeneral american spanish?
(B
(B> Greetings
(B> 
(B> On 4/14/05, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:
(B> > 
(B> > On Thu, 14 Apr 2005 21:13:39 -0300 Matias Aguirre <[EMAIL PROTECTED]> 
(B> > babbled:
(B> > 
(B> > hmm - ok. i know south american spanish is different in pronunciation to 
(B> > spanish in spain, but for written spanish - are they different? basically 
(B> > should this be es_AR or just es? (basically if we have es and es_AR what 
(B> > about es_MX es_CO es_VE es_PA es_CI es_PE es_UR, es_PG es_BO etc. etc.
(B> > 
(B> > so if we use one - is there one that covers all of south american spanish? 
(B> > or most? just asking :)
(B> > 
(B> > > --- e_intl.c.old 2005-04-14 06:09:21.0 -0300
(B> > > +++ e_intl.c 2005-04-14 21:09:13.0 -0300
(B> > > @@ -136,6 +136,8 @@
(B> > > IFL("vi") "Vietnamese";
(B> > > IFL("zh") "Chinese (Simplified)";
(B> > > IFL("zh_TW") "Chinese (Traditional)";
(B> > > + IFL("es") "Spanish";
(B> > > + IFL("es_AR") "Spanish (Argentina)";
(B> > > return "Unknown";
(B> > > }
(B> > >
(B> > > Greetings
(B> > 
(B> > --
(B> > - Codito, ergo sum - "I code, therefore I am" --
(B> > The Rasterman (Carsten Haitzler) [EMAIL PROTECTED]
(B> > $BMg(B $B9%B?(B [EMAIL PROTECTED]
(B> > Tokyo, Japan ($BEl5~(B $BF|K\(B)
(B> >
(B
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$BMg9%B?(B  [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B---
(BSF email is sponsored by - The IT Product Guide
(BRead honest & candid reviews on hundreds of IT Products from real users.
(BDiscover which products truly live up to the hype. Start reading now.
(Bhttp://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
(B___
(Benlightenment-devel mailing list
(Benlightenment-devel@lists.sourceforge.net
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Re: [E-devel] Initial e17 spanish support

2005-04-14 Thread The Rasterman
On Thu, 14 Apr 2005 21:13:39 -0300 Matias Aguirre <[EMAIL PROTECTED]> babbled:
(B
(Bhmm - ok. i know south american spanish is different in pronunciation to 
(Bspanish in spain, but for written spanish - are they different? basically 
(Bshould this be es_AR or just es? (basically if we have es and es_AR what about 
(Bes_MX es_CO es_VE es_PA es_CI es_PE es_UR, es_PG es_BO etc. etc.
(B
(Bso if we use one - is there one that covers all of south american spanish? or 
(Bmost? just asking :)
(B
(B> --- e_intl.c.old 2005-04-14 06:09:21.0 -0300
(B> +++ e_intl.c 2005-04-14 21:09:13.0 -0300
(B> @@ -136,6 +136,8 @@
(B> IFL("vi") "Vietnamese";
(B> IFL("zh") "Chinese (Simplified)";
(B> IFL("zh_TW") "Chinese (Traditional)";
(B> + IFL("es") "Spanish";
(B> + IFL("es_AR") "Spanish (Argentina)"; 
(B> return "Unknown";
(B> }
(B> 
(B> Greetings
(B
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$BMg9%B?(B  [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B---
(BSF email is sponsored by - The IT Product Guide
(BRead honest & candid reviews on hundreds of IT Products from real users.
(BDiscover which products truly live up to the hype. Start reading now.
(Bhttp://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
(B___
(Benlightenment-devel mailing list
(Benlightenment-devel@lists.sourceforge.net
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel

[E-devel] Initial e17 spanish support

2005-04-14 Thread Matias Aguirre
--- e_intl.c.old    2005-04-14 06:09:21.0 -0300
+++ e_intl.c    2005-04-14 21:09:13.0 -0300
@@ -136,6 +136,8 @@
    IFL("vi") "Vietnamese";
    IFL("zh") "Chinese (Simplified)";
    IFL("zh_TW") "Chinese (Traditional)";
+   IFL("es") "Spanish";
+   IFL("es_AR") "Spanish (Argentina)";   
    return "Unknown";
 }

Greetings



es_AR.po
Description: Binary data


[E-devel] apps/e/po/Makefile.am doesnt respect DESTDIR

2005-04-14 Thread Mike Frysinger
could someone with cvs access fix this for me ?  when the po dir was added to 
e17, the install target did not include DESTDIR support ... these damned 
Gentoo users keep houndin me about it ! :)

handtyped patch:
- $$L.mo $(datadir)/locale/$$L/LC_MESSAGES/$(PACKAGE).mo; \
+ $$L.mo $(DESTDIR)$(datadir)/locale/$$L/LC_MESSAGES/$(PACKAGE).mo; \

kthxbye
-mike


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Evas FB DEPTH_INHERIT patch

2005-04-14 Thread The Rasterman
On Thu, 14 Apr 2005 14:42:47 +0100 Simon Poole <[EMAIL PROTECTED]> babbled:
(B
(B> Hi All,
(B> 
(B> I'm new to EFL, but starting to get my teeth in.  I believe I've found 
(B> and fixed an Evas bug.
(B> 
(B> In evas_fb_outbuf_fb_setup_fb, if depth is OUTBUF_DEPTH_INHERIT, then 
(B> fb_setmode gets called with depth=0.   If fb_setmode calls 
(B> ioctl(FBIOPUT_VSCREENINFO) then depth=0 gets passed through to the 
(B> framebuffer, resulting in -EINVAL.
(B> 
(B> The attached patch corrects this behaviour against evas-0.9.9.004.
(B
(Boooh. I see why i missed this... i don't have an /etc/fb.modes file... i don't 
(Beven know if its really used anymore - for a while this seems a proposed 
(Bstandard...
(B
(Bif u dont have that file it wont list any modes and thus this call just ends up 
(Bdoing... nothing :)
(B
(B> Simon.
(B> --
(B> Simon Poole
(B> www.appliancestudio.com
(B
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$BMg9%B?(B  [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B---
(BSF email is sponsored by - The IT Product Guide
(BRead honest & candid reviews on hundreds of IT Products from real users.
(BDiscover which products truly live up to the hype. Start reading now.
(Bhttp://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
(B___
(Benlightenment-devel mailing list
(Benlightenment-devel@lists.sourceforge.net
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Re: [E-devel] Re: E CVS: libs/imlib2 azundris

2005-04-14 Thread The Rasterman
On Mon, 11 Apr 2005 20:12:54 -0400 Michael Jennings <[EMAIL PROTECTED]> babbled:
(B
(B> On Friday, 08 April 2005, at 08:55:21 (-0700),
(B> E CVS List wrote:
(B> 
(B> > Log Message:
(B> > * wonky versioning.
(B> > 
(B> >   RPM packagers: imlib2 -- libungif-devel vs giflib-devel (SuSE)
(B> 
(B> What are you trying to point out here?  Should we point to a
(B> particular header file instead?
(B> 
(B> > +%{_libdir}/imlib2/*/*.a
(B> > +%{_libdir}/imlib2/*/*.la
(B> 
(B> I thought we established that these are useless.  Did I miss
(B> something?  Shouldn't we be removing them, not packaging them?
(B> *confused*
(B
(Bmichael is right - those files are useless. libtool creates them but imlib2 
(Bnever uses them runtime as it opens *.so files only with dlopen()
(B
(B> Michael
(B> 
(B> -- 
(B> Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  <[EMAIL PROTECTED]>
(B> n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
(B> ---
(B>  "No one can see their reflection in running water.  It is only in
(B>   still water that we can see."  -- Taoist Proverb
(B> 
(B> 
(B> ---
(B> SF email is sponsored by - The IT Product Guide
(B> Read honest & candid reviews on hundreds of IT Products from real users.
(B> Discover which products truly live up to the hype. Start reading now.
(B> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
(B> ___
(B> enlightenment-devel mailing list
(B> enlightenment-devel@lists.sourceforge.net
(B> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
(B> 
(B
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$BMg9%B?(B  [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B---
(BSF email is sponsored by - The IT Product Guide
(BRead honest & candid reviews on hundreds of IT Products from real users.
(BDiscover which products truly live up to the hype. Start reading now.
(Bhttp://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
(B___
(Benlightenment-devel mailing list
(Benlightenment-devel@lists.sourceforge.net
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Re: [E-devel] evas tearing / vsync

2005-04-14 Thread The Rasterman
On Thu, 14 Apr 2005 15:03:40 +0100 Simon Poole <[EMAIL PROTECTED]> babbled:
(B
(B> I'm just starting to play with Evas and Ecore and have done myself a 
(B> little hello world bouncing box (using an ecore timer to move an evas 
(B> rectangle object around the screen).
(B> 
(B> I am seeing some tearing in the animation, and wondered if anyone knew 
(B> anything about vsync support in Evas?  Is the fb engine supposed to be 
(B
(Bevas doesnt attempt to vsync - well ok - non of the existing engines do. this 
(Bis an engine internal matter. software x11 rendering really provides no vsync 
(Bbecause x itself guarantees none. evas basically calculated damage regions and 
(Bre-renders. it maintains NO off-screen buffers for double-buffering and thus 
(Bvsync rendering n kid of hard as u need to do an entire buffer flip at that 
(Btime. since no other-buffer exists - this is kind of hard to do. the reason 
(Bbehind this is several fold. 1. to keep memory requirements during rendering to 
(Ba minimum and 2. to keep handling updates simple. evas composites/renders one 
(BUPDATE at a time and assumes the front buffer is exactly as it left it last 
(Btime it rendered. this depends on your engine though.
(B
(B> synchronized with vsync to avoid tearing?  Is there some incantation I 
(B> can utter to activate it?  If not, I'd like to implement it.  Anyone 
(B> able to help?
(B
(Bfor the fb engine this would require the framebuffer device to support 
(Buserspace being able to get a vsync interrupt - i don't know how to do this 
(Bwith /dev/fb - if it is possible at all. also remember vsync stuff will SLOW 
(Bthings down as u need to WAIT for the vsync - this is valuable time you could 
(Bhave spent rendering :) that's why i haven't done it. to do it effectively you 
(Bwill need to keep the outbuf's stored for each update and then on a flush - 
(Bwrite each outbuf and free it.
(B
(Bevas's core renderer pretty much works by doing this (for every engine)
(B
(B1. caluclate minimal render deltas (assuming canvas pixels are the same as the 
(Blast time it rendered - except for damage regions)
(B2. pass these to the engine
(B3. engine gives them back as a list of update rects as the engine things they 
(Bshoudl be handled.
(B4. loop through each rect
(B  1. ask for scratch compositing buffer
(B  2. composite from bottom to top within this update everything that intersects 
(Band should be drawn (cutting out rendering for fully opaque regions that will 
(Bbe copied on top later on in the compositing - eg big opaque images or rects on 
(Bthe top will ensure evas never renders underneath them before drawing over them)
(B  3. convert thus back-buffer to the screen (this may be anything from a memcpy 
(Bto a convert from 32bpp to 16bpp with dithering and rotation and then punted to 
(BX via xshmputimage/xputimage - depends on the engine again).
(B  4. destroy scratch buffer
(B  5. repeat this loop until no more update regions are left
(B5. call engine flush
(B
(Bso to make a go of vsync u'd need to make stage 3 of the loop defer the copy to 
(Bthe fb by marking that buffer as "must copy this to x,y in the fb with rotation 
(Bz etc. etc." and when u destroy such a marked buffer you dont destroy - you put 
(Bon the flush list instead. when flush is called you wait till vblank interrupt 
(B(or until the "electron gun" has scanned pas the bottom most update rect - you 
(Bdont have to wait till it hits the vblank - as long as its after the bottom 
(Bmost update buffer rect on the output), then very quickly copy the buffers in 
(Bthe flush list to the screen asap and destroy them. IF the screen format is not 
(Bthe same as the buffer format (16bpp for example) you want to convert the 
(Bbuffer in an earlier stage to screen depth but not copy it to screen. this is 
(Ban issue with the fb engine as it converts the argb 32bit buffer DIRECTLY to 
(Bthe screen avoiding intermediate copies (thus gaining more speed) BUT even if u 
(Bwait for vblank - it is possible your copy to scr
(B een is slower than the vscan speed and the scanline will catch up to your copy 
(Bas you copy it... and you'll be back to having tearing :)
(B
(Bthe only way to do this is literally use hardware double buffering and flip 
(Bbuffers - but this violates the first law of "assume the buffer was as we left 
(Bit" because it isnt - as u swap buffers your "rendering" changes to the new 
(Bbackbuf that is swapped out from the screen. ie this is the canvas 2 renders 
(Bago (not 1 render). so to do "vsync swaps" you 1. need to be able to copy 
(Bpixels to the fb faster than the scanline can scan. 2. arrange copies to happen 
(Btop to bottom in "screen space" (if there are multiple update rects that are 
(Bdisjoint u may have to order copies scanline by scanline from multiple rects 
(Bthat share the same horizontal scan). but if this still is not faster than the 
(Bscanline fb read... you are... in tro

[E-devel] Evas FB DEPTH_INHERIT patch

2005-04-14 Thread Simon Poole
Hi All,
I'm new to EFL, but starting to get my teeth in.  I believe I've found 
and fixed an Evas bug.

In evas_fb_outbuf_fb_setup_fb, if depth is OUTBUF_DEPTH_INHERIT, then 
fb_setmode gets called with depth=0.   If fb_setmode calls 
ioctl(FBIOPUT_VSCREENINFO) then depth=0 gets passed through to the 
framebuffer, resulting in -EINVAL.

The attached patch corrects this behaviour against evas-0.9.9.004.
Simon.
--
Simon Poole
www.appliancestudio.com
--- evas-0.9.9.004.orig/src/lib/engines/fb/evas_fb_main.c   2004-09-14 
00:46:40.0 +0100
+++ evas-0.9.9.004/src/lib/engines/fb/evas_fb_main.c2005-04-14 
14:34:52.099093336 +0100
@@ -224,9 +224,10 @@
{
  if ((modes[i].width == width) && 
  (modes[i].height == height) &&
+ (!depth || modes[i].fb_var.bits_per_pixel == depth) &&
  (modes[i].refresh == refresh))
{
- modes[i].fb_var.bits_per_pixel = depth;
+ if (depth) modes[i].fb_var.bits_per_pixel = depth;
 
  if (ioctl(fb, FBIOPUT_VSCREENINFO, &modes[i].fb_var) == -1)
perror("ioctl FBIOPUT_VSCREENINFO");
@@ -295,9 +296,10 @@
{
  if ((modes[i].width == width) &&
  (modes[i].height == height) &&
+ (!depth || modes[i].fb_var.bits_per_pixel == depth) &&
  (modes[i].refresh == refresh))
{
- modes[i].fb_var.bits_per_pixel = depth;
+ if (depth) modes[i].fb_var.bits_per_pixel = depth;
 
  if (ioctl(fb, FBIOPUT_VSCREENINFO, &modes[i].fb_var) == -1)
perror("ioctl FBIOPUT_VSCREENINFO");


[E-devel] evas tearing / vsync

2005-04-14 Thread Simon Poole
I'm just starting to play with Evas and Ecore and have done myself a 
little hello world bouncing box (using an ecore timer to move an evas 
rectangle object around the screen).

I am seeing some tearing in the animation, and wondered if anyone knew 
anything about vsync support in Evas?  Is the fb engine supposed to be 
synchronized with vsync to avoid tearing?  Is there some incantation I 
can utter to activate it?  If not, I'd like to implement it.  Anyone 
able to help?

Clues appreciated.
--
Simon Poole
www.appliancestudio.com

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Re: E CVS: libs/ecore sebastid

2005-04-14 Thread Michael Jennings
On Thursday, 14 April 2005, at 06:35:50 (-0700),
E CVS List wrote:

>  {
> DIR*dirp;
> struct dirent  *dp;
> -   Ecore_DList*list;
> +   Ecore_List*list;
>  
> dirp = opendir(dir);
> if (!dirp) return NULL;
> -   list = ecore_dlist_new();
> +   list = ecore_list_new();
> while ((dp = readdir(dirp)))
>   {
>   if ((strcmp(dp->d_name, ".")) && (strcmp(dp->d_name, "..")))
> @@ -200,27 +200,27 @@
>char *file, *f;
>  
>/* insertion sort */
> -  ecore_dlist_goto_first(list);
> -  while ((file = ecore_dlist_next(list)))
> +  ecore_list_goto_first(list);
> +  while ((file = ecore_list_current(list)))
>  {
> if (strcmp(file, dp->d_name) > 0)
>   {
> -ecore_dlist_previous(list);
>  f = strdup(dp->d_name);
> -ecore_dlist_insert(list, f);
> +ecore_list_insert(list, f);
>  break;
>   }
> +   ecore_list_next(list);
>  }
>/* nowhwre to go? just append it */
>if (!file)
>  {
> f = strdup(dp->d_name);
> -   ecore_dlist_append(list, f);
> +   ecore_list_append(list, f);
>  }
> }
>   }
> closedir(dirp);
>  
> -   ecore_dlist_goto_first(list);
> -   return ECORE_LIST(list);
> +   ecore_list_goto_first(list);
> +   return list;
>  }

Now see, if you guys were using LibAST lists, or at least a similar
technique, changing list types (linked, doubly-linked, array, tree,
etc.) would be a hell of a lot easier and could be done either at
runtime or with a 1-line code change.

There's a reason I implemented the concept of interface classes (a la
Java) for things like this. :)

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  <[EMAIL PROTECTED]>
n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
---
 "Confucious say, 'Baseball wrong!  Man with four balls cannot walk!'"
  -- Todd Lusk


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel