pidgin/resources/About/about.ui

Mon, 22 Mar 2021 05:56:45 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 22 Mar 2021 05:56:45 -0500
changeset 40824
132c763c26e4
parent 40246
7c21a9cdf495
child 41030
ec8b76f3bf0a
permissions
-rw-r--r--

Refresh all of the ui files

* Resaved everything with Glade 3.38 which changes all of the properties from
using `_`'s to using `-`'s.
* Make sure everything has the license information, including the menu files
that Glade doesn't handle directly.
* Make sure that all of our ui files are requiring Gtk 3.22 as that is our
minimum and many of them were set to 3.20 which was making Glade angry.
* Change the margin-left to margin-start in xfer.ui

Glade is doing some weird stuff though that we'll need to watch in the future. Namely the format view isn't showing up as an internal client in `TalkatuEditor` for some reason and Glade removed the property from the Invisible `GtkTextTag`.

Testing Done:
Compiled and ran locally.

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

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>
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
23 <requires lib="Talkatu" version="0.0"/>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
24 <requires lib="gtk+" version="3.22"/>
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>
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
45 <object class="TalkatuTagTable" id="main_tag_table"/>
f6ab17b953df Replace the WebkitWebView with Talkatu widgets. There's some bugs, but it mostly works
Gary Kramlich <grim@reaperworld.com>
parents: 39135
diff changeset
46 <object class="TalkatuMarkdownBuffer" id="main_buffer">
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
47 <property name="tag-table">main_tag_table</property>
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
48 </object>
38662
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
49 <object class="GtkTreeStore" id="translators_store">
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
50 <columns>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
51 <!-- column-name markup -->
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
52 <column type="gchararray"/>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
53 <!-- column-name align -->
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
54 <column type="gfloat"/>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
55 </columns>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
56 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
57 <template class="PidginAboutDialog" parent="GtkDialog">
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
58 <property name="can-focus">False</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
59 <property name="border-width">5</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
60 <property name="resizable">False</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
61 <property name="window-position">center</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
62 <property name="type-hint">dialog</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
63 <child internal-child="vbox">
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
64 <object class="GtkBox">
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
65 <property name="can-focus">False</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
66 <property name="orientation">vertical</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
67 <property name="spacing">2</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
68 <child internal-child="action_area">
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
69 <object class="GtkButtonBox">
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
70 <property name="can-focus">False</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
71 <property name="layout-style">spread</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
72 <child>
38673
743b0df28288 replace the toggle buttons with a GtkStackSwitcher which simplifies the code quite a bit
Gary Kramlich <grim@reaperworld.com>
parents: 38666
diff changeset
73 <object class="GtkStackSwitcher" id="switcher">
38662
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
74 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
75 <property name="can-focus">False</property>
38673
743b0df28288 replace the toggle buttons with a GtkStackSwitcher which simplifies the code quite a bit
Gary Kramlich <grim@reaperworld.com>
parents: 38666
diff changeset
76 <property name="stack">stack</property>
38662
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
77 </object>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
78 <packing>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
79 <property name="expand">True</property>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
80 <property name="fill">True</property>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
81 <property name="position">0</property>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
82 </packing>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
83 </child>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
84 <child>
38666
c0bf67926a79 Wire up the close button
Gary Kramlich <grim@reaperworld.com>
parents: 38664
diff changeset
85 <object class="GtkButton" id="close_button">
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
86 <property name="label" translatable="yes">Close</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
87 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
88 <property name="can-focus">True</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
89 <property name="receives-default">True</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
90 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
91 <packing>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
92 <property name="expand">True</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
93 <property name="fill">True</property>
38673
743b0df28288 replace the toggle buttons with a GtkStackSwitcher which simplifies the code quite a bit
Gary Kramlich <grim@reaperworld.com>
parents: 38666
diff changeset
94 <property name="position">1</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
95 </packing>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
96 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
97 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
98 <packing>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
99 <property name="expand">False</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
100 <property name="fill">False</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
101 <property name="position">0</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
102 </packing>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
103 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
104 <child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
105 <object class="GtkBox">
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
106 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
107 <property name="can-focus">False</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
108 <property name="border-width">12</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
109 <property name="orientation">vertical</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
110 <property name="spacing">5</property>
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 <object class="GtkEventBox" id="event-box">
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
113 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
114 <property name="can-focus">False</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
115 <property name="above-child">True</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
116 <child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
117 <object class="GtkImage" id="logo">
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
118 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
119 <property name="can-focus">False</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
120 <property name="resource">/im/pidgin/Pidgin/logo.png</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
121 <property name="icon_size">6</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
122 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
123 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
124 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
125 <packing>
39055
13beb864adec Set the event box to not expand/fill
Gary Kramlich <grim@reaperworld.com>
parents: 38674
diff changeset
126 <property name="expand">False</property>
13beb864adec Set the event box to not expand/fill
Gary Kramlich <grim@reaperworld.com>
parents: 38674
diff changeset
127 <property name="fill">False</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
128 <property name="position">0</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
129 </packing>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
130 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
131 <child>
38664
253a9bbc3317 Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents: 38662
diff changeset
132 <object class="GtkLabel" id="application_name">
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
133 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
134 <property name="can-focus">False</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
135 <property name="label" translatable="yes">Pidgin</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
136 <property name="justify">center</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
137 <property name="selectable">True</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
138 <attributes>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
139 <attribute name="weight" value="bold"/>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
140 </attributes>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
141 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
142 <packing>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
143 <property name="expand">False</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
144 <property name="fill">True</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
145 <property name="position">1</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
146 </packing>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
147 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
148 <child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
149 <object class="GtkStack" id="stack">
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
150 <property name="width-request">400</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
151 <property name="height-request">150</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
152 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
153 <property name="can-focus">False</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
154 <property name="margin-bottom">2</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
155 <property name="transition-type">slide-up</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
156 <child>
38664
253a9bbc3317 Clean up the main page on the about dialog
Gary Kramlich <grim@reaperworld.com>
parents: 38662
diff changeset
157 <object class="GtkScrolledWindow" id="main_scrolled_window">
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
158 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
159 <property name="can-focus">True</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
160 <property name="hscrollbar-policy">never</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
161 <property name="shadow-type">in</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
162 <child>
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
163 <object class="TalkatuView" id="main_page">
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
164 <property name="can-focus">True</property>
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
165 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
f6ab17b953df Replace the WebkitWebView with Talkatu widgets. There's some bugs, but it mostly works
Gary Kramlich <grim@reaperworld.com>
parents: 39135
diff changeset
166 <property name="editable">False</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
167 <property name="wrap-mode">word</property>
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
168 <property name="buffer">main_buffer</property>
f6ab17b953df Replace the WebkitWebView with Talkatu widgets. There's some bugs, but it mostly works
Gary Kramlich <grim@reaperworld.com>
parents: 39135
diff changeset
169 </object>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
170 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
171 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
172 <packing>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
173 <property name="name">main</property>
38673
743b0df28288 replace the toggle buttons with a GtkStackSwitcher which simplifies the code quite a bit
Gary Kramlich <grim@reaperworld.com>
parents: 38666
diff changeset
174 <property name="title" translatable="yes">General</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
175 </packing>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
176 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
177 <child>
38662
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
178 <object class="GtkScrolledWindow" id="developers_page">
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
179 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
180 <property name="can-focus">True</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
181 <property name="hscrollbar-policy">never</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
182 <property name="shadow-type">in</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
183 <child>
38662
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
184 <object class="GtkTreeView" id="developers_treeview">
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
185 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
186 <property name="can-focus">True</property>
38662
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
187 <property name="model">developers_store</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
188 <property name="headers-visible">False</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
189 <property name="show-expanders">False</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
190 <child internal-child="selection">
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
191 <object class="GtkTreeSelection"/>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
192 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
193 <child>
38662
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
194 <object class="GtkTreeViewColumn" id="developers_column">
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
195 <property name="resizable">True</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
196 <property name="sizing">autosize</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
197 <child>
38662
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
198 <object class="GtkCellRendererText" id="developers_cell_renderer"/>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
199 <attributes>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
200 <attribute name="xalign">1</attribute>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
201 <attribute name="markup">0</attribute>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
202 </attributes>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
203 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
204 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
205 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
206 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
207 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
208 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
209 <packing>
38662
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
210 <property name="name">developers</property>
38673
743b0df28288 replace the toggle buttons with a GtkStackSwitcher which simplifies the code quite a bit
Gary Kramlich <grim@reaperworld.com>
parents: 38666
diff changeset
211 <property name="title" translatable="yes">Developers</property>
743b0df28288 replace the toggle buttons with a GtkStackSwitcher which simplifies the code quite a bit
Gary Kramlich <grim@reaperworld.com>
parents: 38666
diff changeset
212 <property name="position">1</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
213 </packing>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
214 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
215 <child>
38662
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
216 <object class="GtkScrolledWindow" id="translators_page">
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
217 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
218 <property name="can-focus">True</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
219 <property name="shadow-type">in</property>
38662
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
220 <child>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
221 <object class="GtkTreeView" id="translators_treeview">
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
222 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
223 <property name="can-focus">True</property>
38662
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
224 <property name="model">translators_store</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
225 <property name="headers-visible">False</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
226 <property name="show-expanders">False</property>
38662
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
227 <child internal-child="selection">
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
228 <object class="GtkTreeSelection"/>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
229 </child>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
230 <child>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
231 <object class="GtkTreeViewColumn" id="translators_column">
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
232 <child>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
233 <object class="GtkCellRendererText" id="translators_cell_renderer"/>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
234 <attributes>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
235 <attribute name="xalign">1</attribute>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
236 <attribute name="markup">0</attribute>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
237 </attributes>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
238 </child>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
239 </object>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
240 </child>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
241 </object>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
242 </child>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
243 </object>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
244 <packing>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
245 <property name="name">translators</property>
38673
743b0df28288 replace the toggle buttons with a GtkStackSwitcher which simplifies the code quite a bit
Gary Kramlich <grim@reaperworld.com>
parents: 38666
diff changeset
246 <property name="title" translatable="yes">Translators</property>
743b0df28288 replace the toggle buttons with a GtkStackSwitcher which simplifies the code quite a bit
Gary Kramlich <grim@reaperworld.com>
parents: 38666
diff changeset
247 <property name="position">2</property>
38662
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
248 </packing>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
249 </child>
808d7958b434 Add the translators
Gary Kramlich <grim@reaperworld.com>
parents: 38661
diff changeset
250 <child>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
251 <object class="GtkScrolledWindow" id="build_info_page">
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
252 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
253 <property name="can-focus">True</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
254 <property name="hscrollbar-policy">never</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
255 <property name="shadow-type">in</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
256 <child>
38660
d6a4308481c7 Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents: 38659
diff changeset
257 <object class="GtkTreeView" id="build_info_treeview">
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
258 <property name="visible">True</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
259 <property name="can-focus">True</property>
38660
d6a4308481c7 Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents: 38659
diff changeset
260 <property name="model">build_info_store</property>
40824
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
261 <property name="headers-visible">False</property>
132c763c26e4 Refresh all of the ui files
Gary Kramlich <grim@reaperworld.com>
parents: 40246
diff changeset
262 <property name="show-expanders">False</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
263 <child internal-child="selection">
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
264 <object class="GtkTreeSelection"/>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
265 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
266 <child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
267 <object class="GtkTreeViewColumn">
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
268 <child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
269 <object class="GtkCellRendererText"/>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
270 <attributes>
38660
d6a4308481c7 Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents: 38659
diff changeset
271 <attribute name="markup">0</attribute>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
272 </attributes>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
273 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
274 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
275 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
276 <child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
277 <object class="GtkTreeViewColumn">
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
278 <child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
279 <object class="GtkCellRendererText"/>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
280 <attributes>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
281 <attribute name="markup">1</attribute>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
282 </attributes>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
283 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
284 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
285 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
286 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
287 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
288 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
289 <packing>
38660
d6a4308481c7 Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents: 38659
diff changeset
290 <property name="name">build-info</property>
38673
743b0df28288 replace the toggle buttons with a GtkStackSwitcher which simplifies the code quite a bit
Gary Kramlich <grim@reaperworld.com>
parents: 38666
diff changeset
291 <property name="title" translatable="yes">Build Information</property>
743b0df28288 replace the toggle buttons with a GtkStackSwitcher which simplifies the code quite a bit
Gary Kramlich <grim@reaperworld.com>
parents: 38666
diff changeset
292 <property name="position">3</property>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
293 </packing>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
294 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
295 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
296 <packing>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
297 <property name="expand">True</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
298 <property name="fill">True</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
299 <property name="position">2</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
300 </packing>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
301 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
302 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
303 <packing>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
304 <property name="expand">True</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
305 <property name="fill">True</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
306 <property name="position">1</property>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
307 </packing>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
308 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
309 </object>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
310 </child>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
311 </template>
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
312 </interface>

mercurial