Summary: | Chat window does not provide a method to clear the chat window content | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Filipe Azevedo <pasnox> |
Component: | text-ui | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | kde, rohan |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 0.6-next | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-text-ui/c7509e10727532376b0c87f162d1f9794db07aa4 | Version Fixed In: | 0.6.0 |
Sentry Crash Report: |
Description
Filipe Azevedo
2012-04-17 19:07:28 UTC
Please don't put exclamation marks in a title in future. I don't like the concept of having "/clear" it's not intuitive, we don't follow any other commands common to IRC "/join" "/quit" etc. "/me" is a special case as it's actually referenced by XMPP. I am happy for it to be an entry in the edit menu with an assigned keyboard shortcut. That's more in line with most KDE app behaviour. Sorry for the exclamation marks. I will live with a menu entry for clearing the chat window. Thanks, Le 19 avril 2012 23:27, David Edmundson <kde@davidedmundson.co.uk> a écrit : > https://bugs.kde.org/show_bug.cgi?id=298319 > > David Edmundson <kde@davidedmundson.co.uk> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |kde@davidedmundson.co.uk > Summary|Chat window does not handle |Chat window does not > |/clear command and/or does |provide a method to clear > |not provide a button to |the chat window content > |clear the chat window | > |content ( privacy!!!) | > > --- Comment #1 from David Edmundson <kde@davidedmundson.co.uk> --- > Please don't put exclamation marks in a title in future. > > I don't like the concept of having "/clear" it's not intuitive, we don't follow > any other commands common to IRC "/join" "/quit" etc. "/me" is a special case > as it's actually referenced by XMPP. > > I am happy for it to be an entry in the edit menu with an assigned keyboard > shortcut. That's more in line with most KDE app behaviour. > > -- > You are receiving this mail because: > You reported the bug. Confirming, aiming for the next release after this one (0.6) When clearing the window, should we also clear logs? If so, should we clear all logs? or just the recent messages? My primary goal was simply to clear the widget content - not to touch the internal log. We can already delete log using the discussion history tool. Ah, so something to just clear the chat view, and nothing else. Got it. Clear the content of the active discussion, exactly ;) Git commit c7509e10727532376b0c87f162d1f9794db07aa4 by Dan Vrátil. Committed on 28/12/2012 at 13:58. Pushed by dvratil into branch 'master'. Add action to clear current chat tab REVIEW: 107967 FIXED-IN: 0.6.0 M +15 -0 app/chat-window.cpp M +1 -0 app/chat-window.h M +2 -0 app/chatwindow.rc M +55 -37 lib/chat-widget.cpp M +5 -0 lib/chat-widget.h http://commits.kde.org/telepathy-text-ui/c7509e10727532376b0c87f162d1f9794db07aa4 |