pidgin/resources/Prefs/credentials.ui

Thu, 13 Jan 2022 22:34:37 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 13 Jan 2022 22:34:37 -0600
changeset 41245
53eea15447bd
parent 40873
68c7ef6c5320
child 41375
e7f3a586b63f
permissions
-rw-r--r--

Remove the interface page from preferences as all of those preferences were made obsolete when we moved the conversation window to using a list

Testing Done:
* Verified the preferences window loaded without issue
* Ran `ninja pidgin-pot`

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

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"/>
40873
68c7ef6c5320 Convert credentials page to use HdyPreferencesGroup and a list box.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
24 <requires lib="libhandy" version="0.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> -->
40873
68c7ef6c5320 Convert credentials page to use HdyPreferencesGroup and a list box.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
29 <template class="PidginCredentialsPage" parent="HdyPreferencesPage">
40730
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
30 <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
31 <property name="can-focus">False</property>
40873
68c7ef6c5320 Convert credentials page to use HdyPreferencesGroup and a list box.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
32 <property name="title" translatable="yes">Credentials</property>
40730
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
33 <child>
40873
68c7ef6c5320 Convert credentials page to use HdyPreferencesGroup and a list box.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
34 <object class="HdyPreferencesGroup">
40730
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
35 <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
36 <property name="can-focus">False</property>
40873
68c7ef6c5320 Convert credentials page to use HdyPreferencesGroup and a list box.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
37 <property name="description" translatable="yes">Pidgin does not store passwords directly, but uses the provider selected below to store passwords. Changing providers will not migrate existing stored passwords.</property>
68c7ef6c5320 Convert credentials page to use HdyPreferencesGroup and a list box.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
38 <property name="title" translatable="yes">Credential Provider</property>
40730
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
39 <child>
40873
68c7ef6c5320 Convert credentials page to use HdyPreferencesGroup and a list box.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
40 <object class="GtkListBox" id="credential_list">
40730
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
41 <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
42 <property name="can-focus">False</property>
40873
68c7ef6c5320 Convert credentials page to use HdyPreferencesGroup and a list box.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
43 <property name="selection-mode">none</property>
68c7ef6c5320 Convert credentials page to use HdyPreferencesGroup and a list box.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
44 <signal name="row-activated" handler="pidgin_credential_page_list_row_activated_cb" after="yes" swapped="no"/>
68c7ef6c5320 Convert credentials page to use HdyPreferencesGroup and a list box.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
45 <style>
68c7ef6c5320 Convert credentials page to use HdyPreferencesGroup and a list box.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
46 <class name="content"/>
68c7ef6c5320 Convert credentials page to use HdyPreferencesGroup and a list box.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
47 </style>
40730
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
48 </object>
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
49 </child>
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
50 </object>
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
51 </child>
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
52 </template>
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
53 </interface>

mercurial