pidgin/resources/Prefs/credentials.ui

Sun, 03 Nov 2024 00:05:44 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Sun, 03 Nov 2024 00:05:44 -0500
changeset 43045
308e8d0ce68c
parent 43014
8194d922bd07
child 43194
77aadc520684
permissions
-rw-r--r--

remove purple3-url-handler.desktop.in.in

The application that did the launching was removed long ago. Also this should
be implemented by the user interfaces and they might provide separate files to
groups schemas as well.

Testing Done:
Called in the turtles.

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

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
41535
0dee7089dc5a Convert Pidgin credentials prefs page to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41520
diff changeset
18 along with this library; if not, see <https://www.gnu.org/licenses/>.
40766
3517e362dc57 Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents: 40730
diff changeset
19
3517e362dc57 Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents: 40730
diff changeset
20 -->
40730
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
21 <interface>
41535
0dee7089dc5a Convert Pidgin credentials prefs page to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41520
diff changeset
22 <requires lib="gtk" version="4.0"/>
41520
a5dd595361b4 Replace libhandy with libadwaita
Gary Kramlich <grim@reaperworld.com>
parents: 41375
diff changeset
23 <requires lib="libadwaita" version="0.0"/>
40766
3517e362dc57 Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents: 40730
diff changeset
24 <!-- interface-license-type gplv2 -->
3517e362dc57 Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents: 40730
diff changeset
25 <!-- interface-name Pidgin -->
3517e362dc57 Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents: 40730
diff changeset
26 <!-- interface-description Internet Messenger -->
3517e362dc57 Remove the GtkAlignment from PidginCredentialsPage as it's deprecated.
Gary Kramlich <grim@reaperworld.com>
parents: 40730
diff changeset
27 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> -->
41520
a5dd595361b4 Replace libhandy with libadwaita
Gary Kramlich <grim@reaperworld.com>
parents: 41375
diff changeset
28 <template class="PidginCredentialPrefs" parent="AdwPreferencesPage">
43014
8194d922bd07 Convert prefs page to AdwPreferencesWindow
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41581
diff changeset
29 <property name="icon-name">system-lock-screen-symbolic</property>
41581
732b1fcb8e31 Fix prefs on GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41535
diff changeset
30 <property name="title" translatable="1">Credentials</property>
40730
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
31 <child>
41520
a5dd595361b4 Replace libhandy with libadwaita
Gary Kramlich <grim@reaperworld.com>
parents: 41375
diff changeset
32 <object class="AdwPreferencesGroup">
41581
732b1fcb8e31 Fix prefs on GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41535
diff changeset
33 <property name="description" translatable="1">Pidgin does not store passwords directly, but uses the provider selected below to store passwords. Changing providers will not migrate existing stored passwords.</property>
732b1fcb8e31 Fix prefs on GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41535
diff changeset
34 <property name="title" translatable="1">Credential Provider</property>
40730
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
35 <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
36 <object class="GtkListBox" id="credential_list">
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="selection-mode">none</property>
41375
e7f3a586b63f Rename PidginCredentialsPage to PidginCredentialPrefs
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40873
diff changeset
38 <signal name="row-activated" handler="pidgin_credential_prefs_list_row_activated_cb" after="yes" swapped="no"/>
40873
68c7ef6c5320 Convert credentials page to use HdyPreferencesGroup and a list box.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
39 <style>
68c7ef6c5320 Convert credentials page to use HdyPreferencesGroup and a list box.
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 40824
diff changeset
40 <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
41 </style>
40730
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
42 </object>
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
43 </child>
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
44 </object>
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
45 </child>
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
46 </template>
12b38cca63d7 Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
47 </interface>

mercurial