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
Drag should move all selected pages #17
Comments
|
Here is my work in progress: dreua/pdfshuffler@a0a3b6a
I belive this is all fixable using the ideas from your first link and maybe some mouse movement detection to decide if the user wants to click or drag. (E.g. emit the Disclaimer: This might not be the best and easiest solution but I'm quite sure it is a doable solution. If there is a way to prevent the automatic deselection on |
|
Ready for testing and input: master...dreua:wip_fix_multi_dnd |
|
@dreua Thank you, this is just brillant. |
Select multiple pages, drag to different position -> should drag all selected pages and not only one. (sf, savannah) (quoting @darkdragon-001)
When starting the drag one must click on one page of among those who are selected. The problem is that clicking on an already selected icon in a Gtk IconView, unselect it.
Here are the only relevant pages Google gave to me:
The first one is about TreeView and I was not able to adapt it to IconView. The second one still have no answer.
Thunar is using Gtk3 and properly handle multi-selection in IconView but they are exo IconView, not plain Gtk IconView.
I need help on that bug. If someone know a simple Gtk application (even better a pyGtk one) that properly handle multi-section in IconView that would help.
The text was updated successfully, but these errors were encountered: