Index: shared/scripts/names.py =================================================================== diff -u -rb465db1ba597c4ec337caf73e1a862e82b19f8a8 -r53da790343ac7d1554b51465dbf1483d84772050 --- shared/scripts/names.py (.../names.py) (revision b465db1ba597c4ec337caf73e1a862e82b19f8a8) +++ shared/scripts/names.py (.../names.py) (revision 53da790343ac7d1554b51465dbf1483d84772050) @@ -35,12 +35,15 @@ # settings menu item o_settingsHome = {"container": o_QQuickView , "id": "_settingsHome" , "type": "ScreenItem", "unnamed": 1, "visible": True} o_settingsHome_background = {"container": o_settingsHome, "id": "_backgroundRect", "type": "Rectangle" , "unnamed": 1, "visible": True} +o_diagnostics = {"container": o_settingsHome, "id": "_item_diagnostics", "type": "SettingsItem", "visible": True} +o_diagnostics_ScreenItem = {"container": o_QQuickView, "id": "_diagnostics", "type": "ScreenItem", "unnamed": 1, "visible": True} # Modal Dialog o_modalDialog = {"container": o_Overlay , "id": "_backgroundRect", "type": "Rectangle", "unnamed": 1, "visible": True} # Power off -o_poweroffButton = {"container": o_settingsHome, "id": "_poweroffButton", "type": "TouchRect" , "unnamed": 1, "visible": True} +# o_poweroffButton = {"container": o_settingsHome, "id": "_poweroffButton", "type": "TouchRect" , "unnamed": 1, "visible": True} +o_poweroffButton = {"container": o_diagnostics_ScreenItem, "id": "_poweroffButton", "type": "TouchRect", "unnamed": 1, "visible": True} o_poweroff_shutdown = {"container": o_QQuickView , "id": "_shutdownRect" , "type": "TouchRect" , "unnamed": 1, "visible": True} o_poweroff_cancel = {"container": o_QQuickView , "id": "_cancelTouch" , "type": "TouchRect" , "unnamed": 1, "visible": True} o_poweroff_notification = {"container": o_Overlay , "id": "_titleText" , "type": "TitleText" , "unnamed": 1, "visible": True, "type": "Text", "text": "System is shutting down"}