-
-
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
add hotcue text labels, position, and right click menu to overview waveform #2238
Commits on Aug 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dc7c7e3 - Browse repository at this point
Copy the full SHA dc7c7e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9d963f - Browse repository at this point
Copy the full SHA d9d963fView commit details -
WOverview: let cue labels expand until they reach the next label
This prevents labels from overlapping without enforcing an arbitrary limit on the width of the label. The user can hover the mouse cursor over an elided label to show its full text. In this case, subsequent labels are temporarily hidden until the mouse cursor is moved away.
Configuration menu - View commit details
-
Copy full SHA for bc19ef3 - Browse repository at this point
Copy the full SHA bc19ef3View commit details
Commits on Aug 14, 2019
-
WOverview: sort cues when they are updated, not when drawing
for efficiency
Configuration menu - View commit details
-
Copy full SHA for 2222550 - Browse repository at this point
Copy the full SHA 2222550View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8554b35 - Browse repository at this point
Copy the full SHA 8554b35View commit details -
WOverview: move tracking of first hovered mark to mouseMoveEvent
to simplify drawMarks a bit
Configuration menu - View commit details
-
Copy full SHA for dcbd145 - Browse repository at this point
Copy the full SHA dcbd145View commit details
Commits on Aug 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e2c80bc - Browse repository at this point
Copy the full SHA e2c80bcView commit details -
merge WaveformMarkProperties into WaveformMark class
I do not understand why these were separate classes in the first place.
Configuration menu - View commit details
-
Copy full SHA for 65d2790 - Browse repository at this point
Copy the full SHA 65d2790View commit details -
add right click menu on WOverview to edit hotcue label & color
This is much easier to use and discover than finding the track in the library, right clicking it, opening the track Properties window, and going to the Cuepoints tab.
Configuration menu - View commit details
-
Copy full SHA for f9a540f - Browse repository at this point
Copy the full SHA f9a540fView commit details -
WOverview: jump to hotcue when clicking its label
instead of the point under the cursor
Configuration menu - View commit details
-
Copy full SHA for d2971e5 - Browse repository at this point
Copy the full SHA d2971e5View commit details
Commits on Aug 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6e07761 - Browse repository at this point
Copy the full SHA 6e07761View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a4abb8 - Browse repository at this point
Copy the full SHA 5a4abb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2d6fc3 - Browse repository at this point
Copy the full SHA d2d6fc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for acf83fe - Browse repository at this point
Copy the full SHA acf83feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f4423e - Browse repository at this point
Copy the full SHA 9f4423eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee9e745 - Browse repository at this point
Copy the full SHA ee9e745View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4b0411 - Browse repository at this point
Copy the full SHA e4b0411View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90e6112 - Browse repository at this point
Copy the full SHA 90e6112View commit details
Commits on Aug 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2c1dd95 - Browse repository at this point
Copy the full SHA 2c1dd95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0079d64 - Browse repository at this point
Copy the full SHA 0079d64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7539a2f - Browse repository at this point
Copy the full SHA 7539a2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb2bc08 - Browse repository at this point
Copy the full SHA bb2bc08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a30992 - Browse repository at this point
Copy the full SHA 9a30992View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35efc63 - Browse repository at this point
Copy the full SHA 35efc63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 885efe7 - Browse repository at this point
Copy the full SHA 885efe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fb3b36 - Browse repository at this point
Copy the full SHA 0fb3b36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 462e3bd - Browse repository at this point
Copy the full SHA 462e3bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31c3814 - Browse repository at this point
Copy the full SHA 31c3814View commit details -
split ColorMenu class from CueMenu
This color menu may be useful to reuse.
Configuration menu - View commit details
-
Copy full SHA for 6403d30 - Browse repository at this point
Copy the full SHA 6403d30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3af842c - Browse repository at this point
Copy the full SHA 3af842cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4af33c6 - Browse repository at this point
Copy the full SHA 4af33c6View commit details
Commits on Aug 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 85b8485 - Browse repository at this point
Copy the full SHA 85b8485View commit details
Commits on Aug 21, 2019
-
factor out redundant code to new WaveformMarkLabel class
Also draw rounded rectangle backgrounds for them to ensure text is legible over the waveform. The capability for showing icons with text labels is there for the future too.
Configuration menu - View commit details
-
Copy full SHA for a87655d - Browse repository at this point
Copy the full SHA a87655dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3a55e9 - Browse repository at this point
Copy the full SHA b3a55e9View commit details -
WOverview: draw background for non-hotcue cue marks
This ensures their labels are legible no matter how the waveform underneath looks.
Configuration menu - View commit details
-
Copy full SHA for 4f9a5da - Browse repository at this point
Copy the full SHA 4f9a5daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2378a88 - Browse repository at this point
Copy the full SHA 2378a88View commit details
Commits on Aug 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0903d1e - Browse repository at this point
Copy the full SHA 0903d1eView commit details -
WOverview: draw translucent backgrounds for WaveformMarkRange label
to ensure legibility regardless of the waveform image it is drawn over
Configuration menu - View commit details
-
Copy full SHA for c038eed - Browse repository at this point
Copy the full SHA c038eedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cdfbc5 - Browse repository at this point
Copy the full SHA 0cdfbc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fcf8fc - Browse repository at this point
Copy the full SHA 2fcf8fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e65f56a - Browse repository at this point
Copy the full SHA e65f56aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05ed063 - Browse repository at this point
Copy the full SHA 05ed063View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb5cecf - Browse repository at this point
Copy the full SHA cb5cecfView commit details -
ColorMenu: set parent of QActions
The implicit nullptr parent is not available in older Qt versions.
Configuration menu - View commit details
-
Copy full SHA for 8af156d - Browse repository at this point
Copy the full SHA 8af156dView commit details
Commits on Aug 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a654ebf - Browse repository at this point
Copy the full SHA a654ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38feaf6 - Browse repository at this point
Copy the full SHA 38feaf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27047e2 - Browse repository at this point
Copy the full SHA 27047e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8d3de8 - Browse repository at this point
Copy the full SHA e8d3de8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7056bc3 - Browse repository at this point
Copy the full SHA 7056bc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d3159f - Browse repository at this point
Copy the full SHA 5d3159fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 641250d - Browse repository at this point
Copy the full SHA 641250dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 106e1a6 - Browse repository at this point
Copy the full SHA 106e1a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2331bf3 - Browse repository at this point
Copy the full SHA 2331bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cd7d49 - Browse repository at this point
Copy the full SHA 7cd7d49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52f520e - Browse repository at this point
Copy the full SHA 52f520eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e53801 - Browse repository at this point
Copy the full SHA 9e53801View commit details -
Configuration menu - View commit details
-
Copy full SHA for b81d737 - Browse repository at this point
Copy the full SHA b81d737View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65dab6b - Browse repository at this point
Copy the full SHA 65dab6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3717577 - Browse repository at this point
Copy the full SHA 3717577View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6afd934 - Browse repository at this point
Copy the full SHA 6afd934View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94604cd - Browse repository at this point
Copy the full SHA 94604cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6f012e - Browse repository at this point
Copy the full SHA e6f012eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52968ff - Browse repository at this point
Copy the full SHA 52968ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for f520693 - Browse repository at this point
Copy the full SHA f520693View commit details
Commits on Aug 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f187737 - Browse repository at this point
Copy the full SHA f187737View commit details -
Configuration menu - View commit details
-
Copy full SHA for 529be48 - Browse repository at this point
Copy the full SHA 529be48View commit details
Commits on Aug 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 058f0d4 - Browse repository at this point
Copy the full SHA 058f0d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4439406 - Browse repository at this point
Copy the full SHA 4439406View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25a653e - Browse repository at this point
Copy the full SHA 25a653eView commit details
Commits on Sep 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ed45d45 - Browse repository at this point
Copy the full SHA ed45d45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e1e11a - Browse repository at this point
Copy the full SHA 2e1e11aView commit details
Commits on Sep 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ef72609 - Browse repository at this point
Copy the full SHA ef72609View commit details -
Revert "WaveformMarkRender: remove unnecessary check for null text"
This reverts commit 641250d. This commit introduced a regression where hotcues without labels or colors were not drawn on the scrolling waveform.
Configuration menu - View commit details
-
Copy full SHA for cbb7bff - Browse repository at this point
Copy the full SHA cbb7bffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 367eb1d - Browse repository at this point
Copy the full SHA 367eb1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3b6b4e - Browse repository at this point
Copy the full SHA d3b6b4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba03e61 - Browse repository at this point
Copy the full SHA ba03e61View commit details -
WaveformMark: sort marks without hotcues before those with hotcues
This ensures that when a hotcue overlaps a WaveformMark without a hotcue (for example, placing a hotcue at the loop in point), the hotcue mark is drawn over the non-hotcue mark.
Configuration menu - View commit details
-
Copy full SHA for 10e2114 - Browse repository at this point
Copy the full SHA 10e2114View commit details
Commits on Sep 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6f85553 - Browse repository at this point
Copy the full SHA 6f85553View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f3080 - Browse repository at this point
Copy the full SHA 48f3080View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c5705c - Browse repository at this point
Copy the full SHA 5c5705cView commit details
Commits on Sep 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6c3ce9a - Browse repository at this point
Copy the full SHA 6c3ce9aView commit details
Commits on Sep 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a26999e - Browse repository at this point
Copy the full SHA a26999eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c320fa - Browse repository at this point
Copy the full SHA 7c320faView commit details -
Shade: set a overview bg color to alter the cue label background with…
… the color schemes.
Configuration menu - View commit details
-
Copy full SHA for 7c304d1 - Browse repository at this point
Copy the full SHA 7c304d1View commit details
Commits on Sep 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c32960d - Browse repository at this point
Copy the full SHA c32960dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a237f4 - Browse repository at this point
Copy the full SHA 5a237f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90efc3e - Browse repository at this point
Copy the full SHA 90efc3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbe393b - Browse repository at this point
Copy the full SHA bbe393bView commit details
Commits on Sep 26, 2019
-
Merge pull request #27 from ronso0/hotcue-label-fixes
Hotcue label fixes
Configuration menu - View commit details
-
Copy full SHA for e2407e5 - Browse repository at this point
Copy the full SHA e2407e5View commit details
Commits on Oct 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 02f7874 - Browse repository at this point
Copy the full SHA 02f7874View commit details
Commits on Oct 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1e947ab - Browse repository at this point
Copy the full SHA 1e947abView commit details
Commits on Oct 14, 2019
-
Revert the default font size to 10px, to not trigger a bug that lets …
…the cue lable disappear on some systems.
Configuration menu - View commit details
-
Copy full SHA for 02eb82a - Browse repository at this point
Copy the full SHA 02eb82aView commit details -
Merge pull request #26 from daschuer/hotcue_labels
Beautify Shade labels
Configuration menu - View commit details
-
Copy full SHA for 71aca86 - Browse repository at this point
Copy the full SHA 71aca86View commit details
Commits on Oct 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cd46192 - Browse repository at this point
Copy the full SHA cd46192View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b65f26 - Browse repository at this point
Copy the full SHA 0b65f26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a3b66b - Browse repository at this point
Copy the full SHA 3a3b66bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d47789f - Browse repository at this point
Copy the full SHA d47789fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8250e1f - Browse repository at this point
Copy the full SHA 8250e1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c18135 - Browse repository at this point
Copy the full SHA 8c18135View commit details
Commits on Oct 21, 2019
-
Merge remote-tracking branch 'mixxx/master' into hotcue-confilcts-Lat…
…eNight-Shade-fix
Configuration menu - View commit details
-
Copy full SHA for a254e62 - Browse repository at this point
Copy the full SHA a254e62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 602afd6 - Browse repository at this point
Copy the full SHA 602afd6View commit details
Commits on Oct 22, 2019
-
Merge pull request #29 from ronso0/hotcue-confilcts-LateNight-Shade-fix
Hotcue conflicts in LateNight, fix for Shade mini decks
Configuration menu - View commit details
-
Copy full SHA for c1ba627 - Browse repository at this point
Copy the full SHA c1ba627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05d4464 - Browse repository at this point
Copy the full SHA 05d4464View commit details