-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Cue context menu for scrolling waveform #2783
Merged
uklotzde
merged 22 commits into
mixxxdj:2.3
from
hacksdump:scrolling-waveform-cue-context-menu
May 16, 2020
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
883b97c
wwaveformviewer: add context menu to scrolling waveform
hacksdump 10ce4c4
wwaveformviewer: limit to cue markers on screen
hacksdump e129710
wwaveformviewer: handle menu close
hacksdump c16cfc1
wwaveformviewer: add menu to vertical orientation
hacksdump bc63cbe
wwaveformrendermark: remove unnecessary state variable
hacksdump 097917b
wwaveformviewer: enable mouse tracking
hacksdump db10daa
wwaveformviewer: stop unnecessary bending after menu close
hacksdump dff5c2b
wwaveformviewer: detect right click in mark line vicinity
hacksdump 26b812a
waveformwidgetrenderer: remove std::optional wrapping
hacksdump 3643057
wcuemenupopup: override closeEvent as protected
hacksdump 5f5f7bf
remove redundant inlines
hacksdump ad10431
remove redundant menu open state variable
hacksdump 99aa12e
wwaveformviewer: highlight hovered mark
hacksdump 58c88a6
wwaveformviewer: disable cue menu when playing
hacksdump e1f1329
use functor syntax for connect calls
hacksdump 2918486
waveformrendermark: cleaner rectangle initialisation
hacksdump 68ae87f
waveformmark: add function to detect point in mark
hacksdump 2538208
rename variables and change comments
hacksdump dd617cf
wwaveformviewer: limit cue menu to hotcues
hacksdump afe1282
wwaveformviewer: fix scons build
hacksdump c8e7506
convert to const methods
hacksdump 3deebd9
resolve merge conflict
hacksdump 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 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 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
You are viewing a condensed version of this merge commit. You can view the full changes here.
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.
You don't need to bother going back and changing this commit, but for the future please make merge commits the bare minimum required to resolve conflicts and get it to build and run, then add new changes in following commits.
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.
Got that. Shouldn't have combined it into the merge resolution commit. Will keep that in mind.