| |
1 <?xml version="1.0" encoding="UTF-8"?> |
| |
2 <!-- Generated with glade 3.38.2 |
| |
3 |
| |
4 Pidgin - Internet Messenger |
| |
5 Copyright (C) Pidgin Developers <devel@pidgin.im> |
| |
6 |
| |
7 This program is free software; you can redistribute it and/or |
| |
8 modify it under the terms of the GNU General Public License |
| |
9 as published by the Free Software Foundation; either version 2 |
| |
10 of the License, or (at your option) any later version. |
| |
11 |
| |
12 This program is distributed in the hope that it will be useful, |
| |
13 but WITHOUT ANY WARRANTY; without even the implied warranty of |
| |
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| |
15 GNU General Public License for more details. |
| |
16 |
| |
17 You should have received a copy of the GNU General Public License |
| |
18 along with this program; if not, see <https://www.gnu.org/licenses/>. |
| |
19 |
| |
20 --> |
| |
21 <interface> |
| |
22 <requires lib="gtk+" version="3.22"/> |
| |
23 <requires lib="Talkatu" version="0.0"/> |
| |
24 <!-- interface-license-type gplv2 --> |
| |
25 <!-- interface-name Pidgin --> |
| |
26 <!-- interface-description Internet Messenger --> |
| |
27 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
| |
28 <object class="TalkatuTagTable" id="format_tag_table"/> |
| |
29 <object class="TalkatuWholeBuffer" id="format_buffer"> |
| |
30 <property name="tag-table">format_tag_table</property> |
| |
31 <property name="text" translatable="yes">This is how your outgoing message text will appear when you use protocols that support formatting.</property> |
| |
32 <property name="style">whole</property> |
| |
33 </object> |
| |
34 <object class="GtkAdjustment" id="minimum_entry_lines.adjustment"> |
| |
35 <property name="lower">1</property> |
| |
36 <property name="upper">8</property> |
| |
37 <property name="value">2</property> |
| |
38 <property name="step-increment">1</property> |
| |
39 <property name="page-increment">1</property> |
| |
40 </object> |
| |
41 <object class="GtkSizeGroup" id="iface.sg"/> |
| |
42 <template class="PidginConversationPrefs" parent="HdyPreferencesPage"> |
| |
43 <property name="visible">True</property> |
| |
44 <property name="can-focus">False</property> |
| |
45 <child> |
| |
46 <object class="HdyPreferencesGroup"> |
| |
47 <property name="visible">True</property> |
| |
48 <property name="can-focus">False</property> |
| |
49 <property name="title" translatable="yes">Conversations</property> |
| |
50 <child> |
| |
51 <object class="GtkAlignment"> |
| |
52 <property name="visible">True</property> |
| |
53 <property name="can-focus">False</property> |
| |
54 <property name="left-padding">12</property> |
| |
55 <child> |
| |
56 <object class="GtkBox"> |
| |
57 <property name="visible">True</property> |
| |
58 <property name="can-focus">False</property> |
| |
59 <property name="orientation">vertical</property> |
| |
60 <property name="spacing">6</property> |
| |
61 <child> |
| |
62 <object class="GtkCheckButton" id="show_incoming_formatting"> |
| |
63 <property name="label" translatable="yes">Show _formatting on incoming messages</property> |
| |
64 <property name="visible">True</property> |
| |
65 <property name="can-focus">True</property> |
| |
66 <property name="receives-default">False</property> |
| |
67 <property name="use-underline">True</property> |
| |
68 <property name="draw-indicator">True</property> |
| |
69 </object> |
| |
70 <packing> |
| |
71 <property name="expand">False</property> |
| |
72 <property name="fill">True</property> |
| |
73 <property name="position">0</property> |
| |
74 </packing> |
| |
75 </child> |
| |
76 <child> |
| |
77 <object class="GtkCheckButton" id="im.send_typing"> |
| |
78 <property name="label" translatable="yes">_Notify buddies that you are typing to them</property> |
| |
79 <property name="visible">True</property> |
| |
80 <property name="can-focus">True</property> |
| |
81 <property name="receives-default">False</property> |
| |
82 <property name="use-underline">True</property> |
| |
83 <property name="draw-indicator">True</property> |
| |
84 </object> |
| |
85 <packing> |
| |
86 <property name="expand">False</property> |
| |
87 <property name="fill">True</property> |
| |
88 <property name="position">1</property> |
| |
89 </packing> |
| |
90 </child> |
| |
91 <child> |
| |
92 <object class="GtkCheckButton" id="use_smooth_scrolling"> |
| |
93 <property name="label" translatable="yes">Use smooth-scrolling</property> |
| |
94 <property name="visible">True</property> |
| |
95 <property name="can-focus">True</property> |
| |
96 <property name="receives-default">False</property> |
| |
97 <property name="draw-indicator">True</property> |
| |
98 </object> |
| |
99 <packing> |
| |
100 <property name="expand">False</property> |
| |
101 <property name="fill">True</property> |
| |
102 <property name="position">2</property> |
| |
103 </packing> |
| |
104 </child> |
| |
105 <child> |
| |
106 <object class="GtkCheckButton" id="win32.blink_im"> |
| |
107 <property name="label" translatable="yes">F_lash window when IMs are received</property> |
| |
108 <property name="visible">True</property> |
| |
109 <property name="can-focus">True</property> |
| |
110 <property name="receives-default">False</property> |
| |
111 <property name="use-underline">True</property> |
| |
112 <property name="draw-indicator">True</property> |
| |
113 </object> |
| |
114 <packing> |
| |
115 <property name="expand">False</property> |
| |
116 <property name="fill">True</property> |
| |
117 <property name="position">3</property> |
| |
118 </packing> |
| |
119 </child> |
| |
120 <child> |
| |
121 <object class="GtkBox"> |
| |
122 <property name="visible">True</property> |
| |
123 <property name="can-focus">False</property> |
| |
124 <property name="spacing">6</property> |
| |
125 <child> |
| |
126 <object class="GtkLabel"> |
| |
127 <property name="visible">True</property> |
| |
128 <property name="can-focus">False</property> |
| |
129 <property name="label" translatable="yes">Minimum input area height in lines:</property> |
| |
130 </object> |
| |
131 <packing> |
| |
132 <property name="expand">False</property> |
| |
133 <property name="fill">True</property> |
| |
134 <property name="position">0</property> |
| |
135 </packing> |
| |
136 </child> |
| |
137 <child> |
| |
138 <object class="GtkSpinButton" id="minimum_entry_lines"> |
| |
139 <property name="visible">True</property> |
| |
140 <property name="can-focus">True</property> |
| |
141 <property name="input-purpose">digits</property> |
| |
142 <property name="adjustment">minimum_entry_lines.adjustment</property> |
| |
143 <property name="numeric">True</property> |
| |
144 </object> |
| |
145 <packing> |
| |
146 <property name="expand">False</property> |
| |
147 <property name="fill">True</property> |
| |
148 <property name="position">1</property> |
| |
149 </packing> |
| |
150 </child> |
| |
151 </object> |
| |
152 <packing> |
| |
153 <property name="expand">False</property> |
| |
154 <property name="fill">True</property> |
| |
155 <property name="position">4</property> |
| |
156 </packing> |
| |
157 </child> |
| |
158 </object> |
| |
159 </child> |
| |
160 </object> |
| |
161 </child> |
| |
162 </object> |
| |
163 <packing> |
| |
164 <property name="expand">False</property> |
| |
165 <property name="fill">True</property> |
| |
166 <property name="position">0</property> |
| |
167 </packing> |
| |
168 </child> |
| |
169 <child> |
| |
170 <object class="HdyPreferencesGroup"> |
| |
171 <property name="visible">True</property> |
| |
172 <property name="can-focus">False</property> |
| |
173 <property name="title" translatable="yes">Default Formatting</property> |
| |
174 <child> |
| |
175 <object class="GtkAlignment"> |
| |
176 <property name="visible">True</property> |
| |
177 <property name="can-focus">False</property> |
| |
178 <property name="left-padding">12</property> |
| |
179 <child> |
| |
180 <object class="GtkBox" id="sample_box"> |
| |
181 <property name="visible">True</property> |
| |
182 <property name="can-focus">False</property> |
| |
183 <property name="orientation">vertical</property> |
| |
184 <child> |
| |
185 <object class="TalkatuEditor"> |
| |
186 <property name="visible">True</property> |
| |
187 <property name="can-focus">False</property> |
| |
188 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| |
189 <property name="orientation">vertical</property> |
| |
190 <child internal-child="send_button"> |
| |
191 <object class="GtkButton"> |
| |
192 <property name="can-focus">False</property> |
| |
193 <property name="receives-default">False</property> |
| |
194 </object> |
| |
195 <packing> |
| |
196 <property name="expand">False</property> |
| |
197 <property name="fill">False</property> |
| |
198 <property name="position">0</property> |
| |
199 </packing> |
| |
200 </child> |
| |
201 <child internal-child="toolbar"> |
| |
202 <object class="TalkatuToolbar"> |
| |
203 <property name="visible">True</property> |
| |
204 <property name="can-focus">False</property> |
| |
205 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| |
206 </object> |
| |
207 <packing> |
| |
208 <property name="expand">False</property> |
| |
209 <property name="fill">False</property> |
| |
210 <property name="position">0</property> |
| |
211 </packing> |
| |
212 </child> |
| |
213 <child internal-child="input"> |
| |
214 <object class="TalkatuInput" id="format_view"> |
| |
215 <property name="width-request">450</property> |
| |
216 <property name="visible">True</property> |
| |
217 <property name="can-focus">True</property> |
| |
218 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| |
219 <property name="wrap-mode">word</property> |
| |
220 <property name="buffer">format_buffer</property> |
| |
221 </object> |
| |
222 <packing> |
| |
223 <property name="expand">False</property> |
| |
224 <property name="fill">False</property> |
| |
225 <property name="position">0</property> |
| |
226 </packing> |
| |
227 </child> |
| |
228 </object> |
| |
229 <packing> |
| |
230 <property name="expand">False</property> |
| |
231 <property name="fill">True</property> |
| |
232 <property name="position">0</property> |
| |
233 </packing> |
| |
234 </child> |
| |
235 </object> |
| |
236 </child> |
| |
237 </object> |
| |
238 </child> |
| |
239 </object> |
| |
240 <packing> |
| |
241 <property name="expand">False</property> |
| |
242 <property name="fill">True</property> |
| |
243 <property name="position">1</property> |
| |
244 </packing> |
| |
245 </child> |
| |
246 </template> |
| |
247 </interface> |