pidgin/resources/Conversations/conversation.ui

Mon, 30 Jun 2025 23:04:59 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 30 Jun 2025 23:04:59 -0500
changeset 43273
b2e7a32950ae
parent 43203
0095fd9f6a30
child 43291
a14a8ae209a9
permissions
-rw-r--r--

Update metainfo.xml for the release

And prepare for the next release right away.

Testing Done:
Ran `meson dist`

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

42301
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
2 <!--
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
3 Pidgin - Internet Messenger
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
4 Copyright (C) Pidgin Developers <devel@pidgin.im>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
5
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
6 This program is free software; you can redistribute it and/or
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
7 modify it under the terms of the GNU General Public License
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
8 as published by the Free Software Foundation; either version 2
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
9 of the License, or (at your option) any later version.
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
10
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
11 This program is distributed in the hope that it will be useful,
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
14 GNU General Public License for more details.
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
15
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
16 You should have received a copy of the GNU General Public License
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
17 along with this library; if not, see <https://www.gnu.org/licenses/>.
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
18 -->
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
19 <interface>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
20 <requires lib="gtk" version="4.0"/>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
21 <!-- interface-license-type gplv2 -->
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
22 <!-- interface-name Pidgin -->
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
23 <!-- interface-description Internet Messenger -->
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
24 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> -->
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
25 <template class="PidginConversation" parent="GtkBox">
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
26 <property name="orientation">vertical</property>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
27 <child>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
28 <object class="GtkBox">
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
29 <property name="orientation">horizontal</property>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
30 <property name="vexpand">0</property>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
31 <child>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
32 <object class="PidginInfoPane" id="info_pane">
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
33 <property name="hexpand">1</property>
42566
ddaa27826ccc Make PidginInfoPane generic
Gary Kramlich <grim@reaperworld.com>
parents: 42527
diff changeset
34 <binding name="title">
42774
4858aea578c4 Bind the Pidgin.DisplayItem:title property to Purple.Conversation:title-for-display
Gary Kramlich <grim@reaperworld.com>
parents: 42566
diff changeset
35 <lookup name="title-for-display" type="PurpleConversation">
42566
ddaa27826ccc Make PidginInfoPane generic
Gary Kramlich <grim@reaperworld.com>
parents: 42527
diff changeset
36 <lookup name="conversation">PidginConversation</lookup>
ddaa27826ccc Make PidginInfoPane generic
Gary Kramlich <grim@reaperworld.com>
parents: 42527
diff changeset
37 </lookup>
ddaa27826ccc Make PidginInfoPane generic
Gary Kramlich <grim@reaperworld.com>
parents: 42527
diff changeset
38 </binding>
ddaa27826ccc Make PidginInfoPane generic
Gary Kramlich <grim@reaperworld.com>
parents: 42527
diff changeset
39 <binding name="subtitle">
42784
909476a9e569 Escape the topic and its tooltip using g_markup_escape_text
Gary Kramlich <grim@reaperworld.com>
parents: 42783
diff changeset
40 <closure type="gchararray" function="pidgin_conversation_escape_topic">
909476a9e569 Escape the topic and its tooltip using g_markup_escape_text
Gary Kramlich <grim@reaperworld.com>
parents: 42783
diff changeset
41 <lookup name="topic" type="PurpleConversation">
909476a9e569 Escape the topic and its tooltip using g_markup_escape_text
Gary Kramlich <grim@reaperworld.com>
parents: 42783
diff changeset
42 <lookup name="conversation">PidginConversation</lookup>
909476a9e569 Escape the topic and its tooltip using g_markup_escape_text
Gary Kramlich <grim@reaperworld.com>
parents: 42783
diff changeset
43 </lookup>
909476a9e569 Escape the topic and its tooltip using g_markup_escape_text
Gary Kramlich <grim@reaperworld.com>
parents: 42783
diff changeset
44 </closure>
42519
9101c36a3f0c Use bindings for a few more things in PidginConversation
Gary Kramlich <grim@reaperworld.com>
parents: 42491
diff changeset
45 </binding>
42566
ddaa27826ccc Make PidginInfoPane generic
Gary Kramlich <grim@reaperworld.com>
parents: 42527
diff changeset
46 <property name="child">
ddaa27826ccc Make PidginInfoPane generic
Gary Kramlich <grim@reaperworld.com>
parents: 42527
diff changeset
47 <object class="GtkBox">
43150
fb0660fc1877 Change the icon for toggling the member list
Gary Kramlich <grim@reaperworld.com>
parents: 43129
diff changeset
48 <property name="margin-bottom">12</property>
fb0660fc1877 Change the icon for toggling the member list
Gary Kramlich <grim@reaperworld.com>
parents: 43129
diff changeset
49 <property name="margin-end">12</property>
fb0660fc1877 Change the icon for toggling the member list
Gary Kramlich <grim@reaperworld.com>
parents: 43129
diff changeset
50 <property name="margin-start">12</property>
fb0660fc1877 Change the icon for toggling the member list
Gary Kramlich <grim@reaperworld.com>
parents: 43129
diff changeset
51 <property name="margin-top">12</property>
42566
ddaa27826ccc Make PidginInfoPane generic
Gary Kramlich <grim@reaperworld.com>
parents: 42527
diff changeset
52 <property name="orientation">horizontal</property>
43041
ea212a081e9c Make the text in the infopanes selectable
Gary Kramlich <grim@reaperworld.com>
parents: 42943
diff changeset
53 <property name="valign">start</property>
42566
ddaa27826ccc Make PidginInfoPane generic
Gary Kramlich <grim@reaperworld.com>
parents: 42527
diff changeset
54 <child>
ddaa27826ccc Make PidginInfoPane generic
Gary Kramlich <grim@reaperworld.com>
parents: 42527
diff changeset
55 <object class="GtkToggleButton" id="toggle_flap">
43150
fb0660fc1877 Change the icon for toggling the member list
Gary Kramlich <grim@reaperworld.com>
parents: 43129
diff changeset
56 <property name="icon-name">system-users-symbolic</property>
42566
ddaa27826ccc Make PidginInfoPane generic
Gary Kramlich <grim@reaperworld.com>
parents: 42527
diff changeset
57 <property name="valign">center</property>
ddaa27826ccc Make PidginInfoPane generic
Gary Kramlich <grim@reaperworld.com>
parents: 42527
diff changeset
58 </object>
ddaa27826ccc Make PidginInfoPane generic
Gary Kramlich <grim@reaperworld.com>
parents: 42527
diff changeset
59 </child>
ddaa27826ccc Make PidginInfoPane generic
Gary Kramlich <grim@reaperworld.com>
parents: 42527
diff changeset
60 </object>
ddaa27826ccc Make PidginInfoPane generic
Gary Kramlich <grim@reaperworld.com>
parents: 42527
diff changeset
61 </property>
42301
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
62 </object>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
63 </child>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
64 </object>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
65 </child>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
66 <child>
42934
36a64c2e14ce Require Adwaita 1.4 and replace Adw.Flap with Adw.OverlaySplitView
Gary Kramlich <grim@reaperworld.com>
parents: 42885
diff changeset
67 <object class="AdwOverlaySplitView">
36a64c2e14ce Require Adwaita 1.4 and replace Adw.Flap with Adw.OverlaySplitView
Gary Kramlich <grim@reaperworld.com>
parents: 42885
diff changeset
68 <property name="sidebar-position">end</property>
36a64c2e14ce Require Adwaita 1.4 and replace Adw.Flap with Adw.OverlaySplitView
Gary Kramlich <grim@reaperworld.com>
parents: 42885
diff changeset
69 <property name="enable-hide-gesture">true</property>
36a64c2e14ce Require Adwaita 1.4 and replace Adw.Flap with Adw.OverlaySplitView
Gary Kramlich <grim@reaperworld.com>
parents: 42885
diff changeset
70 <property name="enable-show-gesture">true</property>
36a64c2e14ce Require Adwaita 1.4 and replace Adw.Flap with Adw.OverlaySplitView
Gary Kramlich <grim@reaperworld.com>
parents: 42885
diff changeset
71 <binding name="show-sidebar">
42301
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
72 <lookup name="active">toggle_flap</lookup>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
73 </binding>
42934
36a64c2e14ce Require Adwaita 1.4 and replace Adw.Flap with Adw.OverlaySplitView
Gary Kramlich <grim@reaperworld.com>
parents: 42885
diff changeset
74 <property name="content">
42301
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
75 <object class="GtkScrolledWindow">
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
76 <property name="hexpand">1</property>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
77 <property name="vadjustment">
42447
3f1004d7772a Replace TalkatuEditor in PidginConversation with a basic GtkTextView
Gary Kramlich <grim@reaperworld.com>
parents: 42443
diff changeset
78 <object class="PidginAutoAdjustment" id="history_adjustment"/>
42301
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
79 </property>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
80 <property name="vexpand">1</property>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
81 <child>
42346
45d2756d2a14 Replace TalkatuHistory with our own implementation
Gary Kramlich <grim@reaperworld.com>
parents: 42301
diff changeset
82 <object class="GtkListView" id="history">
45d2756d2a14 Replace TalkatuHistory with our own implementation
Gary Kramlich <grim@reaperworld.com>
parents: 42301
diff changeset
83 <property name="hexpand">1</property>
45d2756d2a14 Replace TalkatuHistory with our own implementation
Gary Kramlich <grim@reaperworld.com>
parents: 42301
diff changeset
84 <property name="vexpand">1</property>
45d2756d2a14 Replace TalkatuHistory with our own implementation
Gary Kramlich <grim@reaperworld.com>
parents: 42301
diff changeset
85 <property name="factory">
43093
27f816a512af Add a PidginMessage widget
Gary Kramlich <grim@reaperworld.com>
parents: 43041
diff changeset
86 <object class="GtkSignalListItemFactory">
27f816a512af Add a PidginMessage widget
Gary Kramlich <grim@reaperworld.com>
parents: 43041
diff changeset
87 <signal name="setup" handler="pidgin_conversation_message_setup"/>
27f816a512af Add a PidginMessage widget
Gary Kramlich <grim@reaperworld.com>
parents: 43041
diff changeset
88 <signal name="bind" handler="pidgin_conversation_message_bind"/>
27f816a512af Add a PidginMessage widget
Gary Kramlich <grim@reaperworld.com>
parents: 43041
diff changeset
89 <signal name="unbind" handler="pidgin_conversation_message_unbind"/>
42346
45d2756d2a14 Replace TalkatuHistory with our own implementation
Gary Kramlich <grim@reaperworld.com>
parents: 42301
diff changeset
90 </object>
45d2756d2a14 Replace TalkatuHistory with our own implementation
Gary Kramlich <grim@reaperworld.com>
parents: 42301
diff changeset
91 </property>
45d2756d2a14 Replace TalkatuHistory with our own implementation
Gary Kramlich <grim@reaperworld.com>
parents: 42301
diff changeset
92 <property name="model">
42519
9101c36a3f0c Use bindings for a few more things in PidginConversation
Gary Kramlich <grim@reaperworld.com>
parents: 42491
diff changeset
93 <object class="GtkNoSelection">
9101c36a3f0c Use bindings for a few more things in PidginConversation
Gary Kramlich <grim@reaperworld.com>
parents: 42491
diff changeset
94 <binding name="model">
9101c36a3f0c Use bindings for a few more things in PidginConversation
Gary Kramlich <grim@reaperworld.com>
parents: 42491
diff changeset
95 <lookup name="messages" type="PurpleConversation">
9101c36a3f0c Use bindings for a few more things in PidginConversation
Gary Kramlich <grim@reaperworld.com>
parents: 42491
diff changeset
96 <lookup name="conversation">PidginConversation</lookup>
9101c36a3f0c Use bindings for a few more things in PidginConversation
Gary Kramlich <grim@reaperworld.com>
parents: 42491
diff changeset
97 </lookup>
9101c36a3f0c Use bindings for a few more things in PidginConversation
Gary Kramlich <grim@reaperworld.com>
parents: 42491
diff changeset
98 </binding>
9101c36a3f0c Use bindings for a few more things in PidginConversation
Gary Kramlich <grim@reaperworld.com>
parents: 42491
diff changeset
99 </object>
42346
45d2756d2a14 Replace TalkatuHistory with our own implementation
Gary Kramlich <grim@reaperworld.com>
parents: 42301
diff changeset
100 </property>
45d2756d2a14 Replace TalkatuHistory with our own implementation
Gary Kramlich <grim@reaperworld.com>
parents: 42301
diff changeset
101 </object>
42301
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
102 </child>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
103 </object>
42934
36a64c2e14ce Require Adwaita 1.4 and replace Adw.Flap with Adw.OverlaySplitView
Gary Kramlich <grim@reaperworld.com>
parents: 42885
diff changeset
104 </property>
36a64c2e14ce Require Adwaita 1.4 and replace Adw.Flap with Adw.OverlaySplitView
Gary Kramlich <grim@reaperworld.com>
parents: 42885
diff changeset
105 <property name="sidebar">
43129
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
106 <object class="GtkBox">
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
107 <property name="orientation">vertical</property>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
108 <property name="vexpand">true</property>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
109 <child>
43173
399e2538f319 Implement searching the conversation members
Gary Kramlich <grim@reaperworld.com>
parents: 43150
diff changeset
110 <object class="GtkSearchEntry" id="member_list_search_entry">
399e2538f319 Implement searching the conversation members
Gary Kramlich <grim@reaperworld.com>
parents: 43150
diff changeset
111 <binding name="placeholder-text">
43129
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
112 <closure type="gchararray" function="pidgin_conversation_conversation_members_items_changed">
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
113 <lookup name="n_items" type="PurpleConversationMembers">
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
114 <lookup name="members" type="PurpleConversation">
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
115 <lookup name="conversation">PidginConversation</lookup>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
116 </lookup>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
117 </lookup>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
118 </closure>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
119 </binding>
43173
399e2538f319 Implement searching the conversation members
Gary Kramlich <grim@reaperworld.com>
parents: 43150
diff changeset
120 <signal name="search-changed" handler="pidgin_conversation_members_search_changed_cb"/>
43129
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
121 </object>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
122 </child>
42527
1954265c38f0 Implement the member list in PidginConversation
Gary Kramlich <grim@reaperworld.com>
parents: 42519
diff changeset
123 <child>
43129
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
124 <object class="GtkScrolledWindow">
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
125 <property name="hscrollbar-policy">never</property>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
126 <property name="margin-bottom">6</property>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
127 <property name="margin-end">6</property>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
128 <property name="margin-start">6</property>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
129 <property name="margin-top">6</property>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
130 <property name="vscrollbar-policy">automatic</property>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
131 <style>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
132 <class name="sidebar"/>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
133 </style>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
134 <child>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
135 <object class="GtkListView">
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
136 <property name="vexpand">1</property>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
137 <property name="factory">
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
138 <object class="GtkBuilderListItemFactory">
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
139 <property name="resource">/im/pidgin/Pidgin3/conversationmemberlistitem.ui</property>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
140 </object>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
141 </property>
42783
e61721a750e9 Add support for sorting the memberlist in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 42776
diff changeset
142 <property name="model">
43129
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
143 <object class="GtkSingleSelection">
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
144 <property name="autoselect">false</property>
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
145 <property name="model">
43173
399e2538f319 Implement searching the conversation members
Gary Kramlich <grim@reaperworld.com>
parents: 43150
diff changeset
146 <object class="GtkFilterListModel" id="member_list_filter_model">
399e2538f319 Implement searching the conversation members
Gary Kramlich <grim@reaperworld.com>
parents: 43150
diff changeset
147 <property name="incremental">0</property>
399e2538f319 Implement searching the conversation members
Gary Kramlich <grim@reaperworld.com>
parents: 43150
diff changeset
148 <property name="filter">
399e2538f319 Implement searching the conversation members
Gary Kramlich <grim@reaperworld.com>
parents: 43150
diff changeset
149 <object class="GtkCustomFilter" id="member_list_filter"/>
43129
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
150 </property>
43173
399e2538f319 Implement searching the conversation members
Gary Kramlich <grim@reaperworld.com>
parents: 43150
diff changeset
151 <property name="model">
399e2538f319 Implement searching the conversation members
Gary Kramlich <grim@reaperworld.com>
parents: 43150
diff changeset
152 <object class="GtkSortListModel">
43203
0095fd9f6a30 Make the sorter for the member list incremental
Gary Kramlich <grim@reaperworld.com>
parents: 43186
diff changeset
153 <property name="incremental">True</property>
43173
399e2538f319 Implement searching the conversation members
Gary Kramlich <grim@reaperworld.com>
parents: 43150
diff changeset
154 <property name="sorter">
399e2538f319 Implement searching the conversation members
Gary Kramlich <grim@reaperworld.com>
parents: 43150
diff changeset
155 <object class="GtkCustomSorter" id="member_list_sorter"/>
399e2538f319 Implement searching the conversation members
Gary Kramlich <grim@reaperworld.com>
parents: 43150
diff changeset
156 </property>
399e2538f319 Implement searching the conversation members
Gary Kramlich <grim@reaperworld.com>
parents: 43150
diff changeset
157 <binding name="model">
399e2538f319 Implement searching the conversation members
Gary Kramlich <grim@reaperworld.com>
parents: 43150
diff changeset
158 <lookup name="members" type="PurpleConversation">
399e2538f319 Implement searching the conversation members
Gary Kramlich <grim@reaperworld.com>
parents: 43150
diff changeset
159 <lookup name="conversation">PidginConversation</lookup>
399e2538f319 Implement searching the conversation members
Gary Kramlich <grim@reaperworld.com>
parents: 43150
diff changeset
160 </lookup>
399e2538f319 Implement searching the conversation members
Gary Kramlich <grim@reaperworld.com>
parents: 43150
diff changeset
161 </binding>
399e2538f319 Implement searching the conversation members
Gary Kramlich <grim@reaperworld.com>
parents: 43150
diff changeset
162 </object>
399e2538f319 Implement searching the conversation members
Gary Kramlich <grim@reaperworld.com>
parents: 43150
diff changeset
163 </property>
43129
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
164 </object>
42783
e61721a750e9 Add support for sorting the memberlist in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 42776
diff changeset
165 </property>
e61721a750e9 Add support for sorting the memberlist in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 42776
diff changeset
166 </object>
e61721a750e9 Add support for sorting the memberlist in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 42776
diff changeset
167 </property>
42527
1954265c38f0 Implement the member list in PidginConversation
Gary Kramlich <grim@reaperworld.com>
parents: 42519
diff changeset
168 </object>
43129
c72c9ce63177 Add a count of the members above the member list in conversations
Gary Kramlich <grim@reaperworld.com>
parents: 43099
diff changeset
169 </child>
42527
1954265c38f0 Implement the member list in PidginConversation
Gary Kramlich <grim@reaperworld.com>
parents: 42519
diff changeset
170 </object>
1954265c38f0 Implement the member list in PidginConversation
Gary Kramlich <grim@reaperworld.com>
parents: 42519
diff changeset
171 </child>
42301
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
172 </object>
42934
36a64c2e14ce Require Adwaita 1.4 and replace Adw.Flap with Adw.OverlaySplitView
Gary Kramlich <grim@reaperworld.com>
parents: 42885
diff changeset
173 </property>
42301
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
174 </object>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
175 </child>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
176 <child>
43099
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
177 <object class="GtkStack">
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
178 <child>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
179 <object class="GtkStackPage">
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
180 <property name="child">
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
181 <object class="PidginTypingLabel" id="typing_label">
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
182 <binding name="conversation">
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
183 <lookup name="conversation">PidginConversation</lookup>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
184 </binding>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
185 </object>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
186 </property>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
187 </object>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
188 </child>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
189 <child>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
190 <object class="GtkStackPage">
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
191 <property name="child">
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
192 <object class="GtkLabel" id="status_label">
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
193 <property name="ellipsize">end</property>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
194 <property name="xalign">0</property>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
195 <property name="halign">fill</property>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
196 <property name="hexpand">true</property>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
197 <binding name="label">
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
198 <closure type="gchararray" function="pidgin_conversation_get_status_label">
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
199 <lookup name="error" type="PurpleConversation">
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
200 <lookup name="conversation">PidginConversation</lookup>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
201 </lookup>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
202 <lookup name="online" type="PurpleConversation">
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
203 <lookup name="conversation">PidginConversation</lookup>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
204 </lookup>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
205 </closure>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
206 </binding>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
207 </object>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
208 </property>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
209 </object>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
210 </child>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
211 <binding name="visible-child">
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
212 <closure type="GtkWidget" function="pidgin_conversation_get_status_page">
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
213 <lookup name="error" type="PurpleConversation">
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
214 <lookup name="conversation">PidginConversation</lookup>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
215 </lookup>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
216 <lookup name="online" type="PurpleConversation">
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
217 <lookup name="conversation">PidginConversation</lookup>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
218 </lookup>
60174e318ecc Add a status label to conversations to show online and error status
Gary Kramlich <grim@reaperworld.com>
parents: 43093
diff changeset
219 </closure>
42943
d453240767f9 Create Pidgin.TypingLabel
Gary Kramlich <grim@reaperworld.com>
parents: 42934
diff changeset
220 </binding>
d453240767f9 Create Pidgin.TypingLabel
Gary Kramlich <grim@reaperworld.com>
parents: 42934
diff changeset
221 </object>
42447
3f1004d7772a Replace TalkatuEditor in PidginConversation with a basic GtkTextView
Gary Kramlich <grim@reaperworld.com>
parents: 42443
diff changeset
222 </child>
3f1004d7772a Replace TalkatuEditor in PidginConversation with a basic GtkTextView
Gary Kramlich <grim@reaperworld.com>
parents: 42443
diff changeset
223 <child>
3f1004d7772a Replace TalkatuEditor in PidginConversation with a basic GtkTextView
Gary Kramlich <grim@reaperworld.com>
parents: 42443
diff changeset
224 <object class="GtkScrolledWindow">
42301
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
225 <property name="vexpand">0</property>
42447
3f1004d7772a Replace TalkatuEditor in PidginConversation with a basic GtkTextView
Gary Kramlich <grim@reaperworld.com>
parents: 42443
diff changeset
226 <child>
3f1004d7772a Replace TalkatuEditor in PidginConversation with a basic GtkTextView
Gary Kramlich <grim@reaperworld.com>
parents: 42443
diff changeset
227 <object class="GtkTextView" id="input">
42491
94bc1dfe8233 Set some much needed properties on PidginConversation
Gary Kramlich <grim@reaperworld.com>
parents: 42447
diff changeset
228 <property name="wrap-mode">word-char</property>
94bc1dfe8233 Set some much needed properties on PidginConversation
Gary Kramlich <grim@reaperworld.com>
parents: 42447
diff changeset
229 <property name="input-purpose">free-form</property>
94bc1dfe8233 Set some much needed properties on PidginConversation
Gary Kramlich <grim@reaperworld.com>
parents: 42447
diff changeset
230 <property name="input-hints">emoji|spellcheck|word-completion</property>
42885
9b0cae94f406 Set Purple.Conversation:typing when appropriate in Pidgin
Gary Kramlich <grim@reaperworld.com>
parents: 42784
diff changeset
231 <property name="buffer">
43186
f869ebb47d88 Add basic support for libspelling
Gary Kramlich <grim@reaperworld.com>
parents: 43173
diff changeset
232 <object class="GtkSourceBuffer" id="input_buffer">
42885
9b0cae94f406 Set Purple.Conversation:typing when appropriate in Pidgin
Gary Kramlich <grim@reaperworld.com>
parents: 42784
diff changeset
233 <signal name="delete-range" handler="pidgin_conversation_input_delete_range_cb" after="yes"/>
9b0cae94f406 Set Purple.Conversation:typing when appropriate in Pidgin
Gary Kramlich <grim@reaperworld.com>
parents: 42784
diff changeset
234 <signal name="insert-text" handler="pidgin_conversation_input_insert_text_cb"/>
9b0cae94f406 Set Purple.Conversation:typing when appropriate in Pidgin
Gary Kramlich <grim@reaperworld.com>
parents: 42784
diff changeset
235 </object>
9b0cae94f406 Set Purple.Conversation:typing when appropriate in Pidgin
Gary Kramlich <grim@reaperworld.com>
parents: 42784
diff changeset
236 </property>
42447
3f1004d7772a Replace TalkatuEditor in PidginConversation with a basic GtkTextView
Gary Kramlich <grim@reaperworld.com>
parents: 42443
diff changeset
237 <child>
3f1004d7772a Replace TalkatuEditor in PidginConversation with a basic GtkTextView
Gary Kramlich <grim@reaperworld.com>
parents: 42443
diff changeset
238 <object class="GtkEventControllerKey">
3f1004d7772a Replace TalkatuEditor in PidginConversation with a basic GtkTextView
Gary Kramlich <grim@reaperworld.com>
parents: 42443
diff changeset
239 <signal name="key-pressed" handler="pidgin_conversation_input_key_pressed_cb"/>
3f1004d7772a Replace TalkatuEditor in PidginConversation with a basic GtkTextView
Gary Kramlich <grim@reaperworld.com>
parents: 42443
diff changeset
240 </object>
3f1004d7772a Replace TalkatuEditor in PidginConversation with a basic GtkTextView
Gary Kramlich <grim@reaperworld.com>
parents: 42443
diff changeset
241 </child>
42301
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
242 </object>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
243 </child>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
244 </object>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
245 </child>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
246 </template>
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
247 </interface>

mercurial