2009-09-23 09:45:44 -05:00
|
|
|
<?xml version="1.0"?>
|
2007-02-15 14:35:37 -06:00
|
|
|
<glade-interface>
|
2009-09-23 09:45:44 -05:00
|
|
|
<!-- interface-requires gtk+ 2.10 -->
|
|
|
|
<!-- interface-naming-policy toplevel-contextual -->
|
2008-10-31 09:18:55 -05:00
|
|
|
<widget class="GtkWindow" id="vmm-manager">
|
|
|
|
<property name="title" translatable="yes">Virtual Machine Manager</property>
|
2009-07-28 18:21:56 -05:00
|
|
|
<property name="default_width">550</property>
|
|
|
|
<property name="default_height">550</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="gravity">center</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<signal name="delete_event" handler="on_vm_manager_delete_event"/>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="vbox1">
|
|
|
|
<property name="visible">True</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="orientation">vertical</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuBar" id="menubar1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuItem" id="menuitem4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_File</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenu" id="menuitem4_menu">
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_file_restore_saved">
|
2009-10-20 20:24:10 -05:00
|
|
|
<property name="label">Restore Saved Machine...</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="tooltip" translatable="yes">Restore a saved machine from a filesystem image</property>
|
|
|
|
<property name="use_underline">True</property>
|
2009-10-20 20:24:10 -05:00
|
|
|
<property name="use_stock">False</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<signal name="activate" handler="on_menu_restore_saved_activate"/>
|
2009-09-23 09:45:44 -05:00
|
|
|
<accelerator key="r" signal="activate" modifiers="GDK_MOD1_MASK"/>
|
2009-10-20 20:24:10 -05:00
|
|
|
<child internal-child="image">
|
|
|
|
<widget class="GtkImage" id="image3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-open</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorMenuItem" id="separator4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="open_connection">
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="label">Add Connection...</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
2009-10-20 20:24:10 -05:00
|
|
|
<property name="use_stock">False</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<signal name="activate" handler="on_menu_file_add_connection_activate"/>
|
2009-10-20 20:24:10 -05:00
|
|
|
<child internal-child="image">
|
|
|
|
<widget class="GtkImage" id="image2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-add</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_file_close">
|
|
|
|
<property name="label">gtk-close</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="visible">True</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_file_close_activate"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_file_quit">
|
|
|
|
<property name="label">gtk-quit</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="visible">True</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_file_quit_activate"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuItem" id="menuitem5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_Edit</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenu" id="menuitem5_menu">
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuItem" id="menu_host_details">
|
|
|
|
<property name="visible">True</property>
|
2009-01-12 08:22:35 -06:00
|
|
|
<property name="label" translatable="yes">Host Details</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_host_details_activate"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_edit_details">
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="label">Virtual Machine Details</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
2009-10-20 20:24:10 -05:00
|
|
|
<property name="use_stock">False</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<signal name="activate" handler="on_menu_edit_details_activate"/>
|
2009-10-20 20:24:10 -05:00
|
|
|
<child internal-child="image">
|
|
|
|
<widget class="GtkImage" id="image4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-properties</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_edit_delete">
|
2009-10-20 20:24:10 -05:00
|
|
|
<property name="label">gtk-delete</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="use_stock">True</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<signal name="activate" handler="on_menu_edit_delete_activate"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorMenuItem" id="separator2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_edit_preferences">
|
|
|
|
<property name="label">gtk-preferences</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="visible">True</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_edit_preferences_activate"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuItem" id="menuitem6">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_View</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenu" id="menuitem6_menu">
|
2009-07-26 15:15:28 -05:00
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuItem" id="menuitem1">
|
|
|
|
<property name="visible">True</property>
|
2009-07-26 15:25:01 -05:00
|
|
|
<property name="label" translatable="yes">Graph</property>
|
2009-07-26 15:15:28 -05:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenu" id="menu1">
|
|
|
|
<property name="visible">True</property>
|
2009-11-11 10:02:57 -06:00
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckMenuItem" id="menu_view_stats_cpu">
|
2009-07-26 15:15:28 -05:00
|
|
|
<property name="visible">True</property>
|
2009-11-11 10:02:57 -06:00
|
|
|
<property name="label" translatable="yes">CPU Usage</property>
|
2009-07-26 15:15:28 -05:00
|
|
|
<property name="use_underline">True</property>
|
2009-11-11 10:02:57 -06:00
|
|
|
<property name="active">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_view_cpu_usage_activate"/>
|
2009-07-26 15:15:28 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
2009-11-11 10:02:57 -06:00
|
|
|
<child>
|
|
|
|
<widget class="GtkCheckMenuItem" id="menu_view_stats_disk">
|
2009-07-26 15:15:28 -05:00
|
|
|
<property name="visible">True</property>
|
2009-11-11 10:02:57 -06:00
|
|
|
<property name="label" translatable="yes">Disk I/O</property>
|
2009-07-26 15:15:28 -05:00
|
|
|
<property name="use_underline">True</property>
|
2009-11-11 10:02:57 -06:00
|
|
|
<property name="active">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_view_disk_io_activate"/>
|
2009-07-26 15:15:28 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
2009-11-11 10:02:57 -06:00
|
|
|
<widget class="GtkCheckMenuItem" id="menu_view_stats_network">
|
2009-07-26 15:15:28 -05:00
|
|
|
<property name="visible">True</property>
|
2009-11-11 10:02:57 -06:00
|
|
|
<property name="label" translatable="yes">Network I/O</property>
|
2009-07-26 15:15:28 -05:00
|
|
|
<property name="use_underline">True</property>
|
2009-11-11 10:02:57 -06:00
|
|
|
<property name="active">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_view_network_traffic_activate"/>
|
2009-07-26 15:15:28 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuItem" id="menuitem7">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_Help</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenu" id="menuitem7_menu">
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_help">
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="label">_Contents</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
2009-10-20 20:24:10 -05:00
|
|
|
<property name="use_stock">False</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<signal name="activate" handler="on_menu_help_activate"/>
|
2009-09-23 09:45:44 -05:00
|
|
|
<accelerator key="F1" signal="activate"/>
|
2009-10-20 20:24:10 -05:00
|
|
|
<child internal-child="image">
|
|
|
|
<widget class="GtkImage" id="image1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-help</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImageMenuItem" id="menu_help_about">
|
|
|
|
<property name="label">gtk-about</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="visible">True</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="activate" handler="on_menu_help_about_activate"/>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="position">0</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="vbox2">
|
|
|
|
<property name="visible">True</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="orientation">vertical</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<child>
|
2009-11-10 11:57:28 -06:00
|
|
|
<widget class="GtkToolbar" id="vm-toolbar">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2009-11-10 11:57:28 -06:00
|
|
|
<property name="show_arrow">False</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<child>
|
2009-11-10 11:57:28 -06:00
|
|
|
<widget class="GtkToolButton" id="vm-new">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2009-11-10 11:57:28 -06:00
|
|
|
<property name="has_tooltip">True</property>
|
|
|
|
<property name="tooltip" translatable="yes">Create a new virtual machine</property>
|
|
|
|
<property name="label" translatable="yes">New</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="icon_name">vm_new_large</property>
|
|
|
|
<signal name="clicked" handler="on_vm_new_clicked"/>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
2009-09-23 09:45:44 -05:00
|
|
|
<packing>
|
2009-11-10 11:57:28 -06:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
</packing>
|
2008-10-31 09:18:55 -05:00
|
|
|
</child>
|
|
|
|
<child>
|
2009-11-10 11:57:28 -06:00
|
|
|
<widget class="GtkSeparatorToolItem" id="toolbutton1">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2009-07-26 15:12:39 -05:00
|
|
|
<property name="expand">False</property>
|
2009-11-10 11:57:28 -06:00
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkToolButton" id="vm-open">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="has_tooltip">True</property>
|
|
|
|
<property name="tooltip" translatable="yes">Show the virtual machine's details</property>
|
|
|
|
<property name="label" translatable="yes">_Open</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="icon_name">icon_console</property>
|
|
|
|
<signal name="clicked" handler="on_vm_open_clicked"/>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkToolButton" id="vm-run">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="has_tooltip">True</property>
|
|
|
|
<property name="tooltip" translatable="yes">Power on the virtual machine</property>
|
|
|
|
<property name="label" translatable="yes">_Run</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-media-play</property>
|
|
|
|
<signal name="clicked" handler="on_vm_run_clicked"/>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkToggleToolButton" id="vm-pause">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="has_tooltip">True</property>
|
|
|
|
<property name="tooltip" translatable="yes">Pause the virtual machine</property>
|
|
|
|
<property name="label" translatable="yes">_Pause</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-media-pause</property>
|
|
|
|
<signal name="clicked" handler="on_vm_pause_clicked"/>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkMenuToolButton" id="vm-shutdown">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="has_tooltip">True</property>
|
|
|
|
<property name="tooltip" translatable="yes">Shutdown the virtual machine</property>
|
|
|
|
<property name="label" translatable="yes">_Shutdown</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="clicked" handler="on_vm_shutdown_clicked"/>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
2009-07-26 15:15:05 -05:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="position">0</property>
|
2009-07-26 15:15:05 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="hscrollbar_policy">automatic</property>
|
|
|
|
<property name="vscrollbar_policy">automatic</property>
|
|
|
|
<property name="shadow_type">in</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<child>
|
2009-07-26 15:15:05 -05:00
|
|
|
<widget class="GtkTreeView" id="vm-list">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2009-07-26 15:15:05 -05:00
|
|
|
<signal name="button_press_event" handler="on_vm_list_button_press_event"/>
|
|
|
|
<signal name="row_expanded" handler="on_vm_list_row_expanded"/>
|
2009-11-11 08:49:34 -06:00
|
|
|
<signal name="key_press_event" handler="on_vm_list_key_press_event"/>
|
2009-09-23 09:45:44 -05:00
|
|
|
<signal name="row_collapsed" handler="on_vm_list_row_collapsed"/>
|
2009-07-26 15:15:05 -05:00
|
|
|
<signal name="row_activated" handler="on_vm_list_row_activated"/>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2009-07-26 15:12:39 -05:00
|
|
|
<property name="position">1</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
2007-02-15 14:35:37 -06:00
|
|
|
</glade-interface>
|