pidgin/resources/Conversations/window.ui

Sun, 31 Jul 2022 23:17:22 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Sun, 31 Jul 2022 23:17:22 -0500
changeset 41476
1a53026013e4
parent 41443
60cec3b7ad30
child 41527
4dff8cd4e9ea
permissions
-rw-r--r--

Show conversations by default in the conversation window and set the select mode to browse

Testing Done:
Ran and made sure conversations was selected by default and that I couldn't deselect anything in the view.

Reviewed at https://reviews.imfreedom.org/r/1562/

40577
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40577
diff changeset
2 <!-- Generated with glade 3.38.2
40577
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
3
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
4 Pidgin - Internet Messenger
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
5 Copyright (C) Pidgin Developers <devel@pidgin.im>
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
6
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
7 This program is free software; you can redistribute it and/or
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
8 modify it under the terms of the GNU General Public License
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
9 as published by the Free Software Foundation; either version 2
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
10 of the License, or (at your option) any later version.
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
11
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
12 This program is distributed in the hope that it will be useful,
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
15 GNU General Public License for more details.
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
16
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
17 You should have received a copy of the GNU General Public License
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40577
diff changeset
18 along with this program; if not, write to the Free Software
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40577
diff changeset
19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
40577
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
20
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
21 -->
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
22 <interface>
41184
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
23 <requires lib="gtk+" version="3.24"/>
41443
60cec3b7ad30 Use a HdyStatusPage as a place holder for conversations
Gary Kramlich <grim@reaperworld.com>
parents: 41441
diff changeset
24 <requires lib="libhandy" version="1.2"/>
41223
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
25 <requires lib="pidgin" version="3.0"/>
40577
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
26 <!-- interface-license-type gplv2 -->
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
27 <!-- interface-name Pidgin -->
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
28 <!-- interface-description Internet Messenger -->
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
29 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> -->
41184
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
30 <object class="GtkTreeStore" id="model">
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
31 <columns>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
32 <!-- column-name conversation -->
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
33 <column type="GObject"/>
41441
e114ed471a1e Implement the UI for the new Notifications API.
Gary Kramlich <grim@reaperworld.com>
parents: 41223
diff changeset
34 <!-- column-name name -->
e114ed471a1e Implement the UI for the new Notifications API.
Gary Kramlich <grim@reaperworld.com>
parents: 41223
diff changeset
35 <column type="gchararray"/>
41184
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
36 <!-- column-name icon -->
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
37 <column type="GdkPixbuf"/>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
38 <!-- column-name markup -->
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
39 <column type="gchararray"/>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
40 </columns>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
41 </object>
40577
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
42 <template class="PidginConversationWindow" parent="GtkApplicationWindow">
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40577
diff changeset
43 <property name="can-focus">False</property>
40577
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
44 <property name="role">conversation</property>
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
45 <child>
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
46 <object class="GtkBox" id="vbox">
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
47 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40577
diff changeset
48 <property name="can-focus">False</property>
40577
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
49 <property name="orientation">vertical</property>
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
50 <child>
41184
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
51 <object class="GtkPaned" id="paned">
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
52 <property name="visible">True</property>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
53 <property name="can-focus">True</property>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
54 <property name="position">100</property>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
55 <child>
41223
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
56 <object class="GtkBox">
41184
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
57 <property name="visible">True</property>
41223
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
58 <property name="can-focus">False</property>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
59 <property name="border-width">6</property>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
60 <property name="orientation">vertical</property>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
61 <property name="spacing">6</property>
41184
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
62 <child>
41223
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
63 <object class="PidginStatusBox">
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
64 <property name="visible">True</property>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
65 <property name="can-focus">False</property>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
66 </object>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
67 <packing>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
68 <property name="expand">False</property>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
69 <property name="fill">True</property>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
70 <property name="position">0</property>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
71 </packing>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
72 </child>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
73 <child>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
74 <object class="GtkScrolledWindow">
41184
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
75 <property name="visible">True</property>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
76 <property name="can-focus">True</property>
41223
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
77 <property name="shadow-type">out</property>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
78 <property name="propagate-natural-width">True</property>
41184
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
79 <child>
41223
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
80 <object class="GtkTreeView" id="view">
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
81 <property name="visible">True</property>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
82 <property name="can-focus">True</property>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
83 <property name="model">model</property>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
84 <property name="headers-visible">False</property>
41441
e114ed471a1e Implement the UI for the new Notifications API.
Gary Kramlich <grim@reaperworld.com>
parents: 41223
diff changeset
85 <property name="search-column">3</property>
41223
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
86 <child internal-child="selection">
41476
1a53026013e4 Show conversations by default in the conversation window and set the select mode to browse
Gary Kramlich <grim@reaperworld.com>
parents: 41443
diff changeset
87 <object class="GtkTreeSelection" id="selection">
1a53026013e4 Show conversations by default in the conversation window and set the select mode to browse
Gary Kramlich <grim@reaperworld.com>
parents: 41443
diff changeset
88 <property name="mode">browse</property>
41223
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
89 <signal name="changed" handler="pidgin_conversation_window_selection_changed" object="PidginConversationWindow" swapped="no"/>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
90 </object>
41184
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
91 </child>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
92 <child>
41223
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
93 <object class="GtkTreeViewColumn" id="markup">
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
94 <child>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
95 <object class="GtkCellRendererPixbuf" id="icon"/>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
96 <attributes>
41441
e114ed471a1e Implement the UI for the new Notifications API.
Gary Kramlich <grim@reaperworld.com>
parents: 41223
diff changeset
97 <attribute name="pixbuf">2</attribute>
41223
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
98 </attributes>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
99 </child>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
100 <child>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
101 <object class="GtkCellRendererText" id="name"/>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
102 <attributes>
41441
e114ed471a1e Implement the UI for the new Notifications API.
Gary Kramlich <grim@reaperworld.com>
parents: 41223
diff changeset
103 <attribute name="markup">3</attribute>
41223
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
104 </attributes>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
105 </child>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
106 </object>
41184
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
107 </child>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
108 </object>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
109 </child>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
110 </object>
41223
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
111 <packing>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
112 <property name="expand">True</property>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
113 <property name="fill">True</property>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
114 <property name="position">1</property>
e75da8f45164 Add the status box to the conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 41184
diff changeset
115 </packing>
41184
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
116 </child>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
117 </object>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
118 <packing>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
119 <property name="resize">True</property>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
120 <property name="shrink">True</property>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
121 </packing>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
122 </child>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
123 <child>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
124 <object class="GtkStack" id="stack">
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
125 <property name="visible">True</property>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
126 <property name="can-focus">False</property>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
127 <child>
41441
e114ed471a1e Implement the UI for the new Notifications API.
Gary Kramlich <grim@reaperworld.com>
parents: 41223
diff changeset
128 <object class="PidginNotificationList" id="notification_list">
e114ed471a1e Implement the UI for the new Notifications API.
Gary Kramlich <grim@reaperworld.com>
parents: 41223
diff changeset
129 <property name="visible">True</property>
e114ed471a1e Implement the UI for the new Notifications API.
Gary Kramlich <grim@reaperworld.com>
parents: 41223
diff changeset
130 <property name="can-focus">False</property>
e114ed471a1e Implement the UI for the new Notifications API.
Gary Kramlich <grim@reaperworld.com>
parents: 41223
diff changeset
131 <property name="orientation">vertical</property>
e114ed471a1e Implement the UI for the new Notifications API.
Gary Kramlich <grim@reaperworld.com>
parents: 41223
diff changeset
132 <child>
e114ed471a1e Implement the UI for the new Notifications API.
Gary Kramlich <grim@reaperworld.com>
parents: 41223
diff changeset
133 <placeholder/>
e114ed471a1e Implement the UI for the new Notifications API.
Gary Kramlich <grim@reaperworld.com>
parents: 41223
diff changeset
134 </child>
e114ed471a1e Implement the UI for the new Notifications API.
Gary Kramlich <grim@reaperworld.com>
parents: 41223
diff changeset
135 </object>
e114ed471a1e Implement the UI for the new Notifications API.
Gary Kramlich <grim@reaperworld.com>
parents: 41223
diff changeset
136 <packing>
e114ed471a1e Implement the UI for the new Notifications API.
Gary Kramlich <grim@reaperworld.com>
parents: 41223
diff changeset
137 <property name="name">__notifications__</property>
41443
60cec3b7ad30 Use a HdyStatusPage as a place holder for conversations
Gary Kramlich <grim@reaperworld.com>
parents: 41441
diff changeset
138 </packing>
60cec3b7ad30 Use a HdyStatusPage as a place holder for conversations
Gary Kramlich <grim@reaperworld.com>
parents: 41441
diff changeset
139 </child>
60cec3b7ad30 Use a HdyStatusPage as a place holder for conversations
Gary Kramlich <grim@reaperworld.com>
parents: 41441
diff changeset
140 <child>
60cec3b7ad30 Use a HdyStatusPage as a place holder for conversations
Gary Kramlich <grim@reaperworld.com>
parents: 41441
diff changeset
141 <object class="HdyStatusPage">
60cec3b7ad30 Use a HdyStatusPage as a place holder for conversations
Gary Kramlich <grim@reaperworld.com>
parents: 41441
diff changeset
142 <property name="visible">True</property>
60cec3b7ad30 Use a HdyStatusPage as a place holder for conversations
Gary Kramlich <grim@reaperworld.com>
parents: 41441
diff changeset
143 <property name="can-focus">False</property>
60cec3b7ad30 Use a HdyStatusPage as a place holder for conversations
Gary Kramlich <grim@reaperworld.com>
parents: 41441
diff changeset
144 <property name="icon-name">mail-send-symbolic</property>
60cec3b7ad30 Use a HdyStatusPage as a place holder for conversations
Gary Kramlich <grim@reaperworld.com>
parents: 41441
diff changeset
145 <property name="title" translatable="yes">Conversations</property>
60cec3b7ad30 Use a HdyStatusPage as a place holder for conversations
Gary Kramlich <grim@reaperworld.com>
parents: 41441
diff changeset
146 <property name="description" translatable="yes">When you send a message to a friend or join a chat it will show up here!</property>
60cec3b7ad30 Use a HdyStatusPage as a place holder for conversations
Gary Kramlich <grim@reaperworld.com>
parents: 41441
diff changeset
147 <child>
60cec3b7ad30 Use a HdyStatusPage as a place holder for conversations
Gary Kramlich <grim@reaperworld.com>
parents: 41441
diff changeset
148 <placeholder/>
60cec3b7ad30 Use a HdyStatusPage as a place holder for conversations
Gary Kramlich <grim@reaperworld.com>
parents: 41441
diff changeset
149 </child>
60cec3b7ad30 Use a HdyStatusPage as a place holder for conversations
Gary Kramlich <grim@reaperworld.com>
parents: 41441
diff changeset
150 </object>
60cec3b7ad30 Use a HdyStatusPage as a place holder for conversations
Gary Kramlich <grim@reaperworld.com>
parents: 41441
diff changeset
151 <packing>
60cec3b7ad30 Use a HdyStatusPage as a place holder for conversations
Gary Kramlich <grim@reaperworld.com>
parents: 41441
diff changeset
152 <property name="name">__conversations__</property>
41441
e114ed471a1e Implement the UI for the new Notifications API.
Gary Kramlich <grim@reaperworld.com>
parents: 41223
diff changeset
153 <property name="position">1</property>
e114ed471a1e Implement the UI for the new Notifications API.
Gary Kramlich <grim@reaperworld.com>
parents: 41223
diff changeset
154 </packing>
e114ed471a1e Implement the UI for the new Notifications API.
Gary Kramlich <grim@reaperworld.com>
parents: 41223
diff changeset
155 </child>
41184
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
156 </object>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
157 <packing>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
158 <property name="resize">True</property>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
159 <property name="shrink">True</property>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
160 </packing>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
161 </child>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
162 </object>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
163 <packing>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
164 <property name="expand">True</property>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
165 <property name="fill">True</property>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
166 <property name="pack-type">end</property>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
167 <property name="position">0</property>
05b5c210352b Move conversation management from gtkconv.c to PidginConversationWindow.
Gary Kramlich <grim@reaperworld.com>
parents: 40824
diff changeset
168 </packing>
40577
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
169 </child>
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
170 </object>
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
171 </child>
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
172 </template>
953d563429b8 Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
173 </interface>

mercurial