Fri, 06 May 2022 00:50:43 -0500
Convert debug window to GTK4
Testing Done:
Compiled only
Reviewed at https://reviews.imfreedom.org/r/1418/
<?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.38.2 Pidgin - Internet Messenger Copyright (C) Pidgin Developers <devel@pidgin.im> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. --> <interface> <requires lib="gtk+" version="3.24"/> <requires lib="pidgin" version="3.0"/> <!-- interface-license-type gplv2 --> <!-- interface-name Pidgin --> <!-- interface-description Internet Messenger --> <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> <object class="PidginAccountStore" id="account_store"/> <object class="PidginAccountFilterConnected" id="account_filter_connected"> <property name="child-model">account_store</property> </object> <object class="GtkTreeModelFilter" id="filter"> <property name="child-model">account_filter_connected</property> </object> <template class="PidginAddChatDialog" parent="GtkDialog"> <property name="can-focus">False</property> <property name="border-width">12</property> <property name="title" translatable="yes">Add Chat</property> <property name="resizable">False</property> <property name="type-hint">dialog</property> <signal name="response" handler="pidgin_add_chat_dialog_response_cb" swapped="no"/> <child internal-child="vbox"> <object class="GtkBox"> <property name="can-focus">False</property> <property name="orientation">vertical</property> <property name="spacing">12</property> <child> <object class="GtkBox"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="orientation">vertical</property> <property name="spacing">12</property> <child> <object class="GtkLabel"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="label" translatable="yes">Please enter an alias, and the appropriate information about the chat you would like to add to your buddy list.</property> <property name="wrap">True</property> <property name="xalign">0</property> <property name="yalign">0</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="spacer"> <property name="visible">True</property> <property name="can-focus">False</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkBox"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="spacing">5</property> <child> <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="label" translatable="yes">A_ccount:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">account</property> <property name="xalign">0</property> <property name="yalign">0</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="PidginAccountChooser" id="account"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="model">filter</property> <signal name="changed" handler="pidgin_add_chat_dialog_account_changed_cb" object="PidginAddChatDialog" swapped="no"/> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> </packing> </child> <child> <object class="GtkBox" id="dynamic_box"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <placeholder/> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">3</property> </packing> </child> <child> <object class="GtkBox"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="spacing">5</property> <child> <object class="GtkLabel" id="label4"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="label" translatable="yes">A_lias:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">alias</property> <property name="xalign">0</property> <property name="yalign">0</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkEntry" id="alias"> <property name="visible">True</property> <property name="can-focus">True</property> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">4</property> </packing> </child> <child> <object class="GtkBox"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="spacing">5</property> <child> <object class="GtkLabel" id="label5"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="label" translatable="yes">_Group:</property> <property name="use-underline">True</property> <property name="xalign">0</property> <property name="yalign">0</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkComboBoxText" id="group"> <property name="visible">True</property> <property name="can-focus">False</property> <property name="has-entry">True</property> <child internal-child="entry"> <object class="GtkEntry"> <property name="can-focus">True</property> </object> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">5</property> </packing> </child> <child> <object class="GtkCheckButton" id="autojoin"> <property name="label" translatable="yes">Automatically _join when account connects</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> <property name="halign">start</property> <property name="use-underline">True</property> <property name="draw-indicator">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">6</property> </packing> </child> <child> <object class="GtkCheckButton" id="persistent"> <property name="label" translatable="yes">_Remain in chat after window is closed</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> <property name="halign">start</property> <property name="use-underline">True</property> <property name="draw-indicator">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">7</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> </child> <child type="action"> <object class="GtkButton" id="button3"> <property name="label" translatable="yes">Room List</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> </object> </child> <child type="action"> <object class="GtkButton" id="button1"> <property name="label" translatable="yes">_Cancel</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> <property name="use-underline">True</property> </object> </child> <child type="action"> <object class="GtkButton" id="button2"> <property name="label" translatable="yes">_Add</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can-focus">True</property> <property name="can-default">True</property> <property name="receives-default">True</property> <property name="use-underline">True</property> </object> </child> <action-widgets> <action-widget response="1">button3</action-widget> <action-widget response="-6">button1</action-widget> <action-widget response="-5">button2</action-widget> </action-widgets> </template> <object class="GtkSizeGroup" id="sg"> <widgets> <widget name="label1"/> <widget name="label4"/> <widget name="label5"/> </widgets> </object> </interface>