Summary: | Setting to suppress "User is typing" signal from being sent to other parties | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | George Goldberg <grundleborg> |
Component: | accounts-kcm | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | ddomenichelli, drf, francesco.nwokeka, kde, rdieter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | Future | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-text-ui/3a5fd3e5a9cfccb7c700a5b8f9212e7ecd76e8d6 | Version Fixed In: | 0.7.0 |
Sentry Crash Report: |
Description
George Goldberg
2011-09-17 10:45:49 UTC
Not done in time, removing from 0.2 I agree we should support this, skype has 2 different settings: "Show others when I'm typing" and "Show when others are typing" anyone still find this useful? Yesterday I asked on identi.ca just to see if I'm the only crazy person who wants it, and this is the result: http://identi.ca/conversation/86420871 (In reply to comment #4) > Yesterday I asked on identi.ca just to see if I'm the only crazy person who > wants it, and this is the result: http://identi.ca/conversation/86420871 Thank you very much, that's indeed really relevant. I was personally against it but I reckon we should provide the option Git commit 3a5fd3e5a9cfccb7c700a5b8f9212e7ecd76e8d6 by Martin Klapetek, on behalf of Stefan Eggers. Committed on 16/04/2013 at 12:49. Pushed by mklapetek into branch 'master'. Add option to show me typing (to others) and others typing (to me) Adding two configuration options which allow to select if: - Others get shown that I am typing. - I get shown that others are typing. REVIEW: 110009 FIXED-IN: 0.7.0 M +10 -5 app/chat-window.cpp M +22 -0 config/behavior-config.cpp M +4 -0 config/behavior-config.h M +23 -0 config/behavior-config.ui M +2 -1 lib/channel-contact-model.cpp M +15 -4 lib/chat-widget.cpp M +50 -0 lib/text-chat-config.cpp M +6 -0 lib/text-chat-config.h http://commits.kde.org/telepathy-text-ui/3a5fd3e5a9cfccb7c700a5b8f9212e7ecd76e8d6 Does the chat plasmoid use the new setting? |