349 lines
15 KiB
Text
349 lines
15 KiB
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!-- Generated with glade 3.20.0 -->
|
||
|
<interface>
|
||
|
<requires lib="gtk+" version="3.14"/>
|
||
|
<object class="GtkWindow" id="ConfigWindow">
|
||
|
<property name="can_focus">False</property>
|
||
|
<child>
|
||
|
<object class="GtkGrid" id="config_grid">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="margin_left">12</property>
|
||
|
<property name="margin_right">12</property>
|
||
|
<property name="margin_top">12</property>
|
||
|
<property name="margin_bottom">12</property>
|
||
|
<child>
|
||
|
<object class="GtkCheckButton" id="check_update">
|
||
|
<property name="label" translatable="yes">Check update after start</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="focus_on_click">False</property>
|
||
|
<property name="receives_default">False</property>
|
||
|
<property name="draw_indicator">True</property>
|
||
|
<signal name="toggled" handler="on_check_update_toggled" swapped="no"/>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">0</property>
|
||
|
<property name="top_attach">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
<object class="GtkListStore" id="plugin_store">
|
||
|
<columns>
|
||
|
<!-- column-name icon -->
|
||
|
<column type="GdkPixbuf"/>
|
||
|
<!-- column-name dir -->
|
||
|
<column type="gchararray"/>
|
||
|
<!-- column-name name -->
|
||
|
<column type="gchararray"/>
|
||
|
<!-- column-name localversion -->
|
||
|
<column type="gchararray"/>
|
||
|
<!-- column-name version -->
|
||
|
<column type="gchararray"/>
|
||
|
<!-- column-name upgrade -->
|
||
|
<column type="gboolean"/>
|
||
|
<!-- column-name description -->
|
||
|
<column type="gchararray"/>
|
||
|
<!-- column-name authors -->
|
||
|
<column type="gchararray"/>
|
||
|
<!-- column-name homepage -->
|
||
|
<column type="gchararray"/>
|
||
|
</columns>
|
||
|
</object>
|
||
|
<object class="GtkWindow" id="AvailablePlugins">
|
||
|
<property name="can_focus">False</property>
|
||
|
<child>
|
||
|
<object class="GtkPaned" id="paned">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<child>
|
||
|
<object class="GtkGrid" id="plugin_grid">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<child>
|
||
|
<object class="GtkProgressBar" id="progressbar">
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="no_show_all">True</property>
|
||
|
<property name="ellipsize">end</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">0</property>
|
||
|
<property name="top_attach">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkScrolledWindow" id="scrolledwindow2">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="hexpand">True</property>
|
||
|
<property name="vexpand">True</property>
|
||
|
<property name="border_width">6</property>
|
||
|
<property name="hscrollbar_policy">never</property>
|
||
|
<child>
|
||
|
<object class="GtkTreeView" id="available_treeview">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="vexpand">True</property>
|
||
|
<property name="model">plugin_store</property>
|
||
|
<property name="headers_clickable">False</property>
|
||
|
<property name="search_column">1</property>
|
||
|
<child internal-child="selection">
|
||
|
<object class="GtkTreeSelection">
|
||
|
<signal name="changed" handler="available_plugins_treeview_selection_changed" swapped="no"/>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkTreeViewColumn">
|
||
|
<property name="title" translatable="yes">Plugin</property>
|
||
|
<property name="expand">True</property>
|
||
|
<child>
|
||
|
<object class="GtkCellRendererPixbuf" id="pixbufrenderer"/>
|
||
|
<attributes>
|
||
|
<attribute name="pixbuf">0</attribute>
|
||
|
</attributes>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkCellRendererText" id="plugintextrenderer"/>
|
||
|
<attributes>
|
||
|
<attribute name="text">2</attribute>
|
||
|
</attributes>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkTreeViewColumn">
|
||
|
<property name="title" translatable="yes">Installed</property>
|
||
|
<child>
|
||
|
<object class="GtkCellRendererText" id="versiontextrenderer"/>
|
||
|
<attributes>
|
||
|
<attribute name="text">3</attribute>
|
||
|
</attributes>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkTreeViewColumn">
|
||
|
<property name="title" translatable="yes">Available</property>
|
||
|
<child>
|
||
|
<object class="GtkCellRendererText" id="availabletextrenderer"/>
|
||
|
<attributes>
|
||
|
<attribute name="text">4</attribute>
|
||
|
</attributes>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkTreeViewColumn">
|
||
|
<property name="title" translatable="yes">Install /
|
||
|
Upgrade</property>
|
||
|
<property name="alignment">0.5</property>
|
||
|
<child>
|
||
|
<object class="GtkCellRendererToggle" id="togglerenderer">
|
||
|
<signal name="toggled" handler="available_plugins_toggled_cb" swapped="no"/>
|
||
|
</object>
|
||
|
<attributes>
|
||
|
<attribute name="active">5</attribute>
|
||
|
</attributes>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">0</property>
|
||
|
<property name="top_attach">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkButtonBox">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="halign">start</property>
|
||
|
<property name="margin_top">2</property>
|
||
|
<property name="margin_bottom">2</property>
|
||
|
<property name="border_width">6</property>
|
||
|
<property name="orientation">vertical</property>
|
||
|
<property name="layout_style">start</property>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="install_button">
|
||
|
<property name="label" translatable="yes">Install/Upgrade</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
<property name="valign">start</property>
|
||
|
<property name="vexpand">False</property>
|
||
|
<property name="image">refresh</property>
|
||
|
<property name="always_show_image">True</property>
|
||
|
<signal name="clicked" handler="on_install_upgrade_clicked" swapped="no"/>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">0</property>
|
||
|
<property name="top_attach">2</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="resize">True</property>
|
||
|
<property name="shrink">False</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkGrid" id="description_grid">
|
||
|
<property name="width_request">350</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="border_width">6</property>
|
||
|
<property name="row_spacing">3</property>
|
||
|
<property name="column_spacing">5</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="name_label">
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="no_show_all">True</property>
|
||
|
<property name="halign">start</property>
|
||
|
<property name="selectable">True</property>
|
||
|
<attributes>
|
||
|
<attribute name="weight" value="bold"/>
|
||
|
</attributes>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">0</property>
|
||
|
<property name="top_attach">0</property>
|
||
|
<property name="width">2</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="versionlabel">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="halign">start</property>
|
||
|
<property name="label" translatable="yes">Version:</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">0</property>
|
||
|
<property name="top_attach">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="authorslabel">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="halign">start</property>
|
||
|
<property name="valign">start</property>
|
||
|
<property name="label" translatable="yes">Authors:</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">0</property>
|
||
|
<property name="top_attach">2</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="homepage_label">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="halign">start</property>
|
||
|
<property name="label" translatable="yes">Homepage:</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">0</property>
|
||
|
<property name="top_attach">3</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="description_label">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="halign">start</property>
|
||
|
<property name="label" translatable="yes">Description:</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">0</property>
|
||
|
<property name="top_attach">4</property>
|
||
|
<property name="width">2</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="version_label">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="halign">start</property>
|
||
|
<property name="hexpand">False</property>
|
||
|
<property name="selectable">True</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">1</property>
|
||
|
<property name="top_attach">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="authors_label">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="halign">start</property>
|
||
|
<property name="valign">start</property>
|
||
|
<property name="wrap_mode">word-char</property>
|
||
|
<property name="selectable">True</property>
|
||
|
<property name="ellipsize">end</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">1</property>
|
||
|
<property name="top_attach">2</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkLinkButton" id="homepage_linkbutton">
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="focus_on_click">False</property>
|
||
|
<property name="receives_default">True</property>
|
||
|
<property name="no_show_all">True</property>
|
||
|
<property name="halign">start</property>
|
||
|
<property name="hexpand">True</property>
|
||
|
<property name="relief">none</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">1</property>
|
||
|
<property name="top_attach">3</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkScrolledWindow" id="scrolled_description_window">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="hexpand">True</property>
|
||
|
<property name="vexpand">True</property>
|
||
|
<property name="shadow_type">in</property>
|
||
|
<child>
|
||
|
<placeholder/>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="left_attach">0</property>
|
||
|
<property name="top_attach">5</property>
|
||
|
<property name="width">2</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="resize">True</property>
|
||
|
<property name="shrink">False</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
<object class="GtkImage" id="refresh">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="stock">gtk-refresh</property>
|
||
|
</object>
|
||
|
</interface>
|