-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Implements #2635: Draws a transparent rectangle in the loop area (plus CSS exposure) #2657
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
michaelgregorius
merged 14 commits into
LMMS:master
from
michaelgregorius:2635-loop-area-rectangle
Jun 12, 2016
Merged
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
740a6d9
Draws a transparent rectangle in the loop area (plus CSS exposure)
michaelgregorius 92b273a
Enable setting the background of the time line from the stylesheet
michaelgregorius ce20dad
Implements some remarks from code reviews
michaelgregorius 38ff02f
Fix heights of the time line in Automation Editor and Piano Roll
michaelgregorius f41b74b
Implements some remarks from a code review
michaelgregorius cba2305
Draw numbers in the time line more centered
michaelgregorius c856205
Draw the loop rectangle behind everything and use a green color
michaelgregorius 6003bd0
Add more properties for the loop rectangle and remove the old pixmaps
michaelgregorius 20eb51c
Change the order in which the elements of the loop rectangle are drawn
michaelgregorius 069ca95
Bring back the playhead marker
michaelgregorius ca6e8f0
Add a padding property for the loop rectangle / document the style sheet
michaelgregorius e8b8f66
Remove the gradient for the TimeLineWidget in the new default theme
michaelgregorius 81b9302
Remove borders and gradients for the loop rectangle in the default theme
michaelgregorius 8981310
Change color of inactive loop rectangles to #3B424A
michaelgregorius 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
Change the order in which the elements of the loop rectangle are drawn
Draw the inner fill first, then lines and bar numbers and finally draw the outlines (inner and outer).
- Loading branch information
commit 20eb51c014f58c0aa1c78819a06d3563558d9a7a
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
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.
I'd add spaces in the parentheses here, so its consistent with the rest of the file.
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.
Done with commit 83fffcc.