Skip to content
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

Grouped crates replacing crates #14127

Closed
wants to merge 42 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
07c4d99
Cue stems widget (#11)
Eve00000 Oct 13, 2024
6fd3a65
Merge branch 'mixxxdj:main' into main
Eve00000 Oct 15, 2024
68c6f5d
Revert "Cue stems widget (#11)"
evelynnev Oct 16, 2024
983048a
Update cuecontrol.cpp
Eve00000 Oct 16, 2024
37154b2
Update cuecontrol.h
Eve00000 Oct 16, 2024
aeef261
Update cuedao.cpp
Eve00000 Oct 16, 2024
8ba0f91
Update cue_test.cpp
Eve00000 Oct 16, 2024
af5266e
Update seratotagstest.cpp
Eve00000 Oct 16, 2024
9e1b1ce
Update cue.cpp
Eve00000 Oct 16, 2024
0b1da77
Update cue.h
Eve00000 Oct 16, 2024
8ffef02
Update cueinfo.cpp
Eve00000 Oct 16, 2024
71938fb
Update cueinfo.h
Eve00000 Oct 16, 2024
cd97944
Update markers.cpp
Eve00000 Oct 16, 2024
0d03031
Update markers.h
Eve00000 Oct 16, 2024
e762f64
Update markers2.cpp
Eve00000 Oct 16, 2024
487f0c0
Update track.cpp
Eve00000 Oct 16, 2024
45fdc8a
Update track.h
Eve00000 Oct 16, 2024
16e2e72
Update wcuemenupopup.cpp
Eve00000 Oct 16, 2024
f63713d
Update wcuemenupopup.h
Eve00000 Oct 16, 2024
02bdbb5
Update cue.cpp
Eve00000 Oct 16, 2024
f45d91a
Update cue.h
Eve00000 Oct 16, 2024
5a85336
Merge branch 'mixxxdj:main' into main
Eve00000 Nov 5, 2024
d02509a
Merge branch 'mixxxdj:main' into main
Eve00000 Nov 28, 2024
d871c05
grouped crates
evelynnev Dec 4, 2024
e7942d6
grouped crates
evelynnev Dec 4, 2024
6f8fc95
grouped crates
evelynnev Dec 4, 2024
db16181
grouped crates
evelynnev Dec 4, 2024
9835e40
grouped crates
evelynnev Dec 5, 2024
a20cec7
grouped crates multilevel
evelynnev Dec 6, 2024
19e52ce
grouped crates multilevel + bold
evelynnev Dec 12, 2024
2188282
Merge branch 'mixxxdj:main' into main
Eve00000 Dec 18, 2024
4a71ea8
transformed2replacecrates
evelynnev Jan 6, 2025
1a33c07
Update CMakeLists.txt
Eve00000 Jan 6, 2025
627d453
transformed2replacecrates
evelynnev Jan 6, 2025
e353806
transformed2replacecrates
evelynnev Jan 6, 2025
5af4819
transformed2replacecrates
evelynnev Jan 6, 2025
d793268
transformed2replacecrates
evelynnev Jan 6, 2025
1baa0a3
transformed2replacecrates
evelynnev Jan 6, 2025
5510238
Merge branch 'mixxxdj:main' into main
Eve00000 Jan 6, 2025
cf3cb8a
Merge branch 'main' into GroupedCratesReplacingCrates
Eve00000 Jan 7, 2025
c75bba3
Delete src/engine/controls/cuecontrol.cpp
Eve00000 Jan 7, 2025
8f82f38
Delete src/library/dao/cuedao.cpp
Eve00000 Jan 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,737 changes: 0 additions & 2,737 deletions src/engine/controls/cuecontrol.cpp

This file was deleted.

247 changes: 0 additions & 247 deletions src/library/dao/cuedao.cpp

This file was deleted.

1 change: 0 additions & 1 deletion src/library/library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ Library::Library(
&Library::exportCrate, // signal-to-signal
Qt::DirectConnection);
#endif

m_pBrowseFeature = new BrowseFeature(
this, m_pConfig, pRecordingManager);
connect(m_pBrowseFeature,
Expand Down
Loading
Loading