Anonymous | Login | Signup for a new account | 2024-11-23 08:55 PST |
Main | My View | View Issues | Change Log | Roadmap | Repositories | My Account |
View Issue Details [ Jump to Notes ] [ Related Changesets ] | [ Issue History ] [ Print ] | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
0000386 | MPfm | MVP | Presenters | public | 2012-07-01 16:37 | 2013-03-19 23:24 | ||||||
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 | 0000386: Add view/presenter for Markers user interface (IMarkersPresenter/IMarkersView) | ||||||||||
Description | The Presenter controls all the logic for the application. It sends updates to the view through the IMarkersView interface (for the Main Window). | ||||||||||
Tags | No tags attached. | ||||||||||
Attached Files | |||||||||||
Relationships | ||||||
|
Related Changesets | |||
GitHub - ycastonguay/MPfm: master 0558d8bc
Timestamp: 2013-03-15 17:54:21 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Can now add, edit and remove a marker. Renamed PeakFileGenerator to PeakFileService. Related to issue 0000386, issue 0000387 and issue 0000405. |
||
mod - MPfm/MPfm.Library/Database/DatabaseFacade.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Bootstrap/Bootstrapper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Messages/MarkerDeletedMessage.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MarkerDetailsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MarkersPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/Interfaces/ILibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/LibraryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/ILoopsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMarkerDetailsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMarkersView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/MPfm.Sound.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/LoopsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkerDetailsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MobileLibraryBrowserViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controls/MPfmWaveFormView.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 2a4b1529
Timestamp: 2013-03-19 22:23:54 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Markers are now fully functional. MarkerDetailsPresenter: Added logic for mobile views (still more work for desktop views). MarkerPresenter: Added SelectMarker action. Related to issue 0000386, issue 0000387 and issue 0000405. |
||
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MarkerDetailsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MarkersPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/Interfaces/IPlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/PlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMarkerDetailsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMarkersView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkerDetailsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkerDetailsViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/MarkerDetailsViewController_iPhone.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 9b0426d6
Timestamp: 2013-03-19 23:23:59 Author: ycastonguay [ Details ] [ Diff ] |
iOS: Added marker name templates. MarkersPresenter: Added marker name templates. Related to issue 0000386 and issue 0000405. |
||
mod - MPfm/MPfm.MVP/Presenters/MarkersPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMarkersView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/MarkersViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
Issue History | |||
Date Modified | Username | Field | Change |
2012-07-01 16:37 | ycastonguay | New Issue | |
2012-07-01 16:37 | ycastonguay | Status | new => assigned |
2012-07-01 16:37 | ycastonguay | Assigned To | => ycastonguay |
2012-07-01 16:37 | ycastonguay | Issue generated from | 0000384 |
2012-07-01 16:39 | ycastonguay | Relationship added | child of 0000324 |
2013-02-23 13:18 | ycastonguay | Summary | Add the IMarkerOverviewPresenter interface and implement MarkerOverviewPresenter => Add view/presenter for Markers user interface (IMarkersPresenter/IMarkersView) |
2013-02-23 13:18 | ycastonguay | Description Updated | View Revisions |
2013-03-15 17:54 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 0558d8bc |
2013-03-19 22:34 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 2a4b1529 |
2013-03-19 23:24 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 9b0426d6 |
Copyright © 2000 - 2011 MantisBT Group |