From 1357b1fd8ebe645d8ee7e1ec451bd889c1fa6543 Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Tue, 25 Aug 2009 11:18:13 +0000 Subject: [PATCH] 'everything' theme:get rid of that stupid widen animation, just slide! - finer selector outline SVN revision: 41970 --- data/themes/default.edc | 115 ++++++++++++++--------- data/themes/images/everything_border.png | Bin 745 -> 730 bytes 2 files changed, 70 insertions(+), 45 deletions(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index 756352a2d..6e7a2cf3c 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -26587,9 +26587,9 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); group { name: "e/modules/everything/main"; #ifdef DROP_SHADOW - min: 720 218; + min: 520 218; #else - min: 620 118; + min: 420 118; #endif images { image: "base_bg.png" COMP; @@ -26630,10 +26630,6 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); } color: 255 255 255 255; } - description { state: "wide" 0; - inherit: "default" 0.0; - min: 620 118; - } } #else part { name: "bg"; @@ -26649,58 +26645,83 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); } color: 255 255 255 255; } - description { state: "wide" 0; - inherit: "default" 0.0; - min: 620 118; - } } #endif - part { name: "selector_frame"; + part { name: "frame"; type: RECT; description { state: "default" 0; color: 255 255 255 255; rel1 { - offset: 5 5; + offset: 8 1; to: "bg"; } rel2 { - offset: -6 -6; + offset: -9 -2; to: "bg"; } } } + part { name: "selector_frame"; + type: RECT; + clip_to: "frame"; + description { state: "default" 0; + min: 600 100; + align: 0.0 0.0; + color: 255 255 255 255; + rel1 { + offset: 10 3; + to: "bg"; + } + rel2 { + offset: -11 -3; + to: "bg"; + } + } + description { state: "wide" 0; + inherit: "default" 0.0; + /* min: 622 118; */ + align: 1.0 0.0; + } + } part { name: "e.swallow.subject_selector"; type: SWALLOW; clip_to: "selector_frame"; description { state: "default" 0; min: 200 100; - max: 200 100; + max: 200 999; + align: 0.0 0.0; rel1 { - offset: 5 5; + offset: 0 2; to: "selector_frame"; } rel2 { - relative: 0 0; - offset: 205 105; + relative: 0 1; + offset: 200 -2; to: "selector_frame"; } } + description { state: "wide" 0; + inherit: "default" 0.0; + visible: 0; + } } part { name: "e.swallow.action_selector"; type: SWALLOW; clip_to: "selector_frame"; description { state: "default" 0; min: 200 100; - max: 200 100; + max: 200 999; + align: 0.0 0.0; rel1 { - relative: 0 0; - offset: 205 5; - to: "selector_frame"; + relative: 1 0; + offset: 0 2; + to_y: "selector_frame"; + to_x: "e.swallow.subject_selector"; } rel2 { - relative: 0 0; - offset: 405 105; - to: "selector_frame"; + offset: 200 -2; + to_y: "selector_frame"; + to_x: "e.swallow.subject_selector"; } } } @@ -26708,17 +26729,19 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); type: SWALLOW; clip_to: "selector_frame"; description { state: "default" 0; - max: 200 100; + max: 200 999; visible: 0; + align: 0.0 0.0; rel1 { - relative: 0 0; - offset: 405 5; - to: "selector_frame"; + relative: 1 0; + offset: 0 2; + to_y: "selector_frame"; + to_x: "e.swallow.action_selector"; } rel2 { - relative: 0 0; - offset: 605 105; - to: "selector_frame"; + offset: 200 -2; + to_y: "selector_frame"; + to_x: "e.swallow.action_selector"; } } description { state: "wide" 0; @@ -26759,7 +26782,9 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); action: STATE_SET "default" 0.00; transition: SINUSOIDAL 0.15; target: "bg"; + target: "selector_frame"; target: "e.swallow.object_selector"; + target: "e.swallow.subject_selector"; } program { name: "object_selector_show"; signal: "e,state,object_selector_show"; @@ -26767,7 +26792,9 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); action: STATE_SET "wide" 0.00; transition: SINUSOIDAL 0.2; target: "bg"; + target: "selector_frame"; target: "e.swallow.object_selector"; + target: "e.swallow.subject_selector"; } } } @@ -26799,14 +26826,14 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); } description { state: "selected" 0.0; inherit: "default" 0.0; - color: 255 255 255 64; + color: 255 255 255 96; } } part { name: "border"; clip_to: "clip"; mouse_events: 0; description { state: "default" 0.0; - color: 255 255 255 64; + color: 255 255 255 80; image { normal: "everything_border.png"; border: 10 10 10 10; @@ -26814,7 +26841,7 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); } description { state: "selected" 0.0; inherit: "default" 0.0; - color: 255 255 255 128; + color: 255 255 255 160; } } part { name: "inner_clip"; @@ -26850,11 +26877,11 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); aspect_preference: VERTICAL; rel1 { relative: 0.0 0.0; - offset: 10 10; + offset: 15 15; } rel2 { - relative: 0.0 1.0; - offset: 74 -11; + relative: 0.0 0.0; + offset: 79 79; } } } @@ -26867,19 +26894,18 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); description { state: "default" 0.0; rel1 { - offset: 6 1; - relative: 1.0 0.5; - to_x: "e.swallow.icons"; + offset: 20 1; + relative: 0.0 0.6; + /* to_x: "e.swallow.icons"; */ } - rel2.offset: -3 -2; + rel2.offset: -11 -2; color: 255 255 255 255; - color3: 60 60 60 64; - color_class: "menu_item"; + color3: 40 40 40 128; text { font: "Sans:style=Bold"; size: 10; min: 0 1; - align: 0.0 0.5; + align: 0.5 0.5; } } } @@ -26899,7 +26925,6 @@ MIMEBASE("application/x-font-bdf","icon_mime_font_generic.png", ".BDF", 128); rel2.offset: -13 -2; color: 210 210 210 255; color3: 0 0 0 0; - color_class: "menu_item"; text { font: "Sans"; size: 10; diff --git a/data/themes/images/everything_border.png b/data/themes/images/everything_border.png index d2b2819663194c14e5404afa44bf177cbf532320..64932780b7cc856b3d8361fc680b617bcf2af30d 100644 GIT binary patch delta 608 zcmV-m0-ycq1=F)&K~zY`?Ug@k+dvq`AKhJZQbCO} z>>*Q32$AO!=xTRsnxXBKkI|`xjQtKBLJb|%y#%@#jQ?~B#AL`&LkeCl64aK_z1Kyl zom5F2Q3{1VaEqk(`SHGYdJg#4WnJ^k%IRm)l?||MoAr9VXN5xH6@W5;gdHaF0ZxQZBwmQ8yB4j0Ps8yaUAnvvG_ttxjdOnPDi8B8^+jYA__AA763a1xQwwU zQp(p-%F@cp%1g_#KBnDG#W|Nsf2qDP<}3`u-5>}A0Bmk<-Z-O;jSU1rAi^-*HO8DN zrTUz6nf0x$lsYxWd{s&<`My8*&TegOK`FJA)}E%_{hH-fjRBl@I-R)z-EJ2E&ePi8 zHtVV=W9IWHv+g=TUd;vgqxuiX1zAPuM zbIx_Y-#@5SDr=78l!OrP?hx0Hh{%iM`0V)j_<(b+wbqwAa2y9(Yy0r<@cH`s`c9q; z=jiCDvAwz(j>u}aQb9UsT*;y^1lw!47?WynkuL0Z#5Zgc)0T=+-e*^Hf z*XzB><#Ok)>)OF!aPv*2lvA(QpN~eP4iSxwF#!?viRg-mx=ZJZhGwV1^+z60n~DwSwkfoioH0qD$P ze<^d-s7-em(dqJt-X?(G*n^D%e-!@(b`o&r8-7QKRVKMgAO_%|P$=+if0^_7JO^;F z$sCo|`f_d+<#O2v;1r9+TggvOPFT5I_7|+;a&eOvONwc&Ke(>@Fp8p`%uWcgHyjQ> zd7k%Z9wQda&a~U@vs5beARdqVLWmcPvBzsRbl#_EcJEnhV__KfTdmd^=iC@$ZdMSF z$6<_77Z(@D$z<}`ET6hcJST1+Mr-1tPU>tZ+@f-x2uV@aEi(WB002ov JPDHLkV1gU_ApZaW