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

Player preliminary work #1026

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

cbordeman
Copy link
Contributor

@cbordeman cbordeman commented Oct 29, 2024

@rmcrackan I've done just a little work on the playlist. I renamed the right side popup window from ProcessQueue to Sidebar and added a tab for "Playlist."

I did my vm implementation mainly in LibationUiBase, and did some work to allow the WinForms side to use viewmodels, namely a ViewModelBase. I added a subclass of DataGridView with a bindable SelectedItem property (why doesn't the base control doesn't have this??) called DataGridViewEx. This should allow a lot more code to be in common with WF/Av.

I also added some Container stuff and an EventAggregator to make it possible to get global stuff (like the PlayerViewModel and the EventAggregator) without using static classes, and in a common way between Winforms and Avalonia. Types are registered in two different RegisterTypes() methods called at startup, one in WinForms and one in Avalonia.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant