Final HiDPI Commit

This commit is contained in:
james 2016-04-13 18:12:34 -06:00
parent 01c32cac02
commit 379e582122
3 changed files with 8 additions and 21 deletions

12
TODO
View File

@ -20,18 +20,6 @@ Other:
- New Storage -> Hardware HBA (done) - New Storage -> Hardware HBA (done)
- Send Ctrl alt del - Send Ctrl alt del
- Clean code - Clean code
GUI:
- Transition to GTK3
- Make GUI Elements use native colour coding. (Ex. window_newvm.glade, storage.glade)
- I disabled the 'eventnewstg0' modify_bg colouring of which step of the new storage creation.
This glade file is a complete mess and I'll have to reimplement this. Maybe I can find some consistant method to do this.
Crash when I modified the layout of this dialog:
Traceback (most recent call last):
File "./src/OXM/window_menuitem.py", line 928, in on_menuitem_stg_new_activate
self.builder.get_object("eventnewstg0").modify_bg(gtk.STATE_NORMAL, blue)
AttributeError: 'NoneType' object has no attribute 'modify_bg'
Use text: Use text:

View File

@ -2630,7 +2630,6 @@ Reboot</property>
</child> </child>
<child> <child>
<object class="GtkCellRendererText" id="name"> <object class="GtkCellRendererText" id="name">
<property name="width">225</property>
<property name="ypad">3</property> <property name="ypad">3</property>
<property name="alignment">center</property> <property name="alignment">center</property>
</object> </object>

View File

@ -231,7 +231,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="xalign">0.10000000149011612</property> <property name="xalign">0.10000000149011612</property>
<property name="label" translatable="yes">&lt;span background="blue" foreground="white"&gt;&lt;b&gt;Template &lt;/b&gt;&lt;/span&gt;</property> <property name="label" translatable="yes"> &lt;span background="blue" foreground="white"&gt;&lt;b&gt;Template &lt;/b&gt;&lt;/span&gt;</property>
<property name="use_markup">True</property> <property name="use_markup">True</property>
</object> </object>
<packing> <packing>
@ -247,7 +247,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="label" translatable="yes">Name</property> <property name="label" translatable="yes"> Name</property>
<attributes> <attributes>
<attribute name="weight" value="ultrabold"/> <attribute name="weight" value="ultrabold"/>
</attributes> </attributes>
@ -265,7 +265,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="label" translatable="yes">Location</property> <property name="label" translatable="yes"> Location</property>
<attributes> <attributes>
<attribute name="weight" value="ultrabold"/> <attribute name="weight" value="ultrabold"/>
</attributes> </attributes>
@ -283,7 +283,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="label" translatable="yes">Home Server</property> <property name="label" translatable="yes"> Home Server</property>
<attributes> <attributes>
<attribute name="weight" value="ultrabold"/> <attribute name="weight" value="ultrabold"/>
</attributes> </attributes>
@ -301,7 +301,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="label" translatable="yes">CPU / Memory</property> <property name="label" translatable="yes"> CPU / Memory</property>
<attributes> <attributes>
<attribute name="weight" value="ultrabold"/> <attribute name="weight" value="ultrabold"/>
</attributes> </attributes>
@ -319,7 +319,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="label" translatable="yes">Virtual disks</property> <property name="label" translatable="yes"> Virtual disks</property>
<attributes> <attributes>
<attribute name="weight" value="ultrabold"/> <attribute name="weight" value="ultrabold"/>
</attributes> </attributes>
@ -337,7 +337,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="label" translatable="yes">Virtual Interfaces</property> <property name="label" translatable="yes"> Virtual Interfaces</property>
<attributes> <attributes>
<attribute name="weight" value="ultrabold"/> <attribute name="weight" value="ultrabold"/>
</attributes> </attributes>
@ -355,7 +355,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="xalign">0</property> <property name="xalign">0</property>
<property name="label" translatable="yes">Finish</property> <property name="label" translatable="yes"> Finish</property>
<attributes> <attributes>
<attribute name="weight" value="ultrabold"/> <attribute name="weight" value="ultrabold"/>
</attributes> </attributes>