|
1354 | 1354 | "type": "string",
|
1355 | 1355 | "defaultValue": "0.pool.ntp.org"
|
1356 | 1356 | },
|
1357 |
| - { |
1358 |
| - "name": "async_operation_throbber", |
1359 |
| - "type": "string", |
1360 |
| - "defaultValue": "|" |
1361 |
| - }, |
1362 | 1357 | {
|
1363 | 1358 | "name": "sys_display_background_luminosity_step",
|
1364 | 1359 | "type": "integer",
|
|
2204 | 2199 | "name": "file_manager_file_has_description",
|
2205 | 2200 | "type": "boolean",
|
2206 | 2201 | "defaultValue": "1"
|
| 2202 | + }, |
| 2203 | + { |
| 2204 | + "name": "file_manager_image_open_state", |
| 2205 | + "type": "enum", |
| 2206 | + "enumItems": "[\n \"loading\",\n \"loaded\",\n \"failed\"\n]", |
| 2207 | + "defaultValue": "1" |
| 2208 | + }, |
| 2209 | + { |
| 2210 | + "name": "file_manager_image_open_progress", |
| 2211 | + "type": "float", |
| 2212 | + "defaultValue": "33" |
| 2213 | + }, |
| 2214 | + { |
| 2215 | + "name": "alert_message_is_set", |
| 2216 | + "type": "boolean", |
| 2217 | + "defaultValue": "1" |
| 2218 | + }, |
| 2219 | + { |
| 2220 | + "name": "async_progress", |
| 2221 | + "type": "integer", |
| 2222 | + "defaultValue": "33" |
2207 | 2223 | }
|
2208 | 2224 | ],
|
2209 | 2225 | "actions": [
|
|
9840 | 9856 | "style": "async_operation",
|
9841 | 9857 | "widgets": [
|
9842 | 9858 | {
|
9843 |
| - "type": "Text", |
| 9859 | + "type": "Select", |
9844 | 9860 | "style": {
|
9845 |
| - "inheritFrom": "async_operation" |
| 9861 | + "inheritFrom": "default" |
9846 | 9862 | },
|
9847 |
| - "data": "alert_message", |
| 9863 | + "data": "alert_message_is_set", |
9848 | 9864 | "left": 0,
|
9849 | 9865 | "top": 14,
|
9850 | 9866 | "width": 280,
|
9851 |
| - "height": 32, |
9852 |
| - "text": "" |
9853 |
| - }, |
9854 |
| - { |
9855 |
| - "type": "Text", |
9856 |
| - "style": { |
9857 |
| - "inheritFrom": "async_operation" |
9858 |
| - }, |
9859 |
| - "data": "async_operation_throbber", |
9860 |
| - "left": 0, |
9861 |
| - "top": 46, |
9862 |
| - "width": 280, |
9863 |
| - "height": 28, |
9864 |
| - "text": "" |
| 9867 | + "height": 60, |
| 9868 | + "widgets": [ |
| 9869 | + { |
| 9870 | + "type": "Container", |
| 9871 | + "style": { |
| 9872 | + "inheritFrom": "async_operation" |
| 9873 | + }, |
| 9874 | + "left": 0, |
| 9875 | + "top": 0, |
| 9876 | + "width": 280, |
| 9877 | + "height": 60, |
| 9878 | + "widgets": [ |
| 9879 | + { |
| 9880 | + "type": "Progress", |
| 9881 | + "style": { |
| 9882 | + "inheritFrom": "progress" |
| 9883 | + }, |
| 9884 | + "data": "async_progress", |
| 9885 | + "left": 28, |
| 9886 | + "top": 28, |
| 9887 | + "width": 224, |
| 9888 | + "height": 4 |
| 9889 | + } |
| 9890 | + ] |
| 9891 | + }, |
| 9892 | + { |
| 9893 | + "type": "Container", |
| 9894 | + "style": { |
| 9895 | + "inheritFrom": "async_operation" |
| 9896 | + }, |
| 9897 | + "left": 0, |
| 9898 | + "top": 0, |
| 9899 | + "width": 280, |
| 9900 | + "height": 60, |
| 9901 | + "widgets": [ |
| 9902 | + { |
| 9903 | + "type": "Text", |
| 9904 | + "style": { |
| 9905 | + "inheritFrom": "async_operation" |
| 9906 | + }, |
| 9907 | + "data": "alert_message", |
| 9908 | + "left": 0, |
| 9909 | + "top": 0, |
| 9910 | + "width": 280, |
| 9911 | + "height": 32, |
| 9912 | + "text": "" |
| 9913 | + }, |
| 9914 | + { |
| 9915 | + "type": "Progress", |
| 9916 | + "style": { |
| 9917 | + "inheritFrom": "progress" |
| 9918 | + }, |
| 9919 | + "data": "async_progress", |
| 9920 | + "left": 28, |
| 9921 | + "top": 46, |
| 9922 | + "width": 224, |
| 9923 | + "height": 4 |
| 9924 | + } |
| 9925 | + ] |
| 9926 | + } |
| 9927 | + ] |
9865 | 9928 | }
|
9866 | 9929 | ],
|
9867 | 9930 | "left": 100,
|
@@ -43984,16 +44047,68 @@
|
43984 | 44047 | "style": "default",
|
43985 | 44048 | "widgets": [
|
43986 | 44049 | {
|
43987 |
| - "type": "Bitmap", |
| 44050 | + "type": "Select", |
43988 | 44051 | "style": {
|
43989 | 44052 | "inheritFrom": "default"
|
43990 | 44053 | },
|
43991 |
| - "data": "file_manager_opened_image", |
43992 |
| - "action": "show_previous_page", |
| 44054 | + "data": "file_manager_image_open_state", |
43993 | 44055 | "left": 0,
|
43994 | 44056 | "top": 0,
|
43995 | 44057 | "width": 480,
|
43996 |
| - "height": 272 |
| 44058 | + "height": 272, |
| 44059 | + "widgets": [ |
| 44060 | + { |
| 44061 | + "type": "Container", |
| 44062 | + "style": { |
| 44063 | + "inheritFrom": "default" |
| 44064 | + }, |
| 44065 | + "left": 0, |
| 44066 | + "top": 0, |
| 44067 | + "width": 480, |
| 44068 | + "height": 272, |
| 44069 | + "widgets": [ |
| 44070 | + { |
| 44071 | + "type": "Progress", |
| 44072 | + "style": { |
| 44073 | + "inheritFrom": "progress" |
| 44074 | + }, |
| 44075 | + "data": "file_manager_image_open_progress", |
| 44076 | + "left": 140, |
| 44077 | + "top": 132, |
| 44078 | + "width": 200, |
| 44079 | + "height": 4 |
| 44080 | + } |
| 44081 | + ] |
| 44082 | + }, |
| 44083 | + { |
| 44084 | + "type": "Bitmap", |
| 44085 | + "style": { |
| 44086 | + "inheritFrom": "default" |
| 44087 | + }, |
| 44088 | + "data": "file_manager_opened_image", |
| 44089 | + "action": "show_previous_page", |
| 44090 | + "left": 0, |
| 44091 | + "top": 0, |
| 44092 | + "width": 480, |
| 44093 | + "height": 272 |
| 44094 | + }, |
| 44095 | + { |
| 44096 | + "type": "Text", |
| 44097 | + "style": { |
| 44098 | + "inheritFrom": "default", |
| 44099 | + "font": "Oswald17", |
| 44100 | + "color": "status_warning", |
| 44101 | + "activeColor": "status_warning", |
| 44102 | + "activeBackgroundColor": "Background" |
| 44103 | + }, |
| 44104 | + "action": "show_previous_page", |
| 44105 | + "left": 0, |
| 44106 | + "top": 0, |
| 44107 | + "width": 480, |
| 44108 | + "height": 272, |
| 44109 | + "text": "Failed to load image!" |
| 44110 | + } |
| 44111 | + ] |
43997 | 44112 | }
|
43998 | 44113 | ],
|
43999 | 44114 | "left": 0,
|
|
49887 | 50002 | "inheritFrom": "edit_value_S_centered_status_line",
|
49888 | 50003 | "font": "RobotoCondensed-Regular",
|
49889 | 50004 | "focusBackgroundColor": "Action color"
|
| 50005 | + }, |
| 50006 | + { |
| 50007 | + "name": "progress", |
| 50008 | + "inheritFrom": "default", |
| 50009 | + "color": "progress", |
| 50010 | + "backgroundColor": "progress_background", |
| 50011 | + "activeColor": "progress_background", |
| 50012 | + "activeBackgroundColor": "progress" |
49890 | 50013 | }
|
49891 | 50014 | ],
|
49892 | 50015 | "fonts": [
|
@@ -531542,6 +531665,12 @@
|
531542 | 531665 | },
|
531543 | 531666 | {
|
531544 | 531667 | "name": "loading"
|
| 531668 | + }, |
| 531669 | + { |
| 531670 | + "name": "progress" |
| 531671 | + }, |
| 531672 | + { |
| 531673 | + "name": "progress_background" |
531545 | 531674 | }
|
531546 | 531675 | ],
|
531547 | 531676 | "themes": [
|
@@ -531601,7 +531730,9 @@
|
531601 | 531730 | "#1d68ab",
|
531602 | 531731 | "#ab1d81",
|
531603 | 531732 | "#e0e0e0",
|
531604 |
| - "#093dc9" |
| 531733 | + "#093dc9", |
| 531734 | + "#202020", |
| 531735 | + "#c0c0c0" |
531605 | 531736 | ]
|
531606 | 531737 | },
|
531607 | 531738 | {
|
@@ -531660,7 +531791,9 @@
|
531660 | 531791 | "#1d68ab",
|
531661 | 531792 | "#ab1d81",
|
531662 | 531793 | "#000000",
|
531663 |
| - "#e0e0e0" |
| 531794 | + "#e0e0e0", |
| 531795 | + "#202020", |
| 531796 | + "#c0c0c0" |
531664 | 531797 | ]
|
531665 | 531798 | },
|
531666 | 531799 | {
|
@@ -531719,7 +531852,9 @@
|
531719 | 531852 | "#1d68ab",
|
531720 | 531853 | "#ab1d81",
|
531721 | 531854 | "#e0e0e0",
|
531722 |
| - "#202020" |
| 531855 | + "#202020", |
| 531856 | + "#d0d0d0", |
| 531857 | + "#606060" |
531723 | 531858 | ]
|
531724 | 531859 | }
|
531725 | 531860 | ]
|
|
0 commit comments