Ticket #1442 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Add option to hide "user has joined/left conversation" messages

Reported by: flynd Assigned to: erijo
Priority: low Milestone: 1.3.5
Component: qt/kde gui Version: 1.3.4
Keywords: conversation notice Cc:

Description

When using MSN, the notice "user has joined the conversation." and "user has left the conversation." is displayed in the chat window, often several times during a conversation. I think there is an idle timeout of one minute triggering a "left" notice. A "joined" notice is then printed together with the next chat-messege sent or recieved.
As these "left" and "joined" notices has no relation to typing-notification or whether the other user has closed his/her chat window they are just annoying.
I suggest having a checkbox to control if these notices should be displayed or not. (Currently I've comment out a few lines from the gui-code to get rid of them.)

And by the way, the GUI does not seem to have an option to set the colour of these notices. They are always green.

Attachments

licq-4735-notice_color_option.patch (6.8 kB) - added by flynd on 2006-11-06 04:05:21.
Here is a patch to allow changing the color of the notices.
licq-4756_notice_use_alias.patch (1.3 kB) - added by flynd on 2006-11-09 05:11:19.
Patch to display alias instead of protocol id in join/left notices.
licq-4791-optional_notices.patch (5.8 kB) - added by flynd on 2006-11-30 04:33:40.
Adds an option to hide the join/left notices.
licq-4791-optional_notices_v2.patch (6.6 kB) - added by erijo on 2006-11-30 04:56:36.
Slightly modified.

Change History

2006-11-06 03:57:55 changed by flynd

I now also noticed that the left/joined notices uses the protocol id of the contact. This should be changed to use the alias instead.

2006-11-06 04:05:21 changed by flynd

  • attachment licq-4735-notice_color_option.patch added.

Here is a patch to allow changing the color of the notices.

2006-11-06 04:43:02 changed by erijo

  • status changed from new to assigned.
  • owner set to erijo.
  • milestone set to 1.3.5.

2006-11-06 04:57:57 changed by erijo

The color patch was committed in r4736.

2006-11-09 05:11:19 changed by flynd

  • attachment licq-4756_notice_use_alias.patch added.

Patch to display alias instead of protocol id in join/left notices.

2006-11-09 05:23:35 changed by erijo

licq-4756_notice_use_alias.patch committed in r4757.

2006-11-30 04:33:40 changed by flynd

  • attachment licq-4791-optional_notices.patch added.

Adds an option to hide the join/left notices.

2006-11-30 04:56:36 changed by erijo

  • attachment licq-4791-optional_notices_v2.patch added.

Slightly modified.

2006-11-30 05:40:33 changed by erijo

  • status changed from assigned to closed.
  • resolution set to fixed.