From: Carsten Haitzler Date: Sun, 25 Nov 2012 04:19:12 +0000 (+0000) Subject: randr dialog monitor sexiness. :) resizes nicely now with border X-Git-Tag: submit/efl/20131021.015651~2578 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e291ccd91ab6624ae491b5031bf9ae2538a5e3b0;p=platform%2Fupstream%2Fenlightenment.git randr dialog monitor sexiness. :) resizes nicely now with border scaling, new monitor gfx, shadowing that kind of works with rotation etc, stand now smaller s it doesnt look silly at lower res's and some "helpful" animation letting u know u can resize and rodate ... click the green pulsing led to turn the monitor off... arrow does what it did before... :) SVN revision: 79645 --- diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am index 3baed7d6c3..a109e44dfa 100644 --- a/data/themes/Makefile.am +++ b/data/themes/Makefile.am @@ -47,6 +47,7 @@ edc/pager.edc \ edc/pointer.edc \ edc/preview.edc \ edc/radio.edc \ +edc/randr.edc \ edc/scrollframe.edc \ edc/shelf.edc \ edc/slider.edc \ @@ -252,7 +253,10 @@ img/runner_glow_horiz.png \ img/runner_glow_vert.png \ img/runner_horiz.png \ img/runner_vert.png \ +img/screen_base.png \ +img/screen_bg.png \ img/screen_circular_shadow.png \ +img/screen_fg.png \ img/separator_horiz.png \ img/shadow_angled_in_light.png \ img/shadow_angled_in_sides.png \ diff --git a/data/themes/default.edc b/data/themes/default.edc index b47c75cd60..e4670526fa 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -50,6 +50,7 @@ collections { #include "edc/ibar-ibox.edc" #include "edc/colors.edc" #include "edc/edgebindings.edc" +#include "edc/randr.edc" // port unchanged stuff so this can work as a replacement #include "edc/O/backlight.edc" @@ -63,9 +64,9 @@ collections { #include "edc/O/icons.edc" #include "edc/O/illume_gad.edc" #include "edc/O/mixer.edc" -#include "edc/O/randr.edc" #include "edc/O/temperature.edc" #include "edc/O/wallpaper.edc" +//#include "edc/O/randr.edc" //#include "edc/O/edgebindings.edc" //#include "edc/O/colors.edc" //#include "edc/O/spectrum.edc" diff --git a/data/themes/img/screen_base.png b/data/themes/img/screen_base.png new file mode 100644 index 0000000000..cbd262e907 Binary files /dev/null and b/data/themes/img/screen_base.png differ diff --git a/data/themes/img/screen_bg.png b/data/themes/img/screen_bg.png new file mode 100644 index 0000000000..778a6985fb Binary files /dev/null and b/data/themes/img/screen_bg.png differ diff --git a/data/themes/img/screen_fg.png b/data/themes/img/screen_fg.png new file mode 100644 index 0000000000..eb6b80ad20 Binary files /dev/null and b/data/themes/img/screen_fg.png differ