|
|
|
|
@ -25,8 +25,24 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<!-- interface-license-type gplv2 -->
|
|
|
|
|
<!-- interface-name ubl-settings-update -->
|
|
|
|
|
<!-- interface-copyright UBGroup -->
|
|
|
|
|
<object class="GtkListStore" id="MirrorList"/>
|
|
|
|
|
<object class="GtkListStore" id="PublicationList"/>
|
|
|
|
|
<object class="GtkListStore" id="MirrorList">
|
|
|
|
|
<columns>
|
|
|
|
|
<!-- column-name Repository -->
|
|
|
|
|
<column type="gchararray"/>
|
|
|
|
|
<!-- column-name Type -->
|
|
|
|
|
<column type="gchararray"/>
|
|
|
|
|
<!-- column-name ResourceURL -->
|
|
|
|
|
<column type="gchararray"/>
|
|
|
|
|
</columns>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkListStore" id="PublicationList">
|
|
|
|
|
<columns>
|
|
|
|
|
<!-- column-name Chosen -->
|
|
|
|
|
<column type="gboolean"/>
|
|
|
|
|
<!-- column-name RepoName -->
|
|
|
|
|
<column type="gchararray"/>
|
|
|
|
|
</columns>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkListStore" id="ReposList">
|
|
|
|
|
<columns>
|
|
|
|
|
<!-- column-name Enabled -->
|
|
|
|
|
@ -44,6 +60,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<object class="GtkListStore" id="UpdateRepoList"/>
|
|
|
|
|
<object class="GtkListStore" id="WebPublicationList"/>
|
|
|
|
|
<object class="GtkSizeGroup"/>
|
|
|
|
|
<object class="GtkAdjustment" id="adjustment1">
|
|
|
|
|
<property name="upper">100</property>
|
|
|
|
|
<property name="step-increment">1</property>
|
|
|
|
|
<property name="page-increment">10</property>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkSizeGroup" id="ahre"/>
|
|
|
|
|
<object class="GtkImage" id="image1">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
@ -115,6 +136,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="icon-name">document-edit-symbolic</property>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkListStore" id="liststore1"/>
|
|
|
|
|
<object class="GtkBox" id="BoxMain">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
@ -180,7 +202,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkComboBoxText" id="UpdateCheckFreqCombo">
|
|
|
|
|
<object class="GtkComboBoxText" id="UpdateModeCombo">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="active">0</property>
|
|
|
|
|
@ -223,19 +245,58 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkComboBoxText" id="UpdateCheckIntervalCombo">
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="active">0</property>
|
|
|
|
|
<items>
|
|
|
|
|
<item translatable="yes">Default</item>
|
|
|
|
|
<item translatable="yes">First update all modules and then the system</item>
|
|
|
|
|
<item translatable="yes">Update only modules</item>
|
|
|
|
|
<item translatable="yes">Update everything in the order of the specified repositories</item>
|
|
|
|
|
</items>
|
|
|
|
|
<property name="spacing">5</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCheckButton" id="UpdateIntervalDefaultCheck">
|
|
|
|
|
<property name="label" translatable="yes">Default</property>
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="receives-default">False</property>
|
|
|
|
|
<property name="draw-indicator">True</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkSpinButton" id="UpdateIntervalSpin">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="adjustment">adjustment1</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkComboBoxText" id="UpdateIntervalCombo">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="active">0</property>
|
|
|
|
|
<items>
|
|
|
|
|
<item translatable="yes">Boot</item>
|
|
|
|
|
<item translatable="yes">Minutes</item>
|
|
|
|
|
<item translatable="yes">Hours</item>
|
|
|
|
|
<item translatable="yes">Days</item>
|
|
|
|
|
<item translatable="yes">Months</item>
|
|
|
|
|
</items>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">2</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
@ -251,8 +312,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<object class="GtkFrame">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label-xalign">0</property>
|
|
|
|
|
<property name="shadow-type">none</property>
|
|
|
|
|
<property name="label-xalign">0.019999999552965164</property>
|
|
|
|
|
<property name="shadow-type">in</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkAlignment">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
@ -804,6 +865,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="title" translatable="yes">Chosen</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererToggle"/>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="active">0</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
@ -812,6 +876,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="title" translatable="yes">Repository name</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="text">1</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
@ -960,59 +1027,94 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="shadow-type">in</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeView" id="WebPublicationTree">
|
|
|
|
|
<object class="GtkTreeView">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="model">WebPublicationList</property>
|
|
|
|
|
<property name="model">liststore1</property>
|
|
|
|
|
<child internal-child="selection">
|
|
|
|
|
<object class="GtkTreeSelection"/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Enabled</property>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkTreeViewColumn"/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Source</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Repository</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Reviewer</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Port</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Name</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Password/Hash type</property>
|
|
|
|
|
<property name="title" translatable="yes">Authtorization parameters</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="shadow-type">in</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Password/Password hash</property>
|
|
|
|
|
<object class="GtkTreeView" id="WebPublicationTree">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="model">WebPublicationList</property>
|
|
|
|
|
<child internal-child="selection">
|
|
|
|
|
<object class="GtkTreeSelection"/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Enabled</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Storage</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Chosen repositories</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Reviewer</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Port</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Name</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Password/Hash type</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Password/Password hash</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
@ -1206,6 +1308,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="title" translatable="yes">Repository</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
@ -1214,6 +1319,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="title" translatable="yes">Type</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="text">1</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
@ -1222,6 +1330,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="title" translatable="yes">Resource URL</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText"/>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="text">2</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
|