Re: [E-devel] ttf-dejavu fonts in default e17 theme ?

2006-11-13 Thread Wiesiek
2006/11/13, The Rasterman Carsten Haitzler [EMAIL PROTECTED]:

 On Sun, 12 Nov 2006 14:06:49 +0100 Wiesiek [EMAIL PROTECTED] babbled:
  is any plan to change it - something like change fonts accordingly to
 locale

 there are no plans to change the default font. you can change the font
 later if
 you want. we need to address font config with non western
 european/american
 locales out of the box but it is possible to change the font config.
 your
 suggestion does not solve chinese, japanese, or korean for example (nor
 hindi,
 thai etc. etc.) so it's far from a good solution. a proper solution solves
 all
 of these properly.


[What a pity - not to help central  european :) ok.ok.ok]
I try
   #enlightenment_remote -font-default-list
   #enlightenment_remote -font-default-set default Sans 10
   #enlightenment_remote -font-default-set title_bar Sans 10
   #enlightenment_remote -restart
Ok. It`s working. Thx.

So I understand that there may to be some intro to change a font defaults
now.
- like a KDE do
- or by locale [from po ?][entrance can change locale]
-  enlightenment_start ?

Wiesiek
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] ttf-dejavu fonts in default e17 theme ?

2006-11-13 Thread The Rasterman
On Mon, 13 Nov 2006 11:52:02 +0100 Wiesiek [EMAIL PROTECTED] babbled:

 2006/11/13, The Rasterman Carsten Haitzler [EMAIL PROTECTED]:
 
  On Sun, 12 Nov 2006 14:06:49 +0100 Wiesiek [EMAIL PROTECTED] babbled:
   is any plan to change it - something like change fonts accordingly to
  locale
 
  there are no plans to change the default font. you can change the font
  later if
  you want. we need to address font config with non western
  european/american
  locales out of the box but it is possible to change the font config.
  your
  suggestion does not solve chinese, japanese, or korean for example (nor
  hindi,
  thai etc. etc.) so it's far from a good solution. a proper solution solves
  all
  of these properly.
 
 
 [What a pity - not to help central  european :) ok.ok.ok]

it's not about not helping you - it's about changing fonts for an inadequate
solution. vera is a good font with good quality and a decent size - something
we can ship and know wil work regardless of the host system. if you have better
fonts/font sets etc. on your host system you CAN use them - as you do below.
the only thing we need to do is make that automatic on first run - along with
a billion other things that need to be auto-detected on first run based on the
system e runs on.

 I try
#enlightenment_remote -font-default-list
#enlightenment_remote -font-default-set default Sans 10
#enlightenment_remote -font-default-set title_bar Sans 10
#enlightenment_remote -restart
 Ok. It`s working. Thx.
 
 So I understand that there may to be some intro to change a font defaults
 now.
 - like a KDE do
 - or by locale [from po ?][entrance can change locale]
 -  enlightenment_start ?
 
 Wiesiek
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] default_clock.edc

2006-11-13 Thread Wiesiek

I try to change  default theme.
The problem is to change the aspect of the clock.

For example[simplify] I want it to be a text clock. [see attachment]
I set description aspect. But the gadcon_client is still the same.
So I change the relative to see - it's working but...

I know, I can manualy change it -  Able to be resized and manual resize -
it's working.

Haw can I do it in edc file? Some aspect/resize signal ?

Wiesiek


default_clock.edc
Description: Binary data
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] default_clock.edc

2006-11-13 Thread Aleksej Struk
On Mon, Nov 13, 2006 at 02:10:29PM +0100, Wiesiek wrote:
 I try to change  default theme.
 The problem is to change the aspect of the clock.
 
 For example[simplify] I want it to be a text clock. [see attachment]
 I set description aspect. But the gadcon_client is still the same.

As far as I understand you want to change the theme and to have a clock
with different width and height automatically? If, yes then it is not
possible via the theme, since the default size of the gadcon client
is set inside the module implementation, and it is perfect squere NxN.
However, when you set Able to resize option the gadcon system allows
to change the size of the gadcon client.

 So I change the relative to see - it's working but...
 
 I know, I can manualy change it -  Able to be resized and manual resize -
 it's working.
 
 Haw can I do it in edc file? Some aspect/resize signal ?

I suspect, that if you open the source of the clock module and inspect
_gc_orient function you will find what you want.

sndev

 
 Wiesiek


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e16 translucency win_op enhancements [with patch]

2006-11-13 Thread Grant Wier
Oh right, sorry... i meant to reply, just got distracted and forgot about it.
i haven't worked on this any further and don't know if/when i might. your 
suggestions sound fine. i didn't really know anything about wm hints, i just 
added that stuff while trying to blindly squash a bug that (i'm pretty sure) 
turned out to be unrelated to it.
anyway, if there's anything in particular you think i should add/change, i'll 
look into it... i guess having default bindings or a mention in the docs would 
be good. i just noticed in the eesh help response in ipc.c, i give no 
indication 
of incremental setting support... perhaps it should read something like

   win_op windowid opacity 1-100(100=opaque)|+/-%(incremental 
change)\n
   win_op windowid focused_opacity 1-100(100=opaque)|+/-%(incremental 
change)\n

other than exposing it's existance via docs or bindings, i'm content to leave 
it 
as it is and allow you to modify as you see fit... at least for as long as i 
live on a system on which compositing's unusable :p (which is for the 
forseeable 
future)
Thankyou for dealing with this and getting it committed.

Kim Woelders wrote:
 Grant Wier wrote:
 
 http://psyco.yi.org:8042/e16.0.8.3_opacities-0.3.patch

 This patch gets rid of the opaque_when_focused toggle and replaces it 
 with a seprate focused_opacity setting, allowing you to set it to 
 whatever level you like independantly of the normal (now effectively a 
 'window blurred') opacity setting. it's used via a focused_opacity 
 winop the same as the regular opacity one.
 Additionally, this patch adds relative (i.e. incremental) setting 
 support to both winops, recognized by the argument starting with '+' 
 or '-' (still allowing absolute setting).
 This way you can, for example, do bindings like:

 MouseDown   A 4 wop * focused_opacity +10
 MouseDown   A 5 wop * focused_opacity -10
 MouseDown   AC  4 wop * opacity +10
 MouseDown   AC  5 wop * opacity -10

 so that when you alt + mouse-scroll-down it lowers the focused_opacity 
 of the focused window by 10%, or raises it for alt + mouse-scroll-up, 
 and likewise does the same for blurred opacity with alt-ctrl + scrolling.
 in the latter case, since the window is focused, this patch also adds 
 some feedback, momentarily displaying the new blurred-opacity level 
 when you set it for a focused window. it's currently hard-coded to 
 700ms, and if fading is enabled it'll fade in both directions.

 I have no idea, and don't know how to find out, if any of the hints 
 stuff in this is correct, and since i don't use a pager, i don't know 
 if this all works right for snapshots either.
 Other than that, it all seems to work fine.

 I'm not on this list, so if you wanna contact me either e-mail me 
 directly, or i'm on the irc channels on freenode as ze. even if i 
 don't respond on freenode, if you address me by nick i'll see it later.

 Hi Grant,
 
 I have repeatedly tried to contact you on the reply email address, but 
 no response.
 I have committed your patch with some modifications, primarily related 
 to not using an _NET_WM_WINDOW_FOCUSED_OPACITY atom.
 
 /Kim
 
 
 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] ALT key and WIN key

2006-11-13 Thread michelbriand
Selon Carsten Haitzler [EMAIL PROTECTED]:

 On Mon, 06 Nov 2006 23:36:36 +0100 [EMAIL PROTECTED] babbled:

  Hello
 
  a small request for comment here:
 
  why not a new configuration item in Configuration Panel-Behaviour-Key
  Bindings which would speel like this:
 
  [if basic]
  Default key for Enlightenment:
 * ALT key
 * WIN key
  [if advanced]
  Change all ALT bindings to WIN
  Change all WIN bindings to ALT
 
  This could sounds good for many people since ALT is often usefull in
  applications (like The Gimp) and WIN is not used by default.
 
  Personnaly I use WIN key for ALL e16 bindings since I have a win
 keyboard.
  This way I can use all the functions of ALT in The Gimp

 this is more a job for the e setup wizard (that is on the TODO) to set up for
 you the first time you run e :)


Anyway, just to share my 2 cents with people on the list...

Did you know that ALT key in The Gimp was very usefull ?
With the select tool you can grab and move the selection shape with
ALT+mouse_mouve.

I'll look into e startup wizard...

Poll: What default do you want for the WM function key ?
1-   ALT
2-   WIN
3-   other...


Cheers,
Michel

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] default_clock.edc

2006-11-13 Thread Stafford Horne
On Mon, 13 Nov 2006 14:10:29 +0100
Wiesiek [EMAIL PROTECTED] wrote:

 I try to change  default theme.
 The problem is to change the aspect of the clock.
 
 For example[simplify] I want it to be a text clock. [see attachment]
 I set description aspect. But the gadcon_client is still the same.
 So I change the relative to see - it's working but...
 
 I know, I can manualy change it -  Able to be resized and manual resize -
 it's working.
 
 Haw can I do it in edc file? Some aspect/resize signal ?
 

Hey, 

If all you want to do is change the edj used for a certain part, like clock, 
then you can use e_remote to set the theme for the clock category. 

Look at e_remote -theme-list/-theme-set

[EMAIL PROTECTED] ~]$ enlightenment_remote -theme-list
REPLY - BEGIN
REPLY: CATEGORY=theme FILE=default.edj
REPLY: CATEGORY=theme/modules/pager FILE=ICE_2005.edj
REPLY: CATEGORY=theme/modules/ibar FILE=ICE_2005.edj
REPLY: CATEGORY=theme/modules/clock FILE=shorne-etheme.edj
REPLY - END

I use my own clock theme because I can't stand the original theme. 

-shorne

 Wiesiek
 


-- 
Stafford M. Horne
Senior Engineer 高级工程师
SurfControl plc 美讯智科技
Peoples Republic of China, Beijing  中华人民共和国, 北京
Mobile: +86 13611014044 手机:+86 13611014044

  (Website) http://blog.shorne-pla.net/ (网站)
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel