Tue, 15 Aug 2017 23:46:46 -0500
Add the translators
| 38659 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- Generated with glade 3.20.0 --> | |
| 3 | <interface> | |
| 4 | <requires lib="gtk+" version="3.10"/> | |
|
38660
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
5 | <object class="GtkTreeStore" id="build_info_store"> |
|
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
6 | <columns> |
|
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
7 | <!-- column-name title --> |
|
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
8 | <column type="gchararray"/> |
|
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
9 | <!-- column-name value --> |
|
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
10 | <column type="gchararray"/> |
|
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
11 | </columns> |
|
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
12 | </object> |
| 38662 | 13 | <object class="GtkTreeStore" id="developers_store"> |
| 14 | <columns> | |
| 15 | <!-- column-name markup --> | |
| 16 | <column type="gchararray"/> | |
| 17 | <!-- column-name align --> | |
| 18 | <column type="gfloat"/> | |
| 19 | </columns> | |
| 20 | </object> | |
| 21 | <object class="GtkTreeStore" id="translators_store"> | |
| 38659 | 22 | <columns> |
| 23 | <!-- column-name markup --> | |
| 24 | <column type="gchararray"/> | |
| 25 | <!-- column-name align --> | |
| 26 | <column type="gfloat"/> | |
| 27 | </columns> | |
| 28 | </object> | |
| 29 | <template class="PidginAboutDialog" parent="GtkDialog"> | |
| 30 | <property name="can_focus">False</property> | |
| 31 | <property name="border_width">5</property> | |
| 32 | <property name="resizable">False</property> | |
| 33 | <property name="window_position">center</property> | |
| 34 | <property name="type_hint">dialog</property> | |
| 35 | <child internal-child="vbox"> | |
| 36 | <object class="GtkBox"> | |
| 37 | <property name="can_focus">False</property> | |
| 38 | <property name="orientation">vertical</property> | |
| 39 | <property name="spacing">2</property> | |
| 40 | <child internal-child="action_area"> | |
| 41 | <object class="GtkButtonBox"> | |
| 42 | <property name="can_focus">False</property> | |
| 43 | <property name="layout_style">spread</property> | |
| 44 | <child> | |
| 38662 | 45 | <object class="GtkToggleButton" id="developers_button"> |
| 46 | <property name="label" translatable="yes">Developers</property> | |
| 47 | <property name="visible">True</property> | |
| 48 | <property name="can_focus">True</property> | |
| 49 | <property name="receives_default">True</property> | |
| 50 | </object> | |
| 51 | <packing> | |
| 52 | <property name="expand">True</property> | |
| 53 | <property name="fill">True</property> | |
| 54 | <property name="position">0</property> | |
| 55 | </packing> | |
| 56 | </child> | |
| 57 | <child> | |
| 58 | <object class="GtkToggleButton" id="translators_button"> | |
| 59 | <property name="label" translatable="yes">Translators</property> | |
| 38659 | 60 | <property name="visible">True</property> |
| 61 | <property name="can_focus">True</property> | |
| 62 | <property name="receives_default">True</property> | |
| 63 | </object> | |
| 64 | <packing> | |
| 65 | <property name="expand">True</property> | |
| 66 | <property name="fill">True</property> | |
| 67 | <property name="position">1</property> | |
| 68 | </packing> | |
| 69 | </child> | |
| 70 | <child> | |
|
38660
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
71 | <object class="GtkToggleButton" id="build_info_button"> |
| 38659 | 72 | <property name="label" translatable="yes">Build Information</property> |
| 73 | <property name="visible">True</property> | |
| 74 | <property name="can_focus">True</property> | |
| 75 | <property name="receives_default">True</property> | |
| 76 | </object> | |
| 77 | <packing> | |
| 78 | <property name="expand">True</property> | |
| 79 | <property name="fill">True</property> | |
| 80 | <property name="position">2</property> | |
| 81 | </packing> | |
| 82 | </child> | |
| 83 | <child> | |
| 84 | <object class="GtkButton"> | |
| 85 | <property name="label" translatable="yes">Close</property> | |
| 86 | <property name="visible">True</property> | |
| 87 | <property name="can_focus">True</property> | |
| 88 | <property name="receives_default">True</property> | |
| 89 | </object> | |
| 90 | <packing> | |
| 91 | <property name="expand">True</property> | |
| 92 | <property name="fill">True</property> | |
| 93 | <property name="position">3</property> | |
| 94 | </packing> | |
| 95 | </child> | |
| 96 | </object> | |
| 97 | <packing> | |
| 98 | <property name="expand">False</property> | |
| 99 | <property name="fill">False</property> | |
| 100 | <property name="position">0</property> | |
| 101 | </packing> | |
| 102 | </child> | |
| 103 | <child> | |
| 104 | <object class="GtkBox"> | |
| 105 | <property name="visible">True</property> | |
| 106 | <property name="can_focus">False</property> | |
| 107 | <property name="border_width">12</property> | |
| 108 | <property name="orientation">vertical</property> | |
| 109 | <property name="spacing">5</property> | |
| 110 | <child> | |
| 111 | <object class="GtkEventBox" id="event-box"> | |
| 112 | <property name="visible">True</property> | |
| 113 | <property name="can_focus">False</property> | |
| 114 | <property name="above_child">True</property> | |
| 115 | <child> | |
| 116 | <object class="GtkImage" id="logo"> | |
| 117 | <property name="visible">True</property> | |
| 118 | <property name="can_focus">False</property> | |
| 119 | <property name="resource">/im/pidgin/Pidgin/logo.png</property> | |
| 120 | <property name="icon_size">6</property> | |
| 121 | </object> | |
| 122 | </child> | |
| 123 | </object> | |
| 124 | <packing> | |
| 125 | <property name="expand">True</property> | |
| 126 | <property name="fill">True</property> | |
| 127 | <property name="position">0</property> | |
| 128 | </packing> | |
| 129 | </child> | |
| 130 | <child> | |
| 131 | <object class="GtkLabel" id="application-name"> | |
| 132 | <property name="visible">True</property> | |
| 133 | <property name="can_focus">False</property> | |
| 134 | <property name="label" translatable="yes">Pidgin</property> | |
| 135 | <property name="justify">center</property> | |
| 136 | <property name="selectable">True</property> | |
| 137 | <attributes> | |
| 138 | <attribute name="weight" value="bold"/> | |
| 139 | </attributes> | |
| 140 | </object> | |
| 141 | <packing> | |
| 142 | <property name="expand">False</property> | |
| 143 | <property name="fill">True</property> | |
| 144 | <property name="position">1</property> | |
| 145 | </packing> | |
| 146 | </child> | |
| 147 | <child> | |
| 148 | <object class="GtkStack" id="stack"> | |
| 149 | <property name="width_request">400</property> | |
| 150 | <property name="height_request">150</property> | |
| 151 | <property name="visible">True</property> | |
| 152 | <property name="can_focus">False</property> | |
| 153 | <property name="margin_bottom">2</property> | |
| 154 | <property name="transition_type">slide-up</property> | |
| 155 | <child> | |
| 156 | <object class="GtkBox" id="about_page"> | |
| 157 | <property name="visible">True</property> | |
| 158 | <property name="can_focus">False</property> | |
| 159 | <property name="orientation">vertical</property> | |
| 160 | <child> | |
| 161 | <object class="GtkLabel"> | |
| 162 | <property name="visible">True</property> | |
| 163 | <property name="can_focus">False</property> | |
| 164 | <property name="label" translatable="yes">3.0.0devel</property> | |
| 165 | </object> | |
| 166 | <packing> | |
| 167 | <property name="expand">False</property> | |
| 168 | <property name="fill">True</property> | |
| 169 | <property name="position">0</property> | |
| 170 | </packing> | |
| 171 | </child> | |
| 172 | <child> | |
| 173 | <object class="GtkLabel"> | |
| 174 | <property name="visible">True</property> | |
| 175 | <property name="can_focus">False</property> | |
| 176 | <property name="label" translatable="yes"><a href="https://pidgin.im/">pidgin.im</a></property> | |
| 177 | <property name="use_markup">True</property> | |
| 178 | </object> | |
| 179 | <packing> | |
| 180 | <property name="expand">False</property> | |
| 181 | <property name="fill">True</property> | |
| 182 | <property name="position">1</property> | |
| 183 | </packing> | |
| 184 | </child> | |
| 185 | <child> | |
| 186 | <object class="GtkLabel"> | |
| 187 | <property name="visible">True</property> | |
| 188 | <property name="can_focus">False</property> | |
| 189 | <property name="label" translatable="yes">This program comes with absolutely no warranty. | |
| 190 | See the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU General Public License, version 2 or later</a> for details.</property> | |
| 191 | <property name="use_markup">True</property> | |
| 192 | <property name="justify">center</property> | |
| 193 | <property name="track_visited_links">False</property> | |
| 194 | </object> | |
| 195 | <packing> | |
| 196 | <property name="expand">False</property> | |
| 197 | <property name="fill">True</property> | |
| 198 | <property name="pack_type">end</property> | |
| 199 | <property name="position">2</property> | |
| 200 | </packing> | |
| 201 | </child> | |
| 202 | </object> | |
| 203 | <packing> | |
| 204 | <property name="name">main</property> | |
| 205 | <property name="title" translatable="yes">main</property> | |
| 206 | </packing> | |
| 207 | </child> | |
| 208 | <child> | |
| 38662 | 209 | <object class="GtkScrolledWindow" id="developers_page"> |
| 38659 | 210 | <property name="visible">True</property> |
| 211 | <property name="can_focus">True</property> | |
| 212 | <property name="hscrollbar_policy">never</property> | |
| 213 | <property name="shadow_type">in</property> | |
| 214 | <child> | |
| 38662 | 215 | <object class="GtkTreeView" id="developers_treeview"> |
| 38659 | 216 | <property name="visible">True</property> |
| 217 | <property name="can_focus">True</property> | |
| 38662 | 218 | <property name="model">developers_store</property> |
| 38659 | 219 | <property name="headers_visible">False</property> |
| 220 | <property name="show_expanders">False</property> | |
| 221 | <child internal-child="selection"> | |
| 222 | <object class="GtkTreeSelection"/> | |
| 223 | </child> | |
| 224 | <child> | |
| 38662 | 225 | <object class="GtkTreeViewColumn" id="developers_column"> |
| 38659 | 226 | <property name="resizable">True</property> |
| 227 | <property name="sizing">autosize</property> | |
| 228 | <property name="title" translatable="yes">Contributor</property> | |
| 229 | <child> | |
| 38662 | 230 | <object class="GtkCellRendererText" id="developers_cell_renderer"/> |
| 38659 | 231 | <attributes> |
| 232 | <attribute name="xalign">1</attribute> | |
| 233 | <attribute name="markup">0</attribute> | |
| 234 | </attributes> | |
| 235 | </child> | |
| 236 | </object> | |
| 237 | </child> | |
| 238 | </object> | |
| 239 | </child> | |
| 240 | </object> | |
| 241 | <packing> | |
| 38662 | 242 | <property name="name">developers</property> |
| 243 | <property name="title" translatable="yes">developers</property> | |
| 38659 | 244 | <property name="position">1</property> |
| 245 | </packing> | |
| 246 | </child> | |
| 247 | <child> | |
| 38662 | 248 | <object class="GtkScrolledWindow" id="translators_page"> |
| 249 | <property name="visible">True</property> | |
| 250 | <property name="can_focus">True</property> | |
| 251 | <property name="shadow_type">in</property> | |
| 252 | <child> | |
| 253 | <object class="GtkTreeView" id="translators_treeview"> | |
| 254 | <property name="visible">True</property> | |
| 255 | <property name="can_focus">True</property> | |
| 256 | <property name="model">translators_store</property> | |
| 257 | <property name="headers_visible">False</property> | |
| 258 | <property name="show_expanders">False</property> | |
| 259 | <child internal-child="selection"> | |
| 260 | <object class="GtkTreeSelection"/> | |
| 261 | </child> | |
| 262 | <child> | |
| 263 | <object class="GtkTreeViewColumn" id="translators_column"> | |
| 264 | <property name="title" translatable="yes">Markup</property> | |
| 265 | <child> | |
| 266 | <object class="GtkCellRendererText" id="translators_cell_renderer"/> | |
| 267 | <attributes> | |
| 268 | <attribute name="xalign">1</attribute> | |
| 269 | <attribute name="markup">0</attribute> | |
| 270 | </attributes> | |
| 271 | </child> | |
| 272 | </object> | |
| 273 | </child> | |
| 274 | </object> | |
| 275 | </child> | |
| 276 | </object> | |
| 277 | <packing> | |
| 278 | <property name="name">translators</property> | |
| 279 | <property name="title" translatable="yes">translators</property> | |
| 280 | <property name="position">2</property> | |
| 281 | </packing> | |
| 282 | </child> | |
| 283 | <child> | |
| 38659 | 284 | <object class="GtkScrolledWindow" id="build_info_page"> |
| 285 | <property name="visible">True</property> | |
| 286 | <property name="can_focus">True</property> | |
|
38660
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
287 | <property name="hscrollbar_policy">never</property> |
| 38659 | 288 | <property name="shadow_type">in</property> |
| 289 | <child> | |
|
38660
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
290 | <object class="GtkTreeView" id="build_info_treeview"> |
| 38659 | 291 | <property name="visible">True</property> |
| 292 | <property name="can_focus">True</property> | |
|
38660
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
293 | <property name="model">build_info_store</property> |
|
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
294 | <property name="headers_visible">False</property> |
|
38661
cf4073d0d648
A bunch more tweaks and added build and runtime library versions
Gary Kramlich <grim@reaperworld.com>
parents:
38660
diff
changeset
|
295 | <property name="show_expanders">False</property> |
| 38659 | 296 | <child internal-child="selection"> |
| 297 | <object class="GtkTreeSelection"/> | |
| 298 | </child> | |
| 299 | <child> | |
| 300 | <object class="GtkTreeViewColumn"> | |
| 301 | <property name="title" translatable="yes">Name</property> | |
| 302 | <child> | |
| 303 | <object class="GtkCellRendererText"/> | |
| 304 | <attributes> | |
|
38660
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
305 | <attribute name="markup">0</attribute> |
| 38659 | 306 | </attributes> |
| 307 | </child> | |
| 308 | </object> | |
| 309 | </child> | |
| 310 | <child> | |
| 311 | <object class="GtkTreeViewColumn"> | |
| 312 | <property name="title" translatable="yes">Value</property> | |
| 313 | <child> | |
| 314 | <object class="GtkCellRendererText"/> | |
| 315 | <attributes> | |
| 316 | <attribute name="sensitive">10</attribute> | |
| 317 | <attribute name="markup">1</attribute> | |
| 318 | </attributes> | |
| 319 | </child> | |
| 320 | </object> | |
| 321 | </child> | |
| 322 | </object> | |
| 323 | </child> | |
| 324 | </object> | |
| 325 | <packing> | |
|
38660
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
326 | <property name="name">build-info</property> |
|
d6a4308481c7
Get the meson arguments working
Gary Kramlich <grim@reaperworld.com>
parents:
38659
diff
changeset
|
327 | <property name="title" translatable="yes">build-info</property> |
| 38662 | 328 | <property name="position">3</property> |
| 38659 | 329 | </packing> |
| 330 | </child> | |
| 331 | </object> | |
| 332 | <packing> | |
| 333 | <property name="expand">True</property> | |
| 334 | <property name="fill">True</property> | |
| 335 | <property name="position">2</property> | |
| 336 | </packing> | |
| 337 | </child> | |
| 338 | </object> | |
| 339 | <packing> | |
| 340 | <property name="expand">True</property> | |
| 341 | <property name="fill">True</property> | |
| 342 | <property name="position">1</property> | |
| 343 | </packing> | |
| 344 | </child> | |
| 345 | </object> | |
| 346 | </child> | |
| 347 | </template> | |
| 348 | </interface> |