MantisBT - MPfm
View Issue Details
0000400MPfmMVP | Presenterspublic2012-09-21 18:052013-02-23 13:58
ycastonguay 
ycastonguay 
normalfeatureN/A
assignedopen 
 
0.7.0.0 
0000400: Add view/presenter for Preferences desktop window (IPreferencesPresenter/IPreferencesView)
This presenter is for the Preferences window.
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:05ycastonguayNew Issue
2012-09-21 18:05ycastonguayStatusnew => assigned
2012-09-21 18:05ycastonguayAssigned To => ycastonguay
2012-09-21 18:05ycastonguayIssue generated from0000397
2012-09-21 18:05ycastonguayRelationship addedchild of 0000324
2012-09-21 18:14svnCheckin
2012-09-21 18:14svnNote Added: 0000837
2012-09-21 18:15ycastonguayIssue cloned0000402
2013-02-23 13:18ycastonguaySummaryAdd the IPreferencesPresenter interface and implement PreferencesPresenter => Add view/presenter for Preferences desktop window (IPreferencesPresenter/IPreferencesView)
2013-02-23 13:58ycastonguayIssue cloned0000410

Notes
(0000837)
svn   
2012-09-21 18:14   
The user animal has checked in files related to this issue (revision 619).

Comment:
Added IPreferencesPresenter/PreferencesPresenter.
Added IPreferencesView.
Bound presenter and view to PreferencesWindowController.
There is still a lot of work to do on these classes before they're ready.

Related to issue 0000381, issue #399 and issue 0000400.


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/IPreferencesPresenter.cs
A MPfm/branches/current/MPfm.MVP/Presenters/PreferencesPresenter.cs
A MPfm/branches/current/MPfm.MVP/Views/IPreferencesView.cs
U MPfm/branches/current/MPfm.Mac/Windows/Controllers/EffectsWindowController.cs
U MPfm/branches/current/MPfm.Mac/Windows/Controllers/PreferencesWindowController.cs