Fri, 26 Aug 2022 00:13:48 -0500
Fix up the roomlist to work in GTK4
Testing Done:
Opened the room list and verified it functioned as intended.
Reviewed at https://reviews.imfreedom.org/r/1648/
|
40250
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
|
41554
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
2 | <!-- |
|
40250
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
3 | Pidgin - Internet Messenger |
|
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
4 | Copyright (C) Pidgin Developers <devel@pidgin.im> |
|
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
5 | |
|
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
6 | This program is free software; you can redistribute it and/or |
|
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
7 | modify it under the terms of the GNU General Public License |
|
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
8 | as published by the Free Software Foundation; either version 2 |
|
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
9 | of the License, or (at your option) any later version. |
|
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
10 | |
|
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
11 | This program is distributed in the hope that it will be useful, |
|
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
14 | GNU General Public License for more details. |
|
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
15 | |
|
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
16 | You should have received a copy of the GNU General Public License |
|
41554
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
17 | along with this library; if not, see <https://www.gnu.org/licenses/>. |
|
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
18 | --> |
|
40250
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
19 | <interface> |
|
41554
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
20 | <requires lib="gtk" version="4.0"/> |
|
40250
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
21 | <requires lib="pidgin" version="3.0"/> |
|
41599
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
22 | <!-- interface-license-type gplv2 --> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
23 | <!-- interface-name Pidgin --> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
24 | <!-- interface-description Internet Messenger --> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
25 | <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
|
40534
8dad2981fb86
Separate the AccountChooser from its model and move options to filters
Gary Kramlich <grim@reaperworld.com>
parents:
40250
diff
changeset
|
26 | <object class="PidginAccountStore" id="accounts"/> |
|
40250
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
27 | <template class="PidginRoomlistDialog" parent="GtkDialog"> |
|
41554
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
28 | <property name="title" translatable="1">Room List</property> |
|
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
29 | <signal name="close-request" handler="close_request_cb" swapped="no"/> |
|
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
30 | <signal name="response" handler="pidgin_roomlist_response_cb" swapped="no"/> |
|
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
31 | <child internal-child="content_area"> |
|
40250
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
32 | <object class="GtkBox"> |
|
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
33 | <property name="orientation">vertical</property> |
|
41599
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
34 | <property name="spacing">12</property> |
|
40250
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
35 | <child> |
|
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
36 | <object class="GtkBox"> |
|
41599
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
37 | <property name="spacing">5</property> |
|
40250
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
38 | <child> |
|
41599
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
39 | <object class="GtkLabel" id="label1"> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
40 | <property name="halign">start</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
41 | <property name="label" translatable="1">_Account:</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
42 | <property name="use-underline">1</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
43 | <property name="mnemonic-widget">account_widget</property> |
|
40250
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
44 | </object> |
|
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
45 | </child> |
|
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
46 | <child> |
|
41599
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
47 | <object class="PidginAccountChooser" id="account_widget"> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
48 | <property name="hexpand">1</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
49 | <property name="can-focus">1</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
50 | <property name="model">accounts</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
51 | <property name="active">0</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
52 | <property name="halign">fill</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
53 | <signal name="changed" handler="dialog_select_account_cb" object="PidginRoomlistDialog" swapped="no"/> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
54 | <accessibility> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
55 | <relation name="labelled-by">label1</relation> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
56 | </accessibility> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
57 | </object> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
58 | </child> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
59 | </object> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
60 | </child> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
61 | <child> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
62 | <object class="GtkScrolledWindow" id="sw"> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
63 | <property name="vexpand">1</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
64 | <property name="focusable">1</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
65 | <property name="min-content-height">250</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
66 | <property name="child"> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
67 | <object class="GtkTreeView" id="tree"> |
|
41554
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
68 | <property name="focusable">1</property> |
|
41599
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
69 | <property name="search-column">1</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
70 | <signal name="query-tooltip" handler="pidgin_roomlist_query_tooltip" object="PidginRoomlistDialog" swapped="no"/> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
71 | <signal name="row-activated" handler="row_activated_cb" object="PidginRoomlistDialog" swapped="no"/> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
72 | <child> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
73 | <object class="GtkGestureClick"> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
74 | <property name="button">3</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
75 | <signal name="pressed" handler="room_click_cb" object="PidginRoomlistDialog" swapped="no"/> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
76 | </object> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
77 | </child> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
78 | <child internal-child="selection"> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
79 | <object class="GtkTreeSelection" id="tree_selection"> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
80 | <signal name="changed" handler="selection_changed_cb" object="PidginRoomlistDialog" swapped="no"/> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
81 | </object> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
82 | </child> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
83 | <child> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
84 | <object class="GtkPopoverMenu" id="popover"> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
85 | <property name="menu-model">popover_menu</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
86 | </object> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
87 | </child> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
88 | <child> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
89 | <object class="GtkTreeViewColumn"> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
90 | <property name="title" translatable="1">Name</property> |
|
41349
15aeaa1e84ec
Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41013
diff
changeset
|
91 | <child> |
|
41599
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
92 | <object class="GtkCellRendererText"/> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
93 | <attributes> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
94 | <attribute name="markup">1</attribute> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
95 | </attributes> |
|
41349
15aeaa1e84ec
Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41013
diff
changeset
|
96 | </child> |
|
15aeaa1e84ec
Rework the way roomlists work so we can more easily port them to GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41013
diff
changeset
|
97 | </object> |
|
41599
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
98 | </child> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
99 | <child> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
100 | <object class="GtkTreeViewColumn"> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
101 | <property name="title" translatable="1">Description</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
102 | <child> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
103 | <object class="GtkCellRendererText"/> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
104 | <attributes> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
105 | <attribute name="markup">2</attribute> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
106 | </attributes> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
107 | </child> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
108 | </object> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
109 | </child> |
|
40250
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
110 | </object> |
|
41599
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
111 | </property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
112 | </object> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
113 | </child> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
114 | <child> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
115 | <object class="GtkProgressBar" id="progress"> |
|
40250
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
116 | </object> |
|
41554
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
117 | </child> |
|
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
118 | </object> |
|
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
119 | </child> |
|
41599
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
120 | <child type="action"> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
121 | <object class="GtkButton" id="stop_button"> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
122 | <property name="label">_Stop</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
123 | <property name="sensitive">0</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
124 | <property name="focusable">1</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
125 | <property name="receives-default">1</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
126 | <property name="use-underline">1</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
127 | </object> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
128 | </child> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
129 | <child type="action"> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
130 | <object class="GtkButton" id="list_button"> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
131 | <property name="label" translatable="1">_Get List</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
132 | <property name="focusable">1</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
133 | <property name="receives-default">1</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
134 | <property name="use-underline">1</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
135 | </object> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
136 | </child> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
137 | <child type="action"> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
138 | <object class="GtkButton" id="add_button"> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
139 | <property name="label" translatable="1">_Add Chat</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
140 | <property name="sensitive">0</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
141 | <property name="focusable">1</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
142 | <property name="receives-default">1</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
143 | <property name="use-underline">1</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
144 | </object> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
145 | </child> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
146 | <child type="action"> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
147 | <object class="GtkButton" id="join_button"> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
148 | <property name="label" translatable="1">_Join</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
149 | <property name="sensitive">0</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
150 | <property name="focusable">1</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
151 | <property name="receives-default">1</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
152 | <property name="use-underline">1</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
153 | </object> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
154 | </child> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
155 | <child type="action"> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
156 | <object class="GtkButton" id="close_button"> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
157 | <property name="label">_Close</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
158 | <property name="focusable">1</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
159 | <property name="receives-default">1</property> |
|
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
160 | <property name="use-underline">1</property> |
|
40250
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
161 | </object> |
|
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
162 | </child> |
|
41554
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
163 | <action-widgets> |
|
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
164 | <action-widget response="0">stop_button</action-widget> |
|
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
165 | <action-widget response="1">list_button</action-widget> |
|
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
166 | <action-widget response="2">add_button</action-widget> |
|
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
167 | <action-widget response="3">join_button</action-widget> |
|
41599
450080e4726a
Fix up the roomlist to work in GTK4
Gary Kramlich <grim@reaperworld.com>
parents:
41554
diff
changeset
|
168 | <action-widget response="-7">close_button</action-widget> |
|
41554
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
169 | </action-widgets> |
|
40250
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
170 | </template> |
|
41554
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
171 | <menu id="popover_menu"> |
|
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
172 | <item> |
|
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
173 | <attribute name="label" translatable="yes">_Join</attribute> |
|
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
174 | <attribute name="action">roomlist.join</attribute> |
|
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
175 | </item> |
|
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
176 | <item> |
|
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
177 | <attribute name="label" translatable="yes">_Add</attribute> |
|
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
178 | <attribute name="action">roomlist.add</attribute> |
|
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
179 | </item> |
|
49216e79a56b
Port PidginRoomlistDialog to GTK4
Belgin Știrbu <belginstirbu@hotmail.com>
parents:
41349
diff
changeset
|
180 | </menu> |
|
40250
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
181 | </interface> |