Anonymous | Login | Signup for a new account | 2024-11-23 08:48 PST |
Main | My View | View Issues | Change Log | Roadmap | Repositories | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
0000366 | MPfm | MVP | Services | public | 2012-05-13 21:34 | 2013-02-23 13:20 | ||||||
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 | 0000366: Add the ILibraryService to manage access to the library | ||||||||||
Description | This will replace eventually the Library class. | ||||||||||
Tags | No tags attached. | ||||||||||
Attached Files | |||||||||||
Relationships | ||||||
|
Notes | |
(0000684) svn (developer) 2012-05-13 21:36 |
The user animal has checked in files related to this issue (revision 498). Comment: MPfm 0.6.0.1 * Library - Added the ILibraryService/LibraryService and IUpdateLibraryService/UpdateLibraryService services. * MVP - Updated the UpdateLibraryPresenter with the UpdateLibraryService. Related to issue 0000366 and issue 0000367. Files modified: U MPfm/branches/current/MPfm.Library/Gateway/MPfmGateway.cs U MPfm/branches/current/MPfm.Library/ILibrary.cs U MPfm/branches/current/MPfm.Library/Library.cs U MPfm/branches/current/MPfm.Library/MPfm.Library.csproj A MPfm/branches/current/MPfm.Library/Services/ A MPfm/branches/current/MPfm.Library/Services/ILibraryService.cs A MPfm/branches/current/MPfm.Library/Services/IUpdateLibraryService.cs A MPfm/branches/current/MPfm.Library/Services/LibraryService.cs A MPfm/branches/current/MPfm.Library/Services/UpdateLibraryService.cs U MPfm/branches/current/MPfm.MVP/MPfm.MVP.csproj A MPfm/branches/current/MPfm.MVP/Presenters/IUpdateLibraryPresenter.cs U MPfm/branches/current/MPfm.MVP/Presenters/MainPresenter.cs U MPfm/branches/current/MPfm.MVP/Presenters/UpdateLibraryPresenter.cs |
(0000686) svn (developer) 2012-05-13 22:08 |
The user animal has checked in files related to this issue (revision 499). Comment: MPfm 0.6.0.1 * Library - Moved the following classes from Library.cs to separate files: - UpdateLibraryArgument - UpdateLibraryException - UpdateLibraryFinishedData - UpdateLibraryMode - UpdateLibraryProgressData - UpdateLibraryProgressDataSong - LibraryService: Added constructor and RemoveAudioFilesWithBrokenPaths method. * MVP - UpdateLibraryPresenter: Added more arguments to the constructor. - UpdateLibraryPresenter: Added the RefreshStatus method. * GTK - Updated implementation. Related to issue 0000366 and issue 0000367. Files modified: U MPfm/branches/current/MPfm.GTK/Windows/MainWindow.cs U MPfm/branches/current/MPfm.GTK/Windows/UpdateLibraryWindow.cs U MPfm/branches/current/MPfm.Library/Library.cs U MPfm/branches/current/MPfm.Library/MPfm.Library.csproj U MPfm/branches/current/MPfm.Library/Services/ILibraryService.cs U MPfm/branches/current/MPfm.Library/Services/LibraryService.cs U MPfm/branches/current/MPfm.Library/Services/UpdateLibraryService.cs A MPfm/branches/current/MPfm.Library/UpdateLibrary/ A MPfm/branches/current/MPfm.Library/UpdateLibrary/UpdateLibraryArgument.cs A MPfm/branches/current/MPfm.Library/UpdateLibrary/UpdateLibraryException.cs A MPfm/branches/current/MPfm.Library/UpdateLibrary/UpdateLibraryFinishedData.cs A MPfm/branches/current/MPfm.Library/UpdateLibrary/UpdateLibraryMode.cs A MPfm/branches/current/MPfm.Library/UpdateLibrary/UpdateLibraryProgressData.cs A MPfm/branches/current/MPfm.Library/UpdateLibrary/UpdateLibraryProgressDataSong.cs U MPfm/branches/current/MPfm.MVP/Presenters/UpdateLibraryPresenter.cs |
(0000692) svn (developer) 2012-05-14 21:20 |
The user animal has checked in files related to this issue (revision 501). Comment: MPfm 0.6.0.1 * MVP - UpdateLibraryPresenter: Added background worker DoWork and RunWorkerCompleted events. * Library - MPfmGateway: Added the SelectFilePaths method to return a list of distinct file paths from the database. - LibraryService: Added SelectFolders method. - LibraryService: Merged with UpdateLibraryService. * GTK - Updated implementation. Related to issue 0000364 and issue 0000366. Files modified: U MPfm/branches/current/MPfm.GTK/Windows/UpdateLibraryWindow.cs U MPfm/branches/current/MPfm.Library/Gateway/IMPfmGateway.cs U MPfm/branches/current/MPfm.Library/Gateway/ISQLiteGateway.cs U MPfm/branches/current/MPfm.Library/Gateway/MPfmGateway.cs U MPfm/branches/current/MPfm.Library/Gateway/SQLiteGateway.cs U MPfm/branches/current/MPfm.Library/MPfm.Library.csproj U MPfm/branches/current/MPfm.Library/Services/ILibraryService.cs D MPfm/branches/current/MPfm.Library/Services/IUpdateLibraryService.cs U MPfm/branches/current/MPfm.Library/Services/LibraryService.cs D MPfm/branches/current/MPfm.Library/Services/UpdateLibraryService.cs U MPfm/branches/current/MPfm.MVP/MPfm.MVP.csproj U MPfm/branches/current/MPfm.MVP/Presenters/UpdateLibraryPresenter.cs |
(0000693) svn (developer) 2012-05-14 21:24 |
The user animal has checked in files related to this issue (revision 502). Comment: MPfm 0.6.0.1 * Library / MVP - Moved ILibraryService/LibraryService to MPfm.MVP. Related to issue 0000366. Files modified: U MPfm/branches/current/MPfm/frmUpdateLibraryStatus.cs U MPfm/branches/current/MPfm.Library/MPfm.Library.csproj D MPfm/branches/current/MPfm.Library/Services/ U MPfm/branches/current/MPfm.MVP/MPfm.MVP.csproj A MPfm/branches/current/MPfm.MVP/Services/ILibraryService.cs A MPfm/branches/current/MPfm.MVP/Services/LibraryService.cs |
(0000695) svn (developer) 2012-05-14 21:46 |
The user animal has checked in files related to this issue (revision 503). Comment: MPfm 0.6.0.1 * MVP - UpdateLibraryPresenter: Updated background worker DoWork event. - LibraryService: Added InsertAudioFile and InsertPlaylistFile. * GTK - UpdateLibraryWindow: Added update library mode to constructor parameters. Related to issue 0000364 and issue 0000366. Files modified: U MPfm/branches/current/MPfm.GTK/Windows/MainWindow.cs U MPfm/branches/current/MPfm.GTK/Windows/UpdateLibraryWindow.cs U MPfm/branches/current/MPfm.MVP/Presenters/IUpdateLibraryPresenter.cs U MPfm/branches/current/MPfm.MVP/Presenters/UpdateLibraryPresenter.cs U MPfm/branches/current/MPfm.MVP/Services/ILibraryService.cs U MPfm/branches/current/MPfm.MVP/Services/LibraryService.cs |
(0000712) svn (developer) 2012-05-21 00:21 |
The user animal has checked in files related to this issue (revision 512). Comment: MPfm 0.6.0.1 * Mac - Added Update Library window and implemented IUpdateLibraryView. - Added Lib folder with AutoMapper and Ninject. * MVP - MainPresenter: Added exception for the CreateConfiguration method. - LibraryService: Changed MPfmGateway to IMPfmGateway. * Library - MPfmGateway/IMPfmGateway: Added CompactDatabase method. Related to issue 0000361 and issue 0000366. Files modified: U MPfm/branches/current/MPfm.Library/Gateway/IMPfmGateway.cs U MPfm/branches/current/MPfm.Library/Gateway/MPfmGateway.cs U MPfm/branches/current/MPfm.MVP/Presenters/MainPresenter.cs U MPfm/branches/current/MPfm.MVP/Services/LibraryService.cs U MPfm/branches/current/MPfm.Mac/AppDelegate.designer.cs A MPfm/branches/current/MPfm.Mac/Lib/ A MPfm/branches/current/MPfm.Mac/Lib/AutoMapper.dll A MPfm/branches/current/MPfm.Mac/Lib/Ninject.dll U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainMenu.xib U MPfm/branches/current/MPfm.Mac/MainWindowController.cs A MPfm/branches/current/MPfm.Mac/Windows/ A MPfm/branches/current/MPfm.Mac/Windows/UpdateLibraryWindow.cs A MPfm/branches/current/MPfm.Mac/Windows/UpdateLibraryWindow.designer.cs A MPfm/branches/current/MPfm.Mac/Windows/UpdateLibraryWindow.xib A MPfm/branches/current/MPfm.Mac/Windows/UpdateLibraryWindowController.cs A MPfm/branches/current/MPfm.Mac/obj/ A MPfm/branches/current/MPfm.Mac/obj/Debug/ A MPfm/branches/current/MPfm.Mac/obj/Debug/monomac_version A MPfm/branches/current/MPfm.Mac/obj/Debug_MacOSX/ A MPfm/branches/current/MPfm.Mac/obj/Debug_MacOSX/monomac_version |
(0000720) svn (developer) 2012-05-27 17:39 |
The user animal has checked in files related to this issue (revision 515). Comment: MPfm 0.6.0.1 * Library - MPfmGateway: Added overload to SelectDistinctAlbumTitles (added artistName parameter). * MVP - LibraryBrowserPresenter: Implemented all methods from interface (GetFirstLevelNodes, GetArtistNodes, GetAlbumNodes, GetArtistAlbumNodes). * GTK - MainWindow: Now loading AudioFileFormat combo box dynamically. - MainWindow: The Library Browser tree view now contains correct data. Related to issue 0000366 and issue 0000373. Files modified: U MPfm/branches/current/MPfm.GTK/Windows/MainWindow.cs U MPfm/branches/current/MPfm.GTK/gtk-gui/MPfm.GTK.MainWindow.cs U MPfm/branches/current/MPfm.GTK/gtk-gui/gui.stetic U MPfm/branches/current/MPfm.Library/Gateway/IMPfmGateway.cs U MPfm/branches/current/MPfm.Library/Gateway/MPfmGateway.cs U MPfm/branches/current/MPfm.MVP/Presenters/ILibraryBrowserPresenter.cs U MPfm/branches/current/MPfm.MVP/Presenters/LibraryBrowserPresenter.cs U MPfm/branches/current/MPfm.MVP/Services/ILibraryService.cs U MPfm/branches/current/MPfm.MVP/Services/LibraryService.cs |
Issue History | |||
Date Modified | Username | Field | Change |
2012-05-13 21:34 | ycastonguay | New Issue | |
2012-05-13 21:34 | ycastonguay | Status | new => assigned |
2012-05-13 21:34 | ycastonguay | Assigned To | => ycastonguay |
2012-05-13 21:34 | ycastonguay | Relationship added | child of 0000324 |
2012-05-13 21:34 | ycastonguay | Issue cloned | 0000367 |
2012-05-13 21:36 | svn | Checkin | |
2012-05-13 21:36 | svn | Note Added: 0000684 | |
2012-05-13 22:08 | svn | Checkin | |
2012-05-13 22:08 | svn | Note Added: 0000686 | |
2012-05-14 21:12 | ycastonguay | Description Updated | View Revisions |
2012-05-14 21:20 | svn | Checkin | |
2012-05-14 21:20 | svn | Note Added: 0000692 | |
2012-05-14 21:22 | ycastonguay | Description Updated | View Revisions |
2012-05-14 21:24 | svn | Checkin | |
2012-05-14 21:24 | svn | Note Added: 0000693 | |
2012-05-14 21:46 | svn | Checkin | |
2012-05-14 21:46 | svn | Note Added: 0000695 | |
2012-05-19 11:22 | ycastonguay | Issue cloned | 0000369 |
2012-05-21 00:21 | svn | Checkin | |
2012-05-21 00:21 | svn | Note Added: 0000712 | |
2012-05-27 13:12 | ycastonguay | Target Version | 0.7.2.0 => 0.7.0.0 |
2012-05-27 17:39 | svn | Checkin | |
2012-05-27 17:39 | svn | Note Added: 0000720 | |
2012-05-27 21:35 | ycastonguay | Issue cloned | 0000375 |
2013-02-23 13:20 | ycastonguay | Summary | Add the ILibraryService interface and implement LibraryService => Add the ILibraryService to manage access to the library |
Copyright © 2000 - 2011 MantisBT Group |