Il giorno mar, 30/11/2010 alle 01.12 +0100, Marco Trevisan (Treviño) ha
scritto:
> Improved the previous patch for showing the loading OSD bar when the
> top-panel is hidden, by adding also an OSD text which shows the loading
> percentage.

Ops, I forgot to change two things, the buf for the percentage can be
just 5 chars, and the text color is not in sync with the theme.

Fix attached.
From 3fcbd8e279c193bb402da868be459e60b7e12b24 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marco=20Trevisan=20(Trevi=C3=B1o)?= <m...@3v1n0.net>
Date: Tue, 30 Nov 2010 01:23:43 +0100
Subject: [PATCH 2/2] eve: theme use standard colors for OSD percentage text

---
 data/themes/default.edc |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/data/themes/default.edc b/data/themes/default.edc
index 35ed2ec..6cbc65f 100644
--- a/data/themes/default.edc
+++ b/data/themes/default.edc
@@ -947,13 +947,14 @@ collections {
                         align: 1.0 0.5;
                         text: "Teeest";
                     }
-                    color: 255 255 255 0;
-                    color2: 0 0 0 0;
+                    color: 190 190 190 0;
+                    color2: 20 20 20 0;
                 }
                 description { state: "visible" 0.0;
                     inherit: "default" 0.0;
                     visible: 1;
-                    color: 0 0 0 255;
+                    color: 190 190 190 255;
+                    color2: 20 20 20 255;
                 }
             }
             part { name: "panel-top-triangle";
-- 
1.7.1

From 026e19994d8f55dc4e06e84b56559719b3aaf22f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marco=20Trevisan=20(Trevi=C3=B1o)?= <m...@3v1n0.net>
Date: Tue, 30 Nov 2010 01:06:31 +0100
Subject: [PATCH 1/2] eve: theme fix the progress-bar OSD show program

---
 data/themes/default.edc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/themes/default.edc b/data/themes/default.edc
index 848ca5c..955b9f5 100644
--- a/data/themes/default.edc
+++ b/data/themes/default.edc
@@ -1348,9 +1348,9 @@ collections {
                     target: "progress-bar-mask";
                     transition: DECELERATE 0.5;
 
-                    action: STATE_SET "default" 0.0;
+                    action: STATE_SET "visible" 0.0;
                     target: "progress-bar-topmask";
-                    transition: ACCELERATE 0.5;
+                    transition: DECELERATE 0.5;
                 }
             }
         }
-- 
1.7.1

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to