aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/DnDTabBar.h
Commit message (Collapse)AuthorAge
* Quick update to lumina-textedit:Ken Moore2017-08-30
| | | | Make the tabs start dragging after pulling the tab out of the entire TabWidget, not just the tab bar itself.
* Get the drag and drop functionality moved over to the left-click (when ↵Ken Moore2017-04-07
| | | | dragged off-widget is now when the drag starts).
* Finish up the drag and drop support for tabs within LTE:Ken Moore2017-04-06
| | | | | Drags will start on *middle click + drag*, and utilities the standardized uri-list mimetype for transfer to other applications with support it. NOTE: In testing, the return code for a successful drop/accept on another applications still seems to return the "ignore" action rather than the move action. This may be a problem in Qt 5.7.1 - not sure yet.
* Start the prep-work for making the tabwidget drag-and-drop capable.Ken Moore2017-04-06
bgstack15