2018-07-04 21:38:28 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<object class="GtkPaned" id="paned">
|
|
|
|
<property name="position">300</property>
|
|
|
|
<property name="orientation">horizontal</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2019-09-30 00:11:23 +00:00
|
|
|
<object class="GtkStack" id="left_stack">
|
2018-07-04 21:38:28 +00:00
|
|
|
<property name="visible">True</property>
|
2019-04-12 14:24:43 +00:00
|
|
|
<child>
|
2019-09-30 00:11:23 +00:00
|
|
|
<object class="GtkScrolledWindow" id="scrolled">
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="hscrollbar_policy">never</property>
|
2019-04-12 14:24:43 +00:00
|
|
|
<property name="visible">True</property>
|
2019-09-30 00:11:23 +00:00
|
|
|
<child>
|
|
|
|
<object class="DinoUiConversationSelector" id="conversation_list">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-04-12 14:24:43 +00:00
|
|
|
</object>
|
2019-09-30 00:11:23 +00:00
|
|
|
<packing>
|
|
|
|
<property name="name">content</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="margin">20</property>
|
|
|
|
<property name="spacing">10</property>
|
|
|
|
<property name="valign">start</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="conversation_list_placeholder_image">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="valign">start</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="wrap">True</property>
|
|
|
|
<property name="margin-top">70</property>
|
|
|
|
<property name="margin-right">50</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="valign">end</property>
|
2019-11-14 00:35:56 +00:00
|
|
|
<property name="label" translatable="yes">Click here to start a conversation or join a channel.</property>
|
2019-09-30 00:11:23 +00:00
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">placeholder</property>
|
|
|
|
</packing>
|
2019-04-12 14:24:43 +00:00
|
|
|
</child>
|
2018-07-04 21:38:28 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="resize">False</property>
|
|
|
|
<property name="shrink">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkOverlay">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2019-09-30 00:11:23 +00:00
|
|
|
<object class="GtkStack" id="right_stack">
|
2018-07-04 21:38:28 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2020-02-21 01:11:23 +00:00
|
|
|
<object class="DinoUiConversationView" id="conversation_view">
|
2018-07-04 21:38:28 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
2019-09-30 00:11:23 +00:00
|
|
|
<packing>
|
|
|
|
<property name="name">content</property>
|
|
|
|
</packing>
|
2018-07-04 21:38:28 +00:00
|
|
|
</child>
|
2019-09-30 00:11:23 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
2018-07-04 21:38:28 +00:00
|
|
|
<property name="visible">True</property>
|
2018-08-07 14:03:00 +00:00
|
|
|
<child>
|
2019-09-30 00:11:23 +00:00
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="icon-name">im.dino.Dino-symbolic</property>
|
|
|
|
<property name="pixel-size">144</property>
|
|
|
|
<property name="margin-bottom">30</property>
|
2018-08-07 14:03:00 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<style>
|
2019-09-30 00:11:23 +00:00
|
|
|
<class name="dim-label"/>
|
2018-08-07 14:03:00 +00:00
|
|
|
</style>
|
2019-09-30 00:11:23 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
2019-11-14 00:35:56 +00:00
|
|
|
<property name="label" translatable="yes">You have no open chats</property>
|
2019-09-30 00:11:23 +00:00
|
|
|
<property name="xalign">0.5</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="scale" value="1.2"/>
|
|
|
|
</attributes>
|
2018-08-07 14:03:00 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2018-07-04 21:38:28 +00:00
|
|
|
</object>
|
2019-09-30 00:11:23 +00:00
|
|
|
<packing>
|
|
|
|
<property name="name">placeholder</property>
|
|
|
|
</packing>
|
2018-07-04 21:38:28 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="overlay">
|
|
|
|
<object class="GtkRevealer" id="search_revealer">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="transition-type">slide-left</property>
|
|
|
|
<style>
|
|
|
|
<class name="dino-sidebar"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFrame">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="width-request">400</property>
|
|
|
|
<property name="shadow-type">none</property>
|
|
|
|
<child>
|
2018-07-09 22:31:39 +00:00
|
|
|
<object class="DinoUiGlobalSearch" id="search_box">
|
2018-07-04 21:38:28 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="resize">True</property>
|
|
|
|
<property name="shrink">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
2018-07-09 22:31:39 +00:00
|
|
|
</interface>
|