Bug 179080 - Different systray icon for busy and away
Summary: Different systray icon for busy and away
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Unmaintained
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
: 188106 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-12-29 21:45 UTC by Aleix Pol
Modified: 2009-09-12 03:08 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aleix Pol 2008-12-29 21:45:03 UTC
Version:            (using Devel)
Installed from:    Compiled sources

We're getting the same icon for away and busy in the systray icon (while it was not on Kopete3) and I think it would be useful to have it.

e.g. the clock for away and the red sign for busy
Comment 1 Pedro de Carvalho Gomes 2009-04-23 19:49:57 UTC
I confirm this bug. Whenever I set my global status to "Busy" I get a "Away" icon at systray (the small clock, instead of the red circle).
Comment 2 Pedro de Carvalho Gomes 2009-04-23 19:52:20 UTC
Someone with higher privileges could mark bug #188106 as duplicated for this one.
Comment 3 Fabiano Francesconi 2009-06-05 14:40:11 UTC
This problem happens almost everywhere in the application:
- Contacts' list
- Systray (as reported above)
- Bottom-right corner

There's no distinction from away and busy status.
Comment 4 Aleix Pol 2009-09-12 02:40:56 UTC
SVN commit 1022546 by apol:

Let kopete to distinguish between away and busy.

BUG: 179080


 M  +6 -0      kopete/contactlist/contactlistmodel.cpp  
 M  +1 -0      kopete/contactlist/kopeteitemdelegate.cpp  
 M  +10 -0     kopete/kopetedbusinterface.cpp  
 M  +4 -0      kopete/kopetewindow.cpp  
 M  +18 -19    kopete/systemtray.cpp  
 M  +4 -1      libkopete/kopeteaccount.cpp  
 M  +8 -3      libkopete/kopetemetacontact.cpp  
 M  +2 -1      libkopete/kopeteonlinestatus.cpp  
 M  +7 -3      libkopete/kopeteonlinestatus.h  
 M  +12 -7     plugins/statistics/statisticscontact.cpp  
 M  +14 -0     plugins/statistics/statisticsdialog.cpp  
 M  +5 -1      plugins/webpresence/webpresenceplugin.cpp  
 M  +2 -1      protocols/bonjour/bonjouraccount.cpp  
 M  +2 -2      protocols/gadu/gaduprotocol.cpp  
 M  +1 -1      protocols/groupwise/gwprotocol.cpp  
 M  +1 -1      protocols/jabber/jabberprotocol.cpp  
 M  +1 -1      protocols/meanwhile/meanwhileprotocol.cpp  
 M  +2 -1      protocols/oscar/aim/aimaccount.cpp  
 M  +2 -2      protocols/oscar/aim/aimstatusmanager.cpp  
 M  +2 -2      protocols/oscar/icq/icqstatusmanager.cpp  
 M  +1 -1      protocols/skype/skypeprotocol.cpp  
 M  +15 -1     protocols/testbed/testbedaccount.cpp  
 M  +4 -0      protocols/testbed/testbedaccount.h  
 M  +5 -3      protocols/testbed/testbedprotocol.cpp  
 M  +4 -0      protocols/testbed/testbedprotocol.h  
 M  +5 -2      protocols/winpopup/wpaccount.cpp  
 M  +2 -1      protocols/wlm/wlmaccount.cpp  
 M  +2 -2      protocols/wlm/wlmprotocol.cpp  
 M  +3 -3      protocols/yahoo/yahooprotocol.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1022546
Comment 5 Aleix Pol 2009-09-12 03:08:20 UTC
*** Bug 188106 has been marked as a duplicate of this bug. ***