2016-11-23 00:58:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2020-03-17 15:11:13 +11:00
|
|
|
<!-- Generated with glade 3.22.2 -->
|
2016-11-23 00:58:05 +01:00
|
|
|
<interface>
|
2017-11-08 18:13:51 +11:00
|
|
|
<requires lib="gtk+" version="3.20"/>
|
2020-10-08 16:59:43 +02:00
|
|
|
<template class="ApplicationMainWindow" parent="HdyApplicationWindow">
|
2016-11-23 00:58:05 +01:00
|
|
|
<property name="events">GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_FOCUS_CHANGE_MASK | GDK_STRUCTURE_MASK</property>
|
2017-11-08 18:13:51 +11:00
|
|
|
<property name="show_menubar">False</property>
|
|
|
|
|
<signal name="delete-event" handler="on_delete_event" swapped="no"/>
|
|
|
|
|
<signal name="focus-in-event" handler="on_focus_event" swapped="no"/>
|
2019-10-30 14:27:52 +11:00
|
|
|
<signal name="focus-out-event" handler="on_focus_event" swapped="no"/>
|
2019-03-13 17:50:47 +11:00
|
|
|
<signal name="map" handler="on_map" swapped="no"/>
|
|
|
|
|
<signal name="unmap" handler="on_unmap" swapped="no"/>
|
2016-11-23 00:58:05 +01:00
|
|
|
<child>
|
2017-05-27 14:29:45 +02:00
|
|
|
<object class="GtkOverlay" id="overlay">
|
2016-11-23 00:58:05 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<child>
|
2017-05-27 14:29:45 +02:00
|
|
|
<object class="GtkBox" id="main_layout">
|
2016-11-23 00:58:05 +01:00
|
|
|
<property name="visible">True</property>
|
2017-05-27 14:29:45 +02:00
|
|
|
<property name="orientation">vertical</property>
|
2016-11-23 00:58:05 +01:00
|
|
|
<child>
|
2021-04-11 10:39:56 +10:00
|
|
|
<object class="HdyLeaflet" id="outer_leaflet">
|
2016-11-23 00:58:05 +01:00
|
|
|
<property name="visible">True</property>
|
2019-10-24 14:36:04 +02:00
|
|
|
<property name="can_swipe_back">True</property>
|
|
|
|
|
<property name="transition_type">over</property>
|
2021-04-11 11:58:55 +10:00
|
|
|
<signal name="notify::folded" handler="on_outer_leaflet_changed" swapped="no"/>
|
|
|
|
|
<signal name="notify::visible-child" handler="on_outer_leaflet_changed" swapped="no"/>
|
2016-11-23 00:58:05 +01:00
|
|
|
<child>
|
2021-04-11 10:39:56 +10:00
|
|
|
<object class="HdyLeaflet" id="inner_leaflet">
|
2016-11-23 00:58:05 +01:00
|
|
|
<property name="visible">True</property>
|
2023-08-25 08:12:23 +02:00
|
|
|
<property name="hexpand-set">True</property>
|
2019-10-24 14:36:04 +02:00
|
|
|
<property name="can_swipe_back">True</property>
|
|
|
|
|
<property name="transition_type">over</property>
|
2021-04-14 09:17:30 +10:00
|
|
|
<signal name="notify::folded" handler="on_inner_leaflet_changed" swapped="no"/>
|
|
|
|
|
<signal name="notify::visible-child" handler="on_inner_leaflet_changed" swapped="no"/>
|
2016-11-23 00:58:05 +01:00
|
|
|
<child>
|
2020-01-17 18:51:39 +01:00
|
|
|
<object class="GtkBox" id="folder_box">
|
2016-11-23 00:58:05 +01:00
|
|
|
<property name="visible">True</property>
|
2020-01-17 18:51:39 +01:00
|
|
|
<property name="orientation">vertical</property>
|
2022-09-14 16:21:16 +02:00
|
|
|
<child>
|
|
|
|
|
<object class="ComponentsApplicationHeaderBar" id="application_headerbar">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
2016-11-23 00:58:05 +01:00
|
|
|
<child>
|
2022-09-14 15:12:49 +02:00
|
|
|
<object class="GtkScrolledWindow" id="folder_list_scrolled">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
|
<property name="hscrollbar_policy">never</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="geary-folder"/>
|
|
|
|
|
</style>
|
2016-11-23 00:58:05 +01:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
2020-01-17 18:51:39 +01:00
|
|
|
<property name="fill">True</property>
|
2022-09-14 16:21:16 +02:00
|
|
|
<property name="position">1</property>
|
2016-11-23 00:58:05 +01:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
2020-01-17 18:51:39 +01:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
2021-04-11 10:39:56 +10:00
|
|
|
<property name="name">folder_list</property>
|
2019-10-24 14:36:04 +02:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkSeparator" id="folder_separator">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
<style>
|
|
|
|
|
<class name="sidebar"/>
|
|
|
|
|
</style>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="navigatable">False</property>
|
2020-01-17 18:51:39 +01:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkBox" id="conversation_list_box">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="orientation">vertical</property>
|
2022-09-14 16:21:16 +02:00
|
|
|
<child>
|
|
|
|
|
<object class="ComponentsConversationListHeaderBar" id="conversation_list_headerbar">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
2021-04-10 02:34:38 +10:00
|
|
|
<child>
|
|
|
|
|
<object class="GtkRevealer" id="conversation_list_actions_revealer">
|
|
|
|
|
<property name="visible">True</property>
|
2021-04-13 18:13:13 +10:00
|
|
|
<property name="reveal-child">False</property>
|
2021-04-10 02:34:38 +10:00
|
|
|
<property name="transition_type">slide-up</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="ComponentsConversationActions" id="conversation_list_actions">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="show_conversation_actions">True</property>
|
|
|
|
|
<property name="show_response_actions">False</property>
|
2021-04-10 21:23:59 +10:00
|
|
|
<property name="pack_justified">True</property>
|
2021-04-10 02:34:38 +10:00
|
|
|
<property name="hexpand">True</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">False</property>
|
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
2016-11-23 00:58:05 +01:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
2021-04-11 10:39:56 +10:00
|
|
|
<property name="name">conversation_list</property>
|
2016-11-23 00:58:05 +01:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
2019-10-24 14:36:04 +02:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
2021-04-11 10:39:56 +10:00
|
|
|
<property name="name">inner_leaflet</property>
|
2019-10-24 14:36:04 +02:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkSeparator" id="conversations_separator">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="orientation">vertical</property>
|
2017-11-08 18:13:51 +11:00
|
|
|
<style>
|
2020-01-17 18:51:39 +01:00
|
|
|
<class name="geary-sidebar-pane-separator"/>
|
2017-11-08 18:13:51 +11:00
|
|
|
</style>
|
2016-11-23 00:58:05 +01:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
2019-10-24 14:36:04 +02:00
|
|
|
<property name="navigatable">False</property>
|
2016-11-23 00:58:05 +01:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
2020-10-09 17:20:31 +02:00
|
|
|
<child>
|
|
|
|
|
<object class="GtkBox" id="conversation_viewer_box">
|
|
|
|
|
<property name="visible">True</property>
|
2021-04-06 10:06:32 +02:00
|
|
|
<property name="hexpand">True</property>
|
2020-10-09 17:20:31 +02:00
|
|
|
<property name="orientation">vertical</property>
|
2022-09-14 16:21:16 +02:00
|
|
|
<child>
|
|
|
|
|
<object class="ComponentsConversationHeaderBar" id="conversation_headerbar">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
2020-10-09 17:20:31 +02:00
|
|
|
<child>
|
2021-04-10 02:34:38 +10:00
|
|
|
<object class="GtkRevealer" id="conversation_viewer_actions_revealer">
|
2020-10-09 17:20:31 +02:00
|
|
|
<property name="visible">True</property>
|
2021-04-13 18:13:13 +10:00
|
|
|
<property name="reveal-child">False</property>
|
2021-04-10 02:34:38 +10:00
|
|
|
<property name="transition_type">slide-up</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="ComponentsConversationActions" id="conversation_viewer_actions">
|
|
|
|
|
<property name="visible">True</property>
|
2021-04-12 15:52:03 +02:00
|
|
|
<property name="show_conversation_actions">True</property>
|
|
|
|
|
<property name="show_response_actions">False</property>
|
2021-04-10 02:34:38 +10:00
|
|
|
</object>
|
|
|
|
|
</child>
|
2020-10-09 17:20:31 +02:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
2021-04-11 10:39:56 +10:00
|
|
|
<property name="name">conversation_viewer</property>
|
2020-10-09 17:20:31 +02:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
2016-11-23 00:58:05 +01:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
2017-05-27 14:29:45 +02:00
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="fill">True</property>
|
2022-09-14 16:21:16 +02:00
|
|
|
<property name="pack_type">start</property>
|
2016-11-23 00:58:05 +01:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
2017-11-08 18:13:51 +11:00
|
|
|
<child>
|
2022-09-14 16:21:16 +02:00
|
|
|
<object class="ComponentsInfoBarStack" id="info_bars">
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
|
</packing>
|
2017-11-08 18:13:51 +11:00
|
|
|
</child>
|
2020-03-22 23:46:31 +11:00
|
|
|
<style>
|
|
|
|
|
<class name="geary-main-layout"/>
|
|
|
|
|
</style>
|
2017-11-08 18:13:51 +11:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
2017-05-27 14:29:45 +02:00
|
|
|
<property name="index">-1</property>
|
2016-11-23 00:58:05 +01:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2019-11-21 02:36:09 +11:00
|
|
|
<style>
|
|
|
|
|
<class name="geary-main-window"/>
|
|
|
|
|
</style>
|
2016-11-23 00:58:05 +01:00
|
|
|
</template>
|
|
|
|
|
</interface>
|