From 28f0a92bb2604f8a6d27f7d5501fc2b652bcd13c Mon Sep 17 00:00:00 2001 From: z31s1g Date: Sat, 7 Nov 2015 18:50:22 +0100 Subject: gui: stock theme rework Tries to combine the current theme with a touch of material. Page structure is untouched for the most part. Layout grid is changed to achieve a "less random" placement of objects on a page. Change-Id: Icaf796be410431b17d5be6ccc1134d40912bef0b --- gui/theme/watch_mdpi/images/back.png | Bin 0 -> 454 bytes gui/theme/watch_mdpi/images/backspace.png | Bin 0 -> 349 bytes gui/theme/watch_mdpi/images/checkbox_false.png | Bin 0 -> 238 bytes gui/theme/watch_mdpi/images/checkbox_false_small.png | Bin 0 -> 189 bytes gui/theme/watch_mdpi/images/checkbox_true.png | Bin 0 -> 372 bytes gui/theme/watch_mdpi/images/checkbox_true_small.png | Bin 0 -> 264 bytes gui/theme/watch_mdpi/images/close.png | Bin 0 -> 475 bytes gui/theme/watch_mdpi/images/console.png | Bin 0 -> 310 bytes gui/theme/watch_mdpi/images/curtain.jpg | Bin 0 -> 28427 bytes gui/theme/watch_mdpi/images/enter.png | Bin 0 -> 434 bytes gui/theme/watch_mdpi/images/file.png | Bin 0 -> 320 bytes gui/theme/watch_mdpi/images/folder.png | Bin 0 -> 275 bytes gui/theme/watch_mdpi/images/handle.png | Bin 0 -> 595 bytes gui/theme/watch_mdpi/images/home.png | Bin 0 -> 511 bytes gui/theme/watch_mdpi/images/indeterminate001.png | Bin 0 -> 175 bytes gui/theme/watch_mdpi/images/indeterminate002.png | Bin 0 -> 420 bytes gui/theme/watch_mdpi/images/indeterminate003.png | Bin 0 -> 194 bytes gui/theme/watch_mdpi/images/indeterminate004.png | Bin 0 -> 194 bytes gui/theme/watch_mdpi/images/indeterminate005.png | Bin 0 -> 194 bytes gui/theme/watch_mdpi/images/indeterminate006.png | Bin 0 -> 194 bytes gui/theme/watch_mdpi/images/indeterminate007.png | Bin 0 -> 194 bytes gui/theme/watch_mdpi/images/indeterminate008.png | Bin 0 -> 194 bytes gui/theme/watch_mdpi/images/indeterminate009.png | Bin 0 -> 193 bytes gui/theme/watch_mdpi/images/indeterminate010.png | Bin 0 -> 194 bytes gui/theme/watch_mdpi/images/indeterminate011.png | Bin 0 -> 192 bytes gui/theme/watch_mdpi/images/indeterminate012.png | Bin 0 -> 526 bytes gui/theme/watch_mdpi/images/main_button.png | Bin 0 -> 654 bytes gui/theme/watch_mdpi/images/main_button_full_width.png | Bin 0 -> 702 bytes gui/theme/watch_mdpi/images/main_button_half_height.png | Bin 0 -> 501 bytes .../watch_mdpi/images/main_button_quarter_width.png | Bin 0 -> 598 bytes gui/theme/watch_mdpi/images/progress_empty.png | Bin 0 -> 670 bytes gui/theme/watch_mdpi/images/progress_fill.png | Bin 0 -> 479 bytes gui/theme/watch_mdpi/images/q_btn_accept.png | Bin 0 -> 1065 bytes gui/theme/watch_mdpi/images/q_btn_accept_transp.png | Bin 0 -> 1094 bytes gui/theme/watch_mdpi/images/q_btn_addzip.png | Bin 0 -> 973 bytes gui/theme/watch_mdpi/images/q_btn_arrow_left.png | Bin 0 -> 998 bytes gui/theme/watch_mdpi/images/q_btn_arrow_right.png | Bin 0 -> 1004 bytes gui/theme/watch_mdpi/images/q_btn_delete.png | Bin 0 -> 907 bytes gui/theme/watch_mdpi/images/q_btn_encryption_dis.png | Bin 0 -> 1406 bytes gui/theme/watch_mdpi/images/q_btn_encryption_en.png | Bin 0 -> 1333 bytes gui/theme/watch_mdpi/images/q_btn_folder.png | Bin 0 -> 1171 bytes gui/theme/watch_mdpi/images/q_btn_refresh.png | Bin 0 -> 1418 bytes gui/theme/watch_mdpi/images/q_btn_reset.png | Bin 0 -> 1583 bytes gui/theme/watch_mdpi/images/q_btn_storage.png | Bin 0 -> 869 bytes gui/theme/watch_mdpi/images/radio_false.png | Bin 0 -> 571 bytes gui/theme/watch_mdpi/images/radio_true.png | Bin 0 -> 713 bytes gui/theme/watch_mdpi/images/shift.png | Bin 0 -> 510 bytes gui/theme/watch_mdpi/images/shift_fill.png | Bin 0 -> 419 bytes gui/theme/watch_mdpi/images/slider.png | Bin 0 -> 1007 bytes gui/theme/watch_mdpi/images/slider_touch.png | Bin 0 -> 949 bytes gui/theme/watch_mdpi/images/slider_used.png | Bin 0 -> 1015 bytes gui/theme/watch_mdpi/images/space.png | Bin 0 -> 324 bytes gui/theme/watch_mdpi/images/unlock_icon.png | Bin 0 -> 1316 bytes 53 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 gui/theme/watch_mdpi/images/back.png create mode 100644 gui/theme/watch_mdpi/images/backspace.png create mode 100644 gui/theme/watch_mdpi/images/checkbox_false.png create mode 100644 gui/theme/watch_mdpi/images/checkbox_false_small.png create mode 100644 gui/theme/watch_mdpi/images/checkbox_true.png create mode 100644 gui/theme/watch_mdpi/images/checkbox_true_small.png create mode 100644 gui/theme/watch_mdpi/images/close.png create mode 100644 gui/theme/watch_mdpi/images/console.png create mode 100644 gui/theme/watch_mdpi/images/curtain.jpg create mode 100644 gui/theme/watch_mdpi/images/enter.png create mode 100644 gui/theme/watch_mdpi/images/file.png create mode 100644 gui/theme/watch_mdpi/images/folder.png create mode 100644 gui/theme/watch_mdpi/images/handle.png create mode 100644 gui/theme/watch_mdpi/images/home.png create mode 100644 gui/theme/watch_mdpi/images/indeterminate001.png create mode 100644 gui/theme/watch_mdpi/images/indeterminate002.png create mode 100644 gui/theme/watch_mdpi/images/indeterminate003.png create mode 100644 gui/theme/watch_mdpi/images/indeterminate004.png create mode 100644 gui/theme/watch_mdpi/images/indeterminate005.png create mode 100644 gui/theme/watch_mdpi/images/indeterminate006.png create mode 100644 gui/theme/watch_mdpi/images/indeterminate007.png create mode 100644 gui/theme/watch_mdpi/images/indeterminate008.png create mode 100644 gui/theme/watch_mdpi/images/indeterminate009.png create mode 100644 gui/theme/watch_mdpi/images/indeterminate010.png create mode 100644 gui/theme/watch_mdpi/images/indeterminate011.png create mode 100644 gui/theme/watch_mdpi/images/indeterminate012.png create mode 100644 gui/theme/watch_mdpi/images/main_button.png create mode 100644 gui/theme/watch_mdpi/images/main_button_full_width.png create mode 100644 gui/theme/watch_mdpi/images/main_button_half_height.png create mode 100644 gui/theme/watch_mdpi/images/main_button_quarter_width.png create mode 100644 gui/theme/watch_mdpi/images/progress_empty.png create mode 100644 gui/theme/watch_mdpi/images/progress_fill.png create mode 100644 gui/theme/watch_mdpi/images/q_btn_accept.png create mode 100644 gui/theme/watch_mdpi/images/q_btn_accept_transp.png create mode 100644 gui/theme/watch_mdpi/images/q_btn_addzip.png create mode 100644 gui/theme/watch_mdpi/images/q_btn_arrow_left.png create mode 100644 gui/theme/watch_mdpi/images/q_btn_arrow_right.png create mode 100644 gui/theme/watch_mdpi/images/q_btn_delete.png create mode 100644 gui/theme/watch_mdpi/images/q_btn_encryption_dis.png create mode 100644 gui/theme/watch_mdpi/images/q_btn_encryption_en.png create mode 100644 gui/theme/watch_mdpi/images/q_btn_folder.png create mode 100644 gui/theme/watch_mdpi/images/q_btn_refresh.png create mode 100644 gui/theme/watch_mdpi/images/q_btn_reset.png create mode 100644 gui/theme/watch_mdpi/images/q_btn_storage.png create mode 100644 gui/theme/watch_mdpi/images/radio_false.png create mode 100644 gui/theme/watch_mdpi/images/radio_true.png create mode 100644 gui/theme/watch_mdpi/images/shift.png create mode 100644 gui/theme/watch_mdpi/images/shift_fill.png create mode 100644 gui/theme/watch_mdpi/images/slider.png create mode 100644 gui/theme/watch_mdpi/images/slider_touch.png create mode 100644 gui/theme/watch_mdpi/images/slider_used.png create mode 100644 gui/theme/watch_mdpi/images/space.png create mode 100644 gui/theme/watch_mdpi/images/unlock_icon.png (limited to 'gui/theme/watch_mdpi/images') diff --git a/gui/theme/watch_mdpi/images/back.png b/gui/theme/watch_mdpi/images/back.png new file mode 100644 index 000000000..67d9b832a Binary files /dev/null and b/gui/theme/watch_mdpi/images/back.png differ diff --git a/gui/theme/watch_mdpi/images/backspace.png b/gui/theme/watch_mdpi/images/backspace.png new file mode 100644 index 000000000..e23ab76eb Binary files /dev/null and b/gui/theme/watch_mdpi/images/backspace.png differ diff --git a/gui/theme/watch_mdpi/images/checkbox_false.png b/gui/theme/watch_mdpi/images/checkbox_false.png new file mode 100644 index 000000000..1bda20599 Binary files /dev/null and b/gui/theme/watch_mdpi/images/checkbox_false.png differ diff --git a/gui/theme/watch_mdpi/images/checkbox_false_small.png b/gui/theme/watch_mdpi/images/checkbox_false_small.png new file mode 100644 index 000000000..eca227a4b Binary files /dev/null and b/gui/theme/watch_mdpi/images/checkbox_false_small.png differ diff --git a/gui/theme/watch_mdpi/images/checkbox_true.png b/gui/theme/watch_mdpi/images/checkbox_true.png new file mode 100644 index 000000000..c28faf89f Binary files /dev/null and b/gui/theme/watch_mdpi/images/checkbox_true.png differ diff --git a/gui/theme/watch_mdpi/images/checkbox_true_small.png b/gui/theme/watch_mdpi/images/checkbox_true_small.png new file mode 100644 index 000000000..6d3dde3ed Binary files /dev/null and b/gui/theme/watch_mdpi/images/checkbox_true_small.png differ diff --git a/gui/theme/watch_mdpi/images/close.png b/gui/theme/watch_mdpi/images/close.png new file mode 100644 index 000000000..8e4a73c1c Binary files /dev/null and b/gui/theme/watch_mdpi/images/close.png differ diff --git a/gui/theme/watch_mdpi/images/console.png b/gui/theme/watch_mdpi/images/console.png new file mode 100644 index 000000000..55cfc4c34 Binary files /dev/null and b/gui/theme/watch_mdpi/images/console.png differ diff --git a/gui/theme/watch_mdpi/images/curtain.jpg b/gui/theme/watch_mdpi/images/curtain.jpg new file mode 100644 index 000000000..1d1d49e87 Binary files /dev/null and b/gui/theme/watch_mdpi/images/curtain.jpg differ diff --git a/gui/theme/watch_mdpi/images/enter.png b/gui/theme/watch_mdpi/images/enter.png new file mode 100644 index 000000000..dc01443fd Binary files /dev/null and b/gui/theme/watch_mdpi/images/enter.png differ diff --git a/gui/theme/watch_mdpi/images/file.png b/gui/theme/watch_mdpi/images/file.png new file mode 100644 index 000000000..90c8d8f84 Binary files /dev/null and b/gui/theme/watch_mdpi/images/file.png differ diff --git a/gui/theme/watch_mdpi/images/folder.png b/gui/theme/watch_mdpi/images/folder.png new file mode 100644 index 000000000..c8d360ac1 Binary files /dev/null and b/gui/theme/watch_mdpi/images/folder.png differ diff --git a/gui/theme/watch_mdpi/images/handle.png b/gui/theme/watch_mdpi/images/handle.png new file mode 100644 index 000000000..d7095b48b Binary files /dev/null and b/gui/theme/watch_mdpi/images/handle.png differ diff --git a/gui/theme/watch_mdpi/images/home.png b/gui/theme/watch_mdpi/images/home.png new file mode 100644 index 000000000..2f81faecf Binary files /dev/null and b/gui/theme/watch_mdpi/images/home.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate001.png b/gui/theme/watch_mdpi/images/indeterminate001.png new file mode 100644 index 000000000..7dbd4b786 Binary files /dev/null and b/gui/theme/watch_mdpi/images/indeterminate001.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate002.png b/gui/theme/watch_mdpi/images/indeterminate002.png new file mode 100644 index 000000000..10b444c0b Binary files /dev/null and b/gui/theme/watch_mdpi/images/indeterminate002.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate003.png b/gui/theme/watch_mdpi/images/indeterminate003.png new file mode 100644 index 000000000..7c4d7c6aa Binary files /dev/null and b/gui/theme/watch_mdpi/images/indeterminate003.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate004.png b/gui/theme/watch_mdpi/images/indeterminate004.png new file mode 100644 index 000000000..63c91b8ba Binary files /dev/null and b/gui/theme/watch_mdpi/images/indeterminate004.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate005.png b/gui/theme/watch_mdpi/images/indeterminate005.png new file mode 100644 index 000000000..3b1089edb Binary files /dev/null and b/gui/theme/watch_mdpi/images/indeterminate005.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate006.png b/gui/theme/watch_mdpi/images/indeterminate006.png new file mode 100644 index 000000000..2598b0cf0 Binary files /dev/null and b/gui/theme/watch_mdpi/images/indeterminate006.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate007.png b/gui/theme/watch_mdpi/images/indeterminate007.png new file mode 100644 index 000000000..dddf002d0 Binary files /dev/null and b/gui/theme/watch_mdpi/images/indeterminate007.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate008.png b/gui/theme/watch_mdpi/images/indeterminate008.png new file mode 100644 index 000000000..77eb487aa Binary files /dev/null and b/gui/theme/watch_mdpi/images/indeterminate008.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate009.png b/gui/theme/watch_mdpi/images/indeterminate009.png new file mode 100644 index 000000000..ffe38a607 Binary files /dev/null and b/gui/theme/watch_mdpi/images/indeterminate009.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate010.png b/gui/theme/watch_mdpi/images/indeterminate010.png new file mode 100644 index 000000000..93ff9e622 Binary files /dev/null and b/gui/theme/watch_mdpi/images/indeterminate010.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate011.png b/gui/theme/watch_mdpi/images/indeterminate011.png new file mode 100644 index 000000000..fa1f5e46c Binary files /dev/null and b/gui/theme/watch_mdpi/images/indeterminate011.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate012.png b/gui/theme/watch_mdpi/images/indeterminate012.png new file mode 100644 index 000000000..92ac9602e Binary files /dev/null and b/gui/theme/watch_mdpi/images/indeterminate012.png differ diff --git a/gui/theme/watch_mdpi/images/main_button.png b/gui/theme/watch_mdpi/images/main_button.png new file mode 100644 index 000000000..dc611ccd7 Binary files /dev/null and b/gui/theme/watch_mdpi/images/main_button.png differ diff --git a/gui/theme/watch_mdpi/images/main_button_full_width.png b/gui/theme/watch_mdpi/images/main_button_full_width.png new file mode 100644 index 000000000..224cdd0a5 Binary files /dev/null and b/gui/theme/watch_mdpi/images/main_button_full_width.png differ diff --git a/gui/theme/watch_mdpi/images/main_button_half_height.png b/gui/theme/watch_mdpi/images/main_button_half_height.png new file mode 100644 index 000000000..32dea7f8f Binary files /dev/null and b/gui/theme/watch_mdpi/images/main_button_half_height.png differ diff --git a/gui/theme/watch_mdpi/images/main_button_quarter_width.png b/gui/theme/watch_mdpi/images/main_button_quarter_width.png new file mode 100644 index 000000000..eb7d3e5b7 Binary files /dev/null and b/gui/theme/watch_mdpi/images/main_button_quarter_width.png differ diff --git a/gui/theme/watch_mdpi/images/progress_empty.png b/gui/theme/watch_mdpi/images/progress_empty.png new file mode 100644 index 000000000..40cf8e27c Binary files /dev/null and b/gui/theme/watch_mdpi/images/progress_empty.png differ diff --git a/gui/theme/watch_mdpi/images/progress_fill.png b/gui/theme/watch_mdpi/images/progress_fill.png new file mode 100644 index 000000000..7ef325f3e Binary files /dev/null and b/gui/theme/watch_mdpi/images/progress_fill.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_accept.png b/gui/theme/watch_mdpi/images/q_btn_accept.png new file mode 100644 index 000000000..eb042f68f Binary files /dev/null and b/gui/theme/watch_mdpi/images/q_btn_accept.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_accept_transp.png b/gui/theme/watch_mdpi/images/q_btn_accept_transp.png new file mode 100644 index 000000000..17646f10a Binary files /dev/null and b/gui/theme/watch_mdpi/images/q_btn_accept_transp.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_addzip.png b/gui/theme/watch_mdpi/images/q_btn_addzip.png new file mode 100644 index 000000000..4e0a23806 Binary files /dev/null and b/gui/theme/watch_mdpi/images/q_btn_addzip.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_arrow_left.png b/gui/theme/watch_mdpi/images/q_btn_arrow_left.png new file mode 100644 index 000000000..26c83918e Binary files /dev/null and b/gui/theme/watch_mdpi/images/q_btn_arrow_left.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_arrow_right.png b/gui/theme/watch_mdpi/images/q_btn_arrow_right.png new file mode 100644 index 000000000..1dd07b2b6 Binary files /dev/null and b/gui/theme/watch_mdpi/images/q_btn_arrow_right.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_delete.png b/gui/theme/watch_mdpi/images/q_btn_delete.png new file mode 100644 index 000000000..6600a7242 Binary files /dev/null and b/gui/theme/watch_mdpi/images/q_btn_delete.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_encryption_dis.png b/gui/theme/watch_mdpi/images/q_btn_encryption_dis.png new file mode 100644 index 000000000..89f93344f Binary files /dev/null and b/gui/theme/watch_mdpi/images/q_btn_encryption_dis.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_encryption_en.png b/gui/theme/watch_mdpi/images/q_btn_encryption_en.png new file mode 100644 index 000000000..d366ae10f Binary files /dev/null and b/gui/theme/watch_mdpi/images/q_btn_encryption_en.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_folder.png b/gui/theme/watch_mdpi/images/q_btn_folder.png new file mode 100644 index 000000000..eab17bbab Binary files /dev/null and b/gui/theme/watch_mdpi/images/q_btn_folder.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_refresh.png b/gui/theme/watch_mdpi/images/q_btn_refresh.png new file mode 100644 index 000000000..7b85acda3 Binary files /dev/null and b/gui/theme/watch_mdpi/images/q_btn_refresh.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_reset.png b/gui/theme/watch_mdpi/images/q_btn_reset.png new file mode 100644 index 000000000..4c496da43 Binary files /dev/null and b/gui/theme/watch_mdpi/images/q_btn_reset.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_storage.png b/gui/theme/watch_mdpi/images/q_btn_storage.png new file mode 100644 index 000000000..b9068eabb Binary files /dev/null and b/gui/theme/watch_mdpi/images/q_btn_storage.png differ diff --git a/gui/theme/watch_mdpi/images/radio_false.png b/gui/theme/watch_mdpi/images/radio_false.png new file mode 100644 index 000000000..e44ad0744 Binary files /dev/null and b/gui/theme/watch_mdpi/images/radio_false.png differ diff --git a/gui/theme/watch_mdpi/images/radio_true.png b/gui/theme/watch_mdpi/images/radio_true.png new file mode 100644 index 000000000..fbde2f8e1 Binary files /dev/null and b/gui/theme/watch_mdpi/images/radio_true.png differ diff --git a/gui/theme/watch_mdpi/images/shift.png b/gui/theme/watch_mdpi/images/shift.png new file mode 100644 index 000000000..8bc05056b Binary files /dev/null and b/gui/theme/watch_mdpi/images/shift.png differ diff --git a/gui/theme/watch_mdpi/images/shift_fill.png b/gui/theme/watch_mdpi/images/shift_fill.png new file mode 100644 index 000000000..64bf5dfd3 Binary files /dev/null and b/gui/theme/watch_mdpi/images/shift_fill.png differ diff --git a/gui/theme/watch_mdpi/images/slider.png b/gui/theme/watch_mdpi/images/slider.png new file mode 100644 index 000000000..ac5df4491 Binary files /dev/null and b/gui/theme/watch_mdpi/images/slider.png differ diff --git a/gui/theme/watch_mdpi/images/slider_touch.png b/gui/theme/watch_mdpi/images/slider_touch.png new file mode 100644 index 000000000..e9e93c717 Binary files /dev/null and b/gui/theme/watch_mdpi/images/slider_touch.png differ diff --git a/gui/theme/watch_mdpi/images/slider_used.png b/gui/theme/watch_mdpi/images/slider_used.png new file mode 100644 index 000000000..bb2864325 Binary files /dev/null and b/gui/theme/watch_mdpi/images/slider_used.png differ diff --git a/gui/theme/watch_mdpi/images/space.png b/gui/theme/watch_mdpi/images/space.png new file mode 100644 index 000000000..7f0fb845c Binary files /dev/null and b/gui/theme/watch_mdpi/images/space.png differ diff --git a/gui/theme/watch_mdpi/images/unlock_icon.png b/gui/theme/watch_mdpi/images/unlock_icon.png new file mode 100644 index 000000000..e55a17ccf Binary files /dev/null and b/gui/theme/watch_mdpi/images/unlock_icon.png differ -- cgit v1.2.3