MantisBT - MPfm
View Issue Details
0000402MPfmMVP | Presenterspublic2012-09-21 18:152013-02-23 13:15
ycastonguay 
ycastonguay 
normalfeatureN/A
assignedopen 
 
0.7.0.0 
0000402: Add view/presenter for Playlist user interface (IPlaylistPresenter/IPlaylistView)
This presenter is for the Playlist window on desktops.
No tags attached.
child of 0000324assigned ycastonguay Use a MVP-style pattern to centralize code for UI on multiple platforms 
Issue History
2012-09-21 18:15ycastonguayNew Issue
2012-09-21 18:15ycastonguayStatusnew => assigned
2012-09-21 18:15ycastonguayAssigned To => ycastonguay
2012-09-21 18:15ycastonguayIssue generated from0000400
2012-09-21 18:15ycastonguayRelationship addedchild of 0000324
2012-09-21 18:22svnCheckin
2012-09-21 18:22svnNote Added: 0000840
2013-02-23 13:15ycastonguaySummaryAdd the IPlaylistPresenter interface and implement PlaylistPresenter => Add view/presenter for Playlist user interface (IPlaylistPresenter/IPlaylistView)
2013-02-23 13:15ycastonguayDescription Updatedbug_revision_view_page.php?rev_id=202#r202

Notes
(0000840)
svn   
2012-09-21 18:22   
The user animal has checked in files related to this issue (revision 620).

Comment:
Added IPlaylistPresenter/PlaylistPresenter.
Added IPlaylistView.
Bound presenter and view to PlaylistWindowController on OS X.
There is still a lot of work to do on these classes before they're ready.

Related to issue 0000381, issue #401 and issue 0000402.



Files modified:
U MPfm/branches/current/MPfm.MVP/Bootstrapper/LibraryModule.cs
U MPfm/branches/current/MPfm.MVP/MPfm.MVP.csproj
A MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IPlaylistPresenter.cs
A MPfm/branches/current/MPfm.MVP/Presenters/PlaylistPresenter.cs
A MPfm/branches/current/MPfm.MVP/Views/IPlaylistView.cs
U MPfm/branches/current/MPfm.Mac/Windows/Controllers/PlaylistWindowController.cs