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