Fri, 12 Feb 2021 18:37:00 -0600
Use specific purple_debug_* functions
Instead of `purple_debug`. Also:
* remove `\n` at the end
* inline untar macros
Reviewed at https://reviews.imfreedom.org/r/490/
|
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> |
|
38659
7772f66662f0
Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
38658
diff
changeset
|
3 | <gresource prefix="/im/pidgin/Pidgin/"> |
|
38678
01f35d8da069
Don't compress compressed image files
Gary Kramlich <grim@reaperworld.com>
parents:
38664
diff
changeset
|
4 | <file>logo.png</file> |
|
39135
035721876d0f
Move Pidgin resources to a more standard, out of the way place
Mike Ruprecht <cmaiku@gmail.com>
parents:
38678
diff
changeset
|
5 | <file compressed="true">About/about.ui</file> |
|
39216
f6ab17b953df
Replace the WebkitWebView with Talkatu widgets. There's some bugs, but it mostly works
Gary Kramlich <grim@reaperworld.com>
parents:
39178
diff
changeset
|
6 | <file compressed="true">About/about.md</file> |
|
39135
035721876d0f
Move Pidgin resources to a more standard, out of the way place
Mike Ruprecht <cmaiku@gmail.com>
parents:
38678
diff
changeset
|
7 | <file compressed="true">About/credits.json</file> |
|
40552
eb0f386cea6b
Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
40533
diff
changeset
|
8 | <file compressed="true">Accounts/actionsmenu.ui</file> |
|
39788
6e86cff44a34
Convert account chooser to a GObject.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39766
diff
changeset
|
9 | <file compressed="true">Accounts/chooser.ui</file> |
|
40552
eb0f386cea6b
Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
40533
diff
changeset
|
10 | <file compressed="true">Accounts/entry.css</file> |
|
40379
c50c509dd028
Migrate the accounts menu to its own set of widgets
Gary Kramlich <grim@reaperworld.com>
parents:
40373
diff
changeset
|
11 | <file compressed="true">Accounts/menu.ui</file> |
|
40600
46d10c72c137
Create a new ContactList that will eventually fully replace PidginBuddyList
Gary Kramlich <grim@reaperworld.com>
parents:
40577
diff
changeset
|
12 | <file compressed="true">BuddyList/window.ui</file> |
|
39577
0dd1d673bbef
Invite dialog fully functional, with dnd removed
Gary Kramlich <grim@reaperworld.com>
parents:
39471
diff
changeset
|
13 | <file compressed="true">Conversations/invite_dialog.ui</file> |
|
40627
3d6797191bf5
Create a new menu bar for PidginConversationWindow. This is just the menu itself and no behavior.
Gary Kramlich <grim@reaperworld.com>
parents:
40600
diff
changeset
|
14 | <file compressed="true">Conversations/menu.ui</file> |
|
40552
eb0f386cea6b
Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
40533
diff
changeset
|
15 | <file compressed="true">Conversations/tab-label.css</file> |
|
40577
953d563429b8
Create a new PidginConversationWindow widget
Gary Kramlich <grim@reaperworld.com>
parents:
40552
diff
changeset
|
16 | <file compressed="true">Conversations/window.ui</file> |
|
39154
ac28e667a064
Convert debug window to GtkTextView.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39135
diff
changeset
|
17 | <file compressed="true">Debug/debug.ui</file> |
|
40552
eb0f386cea6b
Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
40533
diff
changeset
|
18 | <file compressed="true">Debug/filter.css</file> |
|
39471
46885fa0a1a8
Start of moving the plugin info dialog to talkatu. Still need to handle error messages and their formatting
Gary Kramlich <grim@reaperworld.com>
parents:
39216
diff
changeset
|
19 | <file compressed="true">Debug/plugininfo.ui</file> |
|
39628
52c772b30a1c
Convert log viewer to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39577
diff
changeset
|
20 | <file compressed="true">Log/log-viewer.ui</file> |
|
40216
bf78d5476c6a
initial start of moving the plugins dialog to glade
Gary Kramlich <grim@reaperworld.com>
parents:
39839
diff
changeset
|
21 | <file compressed="true">Plugins/dialog.ui</file> |
|
40373
5d2a493339f2
Add the new PidginPluginsMenu which manages itself when plugins and loaded/unloaded.
Gary Kramlich <grim@reaperworld.com>
parents:
40363
diff
changeset
|
22 | <file compressed="true">Plugins/menu.ui</file> |
|
40730
12b38cca63d7
Create a new PidginCredentialsPage and associated widgets for the preferences window
Gary Kramlich <grim@reaperworld.com>
parents:
40728
diff
changeset
|
23 | <file compressed="true">Prefs/credentials.ui</file> |
|
40552
eb0f386cea6b
Moved all of the inline css in pidgin to resource files
Gary Kramlich <grim@reaperworld.com>
parents:
40533
diff
changeset
|
24 | <file compressed="true">Prefs/ip.css</file> |
|
39178
53a96425ffc0
Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39163
diff
changeset
|
25 | <file compressed="true">Prefs/prefs.ui</file> |
|
39755
a23faac6d3bb
Convert VV prefs page to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39674
diff
changeset
|
26 | <file compressed="true">Prefs/vv.ui</file> |
|
40251
41e9424fc96f
Convert Privacy dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
40250
diff
changeset
|
27 | <file compressed="true">Privacy/dialog.ui</file> |
|
40297
082c07053a79
Add the new PidginProtocolChooser and implement it in account dialog
Gary Kramlich <grim@reaperworld.com>
parents:
40251
diff
changeset
|
28 | <file compressed="true">Protocols/chooser.ui</file> |
|
40250
19acef70137d
Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
40216
diff
changeset
|
29 | <file compressed="true">Roomlist/roomlist.ui</file> |
|
39766
ebddeaa4b39b
Convert PidginWhiteboard into Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39755
diff
changeset
|
30 | <file compressed="true">Whiteboard/whiteboard.ui</file> |
|
39839
95c968a8ed72
Convert File Transfer dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39788
diff
changeset
|
31 | <file compressed="true">Xfer/xfer.ui</file> |
|
40533
b1921b17b683
Replace some utility functions with actual widgets
Gary Kramlich <grim@reaperworld.com>
parents:
40379
diff
changeset
|
32 | <file compressed="true">closebutton.ui</file> |
|
38659
7772f66662f0
Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents:
38658
diff
changeset
|
33 | </gresource> |
|
38376
d27109ba6626
Move gtkdebug.html into a GResource.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff
changeset
|
34 | </gresources> |