Bug 225416 - Commits for handling drags lost in porting
Summary: Commits for handling drags lost in porting
Status: RESOLVED FIXED
Alias: None
Product: kdepim
Classification: Applications
Component: messageviewer (show other bugs)
Version: 4.5
Platform: Unlisted Binaries Linux
: LO normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords: akonadi-ports-regression
Depends on:
Blocks: 223438
  Show dependency treegraph
 
Reported: 2010-02-03 18:01 UTC by Thomas McGuire
Modified: 2010-03-31 01:05 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas McGuire 2010-02-03 18:01:06 UTC
The commits that handled dragging of attachments have been lost in porting.
The result is that dragging an attachment will now not work any longer, since only the bogus 'attachment:%1' URL is dragged, not the URL of the temp file.

The classes/functions which handled this in KMail 1 were:
URLHandler::handleShiftClick()
URLHandler::willHandleDrag()
URLHandler::handleDrag()
All of the above for derived classes of URLHandler
All of the above for URLHandlerManager
KMReaderWin::eventFilter()

And possible others.
Comment 1 Thomas McGuire 2010-02-03 18:02:25 UTC
Also, when implementing this again, please update the documentation of ViewerPrivate, the section that deals with attachment.
Comment 2 Thomas McGuire 2010-03-31 01:05:28 UTC
SVN commit 1109288 by tmcguire:

Update documentation about dragging attachments.

Also, fix two typos.
Now the bug about attachment dragging can be closed.

BUG: 225416

 M  +8 -3      viewer_p.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1109288