pidgin/resources/Accounts/editor.ui

Mon, 30 Jun 2025 14:22:13 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 30 Jun 2025 14:22:13 -0500
changeset 43269
1523eab3b5a0
parent 43194
77aadc520684
permissions
-rw-r--r--

Update the flatpak to gnome 48 and to the matching birb version

The birb version was missed here when it was updated.

Testing Done:
Built the flatpak with the instructions in the readme.

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

41483
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
2 <!-- Generated with glade 3.38.2
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
3
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
4 Pidgin - Internet Messenger
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
5 Copyright (C) Pidgin Developers <devel@pidgin.im>
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
6
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
7 This program is free software; you can redistribute it and/or
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
8 modify it under the terms of the GNU General Public License
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
9 as published by the Free Software Foundation; either version 2
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
10 of the License, or (at your option) any later version.
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
11
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
12 This program is distributed in the hope that it will be useful,
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
15 GNU General Public License for more details.
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
16
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
17 You should have received a copy of the GNU General Public License
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
18 along with this program; if not, see <https://www.gnu.org/licenses/>.
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
19
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
20 -->
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
21 <interface>
41688
6ccdb4116ca2 Modernize the AccountEditor.
Gary Kramlich <grim@reaperworld.com>
parents: 41576
diff changeset
22 <requires lib="Adw" version="1.0"/>
41576
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
23 <requires lib="gtk" version="4.0"/>
41483
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
24 <requires lib="pidgin" version="3.0"/>
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
25 <!-- interface-license-type gplv2 -->
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
26 <!-- interface-name Pidgin -->
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
27 <!-- interface-description Internet Messenger -->
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
28 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> -->
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
29 <template class="PidginAccountEditor" parent="AdwPreferencesPage">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
30 <property name="vexpand">1</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
31 <property name="hexpand">1</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
32 <child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
33 <object class="AdwPreferencesGroup" id="login_options">
43194
77aadc520684 Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents: 42151
diff changeset
34 <property name="title" translatable="yes">Login Options</property>
41576
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
35 <child>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
36 <object class="PidginProtocolChooser" id="protocol">
43194
77aadc520684 Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents: 42151
diff changeset
37 <property name="title" translatable="yes">Pro_tocol</property>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
38 <property name="use-underline">1</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
39 <signal name="notify::protocol" handler="pidgin_account_editor_protocol_changed_cb" object="PidginAccountEditor" swapped="no"/>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
40 </object>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
41 </child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
42 <child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
43 <object class="AdwPreferencesRow">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
44 <property name="focusable">0</property>
41737
657b634379ab Remove extraneous scrolled window in account editor
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41691
diff changeset
45 <child>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
46 <object class="GtkListBox" id="user_splits">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
47 <property name="focusable">0</property>
41688
6ccdb4116ca2 Modernize the AccountEditor.
Gary Kramlich <grim@reaperworld.com>
parents: 41576
diff changeset
48 <child>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
49 <object class="AdwEntryRow" id="username">
41780
1247cc856233 Remove extra focus targets from Account Editor
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41776
diff changeset
50 <property name="focusable">0</property>
43194
77aadc520684 Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents: 42151
diff changeset
51 <property name="title" translatable="yes">_Username</property>
41776
3dc254c25eeb Add the require password option to PidginAccountEditor
Gary Kramlich <grim@reaperworld.com>
parents: 41737
diff changeset
52 <property name="use-underline">1</property>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
53 <signal name="changed" handler="pidgin_account_editor_username_changed_cb" object="PidginAccountEditor" swapped="no"/>
41688
6ccdb4116ca2 Modernize the AccountEditor.
Gary Kramlich <grim@reaperworld.com>
parents: 41576
diff changeset
54 </object>
6ccdb4116ca2 Modernize the AccountEditor.
Gary Kramlich <grim@reaperworld.com>
parents: 41576
diff changeset
55 </child>
41737
657b634379ab Remove extraneous scrolled window in account editor
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41691
diff changeset
56 </object>
657b634379ab Remove extraneous scrolled window in account editor
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41691
diff changeset
57 </child>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
58 </object>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
59 </child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
60 <child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
61 <object class="AdwActionRow" id="require_password_row">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
62 <property name="activatable-widget">avatar</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
63 <property name="focusable">0</property>
43194
77aadc520684 Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents: 42151
diff changeset
64 <property name="title" translatable="yes">Require _password</property>
77aadc520684 Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents: 42151
diff changeset
65 <property name="subtitle" translatable="yes">This account has an optional password, setting this will make it required</property>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
66 <property name="use-underline">1</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
67 <property name="visible">0</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
68 <child type="suffix">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
69 <object class="GtkSwitch" id="require_password">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
70 <property name="valign">center</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
71 </object>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
72 </child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
73 </object>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
74 </child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
75 </object>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
76 </child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
77 <child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
78 <object class="AdwPreferencesGroup">
43194
77aadc520684 Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents: 42151
diff changeset
79 <property name="title" translatable="yes">User Options</property>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
80 <child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
81 <object class="AdwEntryRow" id="alias">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
82 <property name="focusable">0</property>
43194
77aadc520684 Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents: 42151
diff changeset
83 <property name="title" translatable="yes">_Local alias</property>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
84 <property name="use-underline">1</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
85 </object>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
86 </child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
87 <child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
88 <object class="AdwActionRow" id="avatar_row">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
89 <property name="activatable-widget">avatar</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
90 <property name="focusable">0</property>
43194
77aadc520684 Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents: 42151
diff changeset
91 <property name="title" translatable="yes">Use custom _avatar</property>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
92 <property name="use-underline">1</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
93 <property name="visible">0</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
94 <child type="prefix">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
95 <object class="GtkSwitch" id="use_custom_avatar">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
96 <property name="valign">center</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
97 </object>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
98 </child>
41737
657b634379ab Remove extraneous scrolled window in account editor
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41691
diff changeset
99 <child>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
100 <object class="GtkButton">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
101 <property name="css-classes">flat</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
102 <property name="valign">center</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
103 <binding name="sensitive">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
104 <lookup name="active">use_custom_avatar</lookup>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
105 </binding>
41688
6ccdb4116ca2 Modernize the AccountEditor.
Gary Kramlich <grim@reaperworld.com>
parents: 41576
diff changeset
106 <child>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
107 <object class="GtkImage" id="avatar">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
108 <property name="icon-name">select-avatar</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
109 <property name="icon-size">large</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
110 </object>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
111 </child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
112 <signal name="clicked" handler="pidgin_account_editor_avatar_set_clicked_cb" object="PidginAccountEditor" swapped="no"/>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
113 </object>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
114 </child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
115 <child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
116 <object class="GtkButton" id="remove">
43194
77aadc520684 Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents: 42151
diff changeset
117 <property name="label" translatable="yes">_Remove</property>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
118 <property name="use-underline">1</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
119 <property name="valign">center</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
120 <binding name="sensitive">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
121 <lookup name="active">use_custom_avatar</lookup>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
122 </binding>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
123 <signal name="clicked" handler="pidgin_account_editor_avatar_remove_clicked_cb" object="PidginAccountEditor" swapped="no"/>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
124 </object>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
125 </child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
126 </object>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
127 </child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
128 </object>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
129 </child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
130 <child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
131 <object class="AdwPreferencesGroup" id="advanced_group">
43194
77aadc520684 Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents: 42151
diff changeset
132 <property name="title" translatable="yes">Advanced Options</property>
77aadc520684 Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents: 42151
diff changeset
133 <property name="description" translatable="yes">Additional options for this account.</property>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
134 <property name="visible">0</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
135 <child type="header-suffix">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
136 <object class="GtkSwitch" id="advanced_toggle">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
137 <property name="active">0</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
138 <property name="valign">center</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
139 </object>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
140 </child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
141 </object>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
142 </child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
143 <child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
144 <object class="AdwPreferencesGroup">
43194
77aadc520684 Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents: 42151
diff changeset
145 <property name="title" translatable="yes">Proxy</property>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
146 <child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
147 <object class="AdwComboRow" id="proxy_type">
43194
77aadc520684 Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents: 42151
diff changeset
148 <property name="title" translatable="yes">Proxy t_ype</property>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
149 <property name="use-underline">1</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
150 <property name="use-subtitle">1</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
151 <property name="model">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
152 <object class="GtkStringList">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
153 <items>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
154 <item>global</item>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
155 <item>none</item>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
156 <item>socks4</item>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
157 <item>socks5</item>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
158 <item>tor</item>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
159 <item>http</item>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
160 <item>envvar</item>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
161 </items>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
162 </object>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
163 </property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
164 <property name="expression">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
165 <closure type="gchararray" function="pidgin_account_editor_proxy_type_expression_cb"/>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
166 </property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
167 <signal name="notify::selected" handler="pidgin_account_editor_proxy_type_changed_cb" object="PidginAccountEditor" swapped="no"/>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
168 </object>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
169 </child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
170 <child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
171 <object class="AdwPreferencesRow" id="proxy_options">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
172 <property name="focusable">0</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
173 <property name="visible">0</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
174 <child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
175 <object class="GtkListBox">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
176 <property name="focusable">0</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
177 <child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
178 <object class="AdwEntryRow" id="proxy_host">
41780
1247cc856233 Remove extra focus targets from Account Editor
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41776
diff changeset
179 <property name="focusable">0</property>
43194
77aadc520684 Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents: 42151
diff changeset
180 <property name="title" translatable="yes">_Host</property>
41737
657b634379ab Remove extraneous scrolled window in account editor
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41691
diff changeset
181 <property name="use-underline">1</property>
41576
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
182 </object>
41688
6ccdb4116ca2 Modernize the AccountEditor.
Gary Kramlich <grim@reaperworld.com>
parents: 41576
diff changeset
183 </child>
6ccdb4116ca2 Modernize the AccountEditor.
Gary Kramlich <grim@reaperworld.com>
parents: 41576
diff changeset
184 <child>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
185 <object class="AdwEntryRow" id="proxy_port">
41780
1247cc856233 Remove extra focus targets from Account Editor
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41776
diff changeset
186 <property name="focusable">0</property>
43194
77aadc520684 Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents: 42151
diff changeset
187 <property name="title" translatable="yes">P_ort</property>
41737
657b634379ab Remove extraneous scrolled window in account editor
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41691
diff changeset
188 <property name="use-underline">1</property>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
189 <property name="input-purpose">number</property>
41737
657b634379ab Remove extraneous scrolled window in account editor
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41691
diff changeset
190 </object>
657b634379ab Remove extraneous scrolled window in account editor
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41691
diff changeset
191 </child>
657b634379ab Remove extraneous scrolled window in account editor
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41691
diff changeset
192 <child>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
193 <object class="AdwEntryRow" id="proxy_username">
41780
1247cc856233 Remove extra focus targets from Account Editor
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41776
diff changeset
194 <property name="focusable">0</property>
43194
77aadc520684 Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents: 42151
diff changeset
195 <property name="title" translatable="yes">User_name</property>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
196 <property name="use-underline">1</property>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
197 </object>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
198 </child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
199 <child>
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
200 <object class="AdwPasswordEntryRow" id="proxy_password">
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
201 <property name="focusable">0</property>
43194
77aadc520684 Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents: 42151
diff changeset
202 <property name="title" translatable="yes">Pa_ssword</property>
42151
41b9c5be8965 Embed PidginAccountEditor into PidginAccountManager
Gary Kramlich <grim@reaperworld.com>
parents: 41896
diff changeset
203 <property name="use-underline">1</property>
41688
6ccdb4116ca2 Modernize the AccountEditor.
Gary Kramlich <grim@reaperworld.com>
parents: 41576
diff changeset
204 </object>
6ccdb4116ca2 Modernize the AccountEditor.
Gary Kramlich <grim@reaperworld.com>
parents: 41576
diff changeset
205 </child>
41483
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
206 </object>
41737
657b634379ab Remove extraneous scrolled window in account editor
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41691
diff changeset
207 </child>
41483
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
208 </object>
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
209 </child>
41576
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
210 </object>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
211 </child>
41483
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
212 </template>
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
213 </interface>

mercurial