2011-03-03 14:31:14 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="2.16"/>
|
2009-02-28 18:01:07 +00:00
|
|
|
<!-- interface-naming-policy toplevel-contextual -->
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkAdjustment" id="adjustment1">
|
|
|
|
<property name="upper">100</property>
|
|
|
|
<property name="value">44.2408370972</property>
|
|
|
|
<property name="step_increment">5</property>
|
|
|
|
</object>
|
|
|
|
<object class="GtkWindow" id="cardWindow">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="title" translatable="yes">window1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEventBox" id="cardWidget">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkVBox" id="cardWidget1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkVBox" id="vbox7">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">12</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHBox" id="hbox9">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="iconImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="stock">gtk-missing-image</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHBox" id="hbox11">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="nameLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">Card Name</property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
<property name="ellipsize">middle</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHBox" id="hbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes"><b>Profile:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBox" id="profileList">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2011-07-27 18:03:51 +00:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHSeparator" id="hseparator5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<object class="GtkWindow" id="channelWindow">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="title" translatable="yes">window2</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHBox" id="channelWidget">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="channelLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">0</property>
|
2011-03-09 21:50:29 +00:00
|
|
|
<property name="yalign">0</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="label" translatable="yes"><b>left-front</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
<property name="width_chars">15</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHScale" id="volumeScale">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="adjustment">adjustment1</property>
|
|
|
|
<property name="digits">0</property>
|
|
|
|
<property name="draw_value">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="volumeLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">1</property>
|
2011-03-09 21:50:29 +00:00
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="xpad">8</property>
|
|
|
|
<property name="label" translatable="yes"><small>50%</small></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
<property name="justify">right</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="width_chars">9</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<object class="GtkWindow" id="deviceWindow">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="title" translatable="yes">window1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEventBox" id="deviceWidget">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkVBox" id="streamWidget2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkVBox" id="vbox26">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">12</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHBox" id="hbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="iconImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="stock">gtk-missing-image</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHBox" id="hbox12">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="boldNameLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="nameLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">0</property>
|
2011-03-03 14:53:28 +00:00
|
|
|
<property name="label" translatable="yes">Device Title</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2011-03-03 14:53:28 +00:00
|
|
|
<property name="expand">False</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHBox" id="hbox10">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="spacing">3</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToggleButton" id="muteToggleButton">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Mute audio</property>
|
|
|
|
<property name="use_action_appearance">False</property>
|
|
|
|
<property name="relief">none</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="image20">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="icon_name">audio-volume-muted</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToggleButton" id="lockToggleButton">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Lock channels together</property>
|
|
|
|
<property name="use_action_appearance">False</property>
|
|
|
|
<property name="relief">none</property>
|
|
|
|
<property name="active">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="image18">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="icon_name">stock_lock</property>
|
|
|
|
<property name="icon-size">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToggleButton" id="defaultToggleButton">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Set as fallback</property>
|
|
|
|
<property name="use_action_appearance">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="image2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="icon_name">emblem-default</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHBox" id="portSelect">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes"><b>Port:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBox" id="portList">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2011-07-27 18:03:51 +00:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-08-09 00:02:39 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkTable" id="encodingSelect">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="n_rows">2</property>
|
|
|
|
<property name="n_columns">3</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="encodingFormatPCM">
|
|
|
|
<property name="label" translatable="yes">PCM</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="use_action_appearance">False</property>
|
|
|
|
<property name="active">True</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="encodingFormatAC3">
|
|
|
|
<property name="label" translatable="yes">AC3</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="use_action_appearance">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="encodingFormatDTS">
|
|
|
|
<property name="label" translatable="yes">DTS</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="use_action_appearance">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="encodingFormatEAC3">
|
|
|
|
<property name="label" translatable="yes">EAC3</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="use_action_appearance">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="encodingFormatMPEG">
|
|
|
|
<property name="label" translatable="yes">MPEG</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="use_action_appearance">False</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkVBox" id="channelsVBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2011-08-09 00:02:39 +00:00
|
|
|
<property name="position">3</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHSeparator" id="hseparator2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<object class="GtkListStore" id="liststore1">
|
|
|
|
<columns>
|
2011-03-03 14:36:08 +00:00
|
|
|
<!-- column-name item -->
|
2011-03-03 14:31:14 +00:00
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
<data>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">All Streams</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Applications</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Virtual Streams</col>
|
|
|
|
</row>
|
|
|
|
</data>
|
|
|
|
</object>
|
|
|
|
<object class="GtkListStore" id="liststore2">
|
|
|
|
<columns>
|
2011-03-03 14:36:08 +00:00
|
|
|
<!-- column-name item -->
|
2011-03-03 14:31:14 +00:00
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
<data>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">All Streams</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Applications</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Virtual Streams</col>
|
|
|
|
</row>
|
|
|
|
</data>
|
|
|
|
</object>
|
|
|
|
<object class="GtkListStore" id="liststore3">
|
|
|
|
<columns>
|
2011-03-03 14:36:08 +00:00
|
|
|
<!-- column-name item -->
|
2011-03-03 14:31:14 +00:00
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
<data>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">All Output Devices</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Hardware Output Devices</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Virtual Output Devices</col>
|
|
|
|
</row>
|
|
|
|
</data>
|
|
|
|
</object>
|
|
|
|
<object class="GtkListStore" id="liststore4">
|
|
|
|
<columns>
|
2011-03-03 14:36:08 +00:00
|
|
|
<!-- column-name item -->
|
2011-03-03 14:31:14 +00:00
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
<data>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">All Input Devices</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">All Except Monitors</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Hardware Input Devices</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Virtual Input Devices</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Monitors</col>
|
|
|
|
</row>
|
|
|
|
</data>
|
|
|
|
</object>
|
|
|
|
<object class="GtkWindow" id="mainWindow">
|
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="title" translatable="yes">Volume Control</property>
|
|
|
|
<property name="default_width">500</property>
|
|
|
|
<property name="default_height">400</property>
|
|
|
|
<property name="icon_name">multimedia-volume-control</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkVBox" id="vbox20">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="border_width">12</property>
|
|
|
|
<property name="spacing">12</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkNotebook" id="notebook">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="show_border">False</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkVBox" id="vbox32">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow5">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="border_width">12</property>
|
|
|
|
<property name="hscrollbar_policy">never</property>
|
|
|
|
<property name="vscrollbar_policy">automatic</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkViewport" id="viewport1">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="shadow_type">none</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkVBox" id="streamsVBox">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkLabel" id="noStreamsLabel">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="sensitive">False</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="xpad">16</property>
|
|
|
|
<property name="ypad">16</property>
|
|
|
|
<property name="label" translatable="yes"><i>No application is currently playing audio.</i></property>
|
|
|
|
<property name="use_markup">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkAlignment" id="alignment3">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="bottom_padding">12</property>
|
|
|
|
<property name="left_padding">12</property>
|
|
|
|
<property name="right_padding">12</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkHBox" id="hbox5">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkLabel" id="label1">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="label" translatable="yes"><b>_Show:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkComboBox" id="sinkInputTypeComboBox">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="model">liststore1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext1"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
2011-07-27 16:18:08 +00:00
|
|
|
<property name="expand">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label34">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="label" translatable="yes">_Playback</property>
|
|
|
|
<property name="use_underline">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkVBox" id="vbox2">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow2">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="border_width">12</property>
|
|
|
|
<property name="hscrollbar_policy">never</property>
|
|
|
|
<property name="vscrollbar_policy">automatic</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkViewport" id="viewport5">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="shadow_type">none</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkVBox" id="recsVBox">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkLabel" id="noRecsLabel">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="sensitive">False</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="xpad">16</property>
|
|
|
|
<property name="ypad">16</property>
|
|
|
|
<property name="label" translatable="yes"><i>No application is currently recording audio.</i></property>
|
|
|
|
<property name="use_markup">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkAlignment" id="alignment9">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="bottom_padding">12</property>
|
|
|
|
<property name="left_padding">12</property>
|
|
|
|
<property name="right_padding">12</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkHBox" id="hbox7">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkLabel" id="label8">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="label" translatable="yes"><b>_Show:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkComboBox" id="sourceOutputTypeComboBox">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="model">liststore2</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext2"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
2011-07-27 16:18:08 +00:00
|
|
|
<property name="expand">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label2">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="label" translatable="yes">_Recording</property>
|
|
|
|
<property name="use_underline">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkVBox" id="vbox30">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow8">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="border_width">12</property>
|
|
|
|
<property name="hscrollbar_policy">never</property>
|
|
|
|
<property name="vscrollbar_policy">automatic</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkViewport" id="viewport4">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="shadow_type">none</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkVBox" id="sinksVBox">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkLabel" id="noSinksLabel">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="sensitive">False</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="xpad">16</property>
|
|
|
|
<property name="ypad">16</property>
|
|
|
|
<property name="label" translatable="yes"><i>No output devices available</i></property>
|
|
|
|
<property name="use_markup">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkAlignment" id="alignment1">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="bottom_padding">12</property>
|
|
|
|
<property name="left_padding">12</property>
|
|
|
|
<property name="right_padding">12</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkHBox" id="hbox3">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkLabel" id="label4826">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="label" translatable="yes"><b>S_how:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">sinkTypeComboBox</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkComboBox" id="sinkTypeComboBox">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="model">liststore3</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext3"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
2011-07-27 16:18:08 +00:00
|
|
|
<property name="expand">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label4711">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="label" translatable="yes">_Output Devices</property>
|
|
|
|
<property name="use_underline">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkVBox" id="vbox31">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow7">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="border_width">12</property>
|
|
|
|
<property name="hscrollbar_policy">never</property>
|
|
|
|
<property name="vscrollbar_policy">automatic</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkViewport" id="viewport3">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-03-02 17:41:02 +00:00
|
|
|
<property name="resize_mode">queue</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="shadow_type">none</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkVBox" id="sourcesVBox">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkLabel" id="noSourcesLabel">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="sensitive">False</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="xpad">16</property>
|
|
|
|
<property name="ypad">16</property>
|
|
|
|
<property name="label" translatable="yes"><i>No input devices available</i></property>
|
|
|
|
<property name="use_markup">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkAlignment" id="alignment2">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="bottom_padding">12</property>
|
|
|
|
<property name="left_padding">12</property>
|
|
|
|
<property name="right_padding">12</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkHBox" id="hbox4">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkLabel" id="label4827">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="label" translatable="yes"><b>Sho_w:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">sourceTypeComboBox</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkComboBox" id="sourceTypeComboBox">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="model">liststore4</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext4"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
2011-07-27 16:18:08 +00:00
|
|
|
<property name="expand">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label4717">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="label" translatable="yes">_Input Devices</property>
|
|
|
|
<property name="use_underline">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
|
|
|
<property name="position">3</property>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkVBox" id="vbox1">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow1">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2009-03-02 17:41:02 +00:00
|
|
|
<property name="border_width">12</property>
|
|
|
|
<property name="hscrollbar_policy">never</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="vscrollbar_policy">automatic</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkViewport" id="viewport2">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-03-02 17:41:02 +00:00
|
|
|
<property name="shadow_type">none</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkVBox" id="cardsVBox">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkLabel" id="noCardsLabel">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="sensitive">False</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="xpad">16</property>
|
|
|
|
<property name="ypad">16</property>
|
|
|
|
<property name="label" translatable="yes"><i>No cards available for configuration</i></property>
|
|
|
|
<property name="use_markup">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
|
|
|
<property name="position">4</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkLabel" id="label5">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 19:52:17 +00:00
|
|
|
<property name="label" translatable="yes">_Configuration</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="use_underline">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
|
|
|
<property name="position">4</property>
|
|
|
|
<property name="tab_fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-04-20 19:22:38 +00:00
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkLabel" id="connectingLabel">
|
|
|
|
<property name="can_focus">False</property>
|
2011-08-09 00:02:39 +00:00
|
|
|
<property name="label">...</property>
|
2010-04-20 19:22:38 +00:00
|
|
|
<property name="use_markup">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2010-04-20 19:22:38 +00:00
|
|
|
<packing>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2010-04-20 19:22:38 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
|
|
|
<object class="GtkDialog" id="renameDialog">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">5</property>
|
|
|
|
<property name="type_hint">normal</property>
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<object class="GtkVBox" id="dialog-vbox1">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="spacing">2</property>
|
|
|
|
<child internal-child="action_area">
|
|
|
|
<object class="GtkHButtonBox" id="dialog-action_area1">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="layout_style">end</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
2009-03-06 09:29:04 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<placeholder/>
|
2009-03-06 09:29:04 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes"><b>Rename device to:</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="renameText">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">●</property>
|
|
|
|
<property name="activates_default">True</property>
|
|
|
|
<property name="width_chars">60</property>
|
2011-08-09 00:02:39 +00:00
|
|
|
<property name="primary_icon_activatable">False</property>
|
|
|
|
<property name="secondary_icon_activatable">False</property>
|
|
|
|
<property name="primary_icon_sensitive">True</property>
|
|
|
|
<property name="secondary_icon_sensitive">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
2009-03-06 09:29:04 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-03-06 09:29:04 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
|
|
|
<object class="GtkWindow" id="streamWindow">
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="title" translatable="yes">window1</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkEventBox" id="streamWidget">
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-03-06 09:29:04 +00:00
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkVBox" id="streamWidget2">
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-03-06 09:29:04 +00:00
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkVBox" id="vbox26">
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="border_width">12</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkHBox" id="hbox1">
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkImage" id="iconImage">
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="stock">gtk-missing-image</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-03-06 09:29:04 +00:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="fill">True</property>
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkHBox" id="hbox12">
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="spacing">2</property>
|
2009-03-06 09:29:04 +00:00
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkLabel" id="boldNameLabel">
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="use_markup">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-03-06 09:29:04 +00:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="fill">True</property>
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkLabel" id="nameLabel">
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">Stream Title</property>
|
|
|
|
<property name="use_markup">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-03-06 09:29:04 +00:00
|
|
|
<packing>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="directionLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="xpad">4</property>
|
|
|
|
<property name="label" translatable="yes">direction</property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="deviceButton">
|
|
|
|
<property name="label" translatable="yes">Device</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_action_appearance">False</property>
|
|
|
|
<property name="relief">half</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
2009-03-06 09:29:04 +00:00
|
|
|
<packing>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkHBox" id="hbox10">
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="spacing">3</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkToggleButton" id="muteToggleButton">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="tooltip_text" translatable="yes">Mute audio</property>
|
|
|
|
<property name="use_action_appearance">False</property>
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="relief">none</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkImage" id="image20">
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="icon_name">audio-volume-muted</property>
|
|
|
|
<property name="icon-size">1</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-03-06 09:29:04 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-03-06 09:29:04 +00:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkToggleButton" id="lockToggleButton">
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="tooltip_text" translatable="yes">Lock channels together</property>
|
|
|
|
<property name="use_action_appearance">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="relief">none</property>
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="active">True</property>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkImage" id="image18">
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-03-06 09:29:04 +00:00
|
|
|
<property name="icon_name">stock_lock</property>
|
|
|
|
<property name="icon-size">1</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-03-06 09:29:04 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-03-06 09:29:04 +00:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="fill">True</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 18:01:07 +00:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2009-06-27 17:14:05 +00:00
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkVBox" id="channelsVBox">
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
2009-02-28 18:01:07 +00:00
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 19:51:08 +00:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-02-28 19:51:08 +00:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-03-03 14:31:14 +00:00
|
|
|
<object class="GtkHSeparator" id="hseparator2">
|
2009-02-28 19:51:08 +00:00
|
|
|
<property name="visible">True</property>
|
2011-03-03 14:31:14 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
2009-02-28 19:51:08 +00:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-06-28 14:57:59 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
2009-06-28 14:57:59 +00:00
|
|
|
</child>
|
2011-03-03 14:31:14 +00:00
|
|
|
</object>
|
|
|
|
</interface>
|