GitHub - ycastonguay/MPfm: master 0558d8bc |
[ Diff ] [ Back to Repository ] |
Author |
Committer |
Branch |
Timestamp |
Parent |
ycastonguay |
ycastonguay |
master |
2013-03-15 17:54:21 |
master 62b612a8 |
|
Affected Issues |
0000386: Add view/presenter for Markers user interface (IMarkersPresenter/IMarkersView) |
0000387: Add view/presenter for Edit Marker user interface (IMarkerDetailPresenter/IMarkerDetailView) |
0000405: Implement the MPfm.MVP views for iOS |
|
Changeset |
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 ] |