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>
|
2019-10-24 14:36:04 +02:00
|
|
|
<property name="hexpand_set">True</property>
|
|
|
|
|
<property name="can_swipe_back">True</property>
|
|
|
|
|
<property name="transition_type">over</property>
|
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>
|
2016-11-23 00:58:05 +01:00
|
|
|
<child>
|
2020-01-17 18:51:39 +01:00
|
|
|
<object class="GtkFrame" id="folder_frame">
|
2016-11-23 00:58:05 +01:00
|
|
|
<property name="visible">True</property>
|
2019-10-24 14:36:04 +02:00
|
|
|
<property name="vexpand">True</property>
|
2020-01-17 18:51:39 +01:00
|
|
|
<property name="label_xalign">0</property>
|
2020-10-09 15:55:57 +02:00
|
|
|
<property name="shadow_type">none</property>
|
2016-11-23 00:58:05 +01:00
|
|
|
<child>
|
2020-01-17 18:51:39 +01:00
|
|
|
<object class="GtkScrolledWindow" id="folder_list_scrolled">
|
2016-11-23 00:58:05 +01:00
|
|
|
<property name="visible">True</property>
|
2020-01-17 18:51:39 +01:00
|
|
|
<property name="hscrollbar_policy">never</property>
|
2016-11-23 00:58:05 +01:00
|
|
|
</object>
|
|
|
|
|
</child>
|
2020-01-17 18:51:39 +01:00
|
|
|
<style>
|
|
|
|
|
<class name="geary-folder-frame"/>
|
|
|
|
|
</style>
|
2016-11-23 00:58:05 +01:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
2020-01-17 18:51:39 +01:00
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">0</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>
|
2016-11-23 00:58:05 +01:00
|
|
|
<child>
|
2020-01-17 18:51:39 +01:00
|
|
|
<object class="GtkFrame" id="conversation_frame">
|
2016-11-23 00:58:05 +01:00
|
|
|
<property name="visible">True</property>
|
2020-01-17 18:51:39 +01:00
|
|
|
<property name="label_xalign">0</property>
|
2020-10-09 15:55:57 +02:00
|
|
|
<property name="shadow_type">none</property>
|
2016-11-23 00:58:05 +01:00
|
|
|
<child>
|
2020-01-17 18:51:39 +01:00
|
|
|
<object class="GtkScrolledWindow" id="conversation_list_scrolled">
|
|
|
|
|
<property name="width_request">250</property>
|
2016-11-23 00:58:05 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2020-03-22 23:46:31 +11:00
|
|
|
<style>
|
2020-01-17 18:51:39 +01:00
|
|
|
<class name="geary-conversation-frame"/>
|
2020-03-22 23:46:31 +11:00
|
|
|
</style>
|
2016-11-23 00:58:05 +01:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
2020-01-17 18:51:39 +01:00
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="pack_type">end</property>
|
2020-10-08 14:38:31 +02:00
|
|
|
<property name="position">1</property>
|
2016-11-23 00:58:05 +01:00
|
|
|
</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>
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
<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>
|
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
|
<property name="position">0</property>
|
2016-11-23 00:58:05 +01:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
2017-11-08 18:13:51 +11:00
|
|
|
<child>
|
2020-03-17 15:11:13 +11:00
|
|
|
<placeholder/>
|
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>
|
2020-01-16 13:52:03 +01:00
|
|
|
<object class="GtkSizeGroup" id="folder_size_group">
|
|
|
|
|
<property name="mode">horizontal</property>
|
|
|
|
|
<widgets>
|
|
|
|
|
<widget name="folder_box"/>
|
|
|
|
|
</widgets>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkSizeGroup" id="folder_separator_size_group">
|
|
|
|
|
<property name="mode">horizontal</property>
|
2019-10-24 14:36:04 +02:00
|
|
|
<widgets>
|
|
|
|
|
<widget name="folder_separator"/>
|
|
|
|
|
</widgets>
|
2020-01-16 13:52:03 +01:00
|
|
|
</object>
|
|
|
|
|
<object class="GtkSizeGroup" id="conversations_size_group">
|
|
|
|
|
<property name="mode">horizontal</property>
|
|
|
|
|
<widgets>
|
|
|
|
|
<widget name="conversation_list_box"/>
|
|
|
|
|
</widgets>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkSizeGroup" id="conversations_separator_size_group">
|
|
|
|
|
<property name="mode">horizontal</property>
|
2019-10-24 14:36:04 +02:00
|
|
|
<widgets>
|
|
|
|
|
<widget name="conversations_separator"/>
|
|
|
|
|
</widgets>
|
2020-01-16 13:52:03 +01:00
|
|
|
</object>
|
|
|
|
|
<object class="GtkSizeGroup" id="conversation_size_group">
|
|
|
|
|
<property name="mode">horizontal</property>
|
|
|
|
|
</object>
|
2020-01-18 13:04:10 +01:00
|
|
|
<object class="HdySwipeGroup" id="conversations_swipe_group">
|
|
|
|
|
<swipeables>
|
2021-04-11 10:39:56 +10:00
|
|
|
<swipeable name="inner_leaflet"/>
|
2020-01-18 13:04:10 +01:00
|
|
|
</swipeables>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="HdySwipeGroup" id="conversation_swipe_group">
|
|
|
|
|
<swipeables>
|
2021-04-11 10:39:56 +10:00
|
|
|
<swipeable name="outer_leaflet"/>
|
2020-01-18 13:04:10 +01:00
|
|
|
</swipeables>
|
|
|
|
|
</object>
|
2016-11-23 00:58:05 +01:00
|
|
|
</interface>
|