-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Aliasing in AutomationPatternView and AutomationEditor fixed #3386
Merged
+72
−42
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
f6b5820
Ailiasing in AutomationPatternView; ERROR: Doesn't draw unreferanced …
WalterSmuts 7dd8063
Draws one polygon instead of 'poly'-polygons
WalterSmuts ae5117f
Changed QPoints to QPointF
WalterSmuts 56cc028
Added int MidiTpT constant
WalterSmuts fb1e841
Added ppTact for reduced computation
WalterSmuts 299380a
Added spaces in parentheses to be consistent
WalterSmuts 07596d6
Variable name change and spacing
WalterSmuts 83edae4
S P A C E S
WalterSmuts 3897aa4
Anti-Aliasing of Automation Editor
WalterSmuts 9f689a3
Commented out all referances to unused is_selected
WalterSmuts 7d0355e
Changed css to non-gradient graphs
WalterSmuts ff80186
Added Brackets
WalterSmuts 940c766
Removed no-pixel line at bottom of graph
WalterSmuts 4e127a7
Revert "Added Brackets"
WalterSmuts 0da54d3
Revert "Revert "Added Brackets""
WalterSmuts 54098f5
Revert "Removed no-pixel line at bottom of graph"
WalterSmuts 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
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
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
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.
The
is_selected
variable was used when a particular automation point was selected, but this is disabled and broken atm, it would requre some CSS changes to be properly implemented, and we can save that for when that feature gets fixed.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.
So can I delete the code referencing the is_selected variable and related code?
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.
It's good when it's commented out as now.