Tue, 13 May 2025 00:49:03 -0500
Start of the appearance preferences
Testing Done:
Toggled the preference and verified the key file updated. Also edited the key file and verified the widget updated.
Bugs closed: PIDGIN-18082
Reviewed at https://reviews.imfreedom.org/r/3996/
|
41371
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
|
41551
865be7af93d6
Convert conversation prefs to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41400
diff
changeset
|
2 | <!-- |
|
41371
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
3 | Pidgin - Internet Messenger |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
4 | Copyright (C) Pidgin Developers <devel@pidgin.im> |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
5 | |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
6 | This program is free software; you can redistribute it and/or |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
7 | modify it under the terms of the GNU General Public License |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
8 | as published by the Free Software Foundation; either version 2 |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
9 | of the License, or (at your option) any later version. |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
10 | |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
11 | This program is distributed in the hope that it will be useful, |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
14 | GNU General Public License for more details. |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
15 | |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
16 | You should have received a copy of the GNU General Public License |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
17 | along with this program; if not, see <https://www.gnu.org/licenses/>. |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
18 | --> |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
19 | <interface> |
|
41551
865be7af93d6
Convert conversation prefs to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41400
diff
changeset
|
20 | <requires lib="gtk" version="4.0"/> |
|
865be7af93d6
Convert conversation prefs to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41400
diff
changeset
|
21 | <requires lib="Adw" version="1.0"/> |
|
41371
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
22 | <!-- interface-license-type gplv2 --> |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
23 | <!-- interface-name Pidgin --> |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
24 | <!-- interface-description Internet Messenger --> |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
25 | <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
26 | <object class="GtkAdjustment" id="minimum_entry_lines.adjustment"> |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
27 | <property name="lower">1</property> |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
28 | <property name="upper">8</property> |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
29 | <property name="value">2</property> |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
30 | <property name="step-increment">1</property> |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
31 | <property name="page-increment">1</property> |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
32 | </object> |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
33 | <object class="GtkSizeGroup" id="iface.sg"/> |
|
41551
865be7af93d6
Convert conversation prefs to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41400
diff
changeset
|
34 | <template class="PidginConversationPrefs" parent="AdwPreferencesPage"> |
|
43014
8194d922bd07
Convert prefs page to AdwPreferencesWindow
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
43012
diff
changeset
|
35 | <property name="icon-name">document-properties-symbolic</property> |
|
43194
77aadc520684
Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents:
43014
diff
changeset
|
36 | <property name="title" translatable="yes">Conversations</property> |
|
41371
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
37 | <child> |
|
41551
865be7af93d6
Convert conversation prefs to GTK4
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41400
diff
changeset
|
38 | <object class="AdwPreferencesGroup"> |
|
43194
77aadc520684
Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents:
43014
diff
changeset
|
39 | <property name="title" translatable="yes">Conversations</property> |
|
41371
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
40 | <child> |
|
43011
ce3144e2bc33
Port prefs to AdwSwitchRow
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42094
diff
changeset
|
41 | <object class="AdwSwitchRow" id="show_incoming_formatting"> |
|
43194
77aadc520684
Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents:
43014
diff
changeset
|
42 | <property name="title" translatable="yes">Show _formatting on incoming messages</property> |
|
41624
673856331454
Move conversation preferences to Adwaita preference widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41581
diff
changeset
|
43 | <property name="use-underline">1</property> |
|
673856331454
Move conversation preferences to Adwaita preference widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41581
diff
changeset
|
44 | </object> |
|
673856331454
Move conversation preferences to Adwaita preference widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41581
diff
changeset
|
45 | </child> |
|
673856331454
Move conversation preferences to Adwaita preference widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41581
diff
changeset
|
46 | <child> |
|
43011
ce3144e2bc33
Port prefs to AdwSwitchRow
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42094
diff
changeset
|
47 | <object class="AdwSwitchRow" id="im.send_typing"> |
|
43194
77aadc520684
Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents:
43014
diff
changeset
|
48 | <property name="title" translatable="yes">_Notify buddies that you are typing to them</property> |
|
41624
673856331454
Move conversation preferences to Adwaita preference widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41581
diff
changeset
|
49 | <property name="use-underline">1</property> |
|
673856331454
Move conversation preferences to Adwaita preference widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41581
diff
changeset
|
50 | </object> |
|
673856331454
Move conversation preferences to Adwaita preference widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41581
diff
changeset
|
51 | </child> |
|
673856331454
Move conversation preferences to Adwaita preference widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41581
diff
changeset
|
52 | <child> |
|
43011
ce3144e2bc33
Port prefs to AdwSwitchRow
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42094
diff
changeset
|
53 | <object class="AdwSwitchRow" id="win32.blink_im"> |
|
43194
77aadc520684
Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents:
43014
diff
changeset
|
54 | <property name="title" translatable="yes">F_lash window when IMs are received</property> |
|
41624
673856331454
Move conversation preferences to Adwaita preference widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41581
diff
changeset
|
55 | <property name="use-underline">1</property> |
|
673856331454
Move conversation preferences to Adwaita preference widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41581
diff
changeset
|
56 | </object> |
|
673856331454
Move conversation preferences to Adwaita preference widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41581
diff
changeset
|
57 | </child> |
|
673856331454
Move conversation preferences to Adwaita preference widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41581
diff
changeset
|
58 | <child> |
|
43012
e34bd482a051
Port prefs to AdwSpinRow
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
43011
diff
changeset
|
59 | <object class="AdwSpinRow" id="minimum_entry_lines"> |
|
43194
77aadc520684
Make all ui files use translatable="yes"
Gary Kramlich <grim@reaperworld.com>
parents:
43014
diff
changeset
|
60 | <property name="title" translatable="yes">Minimum input area height in lines</property> |
|
41624
673856331454
Move conversation preferences to Adwaita preference widgets
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
41581
diff
changeset
|
61 | <property name="use-underline">1</property> |
|
43012
e34bd482a051
Port prefs to AdwSpinRow
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
43011
diff
changeset
|
62 | <property name="adjustment">minimum_entry_lines.adjustment</property> |
|
e34bd482a051
Port prefs to AdwSpinRow
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
43011
diff
changeset
|
63 | <property name="digits">0</property> |
|
e34bd482a051
Port prefs to AdwSpinRow
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
43011
diff
changeset
|
64 | <property name="numeric">1</property> |
|
41371
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
65 | </object> |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
66 | </child> |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
67 | </object> |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
68 | </child> |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
69 | </template> |
|
fe57d9ddc7ce
Split conversation/interface prefs into a separate widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
diff
changeset
|
70 | </interface> |