Anonymous | Login | Signup for a new account | 2024-11-23 06:26 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 | ||||||
0000387 | MPfm | MVP | Presenters | public | 2012-07-01 16:38 | 2013-03-19 22:34 | ||||||
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 | 0000387: Add view/presenter for Edit Marker user interface (IMarkerDetailPresenter/IMarkerDetailView) | ||||||||||
Description | The Presenter controls all the logic for the application. It sends updates to the view through the IMarkerDetailView interface (for the Add/Edit Marker Window). | ||||||||||
Tags | No tags attached. | ||||||||||
Attached Files | |||||||||||
Relationships | ||||||
|
Related Changesets | |||
GitHub - ycastonguay/MPfm: master 0f252a0a
Timestamp: 2013-03-14 16:26:18 Author: ycastonguay [ Details ] [ Diff ] |
Added LoopDetailPresenter/View and MarkerDetailPresenter/View. iOS: Added LoopDetailViewController and MarkerDetailViewController. Related to issue 0000385, issue 0000387 and issue 0000405. |
||
mod - MPfm/MPfm.MVP/Bootstrap/Bootstrapper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.iOS.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/MobileNavigationManager.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/ILoopDetailsPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/IMarkerDetailsPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/LoopDetailsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/LoopsPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/MarkerDetailsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MarkersPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MobileOptionsMenuPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/ILoopDetailsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/ILoopsView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IMarkerDetailsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMarkersView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/LoopDetailsViewController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/LoopDetailsViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/LoopsViewController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Controllers/LoopsViewController.designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/Classes/Controllers/MarkerDetailsViewController.cs | [ Diff ] [ File ] | ||
add - 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/Controllers/MarkersViewController.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/MPfm.iOS.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPad/LoopDetailsViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPad/MarkerDetailsViewController_iPad.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPhone/LoopDetailsViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/LoopsViewController_iPhone.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.iOS/XIB/iPhone/MarkerDetailsViewController_iPhone.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.iOS/XIB/iPhone/MarkersViewController_iPhone.xib | [ Diff ] [ File ] | ||
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 ] | ||
Issue History | |||
Date Modified | Username | Field | Change |
2012-07-01 16:38 | ycastonguay | New Issue | |
2012-07-01 16:38 | ycastonguay | Status | new => assigned |
2012-07-01 16:38 | ycastonguay | Assigned To | => ycastonguay |
2012-07-01 16:38 | ycastonguay | Issue generated from | 0000385 |
2012-07-01 16:39 | ycastonguay | Relationship added | child of 0000324 |
2013-02-23 13:17 | ycastonguay | Summary | Add the IMarkerDetailPresenter interface and implement MarkerDetailPresenter => Add view/presenter for Edit Marker user interface (IMarkerDetailPresenter/IMarkerDetailView) |
2013-03-14 16:30 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 0f252a0a |
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 |
Copyright © 2000 - 2011 MantisBT Group |