annotate AUTHORS @ 12116:e75ef7aa913e

[gaim-migrate @ 14416] " This patch implements a replacement for the queuing system from 1.x. It also obsoletes a previous patch [#1338873] I submitted to prioritize the unseen states in gtk conversations. The attached envelope.png is ripped from the msgunread.png already included in gaim. It should be dropped in the pixmaps directory (Makefile.am is updated accordingly in this patch). The two separate queuing preferences from 1.x, queuing messages while away and queuing all new messages (from docklet), are replaced with a single 3-way preference for conversations. The new preference is "Hide new IM conversations". This preference can be set to never, away and always. When a gtk conversation is created, it may be placed in a hidden conversation window instead of being placed normally. This decision is based upon the preference and possibly the away state of the account the conversation is being created for. This *will* effect conversations the user explicitly requests to be created, so in these cases the caller must be sure to present the conversation to the user, using gaim_gtkconv_present_conversation(). This is done already in gtkdialogs.c which handles creating conversations requested by the user from gaim proper (menus, double-clicking on budy in blist, etc.). The main advantage to not queuing messages is that the conversations exist, the message is written to the conversation (and logged if appropriate) and the unseen state is set on the conversation. This means no additional features are needed to track whether there are queued messages or not, just use the unseen state on conversations. Since conversations may not be visible (messages "queued"), gaim proper needs some notification that there are messages waiting. I opted for a menutray icon that shows up when an im conversation has an unseen message. Clicking this icon will focus (and show if hidden) the first conversation with an unseen message. This is essentially the same behavior of the docklet in cvs right now, except that the icon is only visible when there is a conversation with an unread message. The api that is added is flexible enough to allow either the docklet or the new blist menutray icon to be visible for conversations of any/all types and for unseen messages >= any state. Currently they are set to only IM conversations and only unseen states >= TEXT (system messages and no log messages will not trigger blinking the docklet or showing the blist tray icon), but these could be made preferences relatively easily in the future. Other plugins could probably benefit as well: gaim_gtk_conversations_get_first_unseen(). There is probably some limit to comment size, so I'll stop rambling now. If anyone has more questions/comments, catch me in #gaim, here or on gaim-devel." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 16 Nov 2005 18:17:01 +0000
parents 03ee9d7360a3
children 1c8ea8f3b84e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
1 gaim - the Pimpin' Penguin IM Clone that's Good for the Soul
1606
bb2b3c18b13d [gaim-migrate @ 1616]
Rob Flynn <gaim@robflynn.com>
parents: 1044
diff changeset
2 ============================================================
0
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
3
4990
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
4 We've got an IRC room now too, #gaim on irc.freenode.net. Come check us out.
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
5
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
6 Active Developers:
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
7 ------------------
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
8
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
9 Sean Egan <bj91704@binghamton.edu> - Lead Developer
2966
1989e781909c [gaim-migrate @ 2979]
Rob Flynn <gaim@robflynn.com>
parents: 2939
diff changeset
10 AIM: SeanEgn
2993
7239a392486c [gaim-migrate @ 3006]
Rob Flynn <gaim@robflynn.com>
parents: 2966
diff changeset
11 ICQ: 96642211
7239a392486c [gaim-migrate @ 3006]
Rob Flynn <gaim@robflynn.com>
parents: 2966
diff changeset
12 MSN: SeanEgn@hotmail.com
7239a392486c [gaim-migrate @ 3006]
Rob Flynn <gaim@robflynn.com>
parents: 2966
diff changeset
13 Yahoo: SeanEgn
7239a392486c [gaim-migrate @ 3006]
Rob Flynn <gaim@robflynn.com>
parents: 2966
diff changeset
14 Jabber: SeanEgn@jabber.org
2966
1989e781909c [gaim-migrate @ 2979]
Rob Flynn <gaim@robflynn.com>
parents: 2939
diff changeset
15
10508
4cc999cc6718 [gaim-migrate @ 11802]
Luke Schierer <lschiere@pidgin.im>
parents: 10369
diff changeset
16 Daniel 'datallah' Atallah
4990
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
17 Christian 'ChipX86' Hammond - Developer & Webmaster
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
18 Herman 'Hermanator' Bloggs - Win32 Port
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
19 Nathan 'faceprint' Walp - Developer
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
20 Mark 'KingAnt' Doliner - Developer
9623
a6351c2b1150 [gaim-migrate @ 10467]
Luke Schierer <lschiere@pidgin.im>
parents: 8195
diff changeset
21 Ethan 'Paco-Paco' Blanton - Developer
a6351c2b1150 [gaim-migrate @ 10467]
Luke Schierer <lschiere@pidgin.im>
parents: 8195
diff changeset
22 Tim 'marv' Ringenbach - Developer
4990
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
23 Luke 'LSchiere' Schierer - Support
10369
584c792dd15c [gaim-migrate @ 11588]
Luke Schierer <lschiere@pidgin.im>
parents: 9906
diff changeset
24 Etan 'deryni' Reisner - Developer
10880
792eb4a1ed82 [gaim-migrate @ 12575]
Gary Kramlich <grim@reaperworld.com>
parents: 10677
diff changeset
25 Stu 'nosnilmot' Tomlinson - Developer
792eb4a1ed82 [gaim-migrate @ 12575]
Gary Kramlich <grim@reaperworld.com>
parents: 10677
diff changeset
26 Gary 'grim' Kramlich - Developer
11342
03ee9d7360a3 [gaim-migrate @ 13556]
Richard Laager <rlaager@wiktel.com>
parents: 10880
diff changeset
27 Richard 'rlaager' Laager
1044
77b6bc7288d3 [gaim-migrate @ 1054]
Rob Flynn <gaim@robflynn.com>
parents: 877
diff changeset
28
4990
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
29 Crazy Patch Writers:
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
30 --------------------
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
31
9623
a6351c2b1150 [gaim-migrate @ 10467]
Luke Schierer <lschiere@pidgin.im>
parents: 8195
diff changeset
32 Ka-Hing 'javabsp' Cheung
9906
e98e97f99df3 [gaim-migrate @ 10798]
Luke Schierer <lschiere@pidgin.im>
parents: 9623
diff changeset
33 Felipe 'shx' Contreras
4990
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
34 Decklin Foster
11342
03ee9d7360a3 [gaim-migrate @ 13556]
Richard Laager <rlaager@wiktel.com>
parents: 10880
diff changeset
35 Peter 'Bleeter' Lawler
9623
a6351c2b1150 [gaim-migrate @ 10467]
Luke Schierer <lschiere@pidgin.im>
parents: 8195
diff changeset
36 Robert 'Robot101' McQueen
a6351c2b1150 [gaim-migrate @ 10467]
Luke Schierer <lschiere@pidgin.im>
parents: 8195
diff changeset
37 Benjamin Miller
a6351c2b1150 [gaim-migrate @ 10467]
Luke Schierer <lschiere@pidgin.im>
parents: 8195
diff changeset
38 Kevin 'SimGuy' Stange
1044
77b6bc7288d3 [gaim-migrate @ 1054]
Rob Flynn <gaim@robflynn.com>
parents: 877
diff changeset
39
1606
bb2b3c18b13d [gaim-migrate @ 1616]
Rob Flynn <gaim@robflynn.com>
parents: 1044
diff changeset
40 Retired:
bb2b3c18b13d [gaim-migrate @ 1616]
Rob Flynn <gaim@robflynn.com>
parents: 1044
diff changeset
41 --------
11342
03ee9d7360a3 [gaim-migrate @ 13556]
Richard Laager <rlaager@wiktel.com>
parents: 10880
diff changeset
42 Rob Flynn <gaim@robflynn.com> - Former Maintainer
4990
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
43 Adam Fritzler - Former libfaim Maintainer
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
44 Eric Warmenhoven <eric@warmenhoven.org> - Former Lead Developer
9623
a6351c2b1150 [gaim-migrate @ 10467]
Luke Schierer <lschiere@pidgin.im>
parents: 8195
diff changeset
45 Jim Duchek <jimduchek@ou.edu> - Former Maintainer
4990
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
46 Jim Seymour - Former Jabber Developer
1044
77b6bc7288d3 [gaim-migrate @ 1054]
Rob Flynn <gaim@robflynn.com>
parents: 877
diff changeset
47 Mark Spencer <markster@marko.net> - Original Author
4990
f514aa3c01db [gaim-migrate @ 5325]
Rob Flynn <gaim@robflynn.com>
parents: 4404
diff changeset
48 Syd Logan - Hacker and Designated Driver (lazy bum)