Notes |
|
(0000740)
|
svn
|
2012-05-30 18:10
|
|
The user animal has checked in files related to this issue (revision 522).
Comment: MPfm 0.6.0.1
* MVP
- PlayerPresenter: Moved CreateLibrary/CreateConfiguration to InitializationService.
* GTK
- MainWindow: Added IInitializationService to constructor.
Related to issue 0000361 and issue 0000376.
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.GTK/gtk-gui/MPfm.GTK.PlaylistWindow.cs
U MPfm/branches/current/MPfm.MVP/Bootstrapper/LibraryModule.cs
U MPfm/branches/current/MPfm.MVP/MPfm.MVP.csproj
U MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IPlayerPresenter.cs
U MPfm/branches/current/MPfm.MVP/Presenters/PlayerPresenter.cs
A MPfm/branches/current/MPfm.MVP/Services/InitializationService.cs
A MPfm/branches/current/MPfm.MVP/Services/Interfaces/IInitializationService.cs
U MPfm/branches/current/MPfm.Player/IPlayer.cs
|
|
|
(0000771)
|
svn
|
2012-06-16 19:59
|
|
The user animal has checked in files related to this issue (revision 563).
Comment: MPfm 0.6.0.1
* MVP
- InitializationService: Added Initialize method, which is now the only public method.
- AudioFileCacheService: Does not refresh the cache on creating the object anymore.
* GTK
- Updated implementation.
Related to issue 0000376 and issue 0000382.
Files modified: U MPfm/branches/current/MPfm.GTK/Windows/MainWindow.cs
U MPfm/branches/current/MPfm.MVP/Services/AudioFileCacheService.cs
U MPfm/branches/current/MPfm.MVP/Services/InitializationService.cs
U MPfm/branches/current/MPfm.MVP/Services/Interfaces/IInitializationService.cs
|
|
|
(0000773)
|
svn
|
2012-06-16 20:07
|
|
The user animal has checked in files related to this issue (revision 564).
Comment: MPfm 0.6.0.1
* MVP
- InitializationService: Forgot to refresh the cache (also added dependency for IAudioFileCacheService).
Related to issue 0000376.
Files modified: U MPfm/branches/current/MPfm.MVP/Services/InitializationService.cs
|
|