Summary: | Support drag and drop file transfer from text-ui | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Daniele E. Domenichelli <ddomenichelli> |
Component: | text-ui | Assignee: | Rohan Garg <rohan> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | kde, mail, mklapetek, rohan |
Priority: | NOR | Keywords: | junior-jobs |
Version: | git-latest | ||
Target Milestone: | Future | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-text-ui/c8bd0c41bfdd38f09d10a16b0b37f14d48e9df99 | Version Fixed In: | |
Sentry Crash Report: |
Description
Daniele E. Domenichelli
2011-12-09 13:06:56 UTC
It should offer a choice of "send as as link" (i.e paste the URL) or "send as file". Otherwise it will behave oddly when dragging things from a web browser. Not done in time for 0.3, reassigning it to 0.4. It should not be only possible to drop to the text-input field, but also to the conversation view in text-ui. When dropping it onto the conversation view: → Start the file transfer When dropping it into the text input: → Ask: → Insert filepath → Send file to contact It looks like KMail dropped the menu asking whether to insert the path or to attach the file and just attaches a file to a mail. Should KTP text-ui behave consistently at this point and simply do what KMail does? I think so. Also inserting a local file url seems useless imho as the other side can't open it anyway. Git commit c8bd0c41bfdd38f09d10a16b0b37f14d48e9df99 by Dan Vrátil. Committed on 15/07/2012 at 17:02. Pushed by dvratil into branch 'master'. Support drag and drop file transfer REVIEW: 105511 M +2 -0 app/main.cpp M +114 -0 lib/chat-widget.cpp M +5 -0 lib/chat-widget.h http://commits.kde.org/telepathy-text-ui/c8bd0c41bfdd38f09d10a16b0b37f14d48e9df99 |