annotate plugins/perl/common/MANIFEST @ 13505:7a6763bbf82b

[gaim-migrate @ 15881] On Mon, 2006-03-13 at 15:10 -0500, Adil wrote: > Would it be `better' to not print an error message for the event > (because it is possible to have a chat-window for a disconnected > account), and popup a menu with disabled entries instead? This commit implements that. I've also removed some code duplication by having create_chat_menu() look up the prpl_info from the gc. Also, I think we should grey out the Send File menu item when a particular user doesn't have the ability to receive files, rather than not show it. It's more consistent with what we do elsewhere. I've made that change as well. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 14 Mar 2006 06:15:31 +0000
parents 134d0001983d
children 6ea890a0dd1e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6670
df5fca8308ec [gaim-migrate @ 7195]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
1 Account.xs
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
2 AccountOpts.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
3 BuddyIcon.xs
6670
df5fca8308ec [gaim-migrate @ 7195]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
4 BuddyList.xs
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
5 Cipher.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
6 Cmds.xs
6670
df5fca8308ec [gaim-migrate @ 7195]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
7 Connection.xs
df5fca8308ec [gaim-migrate @ 7195]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
8 Conversation.xs
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
9 FT.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
10 Gaim.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
11 ImgStore.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
12 Log.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
13 Network.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
14 Notify.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
15 Plugin.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
16 PluginPref.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
17 Pounce.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
18 Prefs.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
19 Privacy.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
20 Proxy.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
21 Prpl.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
22 Request.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
23 Roomlist.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
24 SSLConn.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
25 SavedStatuses.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
26 Server.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
27 Sound.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
28 Status.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
29 Stringref.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
30 Util.xs
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 6670
diff changeset
31 XMLNode.xs
6670
df5fca8308ec [gaim-migrate @ 7195]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
32 Gaim.pm
df5fca8308ec [gaim-migrate @ 7195]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
33 MANIFEST
df5fca8308ec [gaim-migrate @ 7195]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
34 Makefile.PL
df5fca8308ec [gaim-migrate @ 7195]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
35 typemap