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
Try2: Fix Journal ListView DnD, fixes #4853 #526
Conversation
The GtkTreeDragSource is not working for us, without changes in the docs. This commit uses the ListView as a proxy for the old methods. Ticket URL <http://bugs.sugarlabs.org/ticket/4853>
|
I feel bad sending patches that are just hacks, but whatever has happened with GtkTreeDragSource was a very weird edge case. The drag context values were being set 100% correctly (by the tree model), but it just gets lost somewhere :( |
|
@samdroid-apps,
Profit! |
Adapted from the tutorial on DnD. It should print "Received text: ..." but it does not. |
|
Added upstream ticket on BGO: https://bugzilla.gnome.org/show_bug.cgi?id=750443 |
|
I was testing this patch and found two problems:
|
|
|
@samdroid-apps , |
|
I tried it initially but that is what happened for me |
|
@samdroid-apps, ok, i need test in slower hardware. In my desktop worked ok. |
|
@samdroid-apps, I found a even simpler solution to this problem, and do not require a motion-notifi callback method. |
|
Other patch was merged. Closing |
Replaces #525
Diff vs previous patch:
The GtkTreeDragSource is not working for us, without changes in the
docs. This commit uses the ListView as a proxy for the old methods.
Ticket URL http://bugs.sugarlabs.org/ticket/4853