Bug 225416

Summary: Commits for handling drags lost in porting
Product: [Applications] kdepim Reporter: Thomas McGuire <mcguire>
Component: messageviewerAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal Keywords: akonadi-ports-regression
Priority: LO    
Version: 4.5   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 223438    

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