2012-11-07 11:39:51 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
2023-07-31 00:10:14 +04:00
|
|
|
<template class="CcSearchLocationsDialog" parent="AdwWindow">
|
2012-11-07 11:39:51 -05:00
|
|
|
<property name="modal">True</property>
|
2023-05-03 15:18:47 -03:00
|
|
|
<property name="width-request">360</property>
|
|
|
|
<property name="height-request">294</property>
|
2023-07-31 00:10:14 +04:00
|
|
|
<property name="default-width">640</property>
|
|
|
|
<property name="default-height">576</property>
|
2022-02-08 18:46:04 -08:00
|
|
|
<property name="hide-on-close">True</property>
|
2012-11-07 11:39:51 -05:00
|
|
|
<property name="title" translatable="yes">Search Locations</property>
|
2023-07-31 00:10:14 +04:00
|
|
|
<property name="content">
|
|
|
|
<object class="AdwToolbarView">
|
|
|
|
<child type="top">
|
|
|
|
<object class="AdwHeaderBar"/>
|
|
|
|
</child>
|
|
|
|
<property name="content">
|
|
|
|
<object class="AdwPreferencesPage">
|
|
|
|
<property name="description" translatable="yes">Folders which are searched by system apps, such as Files, Photos and Videos.</property>
|
2012-11-07 11:39:51 -05:00
|
|
|
<child>
|
2023-07-31 00:10:14 +04:00
|
|
|
<object class="AdwPreferencesGroup" id="places_group">
|
|
|
|
<property name="title" translatable="yes">Places</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkListBox" id="places_list">
|
|
|
|
<property name="selection-mode">none</property>
|
|
|
|
<signal name="keynav-failed" handler="keynav_failed_cb" object="CcSearchLocationsDialog" swapped="yes"/>
|
|
|
|
<accessibility>
|
|
|
|
<relation name="labelled-by">places_group</relation>
|
|
|
|
</accessibility>
|
|
|
|
<style>
|
|
|
|
<class name="boxed-list"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2016-05-16 15:38:12 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
2012-11-07 11:39:51 -05:00
|
|
|
<child>
|
2023-07-31 00:10:14 +04:00
|
|
|
<object class="AdwPreferencesGroup" id="bookmarks_group">
|
|
|
|
<property name="title" translatable="yes">Bookmarks</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkListBox" id="bookmarks_list">
|
|
|
|
<property name="selection-mode">none</property>
|
|
|
|
<signal name="keynav-failed" handler="keynav_failed_cb" object="CcSearchLocationsDialog" swapped="yes"/>
|
|
|
|
<accessibility>
|
|
|
|
<relation name="labelled-by">bookmarks_group</relation>
|
|
|
|
</accessibility>
|
|
|
|
<style>
|
|
|
|
<class name="boxed-list"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2016-05-16 15:38:12 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
2023-07-31 00:10:14 +04:00
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGroup" id="others_group">
|
|
|
|
<property name="title" translatable="yes">Others</property>
|
|
|
|
<property name="header-suffix">
|
|
|
|
<object class="GtkButton" id="locations_add">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="AdwButtonContent">
|
|
|
|
<property name="icon-name">list-add-symbolic</property>
|
|
|
|
<property name="label" translatable="yes">Add Location</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
<signal name="clicked" handler="add_button_clicked" object="CcSearchLocationsDialog" swapped="yes"/>
|
|
|
|
<style>
|
|
|
|
<class name="flat"/>
|
|
|
|
</style>
|
2012-11-07 11:39:51 -05:00
|
|
|
</object>
|
2022-02-08 18:46:04 -08:00
|
|
|
</property>
|
2023-07-31 00:10:14 +04:00
|
|
|
<child>
|
|
|
|
<object class="GtkListBox" id="others_list">
|
|
|
|
<property name="selection-mode">none</property>
|
|
|
|
<signal name="keynav-failed" handler="keynav_failed_cb" object="CcSearchLocationsDialog" swapped="yes"/>
|
|
|
|
<accessibility>
|
|
|
|
<relation name="labelled-by">others_group</relation>
|
|
|
|
</accessibility>
|
|
|
|
<style>
|
|
|
|
<class name="boxed-list"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2016-05-16 15:38:12 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
2012-11-07 11:39:51 -05:00
|
|
|
</object>
|
2023-07-31 00:10:14 +04:00
|
|
|
</property>
|
2012-11-07 11:39:51 -05:00
|
|
|
</object>
|
2023-07-31 00:10:14 +04:00
|
|
|
</property>
|
2016-05-16 15:38:12 +02:00
|
|
|
</template>
|
2012-11-07 11:39:51 -05:00
|
|
|
</interface>
|