Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/186'
Browse files Browse the repository at this point in the history
* origin/pr/186:
  Renamed DispVM and "Is DispVM template" for more readability
  • Loading branch information
marmarek committed Jul 31, 2019
2 parents 61cb9ac + c0c9de7 commit a1330e6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 deletions.
2 changes: 1 addition & 1 deletion ui/globalsettingsdlg.ui
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<item row="4" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
<string>Default DispVM:</string>
<string>Default DisposableVM Template:</string>
</property>
</widget>
</item>
Expand Down
18 changes: 9 additions & 9 deletions ui/qubemanager.ui
Original file line number Diff line number Diff line change
Expand Up @@ -238,14 +238,14 @@ in backups</string>
</column>
<column>
<property name="text">
<string>Default
DisposableVM</string>
<string>Default DisposableVM
Template</string>
</property>
</column>
<column>
<property name="text">
<string>Is template for
DisposableVMs</string>
<string>DisposableVM
Template</string>
</property>
</column>
</widget>
Expand All @@ -258,7 +258,7 @@ DisposableVMs</string>
<x>0</x>
<y>0</y>
<width>1100</width>
<height>28</height>
<height>23</height>
</rect>
</property>
<property name="contextMenuPolicy">
Expand Down Expand Up @@ -853,10 +853,10 @@ DisposableVMs</string>
<bool>true</bool>
</property>
<property name="text">
<string>Default DisposableVMs</string>
<string>Default DisposableVM Template</string>
</property>
<property name="toolTip">
<string>Default DisposableVMs</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Default DisposableVM Template&lt;br/&gt;&lt;br/&gt;Which qube should be used by default as a template for DisposableVMs started from this one? DisposableVMs will inherit their template's configuration and installed programs.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</action>
<action name="action_is_dvm_template">
Expand All @@ -867,10 +867,10 @@ DisposableVMs</string>
<bool>true</bool>
</property>
<property name="text">
<string>Is Template for DisposableVMs</string>
<string>DisposableVM Template</string>
</property>
<property name="toolTip">
<string>Is Template for DisposableVMs</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DisposableVM Template&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;Allows using this qube as a template for DisposableVMs. The DisposableVMs will inherit the VM's state (configuration, installed programs etc.), but their state will not persist between restarts. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</action>
</widget>
Expand Down
15 changes: 11 additions & 4 deletions ui/settingsdlg.ui
Original file line number Diff line number Diff line change
Expand Up @@ -808,16 +808,23 @@ border-width: 1px;</string>
</property>
<item row="5" column="0">
<widget class="QLabel" name="label_26">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Which qube should be used by default as a template for DisposableVMs started from this one? DisposableVMs will inherit their template's configuration and installed programs.&lt;br/&gt;For a qube to to appear in this list, it must have the &amp;quot;DisposableVM Template&amp;quot; checkbox enabled. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Default DispVM:</string>
<string>Default DisposableVM Template</string>
</property>
<property name="buddy">
<cstring>default_dispvm</cstring>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QComboBox" name="default_dispvm"/>
<widget class="QComboBox" name="default_dispvm">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Which qube should be used by default as a template for DisposableVMs started from this one? DisposableVMs will inherit their template's configuration and installed programs.&lt;br/&gt;For a qube to to appear in this list, it must have the &amp;quot;DisposableVM Template&amp;quot; checkbox enabled. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
<item row="6" column="0" colspan="2">
<widget class="QPushButton" name="boot_from_device_button">
Expand Down Expand Up @@ -862,10 +869,10 @@ The qube must be running to disable seamless mode; this setting is not persisten
<item row="2" column="0">
<widget class="QCheckBox" name="dvm_template_checkbox">
<property name="toolTip">
<string/>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Allows using this qube as a template for DisposableVMs. The DisposableVMs will inherit the VM's state (configuration, installed programs etc.), but their state will not persist between restarts. &lt;/p&gt;&lt;p&gt;Setting this option will cause this qube to be listed as an option in the &amp;quot;Default DisposableVM Template&amp;quot; dropdown for all other qubes. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Allow starting DisposableVMs from this qube</string>
<string>Disposable VM Template</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit a1330e6

Please sign in to comment.