Bug 164117 - Kopete does not honor "Use emoticons" setting
Summary: Kopete does not honor "Use emoticons" setting
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-15 09:58 UTC by Josh Berry
Modified: 2009-01-29 16:49 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)