From 2f9117af3099ff40c7baef4d5f533b35acb08617 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Sun, 17 Feb 2013 19:52:09 -0600 Subject: Configurable timeout and brightness settings Change-Id: I924297ab0dcf920cd4b4b617949c3b16cbc68e43 --- gui/devices/1024x768/res/ui.xml | 158 ++++++++++++++++++++++++++++++++++------ 1 file changed, 135 insertions(+), 23 deletions(-) (limited to 'gui/devices/1024x768/res/ui.xml') diff --git a/gui/devices/1024x768/res/ui.xml b/gui/devices/1024x768/res/ui.xml index cf74e0a35..5748e435b 100644 --- a/gui/devices/1024x768/res/ui.xml +++ b/gui/devices/1024x768/res/ui.xml @@ -62,9 +62,9 @@ - + - + @@ -649,14 +649,6 @@ - - - - Force MD5 check on all zips? - - - - @@ -2402,21 +2394,13 @@ - Force MD5 check on all zips? - - - - - - - Use rm -rf instead of formatting? - + Skip MD5 generation on backups @@ -2424,7 +2408,7 @@ - + Enable MD5 checking of backup files @@ -2432,7 +2416,7 @@ - + Ignore image size errors during backup @@ -2440,7 +2424,7 @@ - + Simulate most actions for theme testing @@ -2449,7 +2433,7 @@ - + Simulate failure for actions @@ -2465,6 +2449,15 @@ timezone + + + + + Screen + + screen + + @@ -2610,6 +2603,125 @@ + + + + + + + Screen Settings + + + + + + Screen Timeout: %tw_screen_timeout_secs% seconds + + + + + + None + + tw_screen_timeout_secs=0 + + + + + + 60 + + tw_screen_timeout_secs=60 + + + + + + 120 + + tw_screen_timeout_secs=120 + + + + + + 180 + + tw_screen_timeout_secs=180 + + + + + + + Brightness: %tw_brightness_display% + + + + + + + 25% + + + echo %tw_brightness_25% > "%tw_brightness_file%" + tw_brightness_display=25% + tw_brightness=%tw_brightness_25% + + + + + + + + 50% + + + echo %tw_brightness_50% > "%tw_brightness_file%" + tw_brightness_display=50% + tw_brightness=%tw_brightness_50% + + + + + + + + 75% + + + echo %tw_brightness_75% > "%tw_brightness_file%" + tw_brightness_display=75% + tw_brightness=%tw_brightness_75% + + + + + + + + 100% + + + echo %tw_brightness_100% > "%tw_brightness_file%" + tw_brightness_display=100% + tw_brightness=%tw_brightness_100% + + + + + + main + + + + + settings + + + + + -- cgit v1.2.3