MantisBT - MPfm |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0000397 | MPfm | MVP | Presenters | public | 2012-09-21 17:37 | 2013-04-18 19:52 |
|
Reporter | ycastonguay | |
Assigned To | ycastonguay | |
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | assigned | Resolution | open | |
Platform | | OS | | OS Version | |
Product Version | | |
Target Version | 0.7.0.0 | Fixed in Version | | |
|
Summary | 0000397: Add view/presenter for Equalizer Presets user interface (IEqualizerPresetsPresenter/IEqualizerPresetsView) |
Description | This presenter is for the Equalizer Presets window. |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | child of | 0000324 | assigned | ycastonguay | Use a MVP-style pattern to centralize code for UI on multiple platforms |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-09-21 17:37 | ycastonguay | New Issue | |
2012-09-21 17:37 | ycastonguay | Status | new => assigned |
2012-09-21 17:37 | ycastonguay | Assigned To | => ycastonguay |
2012-09-21 17:37 | ycastonguay | Issue generated from | 0000374 |
2012-09-21 17:37 | ycastonguay | Relationship added | child of 0000324 |
2012-09-21 18:00 | svn | Checkin | |
2012-09-21 18:00 | svn | Note Added: 0000833 | |
2012-09-21 18:05 | ycastonguay | Issue cloned | 0000400 |
2012-09-21 21:48 | svn | Checkin | |
2012-09-21 21:48 | svn | Note Added: 0000843 | |
2012-09-21 23:07 | svn | Checkin | |
2012-09-21 23:07 | svn | Note Added: 0000846 | |
2013-02-23 13:14 | ycastonguay | Summary | Add the IEffectsPresenter interface and implement EffectsPresenter => Add view/presenter for Effects user interface (IEffectsPresenter/IEffectsView) |
2013-04-10 17:52 | ycastonguay | Summary | Add view/presenter for Effects user interface (IEffectsPresenter/IEffectsView) => Add view/presenter for Equalizer Presets user interface (IEqualizerPresetsPresenter/IEqualizerPresetsView) |
2013-04-10 17:52 | ycastonguay | Description Updated | bug_revision_view_page.php?rev_id=208#r208 |
2013-04-10 17:53 | ycastonguay | Issue cloned | 0000417 |
2013-04-10 17:59 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master adf5a618 |
2013-04-18 19:52 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master e454ca74 |
Notes |
|
(0000833)
|
svn
|
2012-09-21 18:00
|
|
The user animal has checked in files related to this issue (revision 618).
Comment: Added IEffectsPresenter/EffectsPresenter.
Added IEffectsView.
Bound presenter and view to EffectsWindowController.
Added PlaylistWindowController, EffectsWindowController and PreferencesWindowController to the MainWindowController constructor.
There is still a lot of work to do on these classes before they're ready.
Related to issue 0000381, issue 0000397 and issue #398.
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/EffectsPresenter.cs
A MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IEffectsPresenter.cs
A MPfm/branches/current/MPfm.MVP/Views/IEffectsView.cs
U MPfm/branches/current/MPfm.Mac/Windows/Controllers/EffectsWindowController.cs
U MPfm/branches/current/MPfm.Mac/Windows/Controllers/MainWindowController.cs
|
|
|
(0000843)
|
svn
|
2012-09-21 21:48
|
|
The user animal has checked in files related to this issue (revision 622).
Comment: Added a lot of actions in the EffectsWindow.
The sliders are now bound to the Effects presenter, which updates the UI through IEffectsView.
Related to issue 0000381, issue 0000397 and issue #398.
Files modified: U MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IEffectsPresenter.cs
U MPfm/branches/current/MPfm.Mac/Windows/Controllers/EffectsWindowController.cs
U MPfm/branches/current/MPfm.Mac/Windows/EffectsWindow.designer.cs
U MPfm/branches/current/MPfm.Mac/Windows/XIB/EffectsWindow.xib
|
|
|
(0000846)
|
svn
|
2012-09-21 23:07
|
|
The user animal has checked in files related to this issue (revision 623).
Comment: Finished placing UI items in EffectsWindow. Added panels with headers.
More methods in EffectsPresenter.
Related to issue 0000381 and issue 0000397.
Files modified: U MPfm/branches/current/MPfm.MVP/Presenters/EffectsPresenter.cs
U MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IEffectsPresenter.cs
U MPfm/branches/current/MPfm.MVP/Presenters/PlayerPresenter.cs
U MPfm/branches/current/MPfm.MVP/Views/IEffectsView.cs
U MPfm/branches/current/MPfm.Mac/Info.plist
U MPfm/branches/current/MPfm.Mac/Windows/Controllers/EffectsWindowController.cs
U MPfm/branches/current/MPfm.Mac/Windows/EffectsWindow.designer.cs
U MPfm/branches/current/MPfm.Mac/Windows/XIB/EffectsWindow.xib
U MPfm/branches/current/MPfm.Player/Player.cs
|
|