Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
149 commits
Select commit Hold shift + click to select a range
c181d60
added TODOs
NeoCoderMatrix86 Mar 20, 2026
3d212dd
Update TrackList.razor
NeoCoderMatrix86 Mar 26, 2026
ba1b827
disallow sorting of tracks
NeoCoderMatrix86 Mar 26, 2026
679803a
Update ITraceChangeManager.cs
NeoCoderMatrix86 Mar 26, 2026
0ea50a4
Update TraceChangeManager.cs
NeoCoderMatrix86 Mar 26, 2026
092afb5
fix tests
NeoCoderMatrix86 Mar 26, 2026
2063a96
added TODOs
NeoCoderMatrix86 Mar 26, 2026
5afbe89
Update DialogManager.cs
NeoCoderMatrix86 Mar 26, 2026
5787722
add service for track changes
NeoCoderMatrix86 Mar 26, 2026
dc68628
Update Track.cs
NeoCoderMatrix86 Mar 26, 2026
0a79150
Update Track.cs
NeoCoderMatrix86 Mar 26, 2026
0536cf3
Update DialogManager.cs
NeoCoderMatrix86 Mar 26, 2026
1ed0988
fix signature
NeoCoderMatrix86 Mar 26, 2026
6b783ea
add setting of track title
NeoCoderMatrix86 Mar 27, 2026
9d490ef
added cloning of tracks
NeoCoderMatrix86 Apr 7, 2026
b7101d8
Update DialogManager.cs
NeoCoderMatrix86 Apr 7, 2026
0deda67
Update TrackManager.cs
NeoCoderMatrix86 Apr 7, 2026
be70bd2
Update ITrackManager.cs
NeoCoderMatrix86 Apr 7, 2026
755d705
add setting of flags
NeoCoderMatrix86 Apr 7, 2026
8ccb6fb
enable setting of properties for track
NeoCoderMatrix86 Apr 7, 2026
a09a04b
setting of properties generalized
NeoCoderMatrix86 Apr 8, 2026
c0e965a
Update TitleColumn.razor
NeoCoderMatrix86 Apr 8, 2026
6bd6284
Update TrackList.razor
NeoCoderMatrix86 Apr 8, 2026
9718304
edit begin/end/length
NeoCoderMatrix86 Apr 8, 2026
a70dd5a
Update Track.cs
NeoCoderMatrix86 Apr 8, 2026
68fb197
Update Track.cs
NeoCoderMatrix86 Apr 8, 2026
386dabd
add tracking for modal edit
NeoCoderMatrix86 Apr 8, 2026
7445d8a
Update TrackManager.cs
NeoCoderMatrix86 Apr 8, 2026
fcbfcd4
Update TrackList.razor
NeoCoderMatrix86 Apr 8, 2026
22c3a63
add recalculation of linked properties
NeoCoderMatrix86 Apr 8, 2026
cbb82b3
add cuesheet manager
NeoCoderMatrix86 Apr 8, 2026
41f043f
move recording to manager
NeoCoderMatrix86 Apr 8, 2026
33c69eb
Update ControlRecording.razor
NeoCoderMatrix86 Apr 9, 2026
b159e0c
moved handling of tracks
NeoCoderMatrix86 Apr 9, 2026
da670ff
only use current cuesheet
NeoCoderMatrix86 Apr 9, 2026
355ea39
calculate moving of tracks
NeoCoderMatrix86 Apr 9, 2026
8a1dc33
added moving of tracks
NeoCoderMatrix86 Apr 9, 2026
fcc538c
Update Cuesheet.cs
NeoCoderMatrix86 Apr 9, 2026
5afb231
Update CuesheetManager.cs
NeoCoderMatrix86 Apr 10, 2026
042a33e
cuesheet is POCO again
NeoCoderMatrix86 Apr 10, 2026
f25e4ad
remove TODOs
NeoCoderMatrix86 Apr 10, 2026
5249986
Update CuesheetData.razor
NeoCoderMatrix86 Apr 10, 2026
c3005b7
fix playback
NeoCoderMatrix86 Apr 10, 2026
f617912
Update CuesheetManager.cs
NeoCoderMatrix86 Apr 14, 2026
ffca9eb
move linkedtrack to trackmanager
NeoCoderMatrix86 Apr 14, 2026
0860171
moved calculation to manager
NeoCoderMatrix86 Apr 14, 2026
41b5db5
Update TrackManager.cs
NeoCoderMatrix86 Apr 14, 2026
65753cc
Update CuesheetManager.cs
NeoCoderMatrix86 Apr 14, 2026
cf3f9d1
make tests compilable
NeoCoderMatrix86 Apr 14, 2026
244a4c7
add tests
NeoCoderMatrix86 Apr 14, 2026
7f0c459
Update TraceChangeManagerTests.cs
NeoCoderMatrix86 Apr 14, 2026
2b61216
remove ITraceable
NeoCoderMatrix86 Apr 14, 2026
2d093cf
add tests
NeoCoderMatrix86 Apr 14, 2026
e5b9c14
Update TraceChangeManagerTests.cs
NeoCoderMatrix86 Apr 14, 2026
82258e6
Update TraceChangeManagerTests.cs
NeoCoderMatrix86 Apr 15, 2026
131447a
fix sessionstate container
NeoCoderMatrix86 Apr 15, 2026
b1a93c7
Update ImportManager.cs
NeoCoderMatrix86 Apr 15, 2026
a06ed70
Update TraceChangeManager.cs
NeoCoderMatrix86 Apr 15, 2026
a967a39
fix import
NeoCoderMatrix86 Apr 15, 2026
0fc60ab
remove unnescescarry property
NeoCoderMatrix86 Apr 15, 2026
aafc69a
fix projectfile
NeoCoderMatrix86 Apr 15, 2026
34c20d4
Update CuesheetExportServiceTests.cs
NeoCoderMatrix86 Apr 15, 2026
e885da8
Update TrackList.razor
NeoCoderMatrix86 Apr 15, 2026
e0ca351
Update TrackList.razor
NeoCoderMatrix86 Apr 15, 2026
9740ee5
add cuesheetmanager tests
NeoCoderMatrix86 Apr 15, 2026
c2aec68
Update CuesheetManagerTests.cs
NeoCoderMatrix86 Apr 17, 2026
dd2d1df
add trackmanager tests
NeoCoderMatrix86 Apr 17, 2026
13428bf
Update TrackManagerTests.cs
NeoCoderMatrix86 Apr 17, 2026
8cf8cc1
Update TrackTests.cs
NeoCoderMatrix86 Apr 17, 2026
6b85dac
Update CuesheetTests.cs
NeoCoderMatrix86 Apr 17, 2026
7b7d732
Update ExportfileGeneratorTests.cs
NeoCoderMatrix86 Apr 17, 2026
7a53210
Update ImportManagerTests.cs
NeoCoderMatrix86 Apr 17, 2026
78e4a36
fix clone
NeoCoderMatrix86 Apr 17, 2026
191872a
fix GetNextLinkedTrack
NeoCoderMatrix86 Apr 17, 2026
6111e68
fix GetPreviousLinkedTrack
NeoCoderMatrix86 Apr 17, 2026
ddbbf9c
Update TrackManagerTests.cs
NeoCoderMatrix86 Apr 17, 2026
7765283
Update CuesheetExportServiceTests.cs
NeoCoderMatrix86 Apr 17, 2026
a9021d5
Update ExportfileGeneratorTests.cs
NeoCoderMatrix86 Apr 17, 2026
ce9bcd6
Update TextImportService.cs
NeoCoderMatrix86 Apr 17, 2026
60bf994
Update TextImportServiceTests.cs
NeoCoderMatrix86 Apr 17, 2026
13d704d
Update TextImportServiceTests.cs
NeoCoderMatrix86 Apr 22, 2026
46f14b9
fix tests
NeoCoderMatrix86 Apr 22, 2026
0753556
bugfix getting next track
NeoCoderMatrix86 Apr 22, 2026
ecdfe1c
fix tracing during copyvalues
NeoCoderMatrix86 Apr 22, 2026
35fcde3
fix clone of tracks
NeoCoderMatrix86 Apr 22, 2026
8203439
Update CuesheetData.razor
NeoCoderMatrix86 Apr 22, 2026
f2a030f
Bugfix bulk edit tracing
NeoCoderMatrix86 Apr 23, 2026
a05b29c
Update ImportManager.cs
NeoCoderMatrix86 Apr 23, 2026
9f1f666
Update AudioCuesheetEditor.csproj
NeoCoderMatrix86 Apr 23, 2026
ea39b80
reduce Sessionstatecontainer to POCO
NeoCoderMatrix86 Apr 23, 2026
afcdb8f
Update SessionStateContainerTests.cs
NeoCoderMatrix86 Apr 23, 2026
0c37684
Update CuesheetData.razor
NeoCoderMatrix86 Apr 23, 2026
1a5734c
Update ImportManager.cs
NeoCoderMatrix86 Apr 24, 2026
c2c816f
fix import
NeoCoderMatrix86 Apr 24, 2026
1b142be
Update Track.cs
NeoCoderMatrix86 Apr 24, 2026
7f141ab
use events on sessionstatecontainer
NeoCoderMatrix86 Apr 24, 2026
1ecb1f5
fix import of cuesheet/project files
NeoCoderMatrix86 Apr 24, 2026
c46189d
Update ImportManagerTests.cs
NeoCoderMatrix86 Apr 24, 2026
eacda4d
Update ImportManager.cs
NeoCoderMatrix86 Apr 24, 2026
2a44a89
Update ImportManager.cs
NeoCoderMatrix86 Apr 28, 2026
d5526fb
fix tests
NeoCoderMatrix86 Apr 28, 2026
5c8d533
fix cuesheet changes
NeoCoderMatrix86 Apr 28, 2026
ae46f24
Update Index.razor
NeoCoderMatrix86 Apr 28, 2026
1441bd1
calculate track end when setting audiofile
NeoCoderMatrix86 Apr 28, 2026
aaf9ce4
Update TrackManager.cs
NeoCoderMatrix86 Apr 28, 2026
3ba5ab9
Update CuesheetManager.cs
NeoCoderMatrix86 Apr 28, 2026
add9042
fix track calculation
NeoCoderMatrix86 Apr 28, 2026
fd27e20
Update CuesheetManagerTests.cs
NeoCoderMatrix86 Apr 29, 2026
ab5e0fc
Update CuesheetManagerTests.cs
NeoCoderMatrix86 Apr 29, 2026
d644f0f
Update ITrackManager.cs
NeoCoderMatrix86 Apr 29, 2026
64c30ae
disable editing of position
NeoCoderMatrix86 Apr 29, 2026
7d88754
Update TrackList.razor
NeoCoderMatrix86 Apr 29, 2026
dc5af46
Disallow editing of position
NeoCoderMatrix86 Apr 29, 2026
fee0093
refactor moving of tracks
NeoCoderMatrix86 Apr 30, 2026
d8d36fd
fix getnexttrack
NeoCoderMatrix86 Apr 30, 2026
5755224
Update CuesheetManager.cs
NeoCoderMatrix86 Apr 30, 2026
d5e8501
use importcuesheet when importing
NeoCoderMatrix86 Apr 30, 2026
e337278
Update CuesheetManager.cs
NeoCoderMatrix86 Apr 30, 2026
fa43b9c
Update CuesheetManagerTests.cs
NeoCoderMatrix86 Apr 30, 2026
3877e77
fix TODOs
NeoCoderMatrix86 Apr 30, 2026
2eda67c
Update CuesheetManager.cs
NeoCoderMatrix86 May 4, 2026
871b0d6
fix bulk edit tracing
NeoCoderMatrix86 May 4, 2026
2acbb3c
fix moving down
NeoCoderMatrix86 May 4, 2026
4f7c17c
Update TrackManager.cs
NeoCoderMatrix86 May 4, 2026
388e93f
Update AddTrack.razor
NeoCoderMatrix86 May 4, 2026
8f79457
Update EditMultipleTracksModal.de.resx
NeoCoderMatrix86 May 4, 2026
7575a53
fix moving of tracks
NeoCoderMatrix86 May 4, 2026
7c9dddc
add tests
NeoCoderMatrix86 May 4, 2026
99f85f6
add move down tests
NeoCoderMatrix86 May 4, 2026
2dc1745
Update CuesheetManagerTests.cs
NeoCoderMatrix86 May 4, 2026
a315859
added test for moving tracks up
NeoCoderMatrix86 May 5, 2026
0685fa8
Update CuesheetManager.cs
NeoCoderMatrix86 May 5, 2026
3d8c0e7
add tests for moving tracks down
NeoCoderMatrix86 May 5, 2026
3cc91ad
Update CuesheetManager.cs
NeoCoderMatrix86 May 5, 2026
0877c8f
use session state for active cuesheet
NeoCoderMatrix86 May 6, 2026
1f3c8f7
fix cuesheetmanager
NeoCoderMatrix86 May 6, 2026
e511a37
add tests
NeoCoderMatrix86 May 6, 2026
1501523
Update TrackManagerTests.cs
NeoCoderMatrix86 May 6, 2026
322e2b9
add tests
NeoCoderMatrix86 May 6, 2026
5edccaa
fix end2end tests
NeoCoderMatrix86 May 11, 2026
7b23993
fix getting next linked track
NeoCoderMatrix86 May 11, 2026
6bb433b
Update CuesheetManager.cs
NeoCoderMatrix86 May 11, 2026
b050b5b
update libraries
NeoCoderMatrix86 May 11, 2026
0b592fa
Update run_tests.yml
NeoCoderMatrix86 May 12, 2026
b8bc1d0
Update run_tests.yml
NeoCoderMatrix86 May 12, 2026
000af48
Update AudioCuesheetEditor.End2EndTests.csproj
NeoCoderMatrix86 May 12, 2026
7f12432
update libraries
NeoCoderMatrix86 May 12, 2026
8b2fbc5
fix end 2 end tests
NeoCoderMatrix86 May 12, 2026
cea0267
fix end2end tests
NeoCoderMatrix86 May 13, 2026
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Playwright.MSTest.v4" Version="1.58.0" />
<PackageReference Include="MSTest" Version="4.1.0" />
<PackageReference Include="Microsoft.Playwright.MSTest.v4" Version="1.59.0" />
<PackageReference Include="MSTest" Version="4.2.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2,076 changes: 1,263 additions & 813 deletions AudioCuesheetEditor.End2EndTests/Tests/Desktop/ImportTest.cs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public async Task Record_ShouldRecordTracks_WhenTracksAdded()
await viewModes.SwitchView("Detail view");
await detailView.SelectTracksAsync([1]);
await detailView.EditSelectedTracksModalAsync();
await Expect(TestPage.GetByRole(AriaRole.Checkbox, new() { Name = "Link to previous track" })).ToBeCheckedAsync();
await Expect(TestPage.GetByRole(AriaRole.Switch, new() { Name = "Link to previous track" })).ToBeCheckedAsync();
}
}
}
Loading