Summary: | messages quoting extremely needed | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Roman Snitko <subscribe> |
Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch for history plugin |
Description
Roman Snitko
2008-01-10 02:56:29 UTC
This seems fairly easy to implement Well, I guess, if someone does this, a lot of people will be truly happy. Created attachment 22948 [details]
Patch for history plugin
I've created a quick and simple patch to add the quoting functionality. I've
modified the history plugin, instead of writing a new one, because it seems
pretty hard to access the last messages from within a plugin. At the moment it
only quotes the last message, but adding functionality shouldn't be too hard
Do you I have to mark as 'resolved' now, or just leave it? we have to commit the feature to subversion first SVN commit 773908 by cconnell: Allow for quoting of messages through history plugin This exposed a bug in ChatTextEditPart, which is also fixed in this commit FEATURE:155368 M +4 -1 kopete/chatwindow/chattexteditpart.cpp M +2 -0 plugins/history/historychatui.rc M +70 -40 plugins/history/historyguiclient.cpp M +1 -0 plugins/history/historyguiclient.h WebSVN link: http://websvn.kde.org/?view=rev&revision=773908 |