Fri, 12 Aug 2022 01:32:07 -0500
Make VV libraries required
Testing Done:
Compiled, opened Prefs, enabled VV test pipelines and ensured they disabled when switching tabs.
Reviewed at https://reviews.imfreedom.org/r/1583/
|
39178
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
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:
40821
diff
changeset
|
2 | <!-- Generated with glade 3.38.2 |
|
40246
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
40235
diff
changeset
|
3 | |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
40235
diff
changeset
|
4 | Pidgin - Internet Messenger |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
40235
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:
40235
diff
changeset
|
6 | |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
40235
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:
40235
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:
40235
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:
40235
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:
40235
diff
changeset
|
11 | |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
40235
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:
40235
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:
40235
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:
40235
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:
40235
diff
changeset
|
16 | |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
40235
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:
40235
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:
40235
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:
40235
diff
changeset
|
20 | |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
40235
diff
changeset
|
21 | --> |
|
39178
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
22 | <interface> |
|
41034
fe203b2245fb
Remove all of the current smiley support as it currently isn't used and needs to be completely overhauled for the new emoji api when we write it.
Gary Kramlich <grim@reaperworld.com>
parents:
40873
diff
changeset
|
23 | <requires lib="gtk+" version="3.22"/> |
|
40730
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
40542
diff
changeset
|
24 | <requires lib="pidgin" version="3.0"/> |
|
40246
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
40235
diff
changeset
|
25 | <!-- interface-license-type gplv2 --> |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
40235
diff
changeset
|
26 | <!-- interface-name Pidgin --> |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
40235
diff
changeset
|
27 | <!-- interface-description Internet Messenger --> |
|
7c21a9cdf495
Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
40235
diff
changeset
|
28 | <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
|
39178
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
29 | <template class="PidginPrefsWindow" parent="GtkDialog"> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40821
diff
changeset
|
30 | <property name="can-focus">False</property> |
|
39178
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
31 | <property name="title" translatable="yes">Preferences</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40821
diff
changeset
|
32 | <property name="type-hint">dialog</property> |
|
39178
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
33 | <signal name="destroy" handler="delete_prefs" swapped="no"/> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
34 | <child internal-child="vbox"> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
35 | <object class="GtkBox"> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40821
diff
changeset
|
36 | <property name="can-focus">False</property> |
|
39178
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
37 | <property name="orientation">vertical</property> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
38 | <property name="spacing">2</property> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
39 | <child internal-child="action_area"> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
40 | <object class="GtkButtonBox"> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40821
diff
changeset
|
41 | <property name="can-focus">False</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40821
diff
changeset
|
42 | <property name="layout-style">end</property> |
|
39178
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
43 | <child> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
44 | <object class="GtkButton"> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
45 | <property name="label" translatable="yes">_Close</property> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
46 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40821
diff
changeset
|
47 | <property name="can-focus">True</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40821
diff
changeset
|
48 | <property name="receives-default">True</property> |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40821
diff
changeset
|
49 | <property name="use-underline">True</property> |
|
39178
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
50 | <signal name="clicked" handler="gtk_widget_destroy" object="PidginPrefsWindow" swapped="yes"/> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
51 | </object> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
52 | <packing> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
53 | <property name="expand">True</property> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
54 | <property name="fill">True</property> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
55 | <property name="position">0</property> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
56 | </packing> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
57 | </child> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
58 | </object> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
59 | <packing> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
60 | <property name="expand">False</property> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
61 | <property name="fill">False</property> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
62 | <property name="position">0</property> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
63 | </packing> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
64 | </child> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
65 | <child> |
|
39779
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
66 | <object class="GtkBox"> |
|
39178
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
67 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40821
diff
changeset
|
68 | <property name="can-focus">False</property> |
|
39178
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
69 | <child> |
|
39779
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
70 | <object class="GtkStackSidebar"> |
|
39188
093a6314d473
prefs: Convert Interface page to glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39187
diff
changeset
|
71 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40821
diff
changeset
|
72 | <property name="can-focus">False</property> |
|
39779
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
73 | <property name="stack">stack</property> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
74 | </object> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
75 | <packing> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
76 | <property name="expand">False</property> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
77 | <property name="fill">True</property> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
78 | <property name="position">0</property> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
79 | </packing> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
80 | </child> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
81 | <child> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
82 | <object class="GtkStack" id="stack"> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
83 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40821
diff
changeset
|
84 | <property name="can-focus">False</property> |
|
41490
2b1695327414
Make VV libraries required
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41376
diff
changeset
|
85 | <signal name="notify::visible-child" handler="vv_test_switch_page_cb" object="vv" swapped="no"/> |
|
39188
093a6314d473
prefs: Convert Interface page to glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39187
diff
changeset
|
86 | <child> |
|
41371
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41370
diff
changeset
|
87 | <object class="PidginConversationPrefs"> |
|
39779
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
88 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40821
diff
changeset
|
89 | <property name="can-focus">False</property> |
|
39779
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
90 | </object> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
91 | <packing> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
92 | <property name="name">conversations</property> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
93 | <property name="title" translatable="yes">Conversations</property> |
|
41371
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41370
diff
changeset
|
94 | <property name="position">0</property> |
|
39779
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
95 | </packing> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
96 | </child> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
97 | <child> |
|
41376
5bd22f39246a
Rename PidginNetworkPage to PidginNetworkPrefs
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41375
diff
changeset
|
98 | <object class="PidginNetworkPrefs"> |
|
39779
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
99 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40821
diff
changeset
|
100 | <property name="can-focus">False</property> |
|
39779
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
101 | </object> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
102 | <packing> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
103 | <property name="name">network</property> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
104 | <property name="title" translatable="yes">Network</property> |
|
41245
53eea15447bd
Remove the interface page from preferences as all of those preferences were made obsolete when we moved the conversation window to using a list
Gary Kramlich <grim@reaperworld.com>
parents:
41188
diff
changeset
|
105 | <property name="position">1</property> |
|
39779
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
106 | </packing> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
107 | </child> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
108 | <child> |
|
41370
0ae2dfa4a5cf
Split proxy prefs page into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41369
diff
changeset
|
109 | <object class="PidginProxyPrefs"> |
|
39779
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
110 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40821
diff
changeset
|
111 | <property name="can-focus">False</property> |
|
39779
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
112 | </object> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
113 | <packing> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
114 | <property name="name">proxy</property> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
115 | <property name="title" translatable="yes">Proxy</property> |
|
41245
53eea15447bd
Remove the interface page from preferences as all of those preferences were made obsolete when we moved the conversation window to using a list
Gary Kramlich <grim@reaperworld.com>
parents:
41188
diff
changeset
|
116 | <property name="position">2</property> |
|
39779
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
117 | </packing> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
118 | </child> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
119 | <child> |
|
41374
ea87294eff71
Rename PidginAwayPage to PidginAwayPrefs
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41371
diff
changeset
|
120 | <object class="PidginAwayPrefs"> |
|
39779
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
121 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40821
diff
changeset
|
122 | <property name="can-focus">False</property> |
|
39189
d2ca6e91fff8
prefs: Convert Status/Idle page to glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39188
diff
changeset
|
123 | </object> |
|
d2ca6e91fff8
prefs: Convert Status/Idle page to glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39188
diff
changeset
|
124 | <packing> |
|
39779
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
125 | <property name="name">away</property> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
126 | <property name="title" translatable="yes">Status / Idle</property> |
|
41245
53eea15447bd
Remove the interface page from preferences as all of those preferences were made obsolete when we moved the conversation window to using a list
Gary Kramlich <grim@reaperworld.com>
parents:
41188
diff
changeset
|
127 | <property name="position">3</property> |
|
39189
d2ca6e91fff8
prefs: Convert Status/Idle page to glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39188
diff
changeset
|
128 | </packing> |
|
d2ca6e91fff8
prefs: Convert Status/Idle page to glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39188
diff
changeset
|
129 | </child> |
|
d2ca6e91fff8
prefs: Convert Status/Idle page to glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39188
diff
changeset
|
130 | <child> |
|
41375
e7f3a586b63f
Rename PidginCredentialsPage to PidginCredentialPrefs
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41374
diff
changeset
|
131 | <object class="PidginCredentialPrefs"> |
|
40730
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
40542
diff
changeset
|
132 | <property name="visible">True</property> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40821
diff
changeset
|
133 | <property name="can-focus">False</property> |
|
40730
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
40542
diff
changeset
|
134 | </object> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
40542
diff
changeset
|
135 | <packing> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
40542
diff
changeset
|
136 | <property name="name">credentials</property> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
40542
diff
changeset
|
137 | <property name="title" translatable="yes">Credentials</property> |
|
41245
53eea15447bd
Remove the interface page from preferences as all of those preferences were made obsolete when we moved the conversation window to using a list
Gary Kramlich <grim@reaperworld.com>
parents:
41188
diff
changeset
|
138 | <property name="position">4</property> |
|
40730
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
40542
diff
changeset
|
139 | </packing> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
40542
diff
changeset
|
140 | </child> |
|
41490
2b1695327414
Make VV libraries required
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41376
diff
changeset
|
141 | <child> |
|
2b1695327414
Make VV libraries required
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41376
diff
changeset
|
142 | <object class="PidginVVPrefs" id="vv"> |
|
2b1695327414
Make VV libraries required
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41376
diff
changeset
|
143 | <property name="visible">True</property> |
|
2b1695327414
Make VV libraries required
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41376
diff
changeset
|
144 | <property name="can-focus">False</property> |
|
2b1695327414
Make VV libraries required
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41376
diff
changeset
|
145 | </object> |
|
2b1695327414
Make VV libraries required
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41376
diff
changeset
|
146 | <packing> |
|
2b1695327414
Make VV libraries required
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41376
diff
changeset
|
147 | <property name="name">vv</property> |
|
2b1695327414
Make VV libraries required
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41376
diff
changeset
|
148 | <property name="title" translatable="yes">Voice/Video</property> |
|
2b1695327414
Make VV libraries required
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41376
diff
changeset
|
149 | <property name="position">5</property> |
|
2b1695327414
Make VV libraries required
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41376
diff
changeset
|
150 | </packing> |
|
2b1695327414
Make VV libraries required
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41376
diff
changeset
|
151 | </child> |
|
39750
1ead9afaa71e
Convert Themes pref page to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39749
diff
changeset
|
152 | </object> |
|
1ead9afaa71e
Convert Themes pref page to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39749
diff
changeset
|
153 | <packing> |
|
39779
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
154 | <property name="expand">False</property> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
155 | <property name="fill">True</property> |
|
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
156 | <property name="position">1</property> |
|
39750
1ead9afaa71e
Convert Themes pref page to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39749
diff
changeset
|
157 | </packing> |
|
1ead9afaa71e
Convert Themes pref page to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39749
diff
changeset
|
158 | </child> |
|
40730
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
40542
diff
changeset
|
159 | <child> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
40542
diff
changeset
|
160 | <placeholder/> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
40542
diff
changeset
|
161 | </child> |
|
39178
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
162 | </object> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
163 | <packing> |
|
39744
bd82baaa39cc
Fix resizing of the Prefs window.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39673
diff
changeset
|
164 | <property name="expand">True</property> |
|
39178
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
165 | <property name="fill">True</property> |
|
39779
a01d813df763
Convert prefs to a GtkStack.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39771
diff
changeset
|
166 | <property name="position">0</property> |
|
39178
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
167 | </packing> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
168 | </child> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
169 | </object> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
170 | </child> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
171 | </template> |
|
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
172 | </interface> |