gnome-control-center/panels/privacy/cc-privacy-panel.ui
Sam Hewitt a5f6efaddb Update and clean up symbolic icon assets
- refresh the symbolic icons to sync some style changes and update the source sheet
- rename assets for the privacy subpanel's symbolic icons
- delete deprecated/unused symbolic icons
- add new icon for system panel
- add new icon for remote desktop so it isn't using displays icons
2024-02-10 16:17:35 +00:00

166 lines
7.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcPrivacyPanel" parent="CcPanel">
<property name="child">
<object class="AdwNavigationView" id="navigation">
<child>
<object class="AdwNavigationPage">
<property name="title" translatable="yes">Privacy &amp; Security</property>
<property name="child">
<object class="AdwToolbarView">
<child type="top">
<object class="AdwHeaderBar"/>
</child>
<property name="content">
<object class="AdwPreferencesPage">
<child>
<object class="AdwPreferencesGroup">
<property name="title" translatable="yes">System</property>
<child>
<object class="CcListRow">
<property name="title" translatable="yes">_Screen Lock</property>
<property name="subtitle" translatable="yes">Automatic screen lock</property>
<property name="icon-name">screen-lock-symbolic</property>
<property name="show-arrow">True</property>
<property name="action-name">navigation.push</property>
<property name="action-target">'screen-page'</property>
</object>
</child>
<child>
<object class="CcListRow">
<property name="title" translatable="yes">_Location</property>
<property name="subtitle" translatable="yes">Control access to your location</property>
<property name="icon-name">location-access-symbolic</property>
<property name="show-arrow">True</property>
<property name="action-name">navigation.push</property>
<property name="action-target">'location-page'</property>
</object>
</child>
<child>
<object class="CcListRow">
<property name="title" translatable="yes">_File History &amp;amp; Trash</property>
<property name="subtitle" translatable="yes">Remove saved data and files</property>
<property name="icon-name">trash-file-history-symbolic</property>
<property name="show-arrow">True</property>
<property name="action-name">navigation.push</property>
<property name="action-target">'usage-page'</property>
</object>
</child>
<child>
<object class="CcListRow">
<property name="title" translatable="yes">_Diagnostics</property>
<property name="subtitle" translatable="yes">Automatic problem reporting</property>
<property name="icon-name">device-diagnostics-symbolic</property>
<property name="show-arrow">True</property>
<property name="action-name">navigation.push</property>
<property name="action-target">'diagnostics-page'</property>
<binding name="visible">
<lookup name="visible">diagnostics_page</lookup>
</binding>
</object>
</child>
</object>
</child>
<child>
<object class="AdwPreferencesGroup">
<property name="title" translatable="yes">Devices</property>
<child>
<object class="CcListRow">
<property name="title" translatable="yes">_Cameras</property>
<property name="subtitle" translatable="yes">Control camera access</property>
<property name="icon-name">camera-access-symbolic</property>
<property name="show-arrow">True</property>
<property name="action-name">navigation.push</property>
<property name="action-target">'camera-page'</property>
</object>
</child>
<child>
<object class="CcListRow">
<property name="title" translatable="yes">_Microphones</property>
<property name="subtitle" translatable="yes">Control microphone access</property>
<property name="visible">False</property>
<property name="icon-name">microphone-access-symbolic</property>
<property name="show-arrow">True</property>
<property name="action-name">navigation.push</property>
<property name="action-target">'microphone-page'</property>
</object>
</child>
<child>
<object class="CcListRow" id="bolt_row">
<property name="visible">False</property>
<property name="title" translatable="yes">_Thunderbolt</property>
<property name="subtitle" translatable="yes">Manage device access</property>
<property name="icon-name">thunderbolt-access-symbolic</property>
<property name="show-arrow">True</property>
<property name="action-name">navigation.push</property>
<property name="action-target">'bolt-page'</property>
</object>
</child>
<child>
<object class="CcListRow">
<property name="title" translatable="yes">Device _Security</property>
<property name="subtitle" translatable="yes">Hardware security status and information</property>
<property name="icon-name">device-security-symbolic</property>
<property name="show-arrow">True</property>
<property name="action-name">navigation.push</property>
<property name="action-target">'firmware-security-page'</property>
<binding name="visible">
<lookup name="visible">security_page</lookup>
</binding>
</object>
</child>
</object>
</child>
</object>
</property>
</object>
</property>
</object>
</child>
<child>
<object class="CcScreenPage"/>
</child>
<child>
<object class="CcLocationPage"/>
</child>
<child>
<object class="CcCameraPage"/>
</child>
<child>
<object class="CcMicrophonePage"/>
</child>
<child>
<object class="CcUsagePage"/>
</child>
<child>
<object class="CcDiagnosticsPage" id="diagnostics_page"/>
</child>
<child>
<object class="CcFirmwareSecurityPage" id="security_page"/>
</child>
</object>
</property>
</template>
</interface>