Fri, 14 Feb 2020 00:50:39 -0600
Add the new PidginProtocolChooser and implement it in account dialog
|
39471
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
|
40246
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
2 | <!-- Generated with glade 3.22.1 |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
3 | |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
4 | Pidgin - Internet Messenger |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
5 | Copyright (C) Pidgin Developers <devel@pidgin.im> |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
6 | |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
7 | This program is free software; you can redistribute it and/or |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
8 | modify it under the terms of the GNU General Public License |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
9 | as published by the Free Software Foundation; either version 2 |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
10 | of the License, or (at your option) any later version. |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
11 | |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
12 | This program is distributed in the hope that it will be useful, |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
15 | GNU General Public License for more details. |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
16 | |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
17 | You should have received a copy of the GNU General Public License |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
18 | along with this program; if not, write to the Free Software |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
19 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
20 | |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
21 | --> |
|
39471
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
22 | <interface> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
23 | <requires lib="Talkatu" version="0.0"/> |
|
39931
4afa2de42dc7
Bump requires GTK to 3.20.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39673
diff
changeset
|
24 | <requires lib="gtk+" version="3.20"/> |
|
39471
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
25 | <!-- interface-local-resource-path ../ --> |
|
40246
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
26 | <!-- interface-license-type gplv2 --> |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
27 | <!-- interface-name Pidgin --> |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
28 | <!-- interface-description Internet Messenger --> |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39931
diff
changeset
|
29 | <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
|
39471
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
30 | <object class="TalkatuHtmlBuffer" id="buffer"/> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
31 | <template class="PidginDebugPluginInfo" parent="GtkDialog"> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
32 | <property name="can_focus">False</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
33 | <property name="title" translatable="yes">Pidgin Plugin Information</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
34 | <property name="role">plugins_info</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
35 | <property name="default_width">475</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
36 | <property name="default_height">450</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
37 | <property name="type_hint">dialog</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
38 | <child> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
39 | <placeholder/> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
40 | </child> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
41 | <child internal-child="vbox"> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
42 | <object class="GtkBox"> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
43 | <property name="can_focus">False</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
44 | <property name="orientation">vertical</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
45 | <property name="spacing">2</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
46 | <child internal-child="action_area"> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
47 | <object class="GtkButtonBox"> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
48 | <property name="can_focus">False</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
49 | <property name="layout_style">end</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
50 | <child> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
51 | <object class="GtkButton"> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
52 | <property name="label" translatable="yes">Close</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
53 | <property name="visible">True</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
54 | <property name="can_focus">True</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
55 | <property name="receives_default">True</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
56 | <signal name="clicked" handler="gtk_widget_destroy" object="PidginDebugPluginInfo" swapped="yes"/> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
57 | </object> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
58 | <packing> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
59 | <property name="expand">True</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
60 | <property name="fill">True</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
61 | <property name="position">1</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
62 | </packing> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
63 | </child> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
64 | </object> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
65 | <packing> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
66 | <property name="expand">False</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
67 | <property name="fill">False</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
68 | <property name="position">1</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
69 | </packing> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
70 | </child> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
71 | <child> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
72 | <object class="GtkImage" id="logo"> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
73 | <property name="visible">True</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
74 | <property name="can_focus">False</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
75 | <property name="resource">/im/pidgin/Pidgin/logo.png</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
76 | </object> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
77 | <packing> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
78 | <property name="expand">False</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
79 | <property name="fill">True</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
80 | <property name="position">0</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
81 | </packing> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
82 | </child> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
83 | <child> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
84 | <object class="GtkScrolledWindow"> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
85 | <property name="visible">True</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
86 | <property name="can_focus">True</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
87 | <property name="shadow_type">in</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
88 | <child> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
89 | <object class="TalkatuView" id="view"> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
90 | <property name="can_focus">True</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
91 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
92 | <property name="editable">False</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
93 | <property name="buffer">buffer</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
94 | <property name="send_binding"/> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
95 | </object> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
96 | </child> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
97 | </object> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
98 | <packing> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
99 | <property name="expand">True</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
100 | <property name="fill">True</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
101 | <property name="position">1</property> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
102 | </packing> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
103 | </child> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
104 | </object> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
105 | </child> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
106 | </template> |
|
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
107 | </interface> |