| 1 <?xml version="1.0" encoding="UTF-8"?> |
|
| 2 <!-- Generated with glade 3.38.2 |
|
| 3 |
|
| 4 Pidgin - Internet Messenger |
|
| 5 Copyright (C) Pidgin Developers <devel@pidgin.im> |
|
| 6 |
|
| 7 This program is free software; you can redistribute it and/or |
|
| 8 modify it under the terms of the GNU General Public License |
|
| 9 as published by the Free Software Foundation; either version 2 |
|
| 10 of the License, or (at your option) any later version. |
|
| 11 |
|
| 12 This program is distributed in the hope that it will be useful, |
|
| 13 but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
| 15 GNU General Public License for more details. |
|
| 16 |
|
| 17 You should have received a copy of the GNU General Public License |
|
| 18 along with this program; if not, see <https://www.gnu.org/licenses/>. |
|
| 19 |
|
| 20 --> |
|
| 21 <interface> |
|
| 22 <requires lib="gtk" version="4.0"/> |
|
| 23 <requires lib="pidgin" version="3.0"/> |
|
| 24 <!-- interface-license-type gplv2 --> |
|
| 25 <!-- interface-name Pidgin --> |
|
| 26 <!-- interface-description Internet Messenger --> |
|
| 27 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
|
| 28 <template class="PidginAddChatDialog" parent="GtkDialog"> |
|
| 29 <property name="title" translatable="1">Add Chat</property> |
|
| 30 <signal name="response" handler="pidgin_add_chat_dialog_response_cb" swapped="no"/> |
|
| 31 <child internal-child="content_area"> |
|
| 32 <object class="GtkBox"> |
|
| 33 <property name="margin-bottom">24</property> |
|
| 34 <property name="margin-end">24</property> |
|
| 35 <property name="margin-start">24</property> |
|
| 36 <property name="margin-top">24</property> |
|
| 37 <property name="orientation">vertical</property> |
|
| 38 <property name="spacing">24</property> |
|
| 39 <child> |
|
| 40 <object class="GtkLabel"> |
|
| 41 <property name="css-classes">title-1</property> |
|
| 42 <property name="label" translatable="1">Add a chat</property> |
|
| 43 </object> |
|
| 44 </child> |
|
| 45 <child> |
|
| 46 <object class="GtkBox"> |
|
| 47 <property name="spacing">5</property> |
|
| 48 <child> |
|
| 49 <object class="GtkLabel" id="label1"> |
|
| 50 <property name="label" translatable="1">A_ccount:</property> |
|
| 51 <property name="use-underline">1</property> |
|
| 52 <property name="mnemonic-widget">account</property> |
|
| 53 <property name="xalign">0</property> |
|
| 54 </object> |
|
| 55 </child> |
|
| 56 <child> |
|
| 57 <object class="PidginAccountChooser" id="account"> |
|
| 58 <property name="hexpand">1</property> |
|
| 59 <property name="filter"> |
|
| 60 <object class="GtkEveryFilter"> |
|
| 61 <child> |
|
| 62 <object class="GtkCustomFilter" id="filter"/> |
|
| 63 </child> |
|
| 64 <child> |
|
| 65 <object class="PidginAccountFilterConnected"/> |
|
| 66 </child> |
|
| 67 </object> |
|
| 68 </property> |
|
| 69 <signal name="notify::account" handler="pidgin_add_chat_dialog_account_changed_cb" swapped="no"/> |
|
| 70 <accessibility> |
|
| 71 <relation name="labelled-by">label1</relation> |
|
| 72 </accessibility> |
|
| 73 </object> |
|
| 74 </child> |
|
| 75 </object> |
|
| 76 </child> |
|
| 77 <child> |
|
| 78 <object class="AdwPreferencesGroup" id="dynamic_group"> |
|
| 79 <property name="title" translatable="1">Chat information</property> |
|
| 80 <property name="description" translatable="1">Please enter the appropriate information about the chat you would like to add to your buddy list.</property> |
|
| 81 </object> |
|
| 82 </child> |
|
| 83 <child> |
|
| 84 <object class="AdwPreferencesGroup"> |
|
| 85 <property name="title" translatable="1">Local information</property> |
|
| 86 <child> |
|
| 87 <object class="AdwEntryRow" id="alias"> |
|
| 88 <property name="title" translatable="1">A_lias</property> |
|
| 89 <property name="use-underline">1</property> |
|
| 90 </object> |
|
| 91 </child> |
|
| 92 <child> |
|
| 93 <object class="AdwActionRow"> |
|
| 94 <property name="activatable-widget">group</property> |
|
| 95 <property name="focusable">0</property> |
|
| 96 <property name="title" translatable="1">_Group</property> |
|
| 97 <property name="use-underline">1</property> |
|
| 98 <child> |
|
| 99 <object class="GtkComboBoxText" id="group"> |
|
| 100 <property name="hexpand">1</property> |
|
| 101 <property name="has-entry">1</property> |
|
| 102 <property name="valign">center</property> |
|
| 103 </object> |
|
| 104 </child> |
|
| 105 </object> |
|
| 106 </child> |
|
| 107 <child> |
|
| 108 <object class="AdwActionRow"> |
|
| 109 <property name="activatable-widget">autojoin</property> |
|
| 110 <property name="focusable">0</property> |
|
| 111 <property name="title" translatable="1">Automatically _join when account connects</property> |
|
| 112 <property name="use-underline">1</property> |
|
| 113 <child> |
|
| 114 <object class="GtkSwitch" id="autojoin"> |
|
| 115 <property name="valign">center</property> |
|
| 116 </object> |
|
| 117 </child> |
|
| 118 </object> |
|
| 119 </child> |
|
| 120 <child> |
|
| 121 <object class="AdwActionRow"> |
|
| 122 <property name="activatable-widget">persistent</property> |
|
| 123 <property name="focusable">0</property> |
|
| 124 <property name="title" translatable="1">_Remain in chat after window is closed</property> |
|
| 125 <property name="use-underline">1</property> |
|
| 126 <child> |
|
| 127 <object class="GtkSwitch" id="persistent"> |
|
| 128 <property name="valign">center</property> |
|
| 129 </object> |
|
| 130 </child> |
|
| 131 </object> |
|
| 132 </child> |
|
| 133 </object> |
|
| 134 </child> |
|
| 135 </object> |
|
| 136 </child> |
|
| 137 <child type="action"> |
|
| 138 <object class="GtkButton" id="button3"> |
|
| 139 <property name="label" translatable="1">Room List</property> |
|
| 140 <property name="focusable">1</property> |
|
| 141 <property name="receives-default">1</property> |
|
| 142 </object> |
|
| 143 </child> |
|
| 144 <child type="action"> |
|
| 145 <object class="GtkButton" id="button1"> |
|
| 146 <property name="label" translatable="1">_Cancel</property> |
|
| 147 <property name="focusable">1</property> |
|
| 148 <property name="receives-default">1</property> |
|
| 149 <property name="use-underline">1</property> |
|
| 150 </object> |
|
| 151 </child> |
|
| 152 <child type="action"> |
|
| 153 <object class="GtkButton" id="button2"> |
|
| 154 <property name="label" translatable="1">_Add</property> |
|
| 155 <property name="sensitive">0</property> |
|
| 156 <property name="focusable">1</property> |
|
| 157 <property name="receives-default">1</property> |
|
| 158 <property name="use-underline">1</property> |
|
| 159 </object> |
|
| 160 </child> |
|
| 161 <action-widgets> |
|
| 162 <action-widget response="1">button3</action-widget> |
|
| 163 <action-widget response="cancel">button1</action-widget> |
|
| 164 <action-widget response="ok">button2</action-widget> |
|
| 165 </action-widgets> |
|
| 166 </template> |
|
| 167 </interface> |
|