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

fix #306234: added teleportation to smooth scrolling, for dealing with repeats + improved comments #6191

Merged
merged 1 commit into from
Aug 3, 2020

Conversation

SKefalidis
Copy link
Contributor

Resolves: https://musescore.org/en/node/306234

Added teleportation (with options to enable/disable in the preferences) to deal with repeats. I also improved the comments.

  • I signed CLA
  • I made sure the code in the PR follows the coding rules
  • I made sure the code compiles on my machine
  • I made sure there are no unnecessary changes in the code
  • I made sure the title of the PR reflects the core meaning of the issue you are solving
  • I made sure the commit message(s) contain a description and answer the question "Why do those changes fix that particular issue?" or "Why are those changes really necessary as improvements?"
  • I made sure the commit message title starts with "fix #424242:" if there is a related issue
  • [n\a] I created the test (mtest, vtest, script test) to verify the changes I made

@anatoly-os
Copy link
Contributor

anatoly-os commented Jun 10, 2020

@SKefalidis thank you for the fix! Could you please create new PR containing both this and #6192 on top of 3.x, not master?

This PR can be kept and rebased. I'll merge it to master branch.

@SKefalidis
Copy link
Contributor Author

@anatoly-os rebased this and created #6193

@@ -714,6 +714,7 @@ void ScoreView::moveControlCursor(const Fraction& tick)
}
_timeElapsed += addition;
} else { // reposition the cursor when the score is not playing
std::cout << "here" << std::endl;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SKefalidis Could you please delete this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@SKefalidis
Copy link
Contributor Author

If anybody can explain the test failures I would be grateful. They seem to think that I changed parts of the code that I did not change.

@anatoly-os anatoly-os merged commit d837d29 into musescore:master Aug 3, 2020
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.

2 participants