Mon, 22 Mar 2021 05:56:45 -0500
Refresh all of the ui files
* Resaved everything with Glade 3.38 which changes all of the properties from
using `_`'s to using `-`'s.
* Make sure everything has the license information, including the menu files
that Glade doesn't handle directly.
* Make sure that all of our ui files are requiring Gtk 3.22 as that is our
minimum and many of them were set to 3.20 which was making Glade angry.
* Change the margin-left to margin-start in xfer.ui
Glade is doing some weird stuff though that we'll need to watch in the future. Namely the format view isn't showing up as an internal client in `TalkatuEditor` for some reason and Glade removed the property from the Invisible `GtkTextTag`.
Testing Done:
Compiled and ran locally.
Reviewed at https://reviews.imfreedom.org/r/559/
|
40730
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
|
40766
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
2 | <!-- Generated with glade 3.38.2 |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
3 | |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
4 | Pidgin - Internet Messenger |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
5 | Copyright (C) Pidgin Developers <devel@pidgin.im> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
6 | |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
7 | This program is free software; you can redistribute it and/or |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
8 | modify it under the terms of the GNU General Public License |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
9 | as published by the Free Software Foundation; either version 2 |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
10 | of the License, or (at your option) any later version. |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
11 | |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
12 | This program is distributed in the hope that it will be useful, |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
15 | GNU General Public License for more details. |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
16 | |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
17 | You should have received a copy of the GNU General Public License |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40790
diff
changeset
|
18 | along with this program; if not, write to the Free Software |
|
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40790
diff
changeset
|
19 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
|
40766
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
20 | |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
21 | --> |
|
40730
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
22 | <interface> |
|
40824
132c763c26e4
Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents:
40790
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:
diff
changeset
|
24 | <requires lib="pidgin" version="3.0"/> |
|
40766
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
25 | <!-- interface-license-type gplv2 --> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
26 | <!-- interface-name Pidgin --> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
27 | <!-- interface-description Internet Messenger --> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
28 | <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
|
40730
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
29 | <object class="PidginCredentialProviderStore" id="store"/> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
30 | <template class="PidginCredentialsPage" parent="GtkBox"> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
31 | <property name="visible">True</property> |
|
40766
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
32 | <property name="can-focus">False</property> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
33 | <property name="border-width">12</property> |
|
40730
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
34 | <property name="orientation">vertical</property> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
35 | <property name="spacing">18</property> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
36 | <child> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
37 | <object class="GtkFrame"> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
38 | <property name="visible">True</property> |
|
40766
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
39 | <property name="can-focus">False</property> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
40 | <property name="label-xalign">0</property> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
41 | <property name="shadow-type">none</property> |
|
40730
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
42 | <child> |
|
40766
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
43 | <object class="GtkBox"> |
|
40730
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
44 | <property name="visible">True</property> |
|
40766
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
45 | <property name="can-focus">False</property> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
46 | <property name="margin-start">12</property> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
47 | <property name="spacing">6</property> |
|
40730
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
48 | <child> |
|
40766
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
49 | <object class="GtkLabel"> |
|
40730
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
50 | <property name="visible">True</property> |
|
40766
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
51 | <property name="can-focus">False</property> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
52 | <property name="label" translatable="yes">Provider:</property> |
|
40790
e92d5c060155
Add a description to PurpleCredentialProvider and show it in the preferences selector
Gary Kramlich <grim@reaperworld.com>
parents:
40766
diff
changeset
|
53 | <property name="xalign">0</property> |
|
40766
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
54 | </object> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
55 | <packing> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
56 | <property name="expand">False</property> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
57 | <property name="fill">True</property> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
58 | <property name="position">0</property> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
59 | </packing> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
60 | </child> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
61 | <child> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
62 | <object class="GtkComboBox" id="combo"> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
63 | <property name="visible">True</property> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
64 | <property name="can-focus">False</property> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
65 | <property name="model">store</property> |
|
40730
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
66 | <child> |
|
40790
e92d5c060155
Add a description to PurpleCredentialProvider and show it in the preferences selector
Gary Kramlich <grim@reaperworld.com>
parents:
40766
diff
changeset
|
67 | <object class="GtkCellRendererText" id="renderer"/> |
|
40766
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
68 | <attributes> |
|
40790
e92d5c060155
Add a description to PurpleCredentialProvider and show it in the preferences selector
Gary Kramlich <grim@reaperworld.com>
parents:
40766
diff
changeset
|
69 | <attribute name="markup">1</attribute> |
|
40766
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
70 | </attributes> |
|
40730
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
71 | </child> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
72 | </object> |
|
40766
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
73 | <packing> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
74 | <property name="expand">False</property> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
75 | <property name="fill">True</property> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
76 | <property name="position">1</property> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
77 | </packing> |
|
40730
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
78 | </child> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
79 | </object> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
80 | </child> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
81 | <child type="label"> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
82 | <object class="GtkLabel"> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
83 | <property name="visible">True</property> |
|
40766
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
84 | <property name="can-focus">False</property> |
|
3517e362dc57
Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents:
40730
diff
changeset
|
85 | <property name="margin-bottom">6</property> |
|
40730
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
86 | <property name="label" translatable="yes">Credential Provider</property> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
87 | <attributes> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
88 | <attribute name="weight" value="bold"/> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
89 | </attributes> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
90 | </object> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
91 | </child> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
92 | </object> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
93 | <packing> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
94 | <property name="expand">False</property> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
95 | <property name="fill">True</property> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
96 | <property name="position">0</property> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
97 | </packing> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
98 | </child> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
99 | </template> |
|
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
100 | </interface> |