2017-02-25 14:38:00 +05:30
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2017-06-10 17:30:15 +05:30
|
|
|
<template class="CcInfoOverviewPanel" parent="CcPanel">
|
2022-01-19 13:15:26 -03:00
|
|
|
<child type="content">
|
2022-01-06 13:59:05 -08:00
|
|
|
<object class="AdwPreferencesPage">
|
2019-01-29 16:35:23 +01:00
|
|
|
<child>
|
2022-01-06 13:59:05 -08:00
|
|
|
<object class="AdwPreferencesGroup">
|
|
|
|
|
2017-06-10 17:46:16 +05:30
|
|
|
<child>
|
2022-01-06 14:03:54 -08:00
|
|
|
<object class="AdwClamp">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="maximum-size">192</property>
|
|
|
|
<property name="tightening-threshold">192</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkPicture" id="os_logo">
|
|
|
|
<property name="can-shrink">False</property>
|
2022-10-20 06:32:27 -05:00
|
|
|
<property name="content-fit">scale-down</property>
|
2022-01-06 14:03:54 -08:00
|
|
|
<property name="alternative-text" translatable="yes">System Logo</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2022-01-06 13:59:05 -08:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-10-12 14:51:00 +05:30
|
|
|
|
2022-01-06 13:59:05 -08:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGroup">
|
|
|
|
|
|
|
|
<!-- Device name -->
|
|
|
|
<child>
|
2022-12-02 11:37:34 +01:00
|
|
|
<object class="CcHostnameEntry" id="hostname_row">
|
2022-01-06 13:59:05 -08:00
|
|
|
<property name="title" translatable="yes">Device Name</property>
|
2017-06-10 17:46:16 +05:30
|
|
|
</object>
|
|
|
|
</child>
|
2022-01-06 13:59:05 -08:00
|
|
|
|
2019-01-29 16:35:23 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
2022-01-06 13:59:05 -08:00
|
|
|
|
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGroup">
|
|
|
|
|
2023-03-26 12:39:48 +05:30
|
|
|
<!-- OS Name -->
|
2022-01-06 13:59:05 -08:00
|
|
|
<child>
|
2023-03-26 12:39:48 +05:30
|
|
|
<object class="CcListRow" id="os_name_row">
|
2022-01-06 13:59:05 -08:00
|
|
|
<property name="activatable">False</property>
|
2023-03-26 12:39:48 +05:30
|
|
|
<property name="title" translatable="yes"
|
|
|
|
comments="Translators: this field contains the distro name and version">Operating System</property>
|
2022-01-06 13:59:05 -08:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
2023-03-26 12:39:48 +05:30
|
|
|
<!-- Hardware Model -->
|
2022-10-24 02:22:16 +00:00
|
|
|
<child>
|
2023-03-26 12:39:48 +05:30
|
|
|
<object class="CcListRow" id="hardware_model_row">
|
2022-10-24 02:22:16 +00:00
|
|
|
<property name="visible">False</property>
|
|
|
|
<property name="activatable">False</property>
|
2023-03-26 12:39:48 +05:30
|
|
|
<property name="title" translatable="yes">Hardware Model</property>
|
2022-10-24 02:22:16 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
2022-01-06 13:59:05 -08:00
|
|
|
|
|
|
|
<!-- Processor -->
|
|
|
|
<child>
|
|
|
|
<object class="CcListRow" id="processor_row">
|
|
|
|
<property name="activatable">False</property>
|
|
|
|
<property name="title" translatable="yes">Processor</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
2023-03-26 12:39:48 +05:30
|
|
|
<!-- Memory -->
|
2022-01-06 13:59:05 -08:00
|
|
|
<child>
|
2023-03-26 12:39:48 +05:30
|
|
|
<object class="CcListRow" id="memory_row">
|
2022-01-06 13:59:05 -08:00
|
|
|
<property name="activatable">False</property>
|
2023-03-26 12:39:48 +05:30
|
|
|
<property name="title" translatable="yes">Memory</property>
|
2022-01-06 13:59:05 -08:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<!-- Disk Capacity -->
|
|
|
|
<child>
|
|
|
|
<object class="CcListRow" id="disk_row">
|
|
|
|
<property name="activatable">False</property>
|
|
|
|
<property name="title" translatable="yes">Disk Capacity</property>
|
|
|
|
<property name="secondary-label" translatable="yes">Calculating…</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
2023-03-26 12:39:48 +05:30
|
|
|
<!-- System Details -->
|
2022-01-06 13:59:05 -08:00
|
|
|
<child>
|
2023-03-26 12:39:48 +05:30
|
|
|
<object class="AdwActionRow">
|
|
|
|
<property name="activatable">True</property>
|
|
|
|
<property name="title" translatable="yes">System Details</property>
|
|
|
|
<signal name="activated" handler="cc_info_panel_open_system_details" swapped="yes"/>
|
|
|
|
<child type="suffix">
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="icon-name">go-next-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2022-01-06 13:59:05 -08:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
2023-03-26 12:39:48 +05:30
|
|
|
</object>
|
|
|
|
</child>
|
2022-10-13 11:16:03 +02:00
|
|
|
|
2023-03-26 12:39:48 +05:30
|
|
|
<child>
|
2023-07-18 11:33:43 +02:00
|
|
|
<object class="AdwPreferencesGroup" id="software_updates_group">
|
2022-01-06 13:59:05 -08:00
|
|
|
<!-- Software Updates -->
|
|
|
|
<child>
|
2023-07-18 11:33:43 +02:00
|
|
|
<object class="AdwActionRow">
|
2022-05-10 08:47:53 +02:00
|
|
|
<property name="activatable">True</property>
|
2022-01-06 13:59:05 -08:00
|
|
|
<property name="title" translatable="yes">Software Updates</property>
|
2022-12-02 11:37:34 +01:00
|
|
|
<signal name="activated" handler="cc_info_panel_open_software_update" swapped="yes"/>
|
2022-05-10 08:47:53 +02:00
|
|
|
<child type="suffix">
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="valign">center</property>
|
2022-08-12 19:06:08 +05:30
|
|
|
<property name="icon-name">adw-external-link-symbolic</property>
|
2022-05-10 08:47:53 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
2022-01-06 13:59:05 -08:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
2019-01-29 16:35:23 +01:00
|
|
|
</object>
|
2017-02-25 14:38:00 +05:30
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|