diff options
Diffstat (limited to 'src/gs-updates-page.ui')
-rw-r--r-- | src/gs-updates-page.ui | 373 |
1 files changed, 373 insertions, 0 deletions
diff --git a/src/gs-updates-page.ui b/src/gs-updates-page.ui new file mode 100644 index 0000000..64bbe68 --- /dev/null +++ b/src/gs-updates-page.ui @@ -0,0 +1,373 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <requires lib="gtk+" version="3.10"/> + <template class="GsUpdatesPage" parent="GsPage"> + <child internal-child="accessible"> + <object class="AtkObject" id="updates-accessible"> + <property name="accessible-name" translatable="yes">Updates page</property> + </object> + </child> + <child> + <object class="GtkBox"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkBox" id="box_end_of_life"> + <property name="visible">False</property> + <property name="border_width">0</property> + <property name="orientation">horizontal</property> + <property name="spacing">18</property> + <style> + <class name="eol-box"/> + </style> + <child> + <object class="GtkImage"> + <property name="visible">True</property> + <property name="pixel_size">16</property> + <property name="icon_name">dialog-warning-symbolic</property> + <property name="margin_top">18</property> + <property name="margin_left">18</property> + <property name="valign">start</property> + </object> + </child> + <child> + <object class="GtkBox"> + <property name="orientation">vertical</property> + <property name="spacing">6</property> + <property name="visible">True</property> + <child> + <object class="GtkLabel"> + <property name="visible">True</property> + <property name="margin_right">18</property> + <property name="margin_top">18</property> + <property name="label" translatable="yes">Operating System Updates Unavailable</property> + <property name="xalign">0</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> + </object> + </child> + <child> + <object class="GtkLabel" id="label_end_of_life"> + <property name="visible">True</property> + <property name="margin_right">18</property> + <property name="margin_bottom">18</property> + <property name="label">Your OS is no longer supported. This means that it does not receive security updates. It is recommended that you upgrade to a more recent version.</property> + <property name="wrap">True</property> + <property name="width_chars">80</property> + <property name="xalign">0</property> + </object> + </child> + </object> + </child> + </object> + </child> + <child> + <object class="GtkStack" id="stack_updates"> + <property name="visible">True</property> + <child> + <object class="GtkBox" id="updates_spinner_box"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <property name="spacing">12</property> + <property name="halign">center</property> + <property name="valign">center</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <style> + <class name="dim-label"/> + </style> + <child> + <object class="GtkSpinner" id="spinner_updates"> + <property name="visible">True</property> + <property name="width_request">32</property> + <property name="height_request">32</property> + <property name="halign">center</property> + <property name="valign">center</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + </object> + </child> + <child> + <object class="GtkLabel" id="label_updates_spinner"> + <property name="visible">True</property> + <property name="label"/> + <property name="justify">center</property> + <attributes> + <attribute name="scale" value="1.4"/> + </attributes> + </object> + </child> + </object> + <packing> + <property name="name">spinner</property> + </packing> + </child> + <child> + <object class="GtkScrolledWindow" id="scrolledwindow_updates"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hscrollbar_policy">never</property> + <property name="vscrollbar_policy">automatic</property> + <property name="shadow_type">none</property> + <child> + <object class="GsFixedSizeBin" id="gs_fixed_bin"> + <property name="visible">True</property> + <property name="preferred-width">860</property> + <child> + <object class="GtkBox" id="list_box_updates_box"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <child> + <object class="GsUpgradeBanner" id="upgrade_banner"> + <property name="visible">False</property> + <property name="hexpand">True</property> + <property name="vexpand">False</property> + <property name="margin_top">18</property> + </object> + </child> + <child> + <object class="GtkBox" id="updates_box"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <property name="margin_bottom">18</property> + </object> + </child> + </object> + </child> + </object> + </child> + </object> + <packing> + <property name="name">view</property> + </packing> + </child> + <child> + <object class="GtkBox"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <property name="spacing">48</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <child> + <object class="GsUpgradeBanner" id="upgrade_banner_uptodate"> + <property name="visible">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + </object> + </child> + <child type="center"> + <object class="GtkBox" id="updates_uptodate_centerbox"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <property name="spacing">12</property> + <style> + <class name="dim-label"/> + </style> + <child> + <object class="GtkImage" id="image_updates"> + <property name="visible">True</property> + <property name="pixel_size">128</property> + <property name="icon_name">object-select-symbolic</property> + </object> + </child> + <child> + <object class="GtkLabel" id="label10"> + <property name="visible">True</property> + <property name="label" translatable="yes" comments="TRANSLATORS: This means all software (plural) installed on this system is up to date.">Software is up to date</property> + <attributes> + <attribute name="scale" value="1.4"/> + </attributes> + </object> + </child> + </object> + </child> + <child> + <object class="GtkLabel" id="label_updates_last_checked"> + <property name="visible">True</property> + <property name="margin_bottom">32</property> + <property name="label">Last checked: HH:MM</property> + <style> + <class name="dim-label"/> + </style> + </object> + <packing> + <property name="pack_type">end</property> + </packing> + </child> + </object> + <packing> + <property name="name">uptodate</property> + </packing> + </child> + <child> + <object class="GtkBox" id="updates_mobile_box"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <property name="spacing">12</property> + <property name="halign">center</property> + <property name="valign">center</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <style> + <class name="dim-label"/> + </style> + <child> + <object class="GtkImage" id="image_updates_mobile"> + <property name="visible">True</property> + <property name="pixel_size">128</property> + <property name="icon_name">dialog-warning-symbolic</property> + </object> + </child> + <child> + <object class="GtkLabel" id="label_updates_mobile"> + <property name="visible">True</property> + <property name="label" translatable="yes">Checking for updates when using mobile broadband could cause you to incur charges</property> + <property name="wrap">True</property> + <property name="halign">center</property> + <property name="max-width-chars">40</property> + <property name="justify">center</property> + <attributes> + <attribute name="scale" value="1.4"/> + </attributes> + </object> + </child> + <child> + <object class="GtkButton" id="button_updates_mobile"> + <property name="label" translatable="yes">_Check Anyway</property> + <property name="width_request">150</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="use_underline">True</property> + <property name="hexpand">False</property> + <property name="halign">center</property> + </object> + </child> + </object> + <packing> + <property name="name">mobile</property> + </packing> + </child> + <child> + <object class="GtkBox" id="updates_offline_box"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <property name="spacing">12</property> + <property name="halign">center</property> + <property name="valign">center</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <style> + <class name="dim-label"/> + </style> + <child> + <object class="GtkImage" id="image_updates_offline"> + <property name="visible">True</property> + <property name="pixel_size">128</property> + <property name="icon_name">network-offline-symbolic</property> + </object> + </child> + <child> + <object class="GtkLabel" id="label_updates_offline"> + <property name="visible">True</property> + <property name="label" translatable="yes">Go online to check for updates</property> + <property name="wrap">True</property> + <property name="halign">center</property> + <property name="justify">center</property> + <attributes> + <attribute name="scale" value="1.4"/> + </attributes> + </object> + </child> + <child> + <object class="GtkButton" id="button_updates_offline"> + <property name="label" translatable="yes">_Network Settings</property> + <property name="width_request">150</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="use_underline">True</property> + <property name="hexpand">False</property> + <property name="halign">center</property> + </object> + </child> + </object> + <packing> + <property name="name">offline</property> + </packing> + </child> + <child> + <object class="GtkBox" id="updates_failed_box"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <property name="spacing">12</property> + <property name="halign">center</property> + <property name="valign">center</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <style> + <class name="dim-label"/> + </style> + <child> + <object class="GtkImage" id="image_updates_failed"> + <property name="visible">True</property> + <property name="pixel_size">128</property> + <property name="icon_name">action-unavailable-symbolic</property> + </object> + </child> + <child> + <object class="GtkLabel" id="label_updates_failed"> + <property name="visible">True</property> + <property name="wrap">True</property> + <property name="max-width-chars">60</property> + <property name="label" translatable="No">Failed to get updates</property> + <attributes> + <attribute name="scale" value="1.4"/> + </attributes> + </object> + </child> + </object> + <packing> + <property name="name">failed</property> + </packing> + </child> + <child> + <object class="GtkBox"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <property name="spacing">12</property> + <property name="halign">center</property> + <property name="valign">center</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <style> + <class name="dim-label"/> + </style> + <child> + <object class="GtkImage"> + <property name="visible">True</property> + <property name="pixel_size">128</property> + <property name="icon_name">action-unavailable-symbolic</property> + </object> + </child> + <child> + <object class="GtkLabel"> + <property name="visible">True</property> + <property name="wrap">True</property> + <property name="max-width-chars">60</property> + <property name="label" translatable="yes">Updates are automatically managed</property> + <attributes> + <attribute name="scale" value="1.4"/> + </attributes> + </object> + </child> + </object> + <packing> + <property name="name">managed</property> + </packing> + </child> + </object> + </child> + </object> + </child> + </template> +</interface> |