-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Enable track-wide color coding #5573
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
Merged
Merged
Changes from 39 commits
Commits
Show all changes
77 commits
Select commit
Hold shift + click to select a range
0125289
Enable track-wide color coding
ryuukumar ac99a20
Add support for automation tracks
ryuukumar 34388c1
Allow saving & loading track colors
ryuukumar 7efa117
Allow track color to be reset to default
ryuukumar 22299d4
Merge pull request #12 from LMMS/master
ryuukumar c6e8368
Partially migrate common settings to Track.cpp, fix bug
ryuukumar ae5f55c
Merge pull request #13 from LMMS/master
ryuukumar 5a4d713
Merge pull request #14 from LMMS/master
ryuukumar b9a5fd8
Completely migrate local TCO color functions to TCO class, fix bug
ryuukumar 9846089
Set QColorDialog colors to better colors
ryuukumar 006a541
Color the side of the track according to TCO colors
ryuukumar 1765938
Disable color gradient when muted
ryuukumar 5cb48b8
Change selection color to depend on TCO color
ryuukumar aab2dd5
Fix breaking builds
ryuukumar 9e3e81b
Bug fix
ryuukumar fbedb42
Fix another bug where BB track colors wouldn't load
ryuukumar c01581c
Restore changed demo to original state
ryuukumar a30566b
Fix BB Editor bug
ryuukumar 79e42d6
Fix breaking builds
ryuukumar d3aebd3
Merge pull request #15 from LMMS/master
ryuukumar 1035594
Allow random color picking
ryuukumar b500fac
Merge branch 'color-exp' of https://github.com/russiankumar/lmms into…
ryuukumar 7481b8b
Fix copy-paste bug
ryuukumar 9977740
Change how color is painted on a track
ryuukumar 221992a
Merge pull request #16 from LMMS/master
ryuukumar b76d0c0
Cleanup, and implement per-pattern colors
ryuukumar 9f7c2ea
Cleanup comments
ryuukumar af3f8ea
Merge pull request #17 from LMMS/master
ryuukumar 44f1eb7
Migrate some functions
ryuukumar ca9608c
Remove redundant function
ryuukumar 9bca5cd
Merge pull request #22 from LMMS/master
ryuukumar 3a30096
Rename some functions
ryuukumar 9293a15
Migrate duplicates to superclass
ryuukumar 6a5e4a0
Merge pull request #24 from LMMS/master
ryuukumar 05c42fd
Merge pull request #25 from LMMS/master
ryuukumar 2eab5df
Use ColorChooser and reorder some includes
ryuukumar cc453d8
Change how colors are saved
ryuukumar f9d867d
Fix some formatting
ryuukumar d59d4fc
Fix some code
ryuukumar 6dea3ab
Change how clip colors work
ryuukumar 25edb51
Fix some unexpected behaviors
ryuukumar 54295df
Fix note border coloring being green on colored tracks
ryuukumar c3860ee
Change name of an option
ryuukumar a9d6256
Remove redundant code
ryuukumar 4b1d126
Fix ghost changes
ryuukumar e99ff57
Remove colorRgb
ryuukumar 3b0aaf0
Rename backgroundColor, remove some variables we don't use
ryuukumar 368fd1e
Remove a redundant variable
ryuukumar 1bf904a
Migrate some duplicates to superclass
ryuukumar ed3884b
Check for nullpointer
ryuukumar 391550d
Remove redundant variable
ryuukumar 83bcbe9
Merge branch 'master' into color-exp
ryuukumar d8ee30f
Update some logic
ryuukumar 7d06af1
Change how muted colors are displayed
ryuukumar 1c672c6
Change how dark muted tracks become
ryuukumar a0db1f6
Merge branch 'master' into color-exp
ryuukumar 25688c0
Place setModified() in appropriate places
ryuukumar c5ef164
Make getColorForDisplay() function
ryuukumar be89ef2
Change how colors are organised and saved
ryuukumar a601b50
Remove m_useStyleColor
ryuukumar 747528e
Remove a comment
ryuukumar 9515a66
Quick changes
ryuukumar 8e780ec
Change how colors are saved
ryuukumar 1fcb161
Remove redundant stuff
ryuukumar 5492049
Remove redundant stuff pt. 2
ryuukumar a341ee9
Change how colors are copied
ryuukumar eff524b
Fixes pt. 3
ryuukumar e9a49f8
Fixes pt. 4
ryuukumar 25f1e9c
Change spaces to tabs
ryuukumar 1c06c17
Fix pseudochanges
ryuukumar c518669
Remove s_lastTCOColor
ryuukumar d53dd00
Fix pseudochanges pt. 2
ryuukumar 55bbe67
Fix breaking builds
ryuukumar 602ea8d
Add files via upload
ryuukumar cf75570
Edit demo
ryuukumar 75617d5
Merge pull request #27 from LMMS/master
ryuukumar 01ffe71
Add comments (again)
ryuukumar 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
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.
Uh oh!
There was an error while loading. Please reload this page.