raster pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=df96e87350f160feaef3059c0f2cb967c0a72ac0
commit df96e87350f160feaef3059c0f2cb967c0a72ac0 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Tue Mar 24 08:37:45 2015 +0900 terminology shine - make it much higher resolution than before fixes T2154 --- data/themes/default.edc | 28 ++++++++++++++++++++-------- data/themes/images/Makefile.am | 4 ++++ data/themes/images/bg_shine.png | Bin 7300 -> 1548380 bytes data/themes/images/bg_shine2.png | Bin 0 -> 401664 bytes data/themes/images/bg_shine3.png | Bin 0 -> 101621 bytes data/themes/images/bg_shine4.png | Bin 0 -> 26007 bytes data/themes/images/bg_shine5.png | Bin 0 -> 6991 bytes 7 files changed, 24 insertions(+), 8 deletions(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index 5bac2cd..a675c9a 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -200,7 +200,6 @@ collections { group { name: "terminology/background"; images { image: "bg_bevel.png" COMP; - image: "bg_shine.png" COMP; image: "bg_glint.png" COMP; image: "bg_glow_in.png" COMP; image: "bg_led_glow.png" COMP; @@ -233,6 +232,13 @@ collections { image { image: "bg_shadow2.png" COMP; size: 200 150 400 300; } image { image: "bg_shadow3.png" COMP; size: 400 300 99999 99999; } } + set { name: "bg_shine"; + image { image: "bg_shine5.png" COMP; size: 0 0 256 120; } + image { image: "bg_shine4.png" COMP; size: 256 120 512 240; } + image { image: "bg_shine3.png" COMP; size: 512 240 1024 480; } + image { image: "bg_shine2.png" COMP; size: 1024 480 2048 960; } + image { image: "bg_shine.png" COMP; size: 2048 960 99999 99999; } + } sounds { sample { name: "bell" LOSSY 64; source: "bell.wav"; @@ -665,10 +671,10 @@ collections { description { state: "default" 0.0; rel1.offset: 0 0; rel2.offset: -1 -1; - image.normal: "bg_shine.png"; + image.normal: "bg_shine"; fill.smooth: 0; align: 0.5 0.0; - aspect: (255/120) (255/120); + aspect: (256/120) (256/120); aspect_preference: HORIZONTAL; color: 255 255 255 64; } @@ -1481,10 +1487,10 @@ collections { fixed: 1 1; rel1.to: "terminology.popmedia"; rel2.to: "terminology.popmedia"; - image.normal: "bg_shine.png"; + image.normal: "bg_shine"; fill.smooth: 0; align: 0.5 0.0; - aspect: (255/120) (255/120); + aspect: (256/120) (256/120); aspect_preference: HORIZONTAL; visible: 0; } @@ -3432,7 +3438,6 @@ target: "0.clip"; target: "1.clip"; target: "2.clip"; target: "3.clip"; target: group { name: "terminology/sel/item"; images { image: "bg_bevel.png" COMP; - image: "bg_shine.png" COMP; image: "bg_glint.png" COMP; image: "pm_shadow.png" COMP; image: "cr_glow.png" COMP; @@ -3441,6 +3446,13 @@ target: "0.clip"; target: "1.clip"; target: "2.clip"; target: "3.clip"; target: image: "bg_led.png" COMP; image: "bg_led_strobe.png" COMP; } + set { name: "bg_shine"; + image { image: "bg_shine5.png" COMP; size: 0 0 256 120; } + image { image: "bg_shine4.png" COMP; size: 256 120 512 240; } + image { image: "bg_shine3.png" COMP; size: 512 240 1024 480; } + image { image: "bg_shine2.png" COMP; size: 1024 480 2048 960; } + image { image: "bg_shine.png" COMP; size: 2048 960 99999 99999; } + } parts { //////////////////////////////////////////////////////////////////// // base background and selection image @@ -3630,10 +3642,10 @@ target: "0.clip"; target: "1.clip"; target: "2.clip"; target: "3.clip"; target: fixed: 1 1; rel1.to: "terminology.content"; rel2.to: "terminology.content"; - image.normal: "bg_shine.png"; + image.normal: "bg_shine"; fill.smooth: 0; align: 0.5 0.0; - aspect: (255/120) (255/120); + aspect: (256/120) (256/120); aspect_preference: HORIZONTAL; } } diff --git a/data/themes/images/Makefile.am b/data/themes/images/Makefile.am index 76300d5..3251edc 100644 --- a/data/themes/images/Makefile.am +++ b/data/themes/images/Makefile.am @@ -4,6 +4,10 @@ ab_base.png \ ab_shell.png \ bg_bevel.png \ bg_shine.png \ +bg_shine2.png \ +bg_shine3.png \ +bg_shine4.png \ +bg_shine5.png \ bg_glint.png \ bg_glow_in.png \ bg_led.png \ diff --git a/data/themes/images/bg_shine.png b/data/themes/images/bg_shine.png index c3cd9a2..e3adcb7 100644 Binary files a/data/themes/images/bg_shine.png and b/data/themes/images/bg_shine.png differ diff --git a/data/themes/images/bg_shine2.png b/data/themes/images/bg_shine2.png new file mode 100644 index 0000000..7728679 Binary files /dev/null and b/data/themes/images/bg_shine2.png differ diff --git a/data/themes/images/bg_shine3.png b/data/themes/images/bg_shine3.png new file mode 100644 index 0000000..ba84dc0 Binary files /dev/null and b/data/themes/images/bg_shine3.png differ diff --git a/data/themes/images/bg_shine4.png b/data/themes/images/bg_shine4.png new file mode 100644 index 0000000..d125257 Binary files /dev/null and b/data/themes/images/bg_shine4.png differ diff --git a/data/themes/images/bg_shine5.png b/data/themes/images/bg_shine5.png new file mode 100644 index 0000000..eb97946 Binary files /dev/null and b/data/themes/images/bg_shine5.png differ --
