pidgin/resources/Accounts/editor.ui

Tue, 23 Aug 2022 02:54:58 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Tue, 23 Aug 2022 02:54:58 -0500
branch
gtk4
changeset 41576
f8771a229df1
parent 41483
e3bd18c1769d
child 41688
6ccdb4116ca2
permissions
-rw-r--r--

Port account manager to GTK4

Testing Done:
Opened manager, clicked on all the dialog buttons, and checked for no warnings. Did not check that adding/removing, or changing options really worked.

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

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>
41576
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
22 <requires lib="gtk" version="4.0"/>
41483
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
23 <requires lib="pidgin" version="3.0"/>
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
24 <!-- interface-license-type gplv2 -->
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
25 <!-- interface-name Pidgin -->
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
26 <!-- interface-description Internet Messenger -->
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
27 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> -->
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
28 <template class="PidginAccountEditor" parent="GtkDialog">
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
29 <signal name="response" handler="pidgin_account_editor_response_cb" swapped="no"/>
41576
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
30 <child internal-child="content_area">
41483
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
31 <object class="GtkBox">
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
32 <property name="orientation">vertical</property>
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
33 <property name="spacing">2</property>
41576
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
34 <child>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
35 <object class="GtkNotebook" id="notebook">
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
36 <property name="focusable">1</property>
41483
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
37 <child>
41576
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
38 <object class="GtkNotebookPage">
41483
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
39 <property name="position">0</property>
41576
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
40 <property name="child">
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
41 <object class="PidginProxyOptions" id="proxy_options">
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
42 <property name="margin-start">12</property>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
43 <property name="margin-end">12</property>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
44 <property name="margin-top">12</property>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
45 <property name="margin-bottom">12</property>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
46 <property name="orientation">vertical</property>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
47 <property name="spacing">6</property>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
48 </object>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
49 </property>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
50 <property name="tab">
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
51 <object class="GtkLabel">
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
52 <property name="label" translatable="1">_Proxy</property>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
53 <property name="use-underline">1</property>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
54 </object>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
55 </property>
41483
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
56 </object>
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
57 </child>
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
58 </object>
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
59 </child>
41576
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
60 </object>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
61 </child>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
62 <child type="action">
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
63 <object class="GtkButton" id="button1">
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
64 <property name="label" translatable="1">_Cancel</property>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
65 <property name="focusable">1</property>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
66 <property name="receives-default">1</property>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
67 <property name="use-underline">1</property>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
68 </object>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
69 </child>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
70 <child type="action">
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
71 <object class="GtkButton" id="button2">
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
72 <property name="label" translatable="1">_Save</property>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
73 <property name="focusable">1</property>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
74 <property name="receives-default">1</property>
f8771a229df1 Port account manager to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41483
diff changeset
75 <property name="use-underline">1</property>
41483
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
76 </object>
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
77 </child>
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
78 <action-widgets>
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
79 <action-widget response="-6">button1</action-widget>
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
80 <action-widget response="-10">button2</action-widget>
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
81 </action-widgets>
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
82 </template>
e3bd18c1769d The start of the new account editor.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
83 </interface>

mercurial