Bug 51230 - Feature request: blinking taskbar entries for chat windows
Summary: Feature request: blinking taskbar entries for chat windows
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
: 51379 59746 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-11-26 22:49 UTC by Martin Honermeyer
Modified: 2003-07-08 18:42 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Honermeyer 2002-11-26 22:49:30 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:          Linux

It would be nice if an inactive chat window's taskbar would blink or otherwise (asterisk before the window's name) show that a new message has arrived.
Comment 1 Stefan Gehn 2002-11-27 21:39:09 UTC
the kicker taskbar is not part of kopete, the only thing we can do is changing the window title and/or the icon for the window on new incoming messages. Does that suffice as well? 
Comment 2 Martijn Klingens 2002-11-28 09:42:43 UTC
Subject: Re: [Kopete-devel]  Feature request: blinking taskbar entries for chat windows

On Wednesday 27 November 2002 21:39, sgehn@gmx.net wrote:
> the kicker taskbar is not part of kopete, the only thing we can do is
> changing the window title and/or the icon for the window on new incoming
> messages. Does that suffice as well?

Please don't. I consider this a kicker/kwin issue, in cooperation with 
kdelibs. Please add the right code there, or reassign this bug report there, 
but don't add custom hacks to Kopete to do this.

Comment 3 Martin Honermeyer 2002-11-28 18:14:47 UTC
Yes, a change of the window title (something like "(*) buddy's name") would be nice and sufficient. For me, at least.  I guess this is not to hard to implement as an optional feature! 
Comment 4 Olivier Goffart 2002-12-02 18:50:51 UTC
*** Bug 51379 has been marked as a duplicate of this bug. ***
Comment 5 Bart Verwilst 2003-02-07 17:24:47 UTC
Same here, a (*) notification would be great! 
Comment 6 Jason Keirstead 2003-02-07 17:46:49 UTC
Subject: Re: Feature request: blinking taskbar entries for chat windows

I agree with Martijn, this is a KDElibs issue, and should be added to the notifications area if anywhere. Once this was done Kopete would automaticlly support it.

Comment 7 Martijn Klingens 2003-06-14 00:02:52 UTC
*** Bug 59746 has been marked as a duplicate of this bug. ***
Comment 8 Lubos Lunak 2003-06-17 10:23:23 UTC
For CVS HEAD, doing KWin::setState( window->winId(), NET::DemansAttention ) should do. 
There's no need to reset this state, it will be reset when the window will be activated. 
Note that this however won't work with KDE <=3.1, and also won't work outside of KDE, 
because the hint for this is new, and is not standardized. 
 
Comment 9 Lubos Lunak 2003-06-17 11:26:33 UTC
Ok, NET::DemandsAttention actually didn't work even in HEAD. It should now. 
 
Comment 10 Olivier Goffart 2003-06-30 19:33:03 UTC
This has been added on HEAD 
Comment 11 Martin Honermeyer 2003-07-08 18:42:48 UTC
so how to use it?   
  
i figured out that i have to enable the highlight plugin in kopete cvs.  
In order to have every message highlighted like that, i have to create a new filter  
with a regular expression like "/.*/". Then set the action to "set message importance  
=> highlight".  
But it doesn't really work. The chat window doesn't blink in the taskbar..
 
Btw: I tested NET::DemandsAttention on my system with a small program and it 
worked.