pidgin/resources/pidgin.gresource.xml

Thu, 06 Aug 2020 22:22:03 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 06 Aug 2020 22:22:03 -0500
changeset 40502
875489636847
parent 40379
c50c509dd028
child 40533
b1921b17b683
permissions
-rw-r--r--

pidgin.h phase3: create pidgin.h and force its usage

fix the section id of pidgincore.h

Generate our pidgin.h file

Add include guard to all pidgin/*.h files and deal with the fallout from that.

Also had to namespace PIDGIN_BLIST_COLUMN_NAME, will come back and get the rest at a later time.

Testing Done:
Compile test, including some plugins that don't build by default. Also ran everything seems fine.

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

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>
39788
6e86cff44a34 Convert account chooser to a GObject.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39766
diff changeset
8 <file compressed="true">Accounts/chooser.ui</file>
40379
c50c509dd028 Migrate the accounts menu to its own set of widgets
Gary Kramlich <grim@reaperworld.com>
parents: 40373
diff changeset
9 <file compressed="true">Accounts/actionsmenu.ui</file>
c50c509dd028 Migrate the accounts menu to its own set of widgets
Gary Kramlich <grim@reaperworld.com>
parents: 40373
diff changeset
10 <file compressed="true">Accounts/menu.ui</file>
40363
c8b010d1d430 Start to migrate the buddy list from GtkActionEntry and UiManager to GActionEntry and a custom widget
Gary Kramlich <grim@reaperworld.com>
parents: 40297
diff changeset
11 <file compressed="true">BuddyList/menu.ui</file>
39577
0dd1d673bbef Invite dialog fully functional, with dnd removed
Gary Kramlich <grim@reaperworld.com>
parents: 39471
diff changeset
12 <file compressed="true">Conversations/invite_dialog.ui</file>
39154
ac28e667a064 Convert debug window to GtkTextView.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39135
diff changeset
13 <file compressed="true">Debug/debug.ui</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
14 <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
15 <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
16 <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
17 <file compressed="true">Plugins/menu.ui</file>
39178
53a96425ffc0 Start switching Preferences dialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39163
diff changeset
18 <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
19 <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
20 <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
21 <file compressed="true">Protocols/chooser.ui</file>
40250
19acef70137d Convert PidginRoomlistDialog to Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 40216
diff changeset
22 <file compressed="true">Roomlist/roomlist.ui</file>
39766
ebddeaa4b39b Convert PidginWhiteboard into Glade.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 39755
diff changeset
23 <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
24 <file compressed="true">Xfer/xfer.ui</file>
38659
7772f66662f0 Lots of tweaking/wiring
Gary Kramlich <grim@reaperworld.com>
parents: 38658
diff changeset
25 </gresource>
38376
d27109ba6626 Move gtkdebug.html into a GResource.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
26 </gresources>

mercurial