-
Notifications
You must be signed in to change notification settings - Fork 70
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
[ENH] Plugin drag/drop support #143
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ales-erjavec
force-pushed
the
plugin-drag-drop
branch
2 times, most recently
from
October 13, 2020 13:13
b6a1368
to
abcfe15
Compare
This was referenced Oct 14, 2020
ales-erjavec
force-pushed
the
plugin-drag-drop
branch
3 times, most recently
from
October 21, 2020 11:51
06ddda5
to
c26950c
Compare
ales-erjavec
force-pushed
the
plugin-drag-drop
branch
from
October 22, 2020 08:35
c26950c
to
1173419
Compare
ales-erjavec
force-pushed
the
plugin-drag-drop
branch
from
October 26, 2020 13:29
1173419
to
d1aedbf
Compare
ales-erjavec
force-pushed
the
plugin-drag-drop
branch
from
October 30, 2020 14:57
d1aedbf
to
15dbaab
Compare
ales-erjavec
force-pushed
the
plugin-drag-drop
branch
from
November 17, 2020 13:38
15dbaab
to
c86271a
Compare
ales-erjavec
force-pushed
the
plugin-drag-drop
branch
from
December 29, 2020 10:27
c86271a
to
7f91319
Compare
Codecov Report
@@ Coverage Diff @@
## master #143 +/- ##
==========================================
- Coverage 71.64% 71.32% -0.33%
==========================================
Files 95 95
Lines 19450 19736 +286
==========================================
+ Hits 13935 14076 +141
- Misses 5515 5660 +145
Continue to review full report at Codecov.
|
ales-erjavec
force-pushed
the
plugin-drag-drop
branch
from
January 19, 2021 08:36
7f91319
to
2d925b9
Compare
ales-erjavec
force-pushed
the
plugin-drag-drop
branch
2 times, most recently
from
February 10, 2021 08:51
7538e41
to
dfb34bb
Compare
ales-erjavec
force-pushed
the
plugin-drag-drop
branch
from
March 26, 2021 11:50
dfb34bb
to
6a7b0fd
Compare
Need to handle this before the others.
Check valid mime data on drop, not just on enter/move.
ales-erjavec
force-pushed
the
plugin-drag-drop
branch
from
March 26, 2021 12:20
6a7b0fd
to
49348e1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ref: biolab/orange3#4918
Implement plugin support for handling canvas drop events.