pidgin/resources/pidgin.gresource.xml

Thu, 16 Nov 2023 23:44:39 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 16 Nov 2023 23:44:39 -0600
changeset 42504
02c38caf387b
parent 42448
c86302777faf
child 42509
e96a15f7f0d8
permissions
-rw-r--r--

Depend on GPlugin 0.42.1

Testing Done:
Ran `ninja turtles` without issues and noted that the ircv3 introspection was successful.

Reviewed at https://reviews.imfreedom.org/r/2827/

38376
d27109ba6626 Move gtkdebug.html into a GResource.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
d27109ba6626 Move gtkdebug.html into a GResource.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
2 <gresources>
41030
ec8b76f3bf0a Fix the resource path so we can use the automatic stuff that GtkApplication supports
Gary Kramlich <grim@reaperworld.com>
parents: 41029
diff changeset
3 <gresource prefix="/im/pidgin/Pidgin3/">
41788
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
4 <file compressed="true" preprocess="xml-stripblanks">About/about.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
5 <file compressed="true" preprocess="json-stripblanks">About/credits.json</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
6 <file compressed="true" preprocess="xml-stripblanks">Accounts/chooser.ui</file>
42165
3c481d9cc840 Split account display from chooser into its own widget
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 42028
diff changeset
7 <file compressed="true" preprocess="xml-stripblanks">Accounts/display.ui</file>
41788
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
8 <file compressed="true" preprocess="xml-stripblanks">Accounts/editor.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
9 <file compressed="true" preprocess="xml-stripblanks">Accounts/manager.ui</file>
42363
25ccd3d6e30e Rename PidginAccountRow to PidginAccountManagerRow
Gary Kramlich <grim@reaperworld.com>
parents: 42353
diff changeset
10 <file compressed="true" preprocess="xml-stripblanks">Accounts/manager-row.ui</file>
42353
5381c5c9affa Move PidginAvatar to a single resource file
Gary Kramlich <grim@reaperworld.com>
parents: 42346
diff changeset
11 <file compressed="true" preprocess="xml-stripblanks">avatar.ui</file>
41788
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
12 <file compressed="true" preprocess="xml-stripblanks">BuddyList/window.ui</file>
42301
d3930fe5505c The start of the new conversation window
Gary Kramlich <grim@reaperworld.com>
parents: 42206
diff changeset
13 <file compressed="true" preprocess="xml-stripblanks">Conversations/conversation.ui</file>
41788
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
14 <file compressed="true" preprocess="xml-stripblanks">Conversations/infopane.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
15 <file compressed="true" preprocess="xml-stripblanks">Conversations/invite_dialog.ui</file>
42346
45d2756d2a14 Replace TalkatuHistory with our own implementation
Gary Kramlich <grim@reaperworld.com>
parents: 42301
diff changeset
16 <file compressed="true" preprocess="xml-stripblanks">Conversations/message.ui</file>
42011
bb38b9441073 Create a new PidginContactList widget that shows the PurplePersons that PurpleContactManager is tracking
Gary Kramlich <grim@reaperworld.com>
parents: 41928
diff changeset
17 <file compressed="true" preprocess="xml-stripblanks">ContactList/widget.ui</file>
41788
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
18 <file compressed="true" preprocess="xml-stripblanks">Debug/debug.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
19 <file compressed="true" preprocess="xml-stripblanks">Dialogs/addbuddy.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
20 <file compressed="true" preprocess="xml-stripblanks">Dialogs/addchat.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
21 <file compressed="true" preprocess="xml-stripblanks">Display/window.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
22 <file compressed="true" preprocess="xml-stripblanks">Keypad/keypad.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
23 <file compressed="true" preprocess="xml-stripblanks">Media/window.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
24 <file compressed="true" preprocess="xml-stripblanks">Notifications/addcontact.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
25 <file compressed="true" preprocess="xml-stripblanks">Notifications/authorizationrequest.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
26 <file compressed="true" preprocess="xml-stripblanks">Notifications/connectionerror.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
27 <file compressed="true" preprocess="xml-stripblanks">Notifications/list.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
28 <file compressed="true" preprocess="xml-stripblanks">Plugins/dialog.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
29 <file compressed="true" preprocess="xml-stripblanks">Prefs/away.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
30 <file compressed="true" preprocess="xml-stripblanks">Prefs/conversation.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
31 <file compressed="true" preprocess="xml-stripblanks">Prefs/credentials.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
32 <file compressed="true" preprocess="xml-stripblanks">Prefs/credentialprovider.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
33 <file compressed="true" preprocess="xml-stripblanks">Prefs/network.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
34 <file compressed="true" preprocess="xml-stripblanks">Prefs/prefs.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
35 <file compressed="true" preprocess="xml-stripblanks">Prefs/proxy.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
36 <file compressed="true" preprocess="xml-stripblanks">Prefs/vv.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
37 <file compressed="true" preprocess="xml-stripblanks">Protocols/chooser.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
38 <file compressed="true" preprocess="xml-stripblanks">Protocols/detailed-view.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
39 <file compressed="true" preprocess="xml-stripblanks">Roomlist/roomlist.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
40 <file compressed="true" preprocess="xml-stripblanks">Status/box.ui</file>
42198
4df23def5fe0 Add a widget for displaying statuses
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 42165
diff changeset
41 <file compressed="true" preprocess="xml-stripblanks">Status/display.ui</file>
41788
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
42 <file compressed="true" preprocess="xml-stripblanks">Status/editor.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
43 <file compressed="true" preprocess="xml-stripblanks">Status/manager.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
44 <file compressed="true" preprocess="xml-stripblanks">Whiteboard/whiteboard.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
45 <file compressed="true" preprocess="xml-stripblanks">Xfer/xfer.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
46 <file compressed="true" preprocess="xml-stripblanks">gtk/menus.ui</file>
42365
45ce6d3f6386 Create PidginAccountRow which subclasses AdwRow
Gary Kramlich <grim@reaperworld.com>
parents: 42363
diff changeset
47 <file compressed="true" preprocess="xml-stripblanks">account-row.ui</file>
42377
6e3f1f8709b5 Create a new PidginChannelJoinDialog widget
Gary Kramlich <grim@reaperworld.com>
parents: 42365
diff changeset
48 <file compressed="true" preprocess="xml-stripblanks">channeljoindialog.ui</file>
41788
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
49 <file compressed="true" preprocess="xml-stripblanks">presenceicon.ui</file>
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
50 <file compressed="true" preprocess="xml-stripblanks">statusprimitivechooser.ui</file>
41029
b867c3e03cb0 Start embedding our icon theme by starting with the status icons used in PidginPresenceIcon
Gary Kramlich <grim@reaperworld.com>
parents: 40873
diff changeset
51 <file>icons/16x16/status/pidgin-user-available.png</file>
b867c3e03cb0 Start embedding our icon theme by starting with the status icons used in PidginPresenceIcon
Gary Kramlich <grim@reaperworld.com>
parents: 40873
diff changeset
52 <file>icons/16x16/status/pidgin-user-away.png</file>
b867c3e03cb0 Start embedding our icon theme by starting with the status icons used in PidginPresenceIcon
Gary Kramlich <grim@reaperworld.com>
parents: 40873
diff changeset
53 <file>icons/16x16/status/pidgin-user-busy.png</file>
b867c3e03cb0 Start embedding our icon theme by starting with the status icons used in PidginPresenceIcon
Gary Kramlich <grim@reaperworld.com>
parents: 40873
diff changeset
54 <file>icons/16x16/status/pidgin-user-extended-away.png</file>
b867c3e03cb0 Start embedding our icon theme by starting with the status icons used in PidginPresenceIcon
Gary Kramlich <grim@reaperworld.com>
parents: 40873
diff changeset
55 <file>icons/16x16/status/pidgin-user-invisible.png</file>
b867c3e03cb0 Start embedding our icon theme by starting with the status icons used in PidginPresenceIcon
Gary Kramlich <grim@reaperworld.com>
parents: 40873
diff changeset
56 <file>icons/16x16/status/pidgin-user-offline.png</file>
b867c3e03cb0 Start embedding our icon theme by starting with the status icons used in PidginPresenceIcon
Gary Kramlich <grim@reaperworld.com>
parents: 40873
diff changeset
57 <file>icons/16x16/status/pidgin-user-unavailable.png</file>
41093
13d97dcd0e67 Use icon names for chat emblems
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41030
diff changeset
58 <file>icons/16x16/emblems/pidgin-status-founder.png</file>
13d97dcd0e67 Use icon names for chat emblems
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41030
diff changeset
59 <file>icons/16x16/emblems/pidgin-status-halfop.png</file>
13d97dcd0e67 Use icon names for chat emblems
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41030
diff changeset
60 <file>icons/16x16/emblems/pidgin-status-ignored.png</file>
13d97dcd0e67 Use icon names for chat emblems
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41030
diff changeset
61 <file>icons/16x16/emblems/pidgin-status-operator.png</file>
13d97dcd0e67 Use icon names for chat emblems
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41030
diff changeset
62 <file>icons/16x16/emblems/pidgin-status-voice.png</file>
41788
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41767
diff changeset
63 <file>logo.png</file>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents: 38658
diff changeset
64 </gresource>
38376
d27109ba6626 Move gtkdebug.html into a GResource.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
65 </gresources>

mercurial