2019-11-29 22:12:54 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Generated with glade 3.22.0 -->
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.20"/>
|
|
|
|
<template class="ExtensionRow" parent="GtkListBoxRow">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="activatable">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkGrid">
|
|
|
|
<property name="visible">True</property>
|
2020-01-23 20:02:10 -05:00
|
|
|
<property name="margin">12</property>
|
|
|
|
<property name="column_spacing">12</property>
|
2019-11-29 22:12:54 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="nameLabel">
|
|
|
|
<property name="visible">True</property>
|
2019-11-30 09:20:04 -05:00
|
|
|
</object>
|
|
|
|
</child>
|
2020-05-11 09:31:29 -04:00
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="errorIcon">
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<property name="icon_name">dialog-error-symbolic</property>
|
|
|
|
<style>
|
2020-11-12 22:47:29 -05:00
|
|
|
<class name="error"/>
|
2020-05-11 09:31:29 -04:00
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-11-30 09:20:04 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="updatesIcon">
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<property name="icon_name">software-update-available-symbolic</property>
|
|
|
|
<style>
|
2020-11-12 22:47:29 -05:00
|
|
|
<class name="warning"/>
|
2019-11-30 09:20:04 -05:00
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
2019-11-29 22:12:54 -05:00
|
|
|
<property name="hexpand">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="prefsButton">
|
|
|
|
<property name="no_show_all">True</property>
|
2019-11-29 22:24:39 -05:00
|
|
|
<property name="visible"
|
|
|
|
bind-source="prefsButton"
|
|
|
|
bind-property="sensitive"
|
|
|
|
bind-flags="sync-create"/>
|
2019-11-29 22:12:54 -05:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="valign">center</property>
|
2019-11-29 22:24:39 -05:00
|
|
|
<property name="action-name">row.show-prefs</property>
|
2019-11-29 22:12:54 -05:00
|
|
|
<style>
|
2020-11-12 22:47:29 -05:00
|
|
|
<class name="circular"/>
|
|
|
|
<class name="image-button"/>
|
2019-11-29 22:12:54 -05:00
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="icon_name">emblem-system-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-05-18 08:24:16 -04:00
|
|
|
<object class="GtkSwitch" id="switch">
|
2019-11-29 22:12:54 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="valign">center</property>
|
2019-11-29 22:24:39 -05:00
|
|
|
<property name="action-name">row.enabled</property>
|
2019-11-29 22:12:54 -05:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-01-23 20:02:10 -05:00
|
|
|
<object class="GtkSeparator">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="revealButton">
|
2019-11-29 22:12:54 -05:00
|
|
|
<property name="visible">True</property>
|
2020-01-23 20:02:10 -05:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<style>
|
|
|
|
<class name="details-button"/>
|
|
|
|
<class name="image-button"/>
|
|
|
|
<class name="flat"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="icon_name">pan-end-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRevealer" id="revealer">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkGrid">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="margin_top">12</property>
|
|
|
|
<property name="row_spacing">6</property>
|
|
|
|
<property name="column_spacing">12</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Description</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="descriptionLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
<property name="max_width_chars">60</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-11-30 12:11:03 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible"
|
|
|
|
bind-source="versionLabel"
|
|
|
|
bind-property="visible"
|
|
|
|
bind-flags="sync-create"/>
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<property name="label" translatable="yes">Version</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="versionLabel">
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible"
|
|
|
|
bind-source="authorLabel"
|
|
|
|
bind-property="visible"
|
|
|
|
bind-flags="sync-create"/>
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<property name="label" translatable="yes">Author</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="authorLabel">
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2020-05-11 09:31:29 -04:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible"
|
|
|
|
bind-source="errorLabel"
|
|
|
|
bind-property="visible"
|
|
|
|
bind-flags="sync-create"/>
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<property name="label" translatable="yes">Error</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="errorLabel">
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<property name="selectable">True</property>
|
|
|
|
<property name="wrap">True</property>
|
|
|
|
<property name="max_width_chars">60</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2019-11-30 12:11:03 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Website</property>
|
|
|
|
<property name="action_name">row.show-url</property>
|
|
|
|
<property name="valign">end</property>
|
|
|
|
<property name="margin-top">12</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
2020-05-11 09:31:29 -04:00
|
|
|
<property name="top_attach">4</property>
|
2019-11-30 12:11:03 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
2019-11-30 00:06:08 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="removeButton">
|
|
|
|
<property name="visible"
|
|
|
|
bind-source="removeButton"
|
|
|
|
bind-property="sensitive"
|
|
|
|
bind-flags="sync-create"/>
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<property name="label" translatable="yes">Remove…</property>
|
|
|
|
<property name="action_name">row.uninstall</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">end</property>
|
|
|
|
<style>
|
|
|
|
<class name="destructive-action"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
2020-05-11 09:31:29 -04:00
|
|
|
<property name="top_attach">4</property>
|
2019-11-30 00:06:08 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
2020-01-23 20:02:10 -05:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-11-29 22:12:54 -05:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">1</property>
|
2020-05-11 09:31:29 -04:00
|
|
|
<property name="width">8</property>
|
2019-11-29 22:12:54 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|