mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2026-02-09 21:24:06 +00:00
[PR #46] [MERGED] MVVM v2 Feature Work #63
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aaru-dps/RedBookPlayer/pull/46
Author: @mnadareski
Created: 8/25/2021
Status: ✅ Merged
Merged: 10/1/2021
Merged by: @claunia
Base:
devel← Head:mvvm-v2-features📝 Commits (6)
a799d5ePort only distinct new feature workb795d1fMake *nix build script executable by default22b00b1DataPlayback option applies to saving tracks0251daeExtract filtering to new filef7e8aafUse Aaru nuget packages9b723ffUpdate Aaru nuget packages to 5.3.0 LTS📊 Changes
17 files changed (+466 additions, -224 deletions)
View changed files
📝
.gitmodules(+0 -3)➖
Aaru(+0 -1)📝
README.md(+6 -0)📝
RedBookPlayer.GUI/ViewModels/MainViewModel.cs(+23 -0)📝
RedBookPlayer.GUI/ViewModels/PlayerViewModel.cs(+55 -5)📝
RedBookPlayer.GUI/ViewModels/SettingsViewModel.cs(+37 -0)📝
RedBookPlayer.GUI/Views/SettingsWindow.xaml(+16 -0)📝
RedBookPlayer.Models/Discs/CompactDisc.cs(+85 -4)📝
RedBookPlayer.Models/Discs/OpticalDiscBase.cs(+18 -0)📝
RedBookPlayer.Models/Discs/OpticalDiscOptions.cs(+5 -0)📝
RedBookPlayer.Models/Enums.cs(+37 -0)➕
RedBookPlayer.Models/Hardware/FilterStage.cs(+58 -0)📝
RedBookPlayer.Models/Hardware/Player.cs(+69 -2)📝
RedBookPlayer.Models/Hardware/SoundOutput.cs(+54 -51)📝
RedBookPlayer.Models/RedBookPlayer.Models.csproj(+3 -3)📝
RedBookPlayer.sln(+0 -155)📝
build.sh(+0 -0)📄 Description
This PR does the following:
build.shexecutable by defaultThis PR is the second of two to be split off from https://github.com/aaru-dps/RedBookPlayer/pull/40.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.