-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix #25070: support copy-paste in local time signatures #31314
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
Open
Reedbeta
wants to merge
19
commits into
musescore:master
Choose a base branch
from
Reedbeta:pr/paste-local-time-sig
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+507
−294
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
72bd48a
Add natvis
Reedbeta d1c3ad9
Fix overzealous assert
Reedbeta 98617f8
Fix crash selecting tuplets
Reedbeta b4b8c93
Add error handling for empty duration lists
Reedbeta 486c2c8
Enable copy/paste in local time signatures
Reedbeta 987a945
Enable drag and drop in local time signatures
Reedbeta 003b5db
Add correct time tick anchors in local time signatures
Reedbeta fdec3aa
Take voice offset as fraction in makeGap1
Reedbeta 1b5f40e
Add time stretch to clipboard XML
Reedbeta ae443d1
Handle time stretch in toRhythmicDurationList
Reedbeta c129ca4
Add comments about which functions operate in stretched vs global time
Reedbeta 1117737
Local/global time fixes
Reedbeta 9e6f47f
Add error dialogs when attempting to paste across local time sigs
Reedbeta 74054ee
Add time stretch check for drag-drop destination
Reedbeta 2e8c4cf
Rollback on paste failure
Reedbeta 877bd01
Use forbidden cursor when can't drop a range
Reedbeta 3c7669e
Update musicxml export refs
Reedbeta 73133d7
Check matching time stretch ratios for explode/implode
Reedbeta 20ae444
Move canPasteStaff checks inside pasteStaff
Reedbeta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One issue with this is that once the time ticks are populated, we see the union of the time ticks for all the different local time signatures, even though many of them are unusable as drop targets in one time signature or the other.
It would be nicer if we had a way to filter which time ticks are visible when drag-dropping, but I'm not sure how best to accomplish that.