Re: [E-devel] E SVN: raster trunk/e/data/themes/edc

2012-12-13 Thread Michael Blumenkrantz
this is fine, people using pixel border haven't complained for all these
years about such missing things, if they start now we'll threaten to remove
it again to quiet them down

On Thu, Dec 13, 2012 at 9:16 AM, Enlightenment SVN 
no-re...@enlightenment.org wrote:

 Log:
 ok - have your pixel border. and a blue focus color - but i'm npot
   fixing maximized state, shaded state, hung,urgent etc. - thats why i
   didnt want to... the can of worms.



 Author:   raster
 Date: 2012-12-13 01:16:58 -0800 (Thu, 13 Dec 2012)
 New Revision: 80802
 Trac: http://trac.enlightenment.org/e/changeset/80802

 Modified:
   trunk/e/data/themes/edc/border.edc

 Modified: trunk/e/data/themes/edc/border.edc
 ===
 --- trunk/e/data/themes/edc/border.edc  2012-12-13 09:02:20 UTC (rev 80801)
 +++ trunk/e/data/themes/edc/border.edc  2012-12-13 09:16:58 UTC (rev 80802)
 @@ -834,6 +834,139 @@
 }
  }

 +group { name: e/widgets/border/pixel/border;
 +   parts {
 +  part { name: e.swallow.client; type: SWALLOW;
 + description { state: default 0.0;
 +rel1.offset: 1 1;
 +rel2.offset: -2 -2;
 + }
 +  }
 +  part { name: top; type: RECT;
 + description { state: default 0.0;
 +color: 0 0 0 255;
 +align: 0.0 0.0;
 +max: 9 1;
 + }
 + description { state: focused 0.0;
 +inherit: default 0.0;
 +color: 51 153 255 255;
 + }
 +  }
 +  part { name: bottom; type: RECT;
 + description { state: default 0.0;
 +color: 0 0 0 255;
 +align: 0.0 1.0;
 +max: 9 1;
 + }
 + description { state: focused 0.0;
 +inherit: default 0.0;
 +color: 51 153 255 255;
 + }
 +  }
 +  part { name: left; type: RECT;
 + description { state: default 0.0;
 +color: 0 0 0 255;
 +align: 0.0 0.0;
 +max: 1 9;
 + }
 + description { state: focused 0.0;
 +inherit: default 0.0;
 +color: 51 153 255 255;
 + }
 +  }
 +  part { name: right; type: RECT;
 + description { state: default 0.0;
 +color: 0 0 0 255;
 +align: 1.0 0.0;
 +max: 1 9;
 + }
 + description { state: focused 0.0;
 +inherit: default 0.0;
 +color: 51 153 255 255;
 + }
 +  }
 +  part { name: e.event.resize.tl; type: RECT;
 + description { state: default 0.0;
 +rel2.relative: 0.0 0.0;
 +min: 32 4;
 +align: 0.0 0.0;
 +color: 0 0 0 0;
 + }
 +  }
 +  part { name: e.event.resize.t; type: RECT;
 + description { state: default 0.0;
 +rel1.relative: 1.0 0.0;
 +rel1.to_x: e.event.resize.tl;
 +rel2.relative: 0.0 0.0;
 +rel2.to_x: e.event.resize.tr;
 +min: 0 4;
 +align: 0.5 0.0;
 +color: 0 0 0 0;
 + }
 +  }
 +  part { name: e.event.resize.tr; type: RECT;
 + description { state: default 0.0;
 +rel1.relative: 1.0 0.0;
 +rel2.relative: 1.0 0.0;
 +min: 32 4;
 +align: 1.0 0.0;
 +color: 0 0 0 0;
 + }
 +  }
 +  part { name: e.event.resize.bl; type: RECT;
 + description { state: default 0.0;
 +rel1.relative: 0.0 1.0;
 +rel2.relative: 0.0 1.0;
 +min: 32 5;
 +align: 0.0 1.0;
 +color: 0 0 0 0;
 +fixed: 1 1;
 + }
 +  }
 +  part { name: e.event.resize.b; type: RECT;
 + description { state: default 0.0;
 +rel1.relative: 1.0 1.0;
 +rel1.to_x: e.event.resize.tl;
 +rel2.relative: 0.0 1.0;
 +rel2.to_x: e.event.resize.tr;
 +min: 0 5;
 +align: 0.5 1.0;
 +color: 0 0 0 0;
 +fixed: 0 1;
 + }
 +  }
 +  part { name: e.event.resize.br; type: RECT;
 + description { state: default 0.0;
 +rel1.relative: 1.0 1.0;
 +rel2.relative: 1.0 1.0;
 +min: 32 5;
 +align: 1.0 1.0;
 +color: 0 0 0 0;
 +fixed: 1 1;
 + }
 +  }
 +   }
 +   programs {
 +  program {
 + signal: e,state,focused; source: e;
 + action: STATE_SET focused 0.0;
 + target: top;
 + target: bottom;
 + target: left;
 + target: right;
 +  }
 +  program {
 + signal: e,state,unfocused; source: e;
 + action: STATE_SET default 0.0;
 + target: top;
 + target: bottom;
 + target: left;
 + target: right;
 +  }
 +   }
 +}
 +
  group { name: e/widgets/border/default/move;
 images.image: vgrad_tall.png COMP;
  

Re: [E-devel] E SVN: raster trunk/e/data/themes/edc

2012-12-12 Thread Michael Blumenkrantz
not sure this is the right choice here

On Wed, Dec 12, 2012 at 2:35 PM, Enlightenment SVN 
no-re...@enlightenment.org wrote:

 Log:
 pixel border-go. no actual use in e17 atm.. so not going to put it
   there. make a theme that provides such things if u want them. :)



 Author:   raster
 Date: 2012-12-12 06:35:01 -0800 (Wed, 12 Dec 2012)
 New Revision: 80765
 Trac: http://trac.enlightenment.org/e/changeset/80765

 Modified:
   trunk/e/data/themes/edc/border.edc

 Modified: trunk/e/data/themes/edc/border.edc
 ===
 --- trunk/e/data/themes/edc/border.edc  2012-12-12 14:07:28 UTC (rev 80764)
 +++ trunk/e/data/themes/edc/border.edc  2012-12-12 14:35:01 UTC (rev 80765)
 @@ -834,105 +834,6 @@
 }
  }

 -group { name: e/widgets/border/pixel/border;
 -   parts {
 -  part { name: e.swallow.client; type: SWALLOW;
 - description { state: default 0.0;
 -rel1.offset: 1 1;
 -rel2.offset: -2 -2;
 - }
 -  }
 -  part { name: top; type: RECT;
 - description { state: default 0.0;
 -color: 0 0 0 255;
 -align: 0.0 0.0;
 -max: 9 1;
 - }
 -  }
 -  part { name: bottom; type: RECT;
 - description { state: default 0.0;
 -color: 0 0 0 255;
 -align: 0.0 1.0;
 -max: 9 1;
 - }
 -  }
 -  part { name: left; type: RECT;
 - description { state: default 0.0;
 -color: 0 0 0 255;
 -align: 0.0 0.0;
 -max: 1 9;
 - }
 -  }
 -  part { name: right; type: RECT;
 - description { state: default 0.0;
 -color: 0 0 0 255;
 -align: 1.0 0.0;
 -max: 1 9;
 - }
 -  }
 -  part { name: e.event.resize.tl; type: RECT;
 - description { state: default 0.0;
 -rel2.relative: 0.0 0.0;
 -min: 32 4;
 -align: 0.0 0.0;
 -color: 0 0 0 0;
 - }
 -  }
 -  part { name: e.event.resize.t; type: RECT;
 - description { state: default 0.0;
 -rel1.relative: 1.0 0.0;
 -rel1.to_x: e.event.resize.tl;
 -rel2.relative: 0.0 0.0;
 -rel2.to_x: e.event.resize.tr;
 -min: 0 4;
 -align: 0.5 0.0;
 -color: 0 0 0 0;
 - }
 -  }
 -  part { name: e.event.resize.tr; type: RECT;
 - description { state: default 0.0;
 -rel1.relative: 1.0 0.0;
 -rel2.relative: 1.0 0.0;
 -min: 32 4;
 -align: 1.0 0.0;
 -color: 0 0 0 0;
 - }
 -  }
 -  part { name: e.event.resize.bl; type: RECT;
 - description { state: default 0.0;
 -rel1.relative: 0.0 1.0;
 -rel2.relative: 0.0 1.0;
 -min: 32 5;
 -align: 0.0 1.0;
 -color: 0 0 0 0;
 -fixed: 1 1;
 - }
 -  }
 -  part { name: e.event.resize.b; type: RECT;
 - description { state: default 0.0;
 -rel1.relative: 1.0 1.0;
 -rel1.to_x: e.event.resize.tl;
 -rel2.relative: 0.0 1.0;
 -rel2.to_x: e.event.resize.tr;
 -min: 0 5;
 -align: 0.5 1.0;
 -color: 0 0 0 0;
 -fixed: 0 1;
 - }
 -  }
 -  part { name: e.event.resize.br; type: RECT;
 - description { state: default 0.0;
 -rel1.relative: 1.0 1.0;
 -rel2.relative: 1.0 1.0;
 -min: 32 5;
 -align: 1.0 1.0;
 -color: 0 0 0 0;
 -fixed: 1 1;
 - }
 -  }
 -   }
 -}
 -
  group { name: e/widgets/border/default/move;
 images.image: vgrad_tall.png COMP;
 images.image: bevel_out.png COMP;



 --
 LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
 Remotely access PCs and mobile devices and provide instant support
 Improve your efficiency, and focus on delivering more value-add services
 Discover what IT Professionals Know. Rescue delivers
 http://p.sf.net/sfu/logmein_12329d2d
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net

Re: [E-devel] E SVN: raster trunk/e/data/themes/edc

2012-12-12 Thread The Rasterman
On Wed, 12 Dec 2012 15:00:09 + Michael Blumenkrantz
michael.blumenkra...@gmail.com said:

well it's unsued by e itself, or compositors etc... that's why.

 not sure this is the right choice here
 
 On Wed, Dec 12, 2012 at 2:35 PM, Enlightenment SVN 
 no-re...@enlightenment.org wrote:
 
  Log:
  pixel border-go. no actual use in e17 atm.. so not going to put it
there. make a theme that provides such things if u want them. :)
 
 
 
  Author:   raster
  Date: 2012-12-12 06:35:01 -0800 (Wed, 12 Dec 2012)
  New Revision: 80765
  Trac: http://trac.enlightenment.org/e/changeset/80765
 
  Modified:
trunk/e/data/themes/edc/border.edc
 
  Modified: trunk/e/data/themes/edc/border.edc
  ===
  --- trunk/e/data/themes/edc/border.edc  2012-12-12 14:07:28 UTC (rev 80764)
  +++ trunk/e/data/themes/edc/border.edc  2012-12-12 14:35:01 UTC (rev 80765)
  @@ -834,105 +834,6 @@
  }
   }
 
  -group { name: e/widgets/border/pixel/border;
  -   parts {
  -  part { name: e.swallow.client; type: SWALLOW;
  - description { state: default 0.0;
  -rel1.offset: 1 1;
  -rel2.offset: -2 -2;
  - }
  -  }
  -  part { name: top; type: RECT;
  - description { state: default 0.0;
  -color: 0 0 0 255;
  -align: 0.0 0.0;
  -max: 9 1;
  - }
  -  }
  -  part { name: bottom; type: RECT;
  - description { state: default 0.0;
  -color: 0 0 0 255;
  -align: 0.0 1.0;
  -max: 9 1;
  - }
  -  }
  -  part { name: left; type: RECT;
  - description { state: default 0.0;
  -color: 0 0 0 255;
  -align: 0.0 0.0;
  -max: 1 9;
  - }
  -  }
  -  part { name: right; type: RECT;
  - description { state: default 0.0;
  -color: 0 0 0 255;
  -align: 1.0 0.0;
  -max: 1 9;
  - }
  -  }
  -  part { name: e.event.resize.tl; type: RECT;
  - description { state: default 0.0;
  -rel2.relative: 0.0 0.0;
  -min: 32 4;
  -align: 0.0 0.0;
  -color: 0 0 0 0;
  - }
  -  }
  -  part { name: e.event.resize.t; type: RECT;
  - description { state: default 0.0;
  -rel1.relative: 1.0 0.0;
  -rel1.to_x: e.event.resize.tl;
  -rel2.relative: 0.0 0.0;
  -rel2.to_x: e.event.resize.tr;
  -min: 0 4;
  -align: 0.5 0.0;
  -color: 0 0 0 0;
  - }
  -  }
  -  part { name: e.event.resize.tr; type: RECT;
  - description { state: default 0.0;
  -rel1.relative: 1.0 0.0;
  -rel2.relative: 1.0 0.0;
  -min: 32 4;
  -align: 1.0 0.0;
  -color: 0 0 0 0;
  - }
  -  }
  -  part { name: e.event.resize.bl; type: RECT;
  - description { state: default 0.0;
  -rel1.relative: 0.0 1.0;
  -rel2.relative: 0.0 1.0;
  -min: 32 5;
  -align: 0.0 1.0;
  -color: 0 0 0 0;
  -fixed: 1 1;
  - }
  -  }
  -  part { name: e.event.resize.b; type: RECT;
  - description { state: default 0.0;
  -rel1.relative: 1.0 1.0;
  -rel1.to_x: e.event.resize.tl;
  -rel2.relative: 0.0 1.0;
  -rel2.to_x: e.event.resize.tr;
  -min: 0 5;
  -align: 0.5 1.0;
  -color: 0 0 0 0;
  -fixed: 0 1;
  - }
  -  }
  -  part { name: e.event.resize.br; type: RECT;
  - description { state: default 0.0;
  -rel1.relative: 1.0 1.0;
  -rel2.relative: 1.0 1.0;
  -min: 32 5;
  -align: 1.0 1.0;
  -color: 0 0 0 0;
  -fixed: 1 1;
  - }
  -  }
  -   }
  -}
  -
   group { name: e/widgets/border/default/move;
  images.image: vgrad_tall.png COMP;
  images.image: bevel_out.png COMP;
 
 
 
  --
  LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
  Remotely access PCs and mobile devices and provide instant support
  Improve your efficiency, and focus on delivering more value-add services
  Discover what IT Professionals Know. Rescue delivers
  http://p.sf.net/sfu/logmein_12329d2d
  ___
  enlightenment-svn mailing list
  enlightenment-...@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
 
 --
 LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
 Remotely access PCs and mobile devices and provide instant support
 Improve your efficiency, and 

Re: [E-devel] E SVN: raster trunk/e/data/themes/edc

2012-12-12 Thread Michael Blumenkrantz
On Thu, 13 Dec 2012 14:48:07 +0900
Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote:

 On Wed, 12 Dec 2012 15:00:09 + Michael Blumenkrantz
 michael.blumenkra...@gmail.com said:
 
 well it's unsued by e itself, or compositors etc... that's why.
 
  not sure this is the right choice here
  
  On Wed, Dec 12, 2012 at 2:35 PM, Enlightenment SVN 
  no-re...@enlightenment.org wrote:
  
   Log:
   pixel border-go. no actual use in e17 atm.. so not going to put it
 there. make a theme that provides such things if u want them. :)
  
  
  
   Author:   raster
   Date: 2012-12-12 06:35:01 -0800 (Wed, 12 Dec 2012)
   New Revision: 80765
   Trac: http://trac.enlightenment.org/e/changeset/80765
  
   Modified:
 trunk/e/data/themes/edc/border.edc
  
   Modified: trunk/e/data/themes/edc/border.edc
   ===
   --- trunk/e/data/themes/edc/border.edc  2012-12-12 14:07:28 UTC (rev 
   80764)
   +++ trunk/e/data/themes/edc/border.edc  2012-12-12 14:35:01 UTC (rev 
   80765)
   @@ -834,105 +834,6 @@
   }
}
  
   -group { name: e/widgets/border/pixel/border;
   -   parts {
   -  part { name: e.swallow.client; type: SWALLOW;
   - description { state: default 0.0;
   -rel1.offset: 1 1;
   -rel2.offset: -2 -2;
   - }
   -  }
   -  part { name: top; type: RECT;
   - description { state: default 0.0;
   -color: 0 0 0 255;
   -align: 0.0 0.0;
   -max: 9 1;
   - }
   -  }
   -  part { name: bottom; type: RECT;
   - description { state: default 0.0;
   -color: 0 0 0 255;
   -align: 0.0 1.0;
   -max: 9 1;
   - }
   -  }
   -  part { name: left; type: RECT;
   - description { state: default 0.0;
   -color: 0 0 0 255;
   -align: 0.0 0.0;
   -max: 1 9;
   - }
   -  }
   -  part { name: right; type: RECT;
   - description { state: default 0.0;
   -color: 0 0 0 255;
   -align: 1.0 0.0;
   -max: 1 9;
   - }
   -  }
   -  part { name: e.event.resize.tl; type: RECT;
   - description { state: default 0.0;
   -rel2.relative: 0.0 0.0;
   -min: 32 4;
   -align: 0.0 0.0;
   -color: 0 0 0 0;
   - }
   -  }
   -  part { name: e.event.resize.t; type: RECT;
   - description { state: default 0.0;
   -rel1.relative: 1.0 0.0;
   -rel1.to_x: e.event.resize.tl;
   -rel2.relative: 0.0 0.0;
   -rel2.to_x: e.event.resize.tr;
   -min: 0 4;
   -align: 0.5 0.0;
   -color: 0 0 0 0;
   - }
   -  }
   -  part { name: e.event.resize.tr; type: RECT;
   - description { state: default 0.0;
   -rel1.relative: 1.0 0.0;
   -rel2.relative: 1.0 0.0;
   -min: 32 4;
   -align: 1.0 0.0;
   -color: 0 0 0 0;
   - }
   -  }
   -  part { name: e.event.resize.bl; type: RECT;
   - description { state: default 0.0;
   -rel1.relative: 0.0 1.0;
   -rel2.relative: 0.0 1.0;
   -min: 32 5;
   -align: 0.0 1.0;
   -color: 0 0 0 0;
   -fixed: 1 1;
   - }
   -  }
   -  part { name: e.event.resize.b; type: RECT;
   - description { state: default 0.0;
   -rel1.relative: 1.0 1.0;
   -rel1.to_x: e.event.resize.tl;
   -rel2.relative: 0.0 1.0;
   -rel2.to_x: e.event.resize.tr;
   -min: 0 5;
   -align: 0.5 1.0;
   -color: 0 0 0 0;
   -fixed: 0 1;
   - }
   -  }
   -  part { name: e.event.resize.br; type: RECT;
   - description { state: default 0.0;
   -rel1.relative: 1.0 1.0;
   -rel2.relative: 1.0 1.0;
   -min: 32 5;
   -align: 1.0 1.0;
   -color: 0 0 0 0;
   -fixed: 1 1;
   - }
   -  }
   -   }
   -}
   -
group { name: e/widgets/border/default/move;
   images.image: vgrad_tall.png COMP;
   images.image: bevel_out.png COMP;
  

right, it's used by users. just like borderless style and the rest.

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net

Re: [E-devel] E SVN: raster trunk/e/data/themes/edc

2012-12-12 Thread Christopher Michael
On 13/12/12 06:53, Michael Blumenkrantz wrote:
 On Thu, 13 Dec 2012 14:48:07 +0900
 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote:

 On Wed, 12 Dec 2012 15:00:09 + Michael Blumenkrantz
 michael.blumenkra...@gmail.com said:

 well it's unsued by e itself, or compositors etc... that's why.

 not sure this is the right choice here

 On Wed, Dec 12, 2012 at 2:35 PM, Enlightenment SVN 
 no-re...@enlightenment.org wrote:

 Log:
 pixel border-go. no actual use in e17 atm.. so not going to put it
there. make a theme that provides such things if u want them. :)



 Author:   raster
 Date: 2012-12-12 06:35:01 -0800 (Wed, 12 Dec 2012)
 New Revision: 80765
 Trac: http://trac.enlightenment.org/e/changeset/80765

 Modified:
trunk/e/data/themes/edc/border.edc

 Modified: trunk/e/data/themes/edc/border.edc
 ===
 --- trunk/e/data/themes/edc/border.edc  2012-12-12 14:07:28 UTC (rev 80764)
 +++ trunk/e/data/themes/edc/border.edc  2012-12-12 14:35:01 UTC (rev 80765)
 @@ -834,105 +834,6 @@
  }
   }

 -group { name: e/widgets/border/pixel/border;
 -   parts {
 -  part { name: e.swallow.client; type: SWALLOW;
 - description { state: default 0.0;
 -rel1.offset: 1 1;
 -rel2.offset: -2 -2;
 - }
 -  }
 -  part { name: top; type: RECT;
 - description { state: default 0.0;
 -color: 0 0 0 255;
 -align: 0.0 0.0;
 -max: 9 1;
 - }
 -  }
 -  part { name: bottom; type: RECT;
 - description { state: default 0.0;
 -color: 0 0 0 255;
 -align: 0.0 1.0;
 -max: 9 1;
 - }
 -  }
 -  part { name: left; type: RECT;
 - description { state: default 0.0;
 -color: 0 0 0 255;
 -align: 0.0 0.0;
 -max: 1 9;
 - }
 -  }
 -  part { name: right; type: RECT;
 - description { state: default 0.0;
 -color: 0 0 0 255;
 -align: 1.0 0.0;
 -max: 1 9;
 - }
 -  }
 -  part { name: e.event.resize.tl; type: RECT;
 - description { state: default 0.0;
 -rel2.relative: 0.0 0.0;
 -min: 32 4;
 -align: 0.0 0.0;
 -color: 0 0 0 0;
 - }
 -  }
 -  part { name: e.event.resize.t; type: RECT;
 - description { state: default 0.0;
 -rel1.relative: 1.0 0.0;
 -rel1.to_x: e.event.resize.tl;
 -rel2.relative: 0.0 0.0;
 -rel2.to_x: e.event.resize.tr;
 -min: 0 4;
 -align: 0.5 0.0;
 -color: 0 0 0 0;
 - }
 -  }
 -  part { name: e.event.resize.tr; type: RECT;
 - description { state: default 0.0;
 -rel1.relative: 1.0 0.0;
 -rel2.relative: 1.0 0.0;
 -min: 32 4;
 -align: 1.0 0.0;
 -color: 0 0 0 0;
 - }
 -  }
 -  part { name: e.event.resize.bl; type: RECT;
 - description { state: default 0.0;
 -rel1.relative: 0.0 1.0;
 -rel2.relative: 0.0 1.0;
 -min: 32 5;
 -align: 0.0 1.0;
 -color: 0 0 0 0;
 -fixed: 1 1;
 - }
 -  }
 -  part { name: e.event.resize.b; type: RECT;
 - description { state: default 0.0;
 -rel1.relative: 1.0 1.0;
 -rel1.to_x: e.event.resize.tl;
 -rel2.relative: 0.0 1.0;
 -rel2.to_x: e.event.resize.tr;
 -min: 0 5;
 -align: 0.5 1.0;
 -color: 0 0 0 0;
 -fixed: 0 1;
 - }
 -  }
 -  part { name: e.event.resize.br; type: RECT;
 - description { state: default 0.0;
 -rel1.relative: 1.0 1.0;
 -rel2.relative: 1.0 1.0;
 -min: 32 5;
 -align: 1.0 1.0;
 -color: 0 0 0 0;
 -fixed: 1 1;
 - }
 -  }
 -   }
 -}
 -
   group { name: e/widgets/border/default/move;
  images.image: vgrad_tall.png COMP;
  images.image: bevel_out.png COMP;


 right, it's used by users. just like borderless style and the rest.

And potentially by the illume policy: (policy.c)

/* NB: DIALOG_USES_PIXEL_BORDER is an experiment in setting dialog windows
  * to use the 'pixel' type border. This is done because some dialogs,
  * when shown, blend into other windows too much. Pixel border adds a
  * little distinction between the dialog window and an app window.
  * Disable if this is not wanted */
#define DIALOG_USES_PIXEL_BORDER 1

dh


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals 

Re: [E-devel] E SVN: raster trunk/e/data/themes/edc

2012-12-12 Thread The Rasterman
On Thu, 13 Dec 2012 07:02:42 + Christopher Michael cp.mich...@samsung.com
said:

 On 13/12/12 06:53, Michael Blumenkrantz wrote:
  On Thu, 13 Dec 2012 14:48:07 +0900
  Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote:
 
  On Wed, 12 Dec 2012 15:00:09 + Michael Blumenkrantz
  michael.blumenkra...@gmail.com said:
 
  well it's unsued by e itself, or compositors etc... that's why.
 
  not sure this is the right choice here
 
  On Wed, Dec 12, 2012 at 2:35 PM, Enlightenment SVN 
  no-re...@enlightenment.org wrote:
 
  Log:
  pixel border-go. no actual use in e17 atm.. so not going to put it
 there. make a theme that provides such things if u want them. :)
 
 
 
  Author:   raster
  Date: 2012-12-12 06:35:01 -0800 (Wed, 12 Dec 2012)
  New Revision: 80765
  Trac: http://trac.enlightenment.org/e/changeset/80765
 
  Modified:
 trunk/e/data/themes/edc/border.edc
 
  Modified: trunk/e/data/themes/edc/border.edc
  ===
  --- trunk/e/data/themes/edc/border.edc  2012-12-12 14:07:28 UTC (rev
  80764) +++ trunk/e/data/themes/edc/border.edc  2012-12-12 14:35:01 UTC
  (rev 80765) @@ -834,105 +834,6 @@
   }
}
 
  -group { name: e/widgets/border/pixel/border;
  -   parts {
  -  part { name: e.swallow.client; type: SWALLOW;
  - description { state: default 0.0;
  -rel1.offset: 1 1;
  -rel2.offset: -2 -2;
  - }
  -  }
  -  part { name: top; type: RECT;
  - description { state: default 0.0;
  -color: 0 0 0 255;
  -align: 0.0 0.0;
  -max: 9 1;
  - }
  -  }
  -  part { name: bottom; type: RECT;
  - description { state: default 0.0;
  -color: 0 0 0 255;
  -align: 0.0 1.0;
  -max: 9 1;
  - }
  -  }
  -  part { name: left; type: RECT;
  - description { state: default 0.0;
  -color: 0 0 0 255;
  -align: 0.0 0.0;
  -max: 1 9;
  - }
  -  }
  -  part { name: right; type: RECT;
  - description { state: default 0.0;
  -color: 0 0 0 255;
  -align: 1.0 0.0;
  -max: 1 9;
  - }
  -  }
  -  part { name: e.event.resize.tl; type: RECT;
  - description { state: default 0.0;
  -rel2.relative: 0.0 0.0;
  -min: 32 4;
  -align: 0.0 0.0;
  -color: 0 0 0 0;
  - }
  -  }
  -  part { name: e.event.resize.t; type: RECT;
  - description { state: default 0.0;
  -rel1.relative: 1.0 0.0;
  -rel1.to_x: e.event.resize.tl;
  -rel2.relative: 0.0 0.0;
  -rel2.to_x: e.event.resize.tr;
  -min: 0 4;
  -align: 0.5 0.0;
  -color: 0 0 0 0;
  - }
  -  }
  -  part { name: e.event.resize.tr; type: RECT;
  - description { state: default 0.0;
  -rel1.relative: 1.0 0.0;
  -rel2.relative: 1.0 0.0;
  -min: 32 4;
  -align: 1.0 0.0;
  -color: 0 0 0 0;
  - }
  -  }
  -  part { name: e.event.resize.bl; type: RECT;
  - description { state: default 0.0;
  -rel1.relative: 0.0 1.0;
  -rel2.relative: 0.0 1.0;
  -min: 32 5;
  -align: 0.0 1.0;
  -color: 0 0 0 0;
  -fixed: 1 1;
  - }
  -  }
  -  part { name: e.event.resize.b; type: RECT;
  - description { state: default 0.0;
  -rel1.relative: 1.0 1.0;
  -rel1.to_x: e.event.resize.tl;
  -rel2.relative: 0.0 1.0;
  -rel2.to_x: e.event.resize.tr;
  -min: 0 5;
  -align: 0.5 1.0;
  -color: 0 0 0 0;
  -fixed: 0 1;
  - }
  -  }
  -  part { name: e.event.resize.br; type: RECT;
  - description { state: default 0.0;
  -rel1.relative: 1.0 1.0;
  -rel2.relative: 1.0 1.0;
  -min: 32 5;
  -align: 1.0 1.0;
  -color: 0 0 0 0;
  -fixed: 1 1;
  - }
  -  }
  -   }
  -}
  -
group { name: e/widgets/border/default/move;
   images.image: vgrad_tall.png COMP;
   images.image: bevel_out.png COMP;
 
 
  right, it's used by users. just like borderless style and the rest.
 
 And potentially by the illume policy: (policy.c)
 
 /* NB: DIALOG_USES_PIXEL_BORDER is an experiment in setting dialog windows
   * to use the 'pixel' type border. This is done because some dialogs,
   * when shown, blend into other windows too much. Pixel border adds a
   * little distinction between the dialog window and an app window.
   * Disable if this is not wanted */
 #define DIALOG_USES_PIXEL_BORDER 1

compositing fixes that :)


-- 
- Codito, ergo sum - I code, therefore I am 

Re: [E-devel] E SVN: raster trunk/e/data/themes/edc

2012-12-03 Thread Michael Blumenkrantz
I regret to inform you that it's still broken:
http://enlightenment.org/ss/e-50bca1b23d0637.61873429.jpg

On Mon, Dec 3, 2012 at 12:07 PM, Enlightenment SVN 
no-re...@enlightenment.org wrote:

 Log:
 make tabs have a min size for shadow part.. and scale it.



 Author:   raster
 Date: 2012-12-03 04:07:21 -0800 (Mon, 03 Dec 2012)
 New Revision: 80056
 Trac: http://trac.enlightenment.org/e/changeset/80056

 Modified:
   trunk/e/data/themes/edc/evrything.edc

 Modified: trunk/e/data/themes/edc/evrything.edc
 ===
 --- trunk/e/data/themes/edc/evrything.edc   2012-12-03 12:06:28 UTC
 (rev 80055)
 +++ trunk/e/data/themes/edc/evrything.edc   2012-12-03 12:07:21 UTC
 (rev 80056)
 @@ -719,7 +719,9 @@
 images.image: horizontal_separated_bar_small_glow.png COMP;
 parts {
part { name: shadow1; mouse_events: 0;
 + scale: 1;
   description { state: default 0.0;
 +min: 80 10;
  image.normal: shadow_inset_bevels.png;
  image.border: 2 2 0 1;
  visible: 0;



 --
 Keep yourself connected to Go Parallel:
 BUILD Helping you discover the best ways to construct your parallel
 projects.
 http://goparallel.sourceforge.net
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

--
Keep yourself connected to Go Parallel: 
BUILD Helping you discover the best ways to construct your parallel projects.
http://goparallel.sourceforge.net
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/edc

2012-12-03 Thread The Rasterman
On Mon, 3 Dec 2012 12:58:57 + Michael Blumenkrantz

michael.blumenkra...@gmail.com said:

did u also use the changes i made to the code? evrything was broken.

 I regret to inform you that it's still broken:
 http://enlightenment.org/ss/e-50bca1b23d0637.61873429.jpg
 
 On Mon, Dec 3, 2012 at 12:07 PM, Enlightenment SVN 
 no-re...@enlightenment.org wrote:
 
  Log:
  make tabs have a min size for shadow part.. and scale it.
 
 
 
  Author:   raster
  Date: 2012-12-03 04:07:21 -0800 (Mon, 03 Dec 2012)
  New Revision: 80056
  Trac: http://trac.enlightenment.org/e/changeset/80056
 
  Modified:
trunk/e/data/themes/edc/evrything.edc
 
  Modified: trunk/e/data/themes/edc/evrything.edc
  ===
  --- trunk/e/data/themes/edc/evrything.edc   2012-12-03 12:06:28 UTC
  (rev 80055)
  +++ trunk/e/data/themes/edc/evrything.edc   2012-12-03 12:07:21 UTC
  (rev 80056)
  @@ -719,7 +719,9 @@
  images.image: horizontal_separated_bar_small_glow.png COMP;
  parts {
 part { name: shadow1; mouse_events: 0;
  + scale: 1;
description { state: default 0.0;
  +min: 80 10;
   image.normal: shadow_inset_bevels.png;
   image.border: 2 2 0 1;
   visible: 0;
 
 
 
  --
  Keep yourself connected to Go Parallel:
  BUILD Helping you discover the best ways to construct your parallel
  projects.
  http://goparallel.sourceforge.net
  ___
  enlightenment-svn mailing list
  enlightenment-...@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
 
 --
 Keep yourself connected to Go Parallel: 
 BUILD Helping you discover the best ways to construct your parallel projects.
 http://goparallel.sourceforge.net
 ___
 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)ras...@rasterman.com


--
Keep yourself connected to Go Parallel: 
BUILD Helping you discover the best ways to construct your parallel projects.
http://goparallel.sourceforge.net
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/edc

2012-12-03 Thread Michael Blumenkrantz
latest svn

On Mon, Dec 3, 2012 at 1:49 PM, Carsten Haitzler ras...@rasterman.comwrote:

 On Mon, 3 Dec 2012 12:58:57 + Michael Blumenkrantz

 michael.blumenkra...@gmail.com said:

 did u also use the changes i made to the code? evrything was broken.

  I regret to inform you that it's still broken:
  http://enlightenment.org/ss/e-50bca1b23d0637.61873429.jpg
 
  On Mon, Dec 3, 2012 at 12:07 PM, Enlightenment SVN 
  no-re...@enlightenment.org wrote:
 
   Log:
   make tabs have a min size for shadow part.. and scale it.
  
  
  
   Author:   raster
   Date: 2012-12-03 04:07:21 -0800 (Mon, 03 Dec 2012)
   New Revision: 80056
   Trac: http://trac.enlightenment.org/e/changeset/80056
  
   Modified:
 trunk/e/data/themes/edc/evrything.edc
  
   Modified: trunk/e/data/themes/edc/evrything.edc
   ===
   --- trunk/e/data/themes/edc/evrything.edc   2012-12-03 12:06:28 UTC
   (rev 80055)
   +++ trunk/e/data/themes/edc/evrything.edc   2012-12-03 12:07:21 UTC
   (rev 80056)
   @@ -719,7 +719,9 @@
   images.image: horizontal_separated_bar_small_glow.png COMP;
   parts {
  part { name: shadow1; mouse_events: 0;
   + scale: 1;
 description { state: default 0.0;
   +min: 80 10;
image.normal: shadow_inset_bevels.png;
image.border: 2 2 0 1;
visible: 0;
  
  
  
  
 --
   Keep yourself connected to Go Parallel:
   BUILD Helping you discover the best ways to construct your parallel
   projects.
   http://goparallel.sourceforge.net
   ___
   enlightenment-svn mailing list
   enlightenment-...@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
  
 
 --
  Keep yourself connected to Go Parallel:
  BUILD Helping you discover the best ways to construct your parallel
 projects.
  http://goparallel.sourceforge.net
  ___
  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)ras...@rasterman.com


--
Keep yourself connected to Go Parallel: 
BUILD Helping you discover the best ways to construct your parallel projects.
http://goparallel.sourceforge.net
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/edc

2012-12-03 Thread The Rasterman
On Mon, 3 Dec 2012 13:46:55 + Michael Blumenkrantz
michael.blumenkra...@gmail.com said:

try now.

 latest svn
 
 On Mon, Dec 3, 2012 at 1:49 PM, Carsten Haitzler ras...@rasterman.comwrote:
 
  On Mon, 3 Dec 2012 12:58:57 + Michael Blumenkrantz
 
  michael.blumenkra...@gmail.com said:
 
  did u also use the changes i made to the code? evrything was broken.
 
   I regret to inform you that it's still broken:
   http://enlightenment.org/ss/e-50bca1b23d0637.61873429.jpg
  
   On Mon, Dec 3, 2012 at 12:07 PM, Enlightenment SVN 
   no-re...@enlightenment.org wrote:
  
Log:
make tabs have a min size for shadow part.. and scale it.
   
   
   
Author:   raster
Date: 2012-12-03 04:07:21 -0800 (Mon, 03 Dec 2012)
New Revision: 80056
Trac: http://trac.enlightenment.org/e/changeset/80056
   
Modified:
  trunk/e/data/themes/edc/evrything.edc
   
Modified: trunk/e/data/themes/edc/evrything.edc
===
--- trunk/e/data/themes/edc/evrything.edc   2012-12-03 12:06:28 UTC
(rev 80055)
+++ trunk/e/data/themes/edc/evrything.edc   2012-12-03 12:07:21 UTC
(rev 80056)
@@ -719,7 +719,9 @@
images.image: horizontal_separated_bar_small_glow.png COMP;
parts {
   part { name: shadow1; mouse_events: 0;
+ scale: 1;
  description { state: default 0.0;
+min: 80 10;
 image.normal: shadow_inset_bevels.png;
 image.border: 2 2 0 1;
 visible: 0;
   
   
   
   
  --
Keep yourself connected to Go Parallel:
BUILD Helping you discover the best ways to construct your parallel
projects.
http://goparallel.sourceforge.net
___
enlightenment-svn mailing list
enlightenment-...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
   
  
  --
   Keep yourself connected to Go Parallel:
   BUILD Helping you discover the best ways to construct your parallel
  projects.
   http://goparallel.sourceforge.net
   ___
   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)ras...@rasterman.com
 
 
 --
 Keep yourself connected to Go Parallel: 
 BUILD Helping you discover the best ways to construct your parallel projects.
 http://goparallel.sourceforge.net
 ___
 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)ras...@rasterman.com


--
Keep yourself connected to Go Parallel: 
BUILD Helping you discover the best ways to construct your parallel projects.
http://goparallel.sourceforge.net
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/edc

2012-12-03 Thread Michael Blumenkrantz
hooray! it's fixed!

On Mon, Dec 3, 2012 at 2:32 PM, Carsten Haitzler ras...@rasterman.comwrote:

 On Mon, 3 Dec 2012 13:46:55 + Michael Blumenkrantz
 michael.blumenkra...@gmail.com said:

 try now.

  latest svn
 
  On Mon, Dec 3, 2012 at 1:49 PM, Carsten Haitzler ras...@rasterman.com
 wrote:
 
   On Mon, 3 Dec 2012 12:58:57 + Michael Blumenkrantz
  
   michael.blumenkra...@gmail.com said:
  
   did u also use the changes i made to the code? evrything was broken.
  
I regret to inform you that it's still broken:
http://enlightenment.org/ss/e-50bca1b23d0637.61873429.jpg
   
On Mon, Dec 3, 2012 at 12:07 PM, Enlightenment SVN 
no-re...@enlightenment.org wrote:
   
 Log:
 make tabs have a min size for shadow part.. and scale it.



 Author:   raster
 Date: 2012-12-03 04:07:21 -0800 (Mon, 03 Dec 2012)
 New Revision: 80056
 Trac: http://trac.enlightenment.org/e/changeset/80056

 Modified:
   trunk/e/data/themes/edc/evrything.edc

 Modified: trunk/e/data/themes/edc/evrything.edc
 ===
 --- trunk/e/data/themes/edc/evrything.edc   2012-12-03
 12:06:28 UTC
 (rev 80055)
 +++ trunk/e/data/themes/edc/evrything.edc   2012-12-03
 12:07:21 UTC
 (rev 80056)
 @@ -719,7 +719,9 @@
 images.image: horizontal_separated_bar_small_glow.png COMP;
 parts {
part { name: shadow1; mouse_events: 0;
 + scale: 1;
   description { state: default 0.0;
 +min: 80 10;
  image.normal: shadow_inset_bevels.png;
  image.border: 2 2 0 1;
  visible: 0;




  
 --
 Keep yourself connected to Go Parallel:
 BUILD Helping you discover the best ways to construct your parallel
 projects.
 http://goparallel.sourceforge.net
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

   
  
 --
Keep yourself connected to Go Parallel:
BUILD Helping you discover the best ways to construct your parallel
   projects.
http://goparallel.sourceforge.net
___
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)ras...@rasterman.com
  
  
 
 --
  Keep yourself connected to Go Parallel:
  BUILD Helping you discover the best ways to construct your parallel
 projects.
  http://goparallel.sourceforge.net
  ___
  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)ras...@rasterman.com


--
Keep yourself connected to Go Parallel: 
BUILD Helping you discover the best ways to construct your parallel projects.
http://goparallel.sourceforge.net
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/edc

2012-11-20 Thread thomasg
On Tue, Nov 20, 2012 at 3:54 PM, Enlightenment SVN
no-re...@enlightenment.org wrote:
 Log:
 fix long press on label to triggewr rename after mouse release IF
   held down for  0.4 sec.


Imho, triggering the rename on mouse up is counter-intuitive.
On Desktops, the most common behavior is the Windows one with rename
on mouse up _without_ timer (though it only happens on already
selected items, which is why I think most people don't even know about
it).
On Mobile, the most common behavior for item interaction (though not
renaming alone) is on mouse _down_ with timer.

The way E behaves here just seems random and magic as there is no
indicator that a rename might be triggered.

Is this really the intended behavior?

On another note: when rename happens after mouse up, if the
single-click action is set, it will still open the file.

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/edc

2012-11-20 Thread The Rasterman
On Tue, 20 Nov 2012 22:18:39 +0100 thomasg tho...@gstaedtner.net said:

 On Tue, Nov 20, 2012 at 3:54 PM, Enlightenment SVN
 no-re...@enlightenment.org wrote:
  Log:
  fix long press on label to triggewr rename after mouse release IF
held down for  0.4 sec.
 
 
 Imho, triggering the rename on mouse up is counter-intuitive.
 On Desktops, the most common behavior is the Windows one with rename
 on mouse up _without_ timer (though it only happens on already
 selected items, which is why I think most people don't even know about
 it).
 On Mobile, the most common behavior for item interaction (though not
 renaming alone) is on mouse _down_ with timer.
 
 The way E behaves here just seems random and magic as there is no
 indicator that a rename might be triggered.

valid complaint before: EVERY click on the text of an icon - in icon or list
mode entered rename mode. this was totally unusable. the other problem is if
done purely on timeout if mouse pressed for long enough, is we have event
problems with bits of efm/evas still thinking the mouse is pressed on something
when it is not. this is a workaround. third - u still have the click+drag +drop
and this needs to work with that. if u PRESS a second time on a selected item u
need to NOT start rename IF u start dragging - thus the timeout.

 Is this really the intended behavior?
 
 On another note: when rename happens after mouse up, if the
 single-click action is set, it will still open the file.

aah crap. this means in code... it needs to use a job, and the job needs to
force signal processing and if edit mode was started- then abort single click
activation... gar... signal/timing/async race condition issue atm.

 --
 Monitor your physical, virtual and cloud infrastructure from a single
 web console. Get in-depth insight into apps, servers, databases, vmware,
 SAP, cloud infrastructure, etc. Download 30-day Free Trial.
 Pricing starts from $795 for 25 servers or applications!
 http://p.sf.net/sfu/zoho_dev2dev_nov
 ___
 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)ras...@rasterman.com


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/edc

2012-11-20 Thread thomasg
On Wed, Nov 21, 2012 at 12:37 AM, Carsten Haitzler ras...@rasterman.com wrote:
 On Tue, 20 Nov 2012 22:18:39 +0100 thomasg tho...@gstaedtner.net said:

 On Tue, Nov 20, 2012 at 3:54 PM, Enlightenment SVN
 no-re...@enlightenment.org wrote:
  Log:
  fix long press on label to triggewr rename after mouse release IF
held down for  0.4 sec.
 

 Imho, triggering the rename on mouse up is counter-intuitive.
 On Desktops, the most common behavior is the Windows one with rename
 on mouse up _without_ timer (though it only happens on already
 selected items, which is why I think most people don't even know about
 it).
 On Mobile, the most common behavior for item interaction (though not
 renaming alone) is on mouse _down_ with timer.

 The way E behaves here just seems random and magic as there is no
 indicator that a rename might be triggered.

 valid complaint before: EVERY click on the text of an icon - in icon or list
 mode entered rename mode. this was totally unusable. the other problem is if
 done purely on timeout if mouse pressed for long enough, is we have event
 problems with bits of efm/evas still thinking the mouse is pressed on 
 something
 when it is not. this is a workaround. third - u still have the click+drag 
 +drop
 and this needs to work with that. if u PRESS a second time on a selected item 
 u
 need to NOT start rename IF u start dragging - thus the timeout.


This is true, this is a problem, but I think the new behavior
introduces too many problems to be considered a fix, not only
single-click race conditions but also the weird and unexpected
behavior.

But to be honest, I can't think of anything to fix this, certainly not
without reinventing the whole feature.

 Is this really the intended behavior?

 On another note: when rename happens after mouse up, if the
 single-click action is set, it will still open the file.

 aah crap. this means in code... it needs to use a job, and the job needs to
 force signal processing and if edit mode was started- then abort single click
 activation... gar... signal/timing/async race condition issue atm.

 --
 Monitor your physical, virtual and cloud infrastructure from a single
 web console. Get in-depth insight into apps, servers, databases, vmware,
 SAP, cloud infrastructure, etc. Download 30-day Free Trial.
 Pricing starts from $795 for 25 servers or applications!
 http://p.sf.net/sfu/zoho_dev2dev_nov
 ___
 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)ras...@rasterman.com


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/edc

2012-11-20 Thread Lucas De Marchi
On Tue, Nov 20, 2012 at 12:56 PM, Enlightenment SVN
no-re...@enlightenment.org wrote:
 Log:
 oops i messed up no-seconds mode... and 24h in clock. fix.


Talking about 24h and no-seconds mode, could we fix the date when they
are used together? See the screenshot attached.



Lucas De Marchi
attachment: shot-2012-11-21_00-38-43.jpg--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/edc

2012-11-20 Thread The Rasterman
On Wed, 21 Nov 2012 00:41:40 -0200 Lucas De Marchi
lucas.demar...@profusion.mobi said:

 On Tue, Nov 20, 2012 at 12:56 PM, Enlightenment SVN
 no-re...@enlightenment.org wrote:
  Log:
  oops i messed up no-seconds mode... and 24h in clock. fix.
 
 
 Talking about 24h and no-seconds mode, could we fix the date when they
 are used together? See the screenshot attached.

there isn't a way to fix the date :( the date string comes from code. the
clock size is determined by the numbers... all i can do is add another format
that is just the date in numbers... no day name.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/edc

2012-11-20 Thread David Seikel
On Wed, 21 Nov 2012 11:59:45 +0900 Carsten Haitzler (The Rasterman)
ras...@rasterman.com wrote:

 On Wed, 21 Nov 2012 00:41:40 -0200 Lucas De Marchi
 lucas.demar...@profusion.mobi said:
 
  On Tue, Nov 20, 2012 at 12:56 PM, Enlightenment SVN
  no-re...@enlightenment.org wrote:
   Log:
   oops i messed up no-seconds mode... and 24h in clock. fix.
  
  
  Talking about 24h and no-seconds mode, could we fix the date when
  they are used together? See the screenshot attached.
 
 there isn't a way to fix the date :( the date string comes from
 code. the clock size is determined by the numbers... all i can do is
 add another format that is just the date in numbers... no day name.

Might as well add an advanced settings dialog add your own formats
here.  :-P

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/edc

2012-11-20 Thread Lucas De Marchi
On Wed, Nov 21, 2012 at 12:59 AM, Carsten Haitzler ras...@rasterman.com wrote:
 On Wed, 21 Nov 2012 00:41:40 -0200 Lucas De Marchi
 lucas.demar...@profusion.mobi said:

 On Tue, Nov 20, 2012 at 12:56 PM, Enlightenment SVN
 no-re...@enlightenment.org wrote:
  Log:
  oops i messed up no-seconds mode... and 24h in clock. fix.
 

 Talking about 24h and no-seconds mode, could we fix the date when they
 are used together? See the screenshot attached.

 there isn't a way to fix the date :( the date string comes from code. the
 clock size is determined by the numbers... all i can do is add another format
 that is just the date in numbers... no day name.


isn't there a property to let the size be determined by the contents,
so the text is not ellipsized?  I'm no edje expert, but I think I used
this in a previous mock of connman module


Lucas De Marchi

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/edc

2012-11-20 Thread The Rasterman
On Wed, 21 Nov 2012 01:19:14 -0200 Lucas De Marchi
lucas.demar...@profusion.mobi said:

 On Wed, Nov 21, 2012 at 12:59 AM, Carsten Haitzler ras...@rasterman.com
 wrote:
  On Wed, 21 Nov 2012 00:41:40 -0200 Lucas De Marchi
  lucas.demar...@profusion.mobi said:
 
  On Tue, Nov 20, 2012 at 12:56 PM, Enlightenment SVN
  no-re...@enlightenment.org wrote:
   Log:
   oops i messed up no-seconds mode... and 24h in clock. fix.
  
 
  Talking about 24h and no-seconds mode, could we fix the date when they
  are used together? See the screenshot attached.
 
  there isn't a way to fix the date :( the date string comes from code. the
  clock size is determined by the numbers... all i can do is add another
  format that is just the date in numbers... no day name.
 
 isn't there a property to let the size be determined by the contents,
 so the text is not ellipsized?  I'm no edje expert, but I think I used
 this in a previous mock of connman module

yes - but this will result in unreadable text in your situation- any smaller
than that font u have will just become squiggles :)

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/images

2012-06-28 Thread Sanjeev BA
I can't help but say this new wallpaper really Rocks :)

On Fri, Jun 29, 2012 at 8:25 AM, Enlightenment SVN 
no-re...@enlightenment.org wrote:

 Log:
 lets tone down the bumpiness of the wallpaper.



 Author:   raster
 Date: 2012-06-28 16:25:31 -0700 (Thu, 28 Jun 2012)
 New Revision: 73019
 Trac: http://trac.enlightenment.org/e/changeset/73019

 Modified:
  trunk/e/data/themes/images/Motleyrock.jpg

 Modified: trunk/e/data/themes/images/Motleyrock.jpg
 ===
 (Binary files differ)



 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/images

2012-06-28 Thread The Rasterman
On Fri, 29 Jun 2012 10:10:21 +0900 Sanjeev BA eflel...@gmail.com said:

bwahahahhaha! seriously though - it's a composite of several layers of rock
images from some i had and then some manipulation, so for me i've started at it
for so long now i no longer see it with fresh eyes, so input is good. :)

 I can't help but say this new wallpaper really Rocks :)
 
 On Fri, Jun 29, 2012 at 8:25 AM, Enlightenment SVN 
 no-re...@enlightenment.org wrote:
 
  Log:
  lets tone down the bumpiness of the wallpaper.
 
 
 
  Author:   raster
  Date: 2012-06-28 16:25:31 -0700 (Thu, 28 Jun 2012)
  New Revision: 73019
  Trac: http://trac.enlightenment.org/e/changeset/73019
 
  Modified:
   trunk/e/data/themes/images/Motleyrock.jpg
 
  Modified: trunk/e/data/themes/images/Motleyrock.jpg
  ===
  (Binary files differ)
 
 
 
  --
  Live Security Virtual Conference
  Exclusive live event will cover all the ways today's security and
  threat landscape has changed and how IT managers can respond. Discussions
  will include endpoint security, mobile security and the latest in malware
  threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  ___
  enlightenment-svn mailing list
  enlightenment-...@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
 
 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and 
 threat landscape has changed and how IT managers can respond. Discussions 
 will include endpoint security, mobile security and the latest in malware 
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 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)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2011-06-21 Thread Boris Faure
On Tue, Jun 21, 2011 at 15:03, Enlightenment SVN
no-re...@enlightenment.org wrote:
 Log:
 hmm maybe its a signal queue ordering thing  - clock state. try this.

That fixes the issue I had with the clock showing UTC hour before
getting refreshed.
Thank you.
-- 
Boris Faure

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2011-06-21 Thread The Rasterman
On Tue, 21 Jun 2011 15:39:58 +0200 Boris Faure bill...@gmail.com said:

 On Tue, Jun 21, 2011 at 15:03, Enlightenment SVN
 no-re...@enlightenment.org wrote:
  Log:
  hmm maybe its a signal queue ordering thing  - clock state. try this.
 
 That fixes the issue I had with the clock showing UTC hour before
 getting refreshed.
 Thank you.

yay

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2011-06-21 Thread Thomas Gstädtner
On Wed, Jun 22, 2011 at 01:38, Carsten Haitzler ras...@rasterman.com wrote:
 On Tue, 21 Jun 2011 15:39:58 +0200 Boris Faure bill...@gmail.com said:

 On Tue, Jun 21, 2011 at 15:03, Enlightenment SVN
 no-re...@enlightenment.org wrote:
  Log:
  hmm maybe its a signal queue ordering thing  - clock state. try this.

 That fixes the issue I had with the clock showing UTC hour before
 getting refreshed.
 Thank you.

 yay

 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)    ras...@rasterman.com

Works for me as well. Thanks a lot.

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/images

2010-09-05 Thread Stefan Schmidt
Hello.

On Sun, 2010-09-05 at 04:58, Enlightenment SVN wrote:
 Log:
   i have this AWESOME idea guys. how about... we... pass make distcheck?
   eh? brilliant isn't it? :)
   
   
 Author:   raster
 Date: 2010-09-05 04:58:32 -0700 (Sun, 05 Sep 2010)
 New Revision: 51901
 
 Modified:
   trunk/e/data/themes/images/Makefile.am 
 
 Modified: trunk/e/data/themes/images/Makefile.am
 ===
 --- trunk/e/data/themes/images/Makefile.am2010-09-05 09:45:28 UTC (rev 
 51900)
 +++ trunk/e/data/themes/images/Makefile.am2010-09-05 11:58:32 UTC (rev 
 51901)
 @@ -1,4 +1,4 @@
 -MAINTAINERCLEANFILES = Makefile.in
 +yMAINTAINERCLEANFILES = Makefile.in

Spurious character.

regards
Stefan Schmidt

--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/images

2010-09-05 Thread The Rasterman
On Sun, 5 Sep 2010 14:03:34 +0200 Stefan Schmidt ste...@datenfreihafen.org
said:

fixed instantly already :)

 Hello.
 
 On Sun, 2010-09-05 at 04:58, Enlightenment SVN wrote:
  Log:
i have this AWESOME idea guys. how about... we... pass make distcheck?
eh? brilliant isn't it? :)


  Author:   raster
  Date: 2010-09-05 04:58:32 -0700 (Sun, 05 Sep 2010)
  New Revision: 51901
  
  Modified:
trunk/e/data/themes/images/Makefile.am 
  
  Modified: trunk/e/data/themes/images/Makefile.am
  ===
  --- trunk/e/data/themes/images/Makefile.am  2010-09-05 09:45:28 UTC
  (rev 51900) +++ trunk/e/data/themes/images/Makefile.am  2010-09-05
  11:58:32 UTC (rev 51901) @@ -1,4 +1,4 @@
  -MAINTAINERCLEANFILES = Makefile.in
  +yMAINTAINERCLEANFILES = Makefile.in
 
 Spurious character.
 
 regards
 Stefan Schmidt
 
 --
 This SF.net Dev2Dev email is sponsored by:
 
 Show off your parallel programming skills.
 Enter the Intel(R) Threading Challenge 2010.
 http://p.sf.net/sfu/intel-thread-sfd
 ___
 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)ras...@rasterman.com


--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/images

2010-09-05 Thread David Seikel
On Sun, 5 Sep 2010 22:35:18 +0900 Carsten Haitzler (The Rasterman)
ras...@rasterman.com wrote:

 On Sun, 5 Sep 2010 14:03:34 +0200 Stefan Schmidt
 ste...@datenfreihafen.org said:
 
 fixed instantly already :)
 
  Hello.
  
  On Sun, 2010-09-05 at 04:58, Enlightenment SVN wrote:
   Log:
 i have this AWESOME idea guys. how about... we... pass make
   distcheck? eh? brilliant isn't it? :)
 
 
   Author:   raster
   Date: 2010-09-05 04:58:32 -0700 (Sun, 05 Sep 2010)
   New Revision: 51901
   
   Modified:
 trunk/e/data/themes/images/Makefile.am 
   
   Modified: trunk/e/data/themes/images/Makefile.am
   ===
   --- trunk/e/data/themes/images/Makefile.am2010-09-05
   09:45:28 UTC (rev 51900) +++
   trunk/e/data/themes/images/Makefile.am2010-09-05 11:58:32
   UTC (rev 51901) @@ -1,4 +1,4 @@ -MAINTAINERCLEANFILES =
   Makefile.in +yMAINTAINERCLEANFILES = Makefile.in
  
  Spurious character.

Did you run make distcheck on it to test before you committed?  :-P

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/images

2010-09-05 Thread The Rasterman
On Mon, 6 Sep 2010 01:27:40 +1000 David Seikel onef...@gmail.com said:

 On Sun, 5 Sep 2010 22:35:18 +0900 Carsten Haitzler (The Rasterman)
 ras...@rasterman.com wrote:
 
  On Sun, 5 Sep 2010 14:03:34 +0200 Stefan Schmidt
  ste...@datenfreihafen.org said:
  
  fixed instantly already :)
  
   Hello.
   
   On Sun, 2010-09-05 at 04:58, Enlightenment SVN wrote:
Log:
  i have this AWESOME idea guys. how about... we... pass make
distcheck? eh? brilliant isn't it? :)
  
  
Author:   raster
Date: 2010-09-05 04:58:32 -0700 (Sun, 05 Sep 2010)
New Revision: 51901

Modified:
  trunk/e/data/themes/images/Makefile.am 

Modified: trunk/e/data/themes/images/Makefile.am
===
--- trunk/e/data/themes/images/Makefile.am  2010-09-05
09:45:28 UTC (rev 51900) +++
trunk/e/data/themes/images/Makefile.am  2010-09-05 11:58:32
UTC (rev 51901) @@ -1,4 +1,4 @@ -MAINTAINERCLEANFILES =
Makefile.in +yMAINTAINERCLEANFILES = Makefile.in
   
   Spurious character.
 
 Did you run make distcheck on it to test before you committed?  :-P

actually that would have distchecked just fine.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2009-05-15 Thread The Rasterman
On Sun, 10 May 2009 23:58:40 +0200 Peter Wehrfritz peter.wehrfr...@web.de
said:

we should possibly do this... but i think this might get put off for a while as
i don't think its too urgent and it may invole a lot of fiddling around the
strings. maybe do it once dialogs are settled and strings are stable.

 Carsten Haitzler (The Rasterman) schrieb:
  yes - its a translation problem. this is one of the problems with simple
  string mappings. 1 word in english may have multiple meanings. i think it
  is possible in gettext to somehow mark such strings specially, but i don't
  know how. 
 
 
 The gettext manual proposes to use sgettext(). You pass a string to it 
 that has a more explaining prefix. For example sgettext(DOCUMENT|New) 
 or sgettext(FILE|New) if it does not find a translation for it it will 
 strip every thing before the last '|', so it returns only New. Since 
 the separator character ('|') may not work for everyone and the function 
 is relative simple, sgettext is not part of the API. In elitaire I use 
 the following function:
 
 inline char *
 sgettext(const char *msgid)
 {
 char *msgval = gettext(msgid);
 if (msgval == msgid)
 msgval = strrchr(msgid, '|') + 1;
 return msgval;
 }
 
 Peter
 
 --
 The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
 production scanning environment may not be a perfect world - but thanks to
 Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
 Series Scanner you'll get full speed at 300 dpi even with all image 
 processing features enabled. http://p.sf.net/sfu/kodak-com
 ___
 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)ras...@rasterman.com


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2009-05-10 Thread Massimo Maiurana
Carsten Haitzler (The Rasterman), il 10/05/2009 05:08, scrisse:

 oh not a patch in mail but a commit! aaah. well.. i did this because syscon 
 was
 1 pixel wide in illume. min_size_calc returned a min size horizontally of 0.
 thats a bit of a problem.

while we're on this topic, the syscon window in illume has two 
buttons labeled close and home: what do these buttons actually does?
I ask because home is already used in the files menu as open efm 
in your home directory, and if it has a different meaning in illume 
there could be a problem with translations.

-- 
   Massimo Maiurana massimoatragusa.linux.it
   http://massimo.solira.org   GPG keyID #7044D601

Articolo 33 - [...]Enti e privati hanno il diritto di istituire
scuole ed istituti di educazione, senza oneri per lo Stato.[...]

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2009-05-10 Thread The Rasterman
On Sun, 10 May 2009 11:52:35 +0200 Massimo Maiurana maiur...@gmail.com said:

 Carsten Haitzler (The Rasterman), il 10/05/2009 05:08, scrisse:
 
  oh not a patch in mail but a commit! aaah. well.. i did this because syscon
  was 1 pixel wide in illume. min_size_calc returned a min size horizontally
  of 0. thats a bit of a problem.
 
 while we're on this topic, the syscon window in illume has two 
 buttons labeled close and home: what do these buttons actually does?
 I ask because home is already used in the files menu as open efm 
 in your home directory, and if it has a different meaning in illume 
 there could be a problem with translations.

Home is the Home screen - ie desktop with no windows (the desktop root bg is
the launcher etc.) in future this may be a separate window or not - but home is
the home screen/state.

close - this closes the currently active window - if there is one.

yes - its a translation problem. this is one of the problems with simple string
mappings. 1 word in english may have multiple meanings. i think it is possible
in gettext to somehow mark such strings specially, but i don't know how.

 -- 
Massimo Maiurana massimoatragusa.linux.it
http://massimo.solira.org   GPG keyID #7044D601
 
 Articolo 33 - [...]Enti e privati hanno il diritto di istituire
 scuole ed istituti di educazione, senza oneri per lo Stato.[...]
 
 --
 The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
 production scanning environment may not be a perfect world - but thanks to
 Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
 Series Scanner you'll get full speed at 300 dpi even with all image 
 processing features enabled. http://p.sf.net/sfu/kodak-com
 ___
 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)ras...@rasterman.com


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2009-05-10 Thread Peter Wehrfritz
Carsten Haitzler (The Rasterman) schrieb:
 yes - its a translation problem. this is one of the problems with simple 
 string
 mappings. 1 word in english may have multiple meanings. i think it is possible
 in gettext to somehow mark such strings specially, but i don't know how.
   


The gettext manual proposes to use sgettext(). You pass a string to it 
that has a more explaining prefix. For example sgettext(DOCUMENT|New) 
or sgettext(FILE|New) if it does not find a translation for it it will 
strip every thing before the last '|', so it returns only New. Since 
the separator character ('|') may not work for everyone and the function 
is relative simple, sgettext is not part of the API. In elitaire I use 
the following function:

inline char *
sgettext(const char *msgid)
{
char *msgval = gettext(msgid);
if (msgval == msgid)
msgval = strrchr(msgid, '|') + 1;
return msgval;
}

Peter

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2009-05-09 Thread Massimiliano Calamelli
2009/5/9 Enlightenment SVN no-re...@enlightenment.org:
 Log:
  fix theme for syscon - was bad... mmkay


 Author:       raster
 Date:         2009-05-09 04:03:11 -0700 (Sat, 09 May 2009)
 New Revision: 40567

 Modified:
  trunk/e/data/themes/default.edc

 Modified: trunk/e/data/themes/default.edc
 ===
 --- trunk/e/data/themes/default.edc     2009-05-09 10:26:12 UTC (rev 40566)
 +++ trunk/e/data/themes/default.edc     2009-05-09 11:03:11 UTC (rev 40567)
 @@ -10772,7 +10772,7 @@
         part { name: e.swallow.main;
            type: SWALLOW;
            description { state: default 0.0;
 -               fixed: 1 1;
 +//               fixed: 1 1;
                align: 0.5 0.0;
               rel1.offset: 12 12;
                rel2.relative: 1.0 0.0;
 @@ -10794,7 +10794,7 @@
         part { name: e.swallow.extra;
            type: SWALLOW;
            description { state: default 0.0;
 -               fixed: 1 1;
 +//               fixed: 1 1;
                align: 0.5 1.0;
                rel1.relative: 0.0 1.0;
               rel1.offset: 12 -13;


Hi raster, the previous patch came from me, i added fixed: 1 1; to
solve the issue in syscon module with italian translation: buttons
partially truncated.

Two shots to show the problem (E translated in italian):
* before your patch - http://www.mcalamelli.net/files/syscon_with_fixed.png
* current svn - http://www.mcalamelli.net/files/syscon_without_fixed.png

Ciao

Massimiliano

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2009-05-09 Thread Massimo Maiurana
Massimiliano Calamelli, il 09/05/2009 13:54, scrisse:

 Hi raster, the previous patch came from me, i added fixed: 1 1; to
 solve the issue in syscon module with italian translation: buttons
 partially truncated.
 
 Two shots to show the problem (E translated in italian):
 * before your patch - http://www.mcalamelli.net/files/syscon_with_fixed.png
 * current svn - http://www.mcalamelli.net/files/syscon_without_fixed.png

even in the english version the buttons are misaligned, while 
they're not truncated as in italian.
we could replace chiudi sessione with esci in it.po, but it 
would be just a workaround, not a real fix.

-- 
   Massimo Maiurana massimoatragusa.linux.it
   http://massimo.solira.org   GPG keyID #7044D601

Articolo 33 - [...]Enti e privati hanno il diritto di istituire
scuole ed istituti di educazione, senza oneri per lo Stato.[...]

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2009-05-09 Thread The Rasterman
On Sat, 9 May 2009 13:54:07 +0200 Massimiliano Calamelli mcalame...@gmail.com
said:

you did? where?n i didnt see any email?

 2009/5/9 Enlightenment SVN no-re...@enlightenment.org:
  Log:
   fix theme for syscon - was bad... mmkay
 
 
  Author:       raster
  Date:         2009-05-09 04:03:11 -0700 (Sat, 09 May 2009)
  New Revision: 40567
 
  Modified:
   trunk/e/data/themes/default.edc
 
  Modified: trunk/e/data/themes/default.edc
  ===
  --- trunk/e/data/themes/default.edc     2009-05-09 10:26:12 UTC (rev 40566)
  +++ trunk/e/data/themes/default.edc     2009-05-09 11:03:11 UTC (rev 40567)
  @@ -10772,7 +10772,7 @@
          part { name: e.swallow.main;
             type: SWALLOW;
             description { state: default 0.0;
  -               fixed: 1 1;
  +//               fixed: 1 1;
                 align: 0.5 0.0;
                rel1.offset: 12 12;
                 rel2.relative: 1.0 0.0;
  @@ -10794,7 +10794,7 @@
          part { name: e.swallow.extra;
             type: SWALLOW;
             description { state: default 0.0;
  -               fixed: 1 1;
  +//               fixed: 1 1;
                 align: 0.5 1.0;
                 rel1.relative: 0.0 1.0;
                rel1.offset: 12 -13;
 
 
 Hi raster, the previous patch came from me, i added fixed: 1 1; to
 solve the issue in syscon module with italian translation: buttons
 partially truncated.
 
 Two shots to show the problem (E translated in italian):
 * before your patch - http://www.mcalamelli.net/files/syscon_with_fixed.png
 * current svn - http://www.mcalamelli.net/files/syscon_without_fixed.png
 
 Ciao
 
 Massimiliano
 
 --
 The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
 production scanning environment may not be a perfect world - but thanks to
 Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
 Series Scanner you'll get full speed at 300 dpi even with all image 
 processing features enabled. http://p.sf.net/sfu/kodak-com
 ___
 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)ras...@rasterman.com


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2009-05-09 Thread Massimiliano Calamelli
2009/5/9 Carsten Haitzler ras...@rasterman.com:
 On Sat, 9 May 2009 13:54:07 +0200 Massimiliano Calamelli 
 mcalame...@gmail.com
 said:

 you did? where?n i didnt see any email?

 The Rasterman (Carsten Haitzler)    ras...@rasterman.com


I don't know about the mail, anyway see the changelog for rev40133.

Massimiliano

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2009-05-09 Thread The Rasterman
On Sat, 9 May 2009 16:11:14 +0200 Massimiliano Calamelli mcalame...@gmail.com
said:

 2009/5/9 Carsten Haitzler ras...@rasterman.com:
  On Sat, 9 May 2009 13:54:07 +0200 Massimiliano Calamelli
  mcalame...@gmail.com said:
 
  you did? where?n i didnt see any email?
 
  The Rasterman (Carsten Haitzler)    ras...@rasterman.com
 
 
 I don't know about the mail, anyway see the changelog for rev40133.

oh not a patch in mail but a commit! aaah. well.. i did this because syscon was
1 pixel wide in illume. min_size_calc returned a min size horizontally of 0.
thats a bit of a problem.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2009-01-28 Thread Gustavo Sverzut Barbieri
On Wed, Jan 28, 2009 at 10:36 AM, Enlightenment SVN
no-re...@enlightenment.org wrote:
 Log:
  make arrow clicks on toolbar scroll 1 step.

How about fade/hide them when there's nothing to scroll?


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2009-01-28 Thread The Rasterman
On Wed, 28 Jan 2009 10:50:20 -0200 Gustavo Sverzut Barbieri
barbi...@profusion.mobi said:

when content smaller than bar - they vanish. but not specifically at the
left/right specifically as toolbar just uses a scrolled view for its scrolling
with a custom look - scrolled view needs this feature. :)

 On Wed, Jan 28, 2009 at 10:36 AM, Enlightenment SVN
 no-re...@enlightenment.org wrote:
  Log:
   make arrow clicks on toolbar scroll 1 step.
 
 How about fade/hide them when there's nothing to scroll?
 
 
 -- 
 Gustavo Sverzut Barbieri
 http://profusion.mobi embedded systems
 --
 MSN: barbi...@gmail.com
 Skype: gsbarbieri
 Mobile: +55 (19) 9225-2202
 
 --
 This SF.net email is sponsored by:
 SourcForge Community
 SourceForge wants to tell your story.
 http://p.sf.net/sfu/sf-spreadtheword
 ___
 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)ras...@rasterman.com


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/images

2008-10-26 Thread Christopher Michael
great !!

About bx cld b wdr 2 ft all nms

dh

Enlightenment SVN wrote:
 Log:
   nicer icons.
   
   
 Author:   raster
 Date: 2008-10-26 20:02:12 -0700 (Sun, 26 Oct 2008)
 New Revision: 37189
 
 Modified:
   trunk/e/data/themes/images/icon_efm_home.png 
 trunk/e/data/themes/images/icon_efm_root.png 
 trunk/e/data/themes/images/icon_efm_tmp.png 
 
 Modified: trunk/e/data/themes/images/icon_efm_home.png
 ===
 (Binary files differ)
 
 Modified: trunk/e/data/themes/images/icon_efm_root.png
 ===
 (Binary files differ)
 
 Modified: trunk/e/data/themes/images/icon_efm_tmp.png
 ===
 (Binary files differ)
 
 
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 enlightenment-svn mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2008-10-26 Thread Christopher Michael

kudos 2 the catch !!!


Enlightenment SVN wrote:
 Log:
   bug in splash - didnt start shutdown right.
   
   
 Author:   raster
 Date: 2008-10-26 22:37:27 -0700 (Sun, 26 Oct 2008)
 New Revision: 37198
 
 Modified:
   trunk/e/data/themes/default.edc 
 
 Modified: trunk/e/data/themes/default.edc
 ===
 --- trunk/e/data/themes/default.edc   2008-10-27 05:30:39 UTC (rev 37197)
 +++ trunk/e/data/themes/default.edc   2008-10-27 05:37:27 UTC (rev 37198)
 @@ -22609,7 +22609,7 @@
   signal: load;
   source: ;
   script {
 -set_int(is_ready, 0);
 +set_int(is_ready, 1);
  set_int(do_end, 0);
   }
}
 
 
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 enlightenment-svn mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2008-10-24 Thread Gustavo Sverzut Barbieri
On Thu, Oct 23, 2008 at 8:30 PM, Enlightenment SVN
[EMAIL PROTECTED] wrote:
 Log:
  hmmm - no. Edje-Vera-Bold is a pointless addition. why? it's not defined
  anywhere! you would need a fonts {} sectin that maps Edje-Vera-Bold to a
  .ttf file inlined into the .edj files. We don't included these anymore in the
  theme. We use the (these days) standard Sans font on the system. the solution
  to it missing/not working (when a bold style is used) is not adding fallbacks
  in to fonts that don't exist. I have never seen any problem with this, so
  those that do should be checking why the Sans and Sans:style=Bold fontconfig
  font declarations don't work (lack of those fonts on their system? bad
  fontconfig setup? maybe a bug in evas's fontconfig support?)

missing fontconfig or systems without fonts at all, it's a weird case,
but happened to me already.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: [EMAIL PROTECTED]
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2008-10-24 Thread Vincent Torri


On Fri, 24 Oct 2008, Gustavo Sverzut Barbieri wrote:

 On Thu, Oct 23, 2008 at 8:30 PM, Enlightenment SVN
 [EMAIL PROTECTED] wrote:
 Log:
  hmmm - no. Edje-Vera-Bold is a pointless addition. why? it's not defined
  anywhere! you would need a fonts {} sectin that maps Edje-Vera-Bold to a
  .ttf file inlined into the .edj files. We don't included these anymore in 
 the
  theme. We use the (these days) standard Sans font on the system. the 
 solution
  to it missing/not working (when a bold style is used) is not adding 
 fallbacks
  in to fonts that don't exist. I have never seen any problem with this, so
  those that do should be checking why the Sans and Sans:style=Bold fontconfig
  font declarations don't work (lack of those fonts on their system? bad
  fontconfig setup? maybe a bug in evas's fontconfig support?)

 missing fontconfig or systems without fonts at all, it's a weird case,
 but happened to me already.

no fontconfig on Windows CE OS :)

Vincent

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2008-10-24 Thread The Rasterman
On Fri, 24 Oct 2008 10:25:15 -0200 Gustavo Sverzut Barbieri
[EMAIL PROTECTED] babbled:

 On Thu, Oct 23, 2008 at 8:30 PM, Enlightenment SVN
 [EMAIL PROTECTED] wrote:
  Log:
   hmmm - no. Edje-Vera-Bold is a pointless addition. why? it's not defined
   anywhere! you would need a fonts {} sectin that maps Edje-Vera-Bold to a
   .ttf file inlined into the .edj files. We don't included these anymore in
  the theme. We use the (these days) standard Sans font on the system. the
  solution to it missing/not working (when a bold style is used) is not
  adding fallbacks in to fonts that don't exist. I have never seen any
  problem with this, so those that do should be checking why the Sans and
  Sans:style=Bold fontconfig font declarations don't work (lack of those
  fonts on their system? bad fontconfig setup? maybe a bug in evas's
  fontconfig support?)
 
 missing fontconfig or systems without fonts at all, it's a weird case,
 but happened to me already.

then get fonts... and fontconfig :) the patch was useless as Edje-Vera-Bold
wasn't even defined in the theme at all as a font - and it'd need to be to work.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2008-10-24 Thread Massimiliano Calamelli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 24 Oct 2008 10:25:15 -0200
Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote:

 missing fontconfig or systems without fonts at all, it's a weird case,
 but happened to me already.

It happened to me yesterday, new laptop, i forgot to install fontconfig
devel libraries, and b_and_w doesn't show texts with style=Bold set.
Another issue i got, E's font list was smaller than Gnome font list. 
Both issue solved installing fontconfig devel and rebuild evas.

Massimiliano
- -- 
Massimiliano Calamelli
http://mcalamelli.netsons.org
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)

iD8DBQFJAcM+leGEL56NNP4RAmTBAKCkiDkQklIXUuOaXnhcPu37NW09dgCg8fux
sOqeQA+4TReAe65s12nLwdI=
=5CtR
-END PGP SIGNATURE-

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2008-10-24 Thread The Rasterman
On Fri, 24 Oct 2008 14:44:45 +0200 Massimiliano Calamelli
[EMAIL PROTECTED] babbled:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Fri, 24 Oct 2008 10:25:15 -0200
 Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote:
 
  missing fontconfig or systems without fonts at all, it's a weird case,
  but happened to me already.
 
 It happened to me yesterday, new laptop, i forgot to install fontconfig
 devel libraries, and b_and_w doesn't show texts with style=Bold set.
 Another issue i got, E's font list was smaller than Gnome font list. 
 Both issue solved installing fontconfig devel and rebuild evas.

i probably should add a runtime test to e - like it tests jpg.png and .eet
loaders at runtime. that'd point out the problem instantly.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes

2008-10-24 Thread Gustavo Sverzut Barbieri
On Fri, Oct 24, 2008 at 10:47 AM, The Rasterman Carsten Haitzler
[EMAIL PROTECTED] wrote:
 On Fri, 24 Oct 2008 14:44:45 +0200 Massimiliano Calamelli
 [EMAIL PROTECTED] babbled:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On Fri, 24 Oct 2008 10:25:15 -0200
 Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote:

  missing fontconfig or systems without fonts at all, it's a weird case,
  but happened to me already.

 It happened to me yesterday, new laptop, i forgot to install fontconfig
 devel libraries, and b_and_w doesn't show texts with style=Bold set.
 Another issue i got, E's font list was smaller than Gnome font list.
 Both issue solved installing fontconfig devel and rebuild evas.

 i probably should add a runtime test to e - like it tests jpg.png and .eet
 loaders at runtime. that'd point out the problem instantly.

No, I really dislike these tests, although not huge impact per se,
adding lots of them will end like autoconf madness for compiles that
takes ages.

It's a problem for those that do packages/compile by hand, we don't
need to care much about these guys, just document it somewhere.

what we DO need is a release so packages are pre-built and these
problems will not happen.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: [EMAIL PROTECTED]
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/images

2008-09-24 Thread Christopher Michael
Bad Toma !! No Cookie !! :P

dh

Enlightenment SVN wrote:
 Log:
   add a pager icon - toma! forgot to svn add!
   
   
 
 Author:   raster
 Date: 2008-09-24 00:19:38 -0700 (Wed, 24 Sep 2008)
 New Revision: 36202
 
 Added:
   trunk/e/data/themes/images/e17_icon_pager.png 
 
 Added: trunk/e/data/themes/images/e17_icon_pager.png
 
 
 Property changes on: trunk/e/data/themes/images/e17_icon_pager.png
 ___
 Name: svn:mime-type
+ application/octet-stream
 
 
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 enlightenment-svn mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/images

2008-09-24 Thread Toma
Ah bugger! At least i added to the makefile.am :/ sorry! Wont happen again.

On 9/24/08, Christopher Michael [EMAIL PROTECTED] wrote:
 Bad Toma !! No Cookie !! :P

 dh

 Enlightenment SVN wrote:
 Log:
   add a pager icon - toma! forgot to svn add!



 Author:   raster
 Date: 2008-09-24 00:19:38 -0700 (Wed, 24 Sep 2008)
 New Revision: 36202

 Added:
   trunk/e/data/themes/images/e17_icon_pager.png

 Added: trunk/e/data/themes/images/e17_icon_pager.png


 Property changes on: trunk/e/data/themes/images/e17_icon_pager.png
 ___
 Name: svn:mime-type
+ application/octet-stream


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 enlightenment-svn mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn



 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster trunk/e/data/themes/images

2008-09-24 Thread Christopher Michael
Hehehehe :) It happens to even the best of them ;) Myself am guilty of 
it in the past...as is even Old Man :)

dh

Toma wrote:
 Ah bugger! At least i added to the makefile.am :/ sorry! Wont happen again.
 
 On 9/24/08, Christopher Michael [EMAIL PROTECTED] wrote:
 Bad Toma !! No Cookie !! :P

 dh

 Enlightenment SVN wrote:
 Log:
   add a pager icon - toma! forgot to svn add!



 Author:   raster
 Date: 2008-09-24 00:19:38 -0700 (Wed, 24 Sep 2008)
 New Revision: 36202

 Added:
   trunk/e/data/themes/images/e17_icon_pager.png

 Added: trunk/e/data/themes/images/e17_icon_pager.png


 Property changes on: trunk/e/data/themes/images/e17_icon_pager.png
 ___
 Name: svn:mime-type
+ application/octet-stream


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 enlightenment-svn mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel