annotate .cvsignore @ 12498:a2de852981c1

[gaim-migrate @ 14810] SF Patch #1380806 from charkins "leave docklet loaded when notification area is not present" "From the summary, this sounds weird, but I think its better behavior. This really only effects some odd corner cases. The existing behavior is that the docklet plugin unloads itself after 10 seconds if the tray icon isn't created. The behavior with this patch is that there is a 3 second timeout (this is necessary to avoid race condition when restoring the gtkblist's visibility state on startup). After this timeout, the docklet plugin stays loaded waiting for a notification to appear, but is essentially non-functional. In the typical scenario, this patch doesn't effect the behavior. Here are some examples of where it does matter: 1) If gaim is closed with the buddy list hidden to the docklet, then gaim is started again without a notification area, the buddy list doesn't show up for 10 seconds (the time it takes for the docklet to timeout). This patch would reduce this to 3 seconds. 2) If the user removes the notification area from their panel, maybe to remove it from one panel and add it to a different panel, but doesn't add a new one back within 10 seconds, the current behavior would cause the docklet plugin to be unloaded. With this patch, the tray icon would automatically be added to the new notification area when it becomes available. 3) The gnome-panel dies and is not restarted within 10 seconds. Similar to #2. (There was a bug filed for this, but can't find it right now). My main concern was that it could be confusing to the user if they enable the docklet plugin, then 10 seconds later it gets disabled without any notification. This patch doesn't add any notification, but leaves the plugin running so it will automatically use a notification area when one becomes available. I also removed an unused parameter from docklet_remove() and changed the plugin description slightly to reflect the change in queuing/notification. Not sure how clear this is, so bug me on #gaim if you have any questions. --charkins" I made a few changes to this patch, but nothing terribly significant... committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Dec 2005 09:16:14 +0000
parents b0ad08e1d492
children 5adc0c9da9f3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1893
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
1 config.h
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2 libtool
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
3 config.status
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
4 intl
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
5 ABOUT-NLS
5048
cb320b74a0dd [gaim-migrate @ 5396]
Luke Schierer <lschiere@pidgin.im>
parents: 4704
diff changeset
6 compile
1893
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
7 config.guess
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
8 config.sub
4558
d22814243d13 [gaim-migrate @ 4839]
Christian Hammond <chipx86@chipx86.com>
parents: 4427
diff changeset
9 Doxyfile
1893
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
10 ltconfig
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
11 ltmain.sh
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
12 install-sh
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
13 missing
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
14 aclocal.m4
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
15 configure
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
16 config.h.in
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
17 stamp-h.in
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
18 Makefile.in
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
19 config.log
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
20 config.cache
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
21 Makefile
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
22 stamp-h
3b956bf94751 [gaim-migrate @ 1903]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
23 gaim.spec
2168
74947d32d3c6 [gaim-migrate @ 2178]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1894
diff changeset
24 depcomp
74947d32d3c6 [gaim-migrate @ 2178]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1894
diff changeset
25 stamp-h1
3358
092594c175ff [gaim-migrate @ 3377]
Christian Hammond <chipx86@chipx86.com>
parents: 3356
diff changeset
26 autom4te*.cache
3356
8647a5b37b5c [gaim-migrate @ 3375]
Christian Hammond <chipx86@chipx86.com>
parents: 3355
diff changeset
27 configure.2.1x
3358
092594c175ff [gaim-migrate @ 3377]
Christian Hammond <chipx86@chipx86.com>
parents: 3356
diff changeset
28 confdefs.h
092594c175ff [gaim-migrate @ 3377]
Christian Hammond <chipx86@chipx86.com>
parents: 3356
diff changeset
29 *.swp
3702
d82147d95f6b [gaim-migrate @ 3833]
Rob Flynn <gaim@robflynn.com>
parents: 3358
diff changeset
30 win32-install-dir
3703
286e44e665e1 [gaim-migrate @ 3834]
Rob Flynn <gaim@robflynn.com>
parents: 3702
diff changeset
31 .temp-gettextize
9365
f61c37936a41 [gaim-migrate @ 10173]
Ethan Blanton <elb@pidgin.im>
parents: 9138
diff changeset
32 gaim.pc
10362
c398f55ce5c7 [gaim-migrate @ 11580]
Tim Ringenbach <marv@pidgin.im>
parents: 9365
diff changeset
33 *.apspec