Bug 159513

Summary: kopete notifications pille up on desktop even if conversation window has focus
Product: [Applications] kopete Reporter: Cristi <cuciferus>
Component: NotificationsAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED WORKSFORME    
Severity: normal CC: getaceres
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Cristi 2008-03-18 11:35:39 UTC
Version:           0.50.50 (using 4.00.66 (KDE 4.0.66 >= 20080313), Gentoo)
Compiler:          x86_64-pc-linux-gnu-gcc
OS:                Linux (x86_64) release 2.6.24-gentoo-r3

Should the conversation window have or not focus, either way I get a notification sound/or just popup. So I recive the message 
in the popup and in conversation window(annoying). Also more then 3 popups are useless(might be nice a stacking thing) and annoying.I know this is a pre-alfa/svn version and I hope I'm not to annoying myself I just wanna help with some feedback(that and the testing is all I can do)
Comment 1 Dennis Nienhüser 2008-05-12 19:41:24 UTC
Thanks for the report, feedback is always appreciated :-)

The issue with popups appearing even for the active chat window should be fixed soon. The situation for multiple popups should improve with a plasmoid or similar displaying these notifications at a common place (probably around KDE 4.2).
Comment 2 Dennis Nienhüser 2008-05-12 19:50:36 UTC
*** Bug 156600 has been marked as a duplicate of this bug. ***
Comment 3 Dennis Nienhüser 2008-05-15 11:11:20 UTC
SVN commit 807953 by nienhueser:

Create a separate notification event for incoming messages in the active chat window. Only plays a sound as default, can be configured to behave differently in the notification settings. Can probably be merged back to the incoming_message event using a different context once events for different contexts can be configured graphically by the user.
CCBUG: 158608, 161800, 159513


 M  +0 -14     kopete/config/behavior/behaviorconfig_events.ui  
 M  +6 -0      kopete/kopete.notifyrc  
 M  +0 -4      libkopete/kopetebehaviorsettings.kcfg  
 M  +2 -3      libkopete/private/kopeteviewmanager.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=807953 
Comment 4 Cristi 2008-05-19 13:11:57 UTC
Much better now!Thanks!