Bug 164117

Summary: Kopete does not honor "Use emoticons" setting
Product: [Unmaintained] kopete Reporter: Josh Berry <des>
Component: generalAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: capo_drugo
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Josh Berry 2008-06-15 09:58:00 UTC
Version:            (using Devel)
Installed from:    Compiled sources
Compiler:          gcc 4.2 
OS:                Linux

I've tried to disable emoticons in Kopete by clearing the "Use the following emoticon theme" checkbox.  However, Kopete still shows emoticons in my chat windows using whatever the last selected theme was.

I expect that if I clear this checkbox, emoticons will go back to being their usual, textual selves.

After changing the setting, I tried typing more emoticons, and closing/reopening the chat window, to no avail.
Comment 1 Carlo Segato 2008-06-24 00:33:41 UTC
SVN commit 823729 by segato:

fix the "Use emoticons" settings
I've added a parseEmoticons and tokenize function that calls the real one if use emoticons is selected or the original text if it isn't
I've also changed s_self from static to K_GLOBAL_STATIC
BUG:164117


 M  +3 -5      kopete/contactlist/kopetemetacontactlvi.cpp  
 M  +2 -3      kopete/kopetewindow.cpp  
 M  +3 -4      libkopete/kopetecontact.cpp  
 M  +1 -2      libkopete/kopetemessage.cpp  
 M  +25 -7     libkopete/private/kopeteemoticons.cpp  
 M  +4 -5      libkopete/private/kopeteemoticons.h  
 M  +1 -2      libkopete/private/kopeteviewmanager.cpp  
 M  +1 -2      libkopete/tests/kopetetask_test.cpp  
 M  +1 -2      libkopete/ui/kopetelistviewitem.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=823729
Comment 2 Mauro 2009-01-29 16:49:31 UTC
Same problem here, with the NEW version of kopete (kde 4.2)