Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File DND to other apps #93

Merged
merged 1 commit into from
Jul 21, 2019
Merged

File DND to other apps #93

merged 1 commit into from
Jul 21, 2019

Conversation

tsujan
Copy link
Member

@tsujan tsujan commented May 19, 2019

Closes #79

This is what can be done with purely Qt methods for file DND from lxqt-archiver to other apps. It supports multiple files/folders.

Its advantage is that (unlike in engrampa) dropping can happen on any app that accepts a file drop (like a text editor or an image viewer), not just on those supporting the Direct Save Protocol (XDS). As a result, for example, if a file is dropped on Desktop, it'll be positioned at the drop point.

Its drawback may be that, with huge archives, the drop (cursor) will not be ready immediately because the dragged files should be first extracted in /tmp. However, the progress-bar informs the user when the drop is ready. So, I think we shouldn't deprive ourselves of this DND.

Closes #79

This is what can be done with purely Qt methods for file DND from lxqt-archiver to other apps. It supports multiple files/folders.

Its advantage is that (unlike in engrampa) dropping can happen on any app that accepts a file drop (like a text editor or an image viewer), not just on those supporting the Direct Save Protocol (XDS). As a result, for example, if a file is dropped on Desktop, it'll be positioned at the drop point.

Its drawback may be that, with huge archives, the drop (cursor) will not be ready immediately because the dragged files should be first extracted in `/tmp`. However, the progress-bar informs the user when the drop is ready. So, I think we shouldn't deprive ourselves of this DND.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drag-and-drop support
2 participants