2009-07-19 16:39:07 +02:00
|
|
|
<?xml version="1.0"?>
|
2010-05-25 16:33:40 +02:00
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="2.16"/>
|
2009-07-19 16:39:07 +02:00
|
|
|
<!-- interface-naming-policy project-wide -->
|
2010-05-25 16:33:40 +02:00
|
|
|
<object class="GtkListStore" id="liststore1">
|
|
|
|
<columns>
|
2011-03-18 08:57:05 +01:00
|
|
|
<!-- column-name item -->
|
2010-05-25 16:33:40 +02:00
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
<data>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">No</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Yes</col>
|
|
|
|
</row>
|
|
|
|
</data>
|
|
|
|
</object>
|
|
|
|
<object class="GtkListStore" id="liststore2">
|
|
|
|
<columns>
|
2011-03-18 08:57:05 +01:00
|
|
|
<!-- column-name item -->
|
2010-05-25 16:33:40 +02:00
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
<data>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Prefer</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Concede</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Forbid</col>
|
|
|
|
</row>
|
|
|
|
</data>
|
|
|
|
</object>
|
|
|
|
<object class="GtkListStore" id="liststore3">
|
|
|
|
<columns>
|
2011-03-18 08:57:05 +01:00
|
|
|
<!-- column-name item -->
|
2010-05-25 16:33:40 +02:00
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
<data>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Prefer</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Concede</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Forbid</col>
|
|
|
|
</row>
|
|
|
|
</data>
|
|
|
|
</object>
|
|
|
|
<object class="GtkListStore" id="liststore4">
|
|
|
|
<columns>
|
2011-03-18 08:57:05 +01:00
|
|
|
<!-- column-name item -->
|
2010-05-25 16:33:40 +02:00
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
<data>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Prefer</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Concede</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">Forbid</col>
|
|
|
|
</row>
|
|
|
|
</data>
|
|
|
|
</object>
|
|
|
|
<object class="GtkWindow" id="archiving_preferences_window">
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="border_width">12</property>
|
2011-03-18 08:57:05 +01:00
|
|
|
<property name="type_hint">dialog</property>
|
2009-07-19 16:39:07 +02:00
|
|
|
<signal name="destroy" handler="on_archiving_preferences_window_destroy"/>
|
|
|
|
<child>
|
2010-05-25 16:33:40 +02:00
|
|
|
<object class="GtkVBox" id="vbox1">
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
2010-05-25 16:33:40 +02:00
|
|
|
<object class="GtkTable" id="table1">
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="visible">True</property>
|
2009-07-31 19:16:03 +02:00
|
|
|
<property name="n_rows">4</property>
|
|
|
|
<property name="n_columns">2</property>
|
2009-07-19 16:39:07 +02:00
|
|
|
<child>
|
2010-05-25 16:33:40 +02:00
|
|
|
<object class="GtkLabel" id="label4">
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="visible">True</property>
|
2009-07-31 19:16:03 +02:00
|
|
|
<property name="label" translatable="yes"><i>Method Manual</i></property>
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="use_markup">True</property>
|
2010-05-25 16:33:40 +02:00
|
|
|
</object>
|
2009-07-19 16:39:07 +02:00
|
|
|
<packing>
|
2009-07-31 19:16:03 +02:00
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
2009-07-19 16:39:07 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-05-25 16:33:40 +02:00
|
|
|
<object class="GtkLabel" id="label3">
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="visible">True</property>
|
2009-07-31 19:16:03 +02:00
|
|
|
<property name="label" translatable="yes"><i>Method Local</i></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-05-25 16:33:40 +02:00
|
|
|
</object>
|
2009-07-19 16:39:07 +02:00
|
|
|
<packing>
|
2009-07-31 19:16:03 +02:00
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2009-07-19 16:39:07 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-05-25 16:33:40 +02:00
|
|
|
<object class="GtkLabel" id="label2">
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes"><i>Method Auto</i></property>
|
|
|
|
<property name="use_markup">True</property>
|
2010-05-25 16:33:40 +02:00
|
|
|
</object>
|
2009-07-19 16:39:07 +02:00
|
|
|
<packing>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-05-25 16:33:40 +02:00
|
|
|
<object class="GtkComboBox" id="method_manual_combobox">
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="visible">True</property>
|
2010-05-25 16:33:40 +02:00
|
|
|
<property name="model">liststore4</property>
|
2009-07-31 19:16:03 +02:00
|
|
|
<signal name="changed" handler="on_method_foo_combobox_changed"/>
|
2010-05-25 16:33:40 +02:00
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext4"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
2009-07-19 16:39:07 +02:00
|
|
|
<packing>
|
2009-07-31 19:16:03 +02:00
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
<property name="bottom_attach">4</property>
|
2009-07-19 16:39:07 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-05-25 16:33:40 +02:00
|
|
|
<object class="GtkComboBox" id="method_local_combobox">
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="visible">True</property>
|
2010-05-25 16:33:40 +02:00
|
|
|
<property name="model">liststore3</property>
|
2009-07-31 19:16:03 +02:00
|
|
|
<signal name="changed" handler="on_method_foo_combobox_changed"/>
|
2010-05-25 16:33:40 +02:00
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext3"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
2009-07-19 16:39:07 +02:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-05-25 16:33:40 +02:00
|
|
|
<object class="GtkComboBox" id="method_auto_combobox">
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="visible">True</property>
|
2010-05-25 16:33:40 +02:00
|
|
|
<property name="model">liststore2</property>
|
2009-07-31 19:16:03 +02:00
|
|
|
<signal name="changed" handler="on_method_foo_combobox_changed"/>
|
2010-05-25 16:33:40 +02:00
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext2"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
2009-07-19 16:39:07 +02:00
|
|
|
<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>
|
2010-05-25 16:33:40 +02:00
|
|
|
<object class="GtkLabel" id="label5">
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="visible">True</property>
|
2009-08-05 17:41:42 +02:00
|
|
|
<property name="label" translatable="yes">Auto</property>
|
2010-05-25 16:33:40 +02:00
|
|
|
</object>
|
2009-07-31 19:16:03 +02:00
|
|
|
</child>
|
|
|
|
<child>
|
2010-05-25 16:33:40 +02:00
|
|
|
<object class="GtkComboBox" id="auto_combobox">
|
2009-07-31 19:16:03 +02:00
|
|
|
<property name="visible">True</property>
|
2010-05-25 16:33:40 +02:00
|
|
|
<property name="model">liststore1</property>
|
2009-07-31 19:16:03 +02:00
|
|
|
<signal name="changed" handler="on_auto_combobox_changed"/>
|
2010-05-25 16:33:40 +02:00
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext1"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
2009-07-19 16:39:07 +02:00
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-05-25 16:33:40 +02:00
|
|
|
</object>
|
2009-07-19 16:39:07 +02:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2009-07-31 19:16:03 +02:00
|
|
|
<property name="position">0</property>
|
2009-07-19 16:39:07 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-05-25 16:33:40 +02:00
|
|
|
<object class="GtkVBox" id="vbox2">
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="visible">True</property>
|
2009-07-31 19:16:03 +02:00
|
|
|
<property name="orientation">vertical</property>
|
2009-07-19 16:39:07 +02:00
|
|
|
<child>
|
2010-05-25 16:33:40 +02:00
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow1">
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="visible">True</property>
|
2009-07-31 19:16:03 +02:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="hscrollbar_policy">automatic</property>
|
|
|
|
<property name="vscrollbar_policy">automatic</property>
|
2009-07-19 16:39:07 +02:00
|
|
|
<child>
|
2010-05-25 16:33:40 +02:00
|
|
|
<object class="GtkTreeView" id="item_treeview">
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2009-07-31 19:16:03 +02:00
|
|
|
<signal name="cursor_changed" handler="on_item_treeview_cursor_changed"/>
|
2010-05-25 16:33:40 +02:00
|
|
|
</object>
|
2009-07-19 16:39:07 +02:00
|
|
|
</child>
|
2010-05-25 16:33:40 +02:00
|
|
|
</object>
|
2009-07-19 16:39:07 +02:00
|
|
|
<packing>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-05-25 16:33:40 +02:00
|
|
|
<object class="GtkHButtonBox" id="hbuttonbox2">
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="visible">True</property>
|
2009-07-31 19:16:03 +02:00
|
|
|
<property name="layout_style">spread</property>
|
2009-07-19 16:39:07 +02:00
|
|
|
<child>
|
2010-05-25 16:33:40 +02:00
|
|
|
<object class="GtkButton" id="add_button">
|
|
|
|
<property name="label">gtk-add</property>
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="visible">True</property>
|
2009-07-31 19:16:03 +02:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="clicked" handler="on_add_item_button_clicked"/>
|
2010-05-25 16:33:40 +02:00
|
|
|
</object>
|
2009-07-19 16:39:07 +02:00
|
|
|
<packing>
|
2009-07-31 19:16:03 +02:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
2009-07-19 16:39:07 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-05-25 16:33:40 +02:00
|
|
|
<object class="GtkButton" id="remove_button">
|
|
|
|
<property name="label">gtk-remove</property>
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="visible">True</property>
|
2009-07-31 19:16:03 +02:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="clicked" handler="on_remove_item_button_clicked"/>
|
2010-05-25 16:33:40 +02:00
|
|
|
</object>
|
2009-07-19 16:39:07 +02:00
|
|
|
<packing>
|
2009-07-31 19:16:03 +02:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-05-25 16:33:40 +02:00
|
|
|
<object class="GtkButton" id="edit_button">
|
|
|
|
<property name="label">gtk-edit</property>
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="visible">True</property>
|
2009-07-31 19:16:03 +02:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="clicked" handler="on_edit_item_button_clicked"/>
|
2010-05-25 16:33:40 +02:00
|
|
|
</object>
|
2009-07-19 16:39:07 +02:00
|
|
|
<packing>
|
2009-07-31 19:16:03 +02:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">2</property>
|
2009-07-19 16:39:07 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
2010-05-25 16:33:40 +02:00
|
|
|
</object>
|
2009-07-19 16:39:07 +02:00
|
|
|
<packing>
|
2009-07-31 19:16:03 +02:00
|
|
|
<property name="expand">False</property>
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-05-25 16:33:40 +02:00
|
|
|
</object>
|
2009-07-19 16:39:07 +02:00
|
|
|
<packing>
|
2009-07-31 19:16:03 +02:00
|
|
|
<property name="position">1</property>
|
2009-07-19 16:39:07 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-05-25 16:33:40 +02:00
|
|
|
<object class="GtkHButtonBox" id="hbuttonbox1">
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="layout_style">end</property>
|
|
|
|
<child>
|
2010-05-25 16:33:40 +02:00
|
|
|
<object class="GtkButton" id="close_button">
|
|
|
|
<property name="label">gtk-close</property>
|
2009-07-19 16:39:07 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="clicked" handler="on_close_button_clicked"/>
|
2010-05-25 16:33:40 +02:00
|
|
|
</object>
|
2009-07-19 16:39:07 +02:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-05-25 16:33:40 +02:00
|
|
|
</object>
|
2009-07-19 16:39:07 +02:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2009-07-31 19:16:03 +02:00
|
|
|
<property name="position">2</property>
|
2009-07-19 16:39:07 +02:00
|
|
|
</packing>
|
|
|
|
</child>
|
2010-05-25 16:33:40 +02:00
|
|
|
</object>
|
2009-07-19 16:39:07 +02:00
|
|
|
</child>
|
2010-05-25 16:33:40 +02:00
|
|
|
</object>
|
|
|
|
</interface>
|