|
|
|
|
@ -57,7 +57,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<column type="gchararray"/>
|
|
|
|
|
</columns>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkListStore" id="UpdateRepoList"/>
|
|
|
|
|
<object class="GtkListStore" id="UpdateRepoList">
|
|
|
|
|
<columns>
|
|
|
|
|
<!-- column-name enabled -->
|
|
|
|
|
<column type="gboolean"/>
|
|
|
|
|
<!-- column-name Repo -->
|
|
|
|
|
<column type="gchararray"/>
|
|
|
|
|
</columns>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkListStore" id="WebPublicationList">
|
|
|
|
|
<columns>
|
|
|
|
|
<!-- column-name Enabled -->
|
|
|
|
|
@ -156,6 +163,98 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="icon-name">document-edit-symbolic</property>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkListStore" id="liststore1"/>
|
|
|
|
|
<object class="GtkMenu" id="menu1">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="reserve-toggle-size">False</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkMenuItem" id="LoadGlobalConfigurationMenuItem">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Load from global configuration</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="menuitemtop"/>
|
|
|
|
|
</style>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkMenuItem" id="LoadLocalConfigurationMenuItem">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Load from local configuration</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="menuitembottom"/>
|
|
|
|
|
</style>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkMenu" id="menu2">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="take-focus">False</property>
|
|
|
|
|
<property name="reserve-toggle-size">False</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkMenuItem" id="DocumentationMenuItem">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Documentation</property>
|
|
|
|
|
<property name="use-underline">True</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="menuitemtop"/>
|
|
|
|
|
</style>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkMenuItem" id="AboutMenuItem">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">About</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="menuitemsolo"/>
|
|
|
|
|
<class name="menuitembottom"/>
|
|
|
|
|
</style>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkMenu" id="menu3">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="reserve-toggle-size">False</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkMenuItem" id="SaveGlobalLocalConfigurationMenuItem">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Save to global and local documentation</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="menuitemtop"/>
|
|
|
|
|
</style>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkMenuItem" id="SaveGlobalConfigurationMenuItem">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Save to global configuration</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="menuitemmiddle"/>
|
|
|
|
|
</style>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkMenuItem" id="SaveLocalConfigurationMenuItem">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Save to local configuration</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="menuitembottom"/>
|
|
|
|
|
</style>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkMenu" id="menu4">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkBox" id="BoxMain">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
@ -181,6 +280,66 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="margin-bottom">5</property>
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
<property name="spacing">5</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="halign">end</property>
|
|
|
|
|
<property name="spacing">5</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Date of last automatic update: </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="UpdateDateLabel">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkMenuButton">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="focus-on-click">False</property>
|
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
|
<property name="popup">menu4</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkImage">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="icon-name">com.ublinux.libublsettingsui-gtk3.funnel-symbolic</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="thin"/>
|
|
|
|
|
</style>
|
|
|
|
|
</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">True</property>
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCheckButton" id="AutoUpdateCheck">
|
|
|
|
|
<property name="label" translatable="yes">Automatic update</property>
|
|
|
|
|
@ -193,7 +352,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
@ -236,7 +395,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
<property name="position">2</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
@ -302,14 +461,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
</items>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">2</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
@ -318,7 +477,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">2</property>
|
|
|
|
|
<property name="position">3</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
@ -350,7 +509,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Repository list:</property>
|
|
|
|
|
<property name="label" translatable="yes">Repositories list:</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
@ -401,6 +560,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>
|
|
|
|
|
@ -411,6 +573,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<object class="GtkCellRendererText">
|
|
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
|
</object>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="text">1</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
@ -438,7 +603,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">3</property>
|
|
|
|
|
<property name="position">4</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
@ -540,6 +705,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
|
<property name="tooltip-text" translatable="yes">Update</property>
|
|
|
|
|
<property name="image">image1</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="thin"/>
|
|
|
|
|
@ -557,6 +723,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
|
<property name="tooltip-text" translatable="yes">Move up</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkMenuButton">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
@ -590,6 +757,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
|
<property name="tooltip-text" translatable="yes">Move down</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkMenuButton">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
@ -621,6 +789,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
|
<property name="tooltip-text" translatable="yes">Add</property>
|
|
|
|
|
<property name="image">image5</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="thin"/>
|
|
|
|
|
@ -638,6 +807,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
|
<property name="tooltip-text" translatable="yes">Edit</property>
|
|
|
|
|
<property name="image">image6</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="thin"/>
|
|
|
|
|
@ -655,6 +825,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
|
<property name="tooltip-text" translatable="yes">Remove</property>
|
|
|
|
|
<property name="image">image7</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="thin"/>
|
|
|
|
|
@ -848,86 +1019,161 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
<object class="GtkFrame">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="margin-start">3</property>
|
|
|
|
|
<property name="spacing">5</property>
|
|
|
|
|
<property name="label-xalign">0.019999999552965164</property>
|
|
|
|
|
<property name="shadow-type">in</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
<object class="GtkAlignment">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkButton" id="PublicationUpdateButton">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
|
<property name="image">image2</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="thin"/>
|
|
|
|
|
</style>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</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>
|
|
|
|
|
<property name="bottom-padding">5</property>
|
|
|
|
|
<property name="left-padding">5</property>
|
|
|
|
|
<property name="right-padding">5</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeView" id="PublicationTree">
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="model">PublicationList</property>
|
|
|
|
|
<child internal-child="selection">
|
|
|
|
|
<object class="GtkTreeSelection"/>
|
|
|
|
|
</child>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
<property name="spacing">5</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="resizable">True</property>
|
|
|
|
|
<property name="sizing">fixed</property>
|
|
|
|
|
<property name="title" translatable="yes">Chosen</property>
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="spacing">5</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererToggle"/>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="active">0</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Repositories list:</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkComboBoxText">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="active">0</property>
|
|
|
|
|
<items>
|
|
|
|
|
<item translatable="yes">All repositories</item>
|
|
|
|
|
<item translatable="yes">Choose</item>
|
|
|
|
|
</items>
|
|
|
|
|
</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">True</property>
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Repository name</property>
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="margin-start">3</property>
|
|
|
|
|
<property name="spacing">5</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText">
|
|
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkButton" id="PublicationUpdateButton">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
|
<property name="tooltip-text" translatable="yes">Update</property>
|
|
|
|
|
<property name="image">image2</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="thin"/>
|
|
|
|
|
</style>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="text">1</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
<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="GtkTreeView" id="PublicationTree">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="model">PublicationList</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="resizable">True</property>
|
|
|
|
|
<property name="sizing">fixed</property>
|
|
|
|
|
<property name="title" translatable="yes">Chosen</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererToggle"/>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="active">0</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
|
<property name="title" translatable="yes">Repository name</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkCellRendererText">
|
|
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
|
</object>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="text">1</attribute>
|
|
|
|
|
</attributes>
|
|
|
|
|
</child>
|
|
|
|
|
</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>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child type="label">
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Repositories for publishing</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
@ -996,6 +1242,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
|
<property name="tooltip-text" translatable="yes">Update</property>
|
|
|
|
|
<property name="image">image3</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="thin"/>
|
|
|
|
|
@ -1012,6 +1259,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
|
<property name="tooltip-text" translatable="yes">Add</property>
|
|
|
|
|
<property name="image">image8</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="thin"/>
|
|
|
|
|
@ -1029,6 +1277,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
|
<property name="tooltip-text" translatable="yes">Edit</property>
|
|
|
|
|
<property name="image">image9</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="thin"/>
|
|
|
|
|
@ -1046,6 +1295,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
|
<property name="tooltip-text" translatable="yes">Remove</property>
|
|
|
|
|
<property name="image">image10</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="thin"/>
|
|
|
|
|
@ -1318,6 +1568,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
|
<property name="tooltip-text" translatable="yes">Update</property>
|
|
|
|
|
<property name="image">image11</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="thin"/>
|
|
|
|
|
@ -1334,6 +1585,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
|
<property name="tooltip-text" translatable="yes">Add</property>
|
|
|
|
|
<property name="image">image12</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="thin"/>
|
|
|
|
|
@ -1351,6 +1603,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
|
<property name="tooltip-text" translatable="yes">Edit</property>
|
|
|
|
|
<property name="image">image13</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="thin"/>
|
|
|
|
|
@ -1368,6 +1621,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="sensitive">False</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
|
<property name="tooltip-text" translatable="yes">Remove</property>
|
|
|
|
|
<property name="image">image14</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="thin"/>
|
|
|
|
|
@ -1384,6 +1638,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
|
<property name="tooltip-text" translatable="yes">Configure</property>
|
|
|
|
|
<property name="image">image15</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="thin"/>
|
|
|
|
|
@ -1503,92 +1758,4 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkMenu" id="menu1">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="reserve-toggle-size">False</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkMenuItem" id="LoadGlobalConfigurationMenuItem">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Load from global configuration</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="menuitemtop"/>
|
|
|
|
|
</style>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkMenuItem" id="LoadLocalConfigurationMenuItem">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Load from local configuration</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="menuitembottom"/>
|
|
|
|
|
</style>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkMenu" id="menu2">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="take-focus">False</property>
|
|
|
|
|
<property name="reserve-toggle-size">False</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkMenuItem" id="DocumentationMenuItem">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Documentation</property>
|
|
|
|
|
<property name="use-underline">True</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="menuitemtop"/>
|
|
|
|
|
</style>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkMenuItem" id="AboutMenuItem">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">About</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="menuitemsolo"/>
|
|
|
|
|
<class name="menuitembottom"/>
|
|
|
|
|
</style>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkMenu" id="menu3">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="reserve-toggle-size">False</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkMenuItem" id="SaveGlobalLocalConfigurationMenuItem">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Save to global and local documentation</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="menuitemtop"/>
|
|
|
|
|
</style>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkMenuItem" id="SaveGlobalConfigurationMenuItem">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Save to global configuration</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="menuitemmiddle"/>
|
|
|
|
|
</style>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkMenuItem" id="SaveLocalConfigurationMenuItem">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
<property name="label" translatable="yes">Save to local configuration</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="menuitembottom"/>
|
|
|
|
|
</style>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</interface>
|
|
|
|
|
|