Modified Qube Manager toolbar to be more readable and added Emergency Pause
Instead of tiny buttons, now Qube Manager will have bigger buttons and text underneath. Furthermore, Pause gets renamed to Emergency pause for clearer communication. references QubesOS/qubes-issues#5993
This commit is contained in:
parent
98a5c93c04
commit
63d2ff6fb4
@ -326,6 +326,9 @@ Template</string>
|
||||
<property name="allowedAreas">
|
||||
<set>Qt::BottomToolBarArea|Qt::TopToolBarArea</set>
|
||||
</property>
|
||||
<property name="toolButtonStyle">
|
||||
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
||||
</property>
|
||||
<property name="floatable">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
@ -361,7 +364,7 @@ Template</string>
|
||||
<normaloff>:/createvm.png</normaloff>:/createvm.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Create &new qube</string>
|
||||
<string>&New qube</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Create a new qube</string>
|
||||
@ -391,7 +394,7 @@ Template</string>
|
||||
<normaloff>:/resumevm.png</normaloff>:/resumevm.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Start/Resu&me qube</string>
|
||||
<string>Start/Resu&me</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Start/Resume selected qube</string>
|
||||
@ -406,7 +409,7 @@ Template</string>
|
||||
<normaloff>:/pausevm.png</normaloff>:/pausevm.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Pause qube</string>
|
||||
<string>Emergency &pause</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string><p>Pause selected qube</p><p>Stops all CPU activity in the selected VM until the VM is unpaused. This action does not change how much memory is allocated to the VM. (EXPERIMENTAL)</p></string>
|
||||
@ -421,7 +424,7 @@ Template</string>
|
||||
<normaloff>:/shutdownvm.png</normaloff>:/shutdownvm.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Shutdown qube</string>
|
||||
<string>&Shutdown</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Shutdown selected qube</string>
|
||||
@ -436,7 +439,7 @@ Template</string>
|
||||
<normaloff>:/restartvm.png</normaloff>:/restartvm.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Restar&t qube</string>
|
||||
<string>Restar&t </string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Restart selected qube</string>
|
||||
@ -451,7 +454,7 @@ Template</string>
|
||||
<normaloff>:/apps.png</normaloff>:/apps.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Add/remove app s&hortcuts</string>
|
||||
<string>App s&hortcuts</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Add/remove app shortcuts for this qube</string>
|
||||
@ -466,7 +469,7 @@ Template</string>
|
||||
<normaloff>:/updateable.png</normaloff>:/updateable.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Update qube</string>
|
||||
<string>&Update</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Update qube system</string>
|
||||
@ -478,7 +481,7 @@ Template</string>
|
||||
<normaloff>:/firewall.png</normaloff>:/firewall.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Edit qube &firewall rules</string>
|
||||
<string>Edit &firewall</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Edit qube firewall rules</string>
|
||||
@ -537,7 +540,7 @@ Template</string>
|
||||
<normaloff>:/settings.png</normaloff>:/settings.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Qube s&ettings</string>
|
||||
<string>S&ettings</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Qube Settings</string>
|
||||
@ -549,7 +552,7 @@ Template</string>
|
||||
<normaloff>:/restore.png</normaloff>:/restore.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Restore qubes from backup</string>
|
||||
<string>&Restore</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Restore qubes from backup</string>
|
||||
@ -561,7 +564,7 @@ Template</string>
|
||||
<normaloff>:/backup.png</normaloff>:/backup.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Backup qubes</string>
|
||||
<string>&Backup</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Backup qubes</string>
|
||||
@ -605,7 +608,7 @@ Template</string>
|
||||
<normaloff>:/killvm.png</normaloff>:/killvm.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Kill qube</string>
|
||||
<string>&Kill</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Kill selected qube</string>
|
||||
@ -617,7 +620,7 @@ Template</string>
|
||||
<normaloff>:/kbd-layout.png</normaloff>:/kbd-layout.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Set keyboard la&yout</string>
|
||||
<string>Keyboard la&yout</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Set keyboard layout per qube</string>
|
||||
|
Loading…
Reference in New Issue
Block a user