D14595: Remove MimeType related code
Tomaz Canabrava
noreply at phabricator.kde.org
Sat Aug 4 13:09:54 BST 2018
tcanabrava created this revision.
Restricted Application added a project: Konsole.
Restricted Application added a subscriber: konsole-devel.
tcanabrava requested review of this revision.
REVISION SUMMARY
Add a new code for drag & drop that's non blocking.
Becuase of the usage of the QTabbar, a QDrag operation
would cause artifacts in the image because it would block
in the middle of a animation.
Fake the drag & drop operation using QMousePress/Move/Release.
The good thing is that the new code is smaller and easier to
understand than the old one, and it also fixes a crash.
REPOSITORY
R319 Konsole
BRANCH
fixReataching
REVISION DETAIL
https://phabricator.kde.org/D14595
AFFECTED FILES
src/DetachableTabBar.cpp
src/DetachableTabBar.h
src/ViewContainer.cpp
src/ViewContainer.h
src/ViewManager.cpp
src/ViewManager.h
src/ViewProperties.cpp
src/ViewProperties.h
To: tcanabrava
Cc: konsole-devel, herrold, ngraham, maximilianocuria, hindenburg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20180804/978b9afd/attachment.html>
More information about the konsole-devel
mailing list