pidgin/resources/About/about.ui

Mon, 12 Sep 2022 22:08:59 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 12 Sep 2022 22:08:59 -0500
changeset 41679
ddd97cdcbefc
parent 41629
f617ffec2950
child 41896
6ff3224e40da
permissions
-rw-r--r--

Remove the list_icon vfunc from PurpleProtocol.

This was replaced by the icon-name, icon-resource-path, and icon-search-path
properties.

Testing Done:
Compiled

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

38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
2 <!-- Generated with glade 3.38.2
40246
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
3
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
4 Pidgin - Internet Messenger
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
5 Copyright (C) Pidgin Developers <devel@pidgin.im>
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
6
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
7 This program is free software; you can redistribute it and/or
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
8 modify it under the terms of the GNU General Public License
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
9 as published by the Free Software Foundation; either version 2
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
10 of the License, or (at your option) any later version.
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
11
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
12 This program is distributed in the hope that it will be useful,
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
15 GNU General Public License for more details.
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
16
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
17 You should have received a copy of the GNU General Public License
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
18 along with this program; if not, write to the Free Software
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
20
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
21 -->
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
22 <interface>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
23 <requires lib="gtk" version="4.0"/>
39216
f6ab17b953df Replace the WebkitWebView with Talkatu widgets. There's some bugs, but it mostly works
Gary Kramlich <grim@reaperworld.com>
parents: 39135
diff changeset
24 <requires lib="Talkatu" version="0.0"/>
40246
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
25 <!-- interface-license-type gplv2 -->
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
26 <!-- interface-name Pidgin -->
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
27 <!-- interface-description Internet Messenger -->
7c21a9cdf495 Add metadata to Glade ui files.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39931
diff changeset
28 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> -->
38660
d6a4308481c7 Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents: 38659
diff changeset
29 <object class="GtkTreeStore" id="build_info_store">
d6a4308481c7 Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents: 38659
diff changeset
30 <columns>
d6a4308481c7 Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents: 38659
diff changeset
31 <!-- column-name title -->
d6a4308481c7 Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents: 38659
diff changeset
32 <column type="gchararray"/>
d6a4308481c7 Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents: 38659
diff changeset
33 <!-- column-name value -->
d6a4308481c7 Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents: 38659
diff changeset
34 <column type="gchararray"/>
d6a4308481c7 Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents: 38659
diff changeset
35 </columns>
d6a4308481c7 Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents: 38659
diff changeset
36 </object>
38662
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
37 <object class="GtkTreeStore" id="developers_store">
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
38 <columns>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
39 <!-- column-name markup -->
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
40 <column type="gchararray"/>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
41 <!-- column-name align -->
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
42 <column type="gfloat"/>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
43 </columns>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
44 </object>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
45 <object class="TalkatuMarkdownBuffer" id="main_buffer"/>
38662
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
46 <object class="GtkTreeStore" id="translators_store">
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
47 <columns>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
48 <!-- column-name markup -->
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
49 <column type="gchararray"/>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
50 <!-- column-name align -->
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
51 <column type="gfloat"/>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
52 </columns>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
53 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
54 <template class="PidginAboutDialog" parent="GtkDialog">
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
55 <property name="resizable">0</property>
41372
e3d28548e01d Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents: 41178
diff changeset
56 <signal name="response" handler="pidgin_about_dialog_response_cb" swapped="no"/>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
57 <child internal-child="content_area">
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
58 <object class="GtkBox">
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
59 <property name="orientation">vertical</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
60 <property name="spacing">2</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
61 <child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
62 <object class="GtkBox">
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
63 <property name="vexpand">1</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
64 <property name="orientation">vertical</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
65 <property name="spacing">5</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
66 <child>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
67 <object class="GtkPicture" id="logo">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
68 <property name="file">resource:///im/pidgin/Pidgin3/logo.png</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
69 <property name="halign">center</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
70 <property name="valign">center</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
71 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
72 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
73 <child>
38664
253a9bbc3317 Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents: 38662
diff changeset
74 <object class="GtkLabel" id="application_name">
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
75 <property name="label" translatable="1">Pidgin</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
76 <property name="justify">center</property>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
77 <property name="selectable">1</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
78 <attributes>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
79 <attribute name="weight" value="bold"></attribute>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
80 </attributes>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
81 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
82 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
83 <child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
84 <object class="GtkStack" id="stack">
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
85 <property name="vexpand">1</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
86 <property name="width-request">400</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
87 <property name="height-request">150</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
88 <property name="margin-bottom">2</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
89 <property name="transition-type">slide-up</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
90 <child>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
91 <object class="GtkStackPage">
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
92 <property name="name">main</property>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
93 <property name="title" translatable="1">General</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
94 <property name="child">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
95 <object class="GtkScrolledWindow" id="main_scrolled_window">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
96 <property name="focusable">1</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
97 <property name="hscrollbar-policy">never</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
98 <child>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
99 <object class="TalkatuView" id="main_page">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
100 <property name="focusable">1</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
101 <property name="editable">0</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
102 <property name="margin-start">12</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
103 <property name="margin-end">12</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
104 <property name="wrap-mode">word</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
105 <property name="buffer">main_buffer</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
106 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
107 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
108 </object>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
109 </property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
110 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
111 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
112 <child>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
113 <object class="GtkStackPage">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
114 <property name="name">developers</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
115 <property name="title" translatable="1">Developers</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
116 <property name="child">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
117 <object class="GtkScrolledWindow" id="developers_page">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
118 <property name="focusable">1</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
119 <property name="hscrollbar-policy">never</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
120 <property name="child">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
121 <object class="GtkTreeView" id="developers_treeview">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
122 <property name="focusable">1</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
123 <property name="model">developers_store</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
124 <property name="headers-visible">0</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
125 <property name="show-expanders">0</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
126 <child internal-child="selection">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
127 <object class="GtkTreeSelection"/>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
128 </child>
38662
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
129 <child>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
130 <object class="GtkTreeViewColumn" id="developers_column">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
131 <property name="resizable">1</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
132 <property name="sizing">autosize</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
133 <child>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
134 <object class="GtkCellRendererText" id="developers_cell_renderer"/>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
135 <attributes>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
136 <attribute name="xalign">1</attribute>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
137 <attribute name="markup">0</attribute>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
138 </attributes>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
139 </child>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
140 </object>
38662
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
141 </child>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
142 </object>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
143 </property>
38662
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
144 </object>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
145 </property>
38662
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
146 </object>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
147 </child>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
148 <child>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
149 <object class="GtkStackPage">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
150 <property name="name">translators</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
151 <property name="title" translatable="1">Translators</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
152 <property name="child">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
153 <object class="GtkScrolledWindow" id="translators_page">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
154 <property name="focusable">1</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
155 <property name="child">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
156 <object class="GtkTreeView" id="translators_treeview">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
157 <property name="focusable">1</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
158 <property name="model">translators_store</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
159 <property name="headers-visible">0</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
160 <property name="show-expanders">0</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
161 <child internal-child="selection">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
162 <object class="GtkTreeSelection"/>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
163 </child>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
164 <child>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
165 <object class="GtkTreeViewColumn" id="translators_column">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
166 <child>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
167 <object class="GtkCellRendererText" id="translators_cell_renderer"/>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
168 <attributes>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
169 <attribute name="xalign">1</attribute>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
170 <attribute name="markup">0</attribute>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
171 </attributes>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
172 </child>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
173 </object>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
174 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
175 </object>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
176 </property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
177 </object>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
178 </property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
179 </object>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
180 </child>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
181 <child>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
182 <object class="GtkStackPage">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
183 <property name="name">build-info</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
184 <property name="title" translatable="1">Build Information</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
185 <property name="child">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
186 <object class="GtkScrolledWindow" id="build_info_page">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
187 <property name="focusable">1</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
188 <property name="hscrollbar-policy">never</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
189 <property name="child">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
190 <object class="GtkTreeView" id="build_info_treeview">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
191 <property name="focusable">1</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
192 <property name="model">build_info_store</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
193 <property name="headers-visible">0</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
194 <property name="show-expanders">0</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
195 <child internal-child="selection">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
196 <object class="GtkTreeSelection"/>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
197 </child>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
198 <child>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
199 <object class="GtkTreeViewColumn">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
200 <child>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
201 <object class="GtkCellRendererText"/>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
202 <attributes>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
203 <attribute name="markup">0</attribute>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
204 </attributes>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
205 </child>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
206 </object>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
207 </child>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
208 <child>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
209 <object class="GtkTreeViewColumn">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
210 <child>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
211 <object class="GtkCellRendererText"/>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
212 <attributes>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
213 <attribute name="markup">1</attribute>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
214 </attributes>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
215 </child>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
216 </object>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
217 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
218 </object>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
219 </property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
220 </object>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
221 </property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
222 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
223 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
224 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
225 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
226 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
227 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
228 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
229 </child>
41372
e3d28548e01d Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents: 41178
diff changeset
230 <action-widgets>
e3d28548e01d Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents: 41178
diff changeset
231 <action-widget response="-7">close_button</action-widget>
e3d28548e01d Some random about dialog cleanups
Gary Kramlich <grim@reaperworld.com>
parents: 41178
diff changeset
232 </action-widgets>
41595
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
233 <child internal-child="action_area">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
234 <object class="GtkBox">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
235 <property name="valign">center</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
236 <child>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
237 <object class="GtkStackSwitcher" id="switcher">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
238 <property name="stack">stack</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
239 <property name="hexpand">1</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
240 </object>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
241 </child>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
242 <child>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
243 <object class="GtkButton" id="close_button">
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
244 <property name="label" translatable="1">Close</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
245 <property name="focusable">1</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
246 <property name="receives-default">1</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
247 <property name="hexpand">1</property>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
248 </object>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
249 </child>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
250 </object>
61d8f39f3d70 Port about dialog to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41372
diff changeset
251 </child>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
252 </template>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
253 </interface>

mercurial