1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding MPfm iOS project to SVN.
ycastonguay
as animal
More... about 13 years ago
Added directory "MPfm"
ycastonguay
as animal
More... about 13 years ago
Added directory "iOS"
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1 * MVP - Added comments to every method in all code files.
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1 * MVP - Added the SongBrowserQueryEntity entity. - ISongBrowserView: Added RefreshSongBrowser method. - SongBrowserPresenter: Now using the view to update the UI. - LibraryBrowserPresenter: Added TreeNodeSelected method, which updates the song browser presenter. - AudioFileCacheService: Now using SongBrowserQueryEntity for method parameters. * GTK - Updated implementation.
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1 * MVP - ILibraryBrowserView: Added two RefreshLibraryBrowser methods. - LibraryBrowserPresenter: Updated presenter to use the view refresh. - Deleted IMainService.cs. * GTK - Updated implementation so that the presenter refreshes the information.
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1 * Mac - MainWindow: Added splitters, views, headers, and more UI elements.
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1 * Mac - Added volume and song position boxes. - Set label text size. - More UI additions.
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1 * MVP - PlayerPresenter: Moved CreateLibrary/CreateConfiguration to InitializationService. * GTK - MainWindow: Added IInitializationService to constructor.
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1 * MVP - PlayerPresenter: Added Play(IEnumerable<string> filePaths) overload. * Mac - Updated MainWindowController implementation with PlayerView, SongBrowserView and LibraryBrowserView. - Ninject now creates the MainWindowController.
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1 * MVP - Removed AudioFileCache singleton class. - Ninject: Updated bindings (changed PlayerPresenter binding to InSingletonScope). - Ninject: Added AudioFileCacheService as a singleton (InSingletonScope). - LibraryBrowserPresenter: Added IAudioFileCacheService to constructor. * GTK - Added controls to the PlaylistWindow.
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1 * MVP - Removed AudioFileCache singleton class. - Ninject: Updated bindings (changed PlayerPresenter binding to InSingletonScope). - Ninject: Added AudioFileCacheService as a singleton (InSingletonScope). - LibraryBrowserPresenter: Added IAudioFileCacheService to constructor. * GTK - Added controls to the PlaylistWindow.
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1 * MVP - Removed views from all presenter constructors. The views must now be set using the BindView method. - LibraryModule: Added Ninject bindings for all presenters. * GTK - The MainWindow is now created by Ninject! - MainWindow: Added all presenters in constructor.
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1 * MVP - Added IAudioFileCacheService/AudioFileCacheService and the AudioFileCache singleton. Moved code from SongBrowserPresenter to AudioFileCacheService. - LibraryBrowserPresenter, SongBrowserPresenter: Added PlayerPresenter to the constructor arguments. - Moved all interfaces to subdirectories.
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1 * Library - MPfmGateway: Added SelectAudioFiles overload method. * MVP - Added SongBrowserPresenter and ISongBrowserView. - Bootstrapper: Added Ninject configuration for LibraryService. - SongBrowserFilterEntity: Changed properties. - LibraryBrowserEntity: Changed properties. * GTK - MainWindow: Added SongBrowserPresenter.
ycastonguay
as animal
More... about 13 years ago
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.
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1 * MVP - Renamed IMainView to IPlayerView. - Renamed IMainPresenter to IPlayerPresenter. - Added ILibraryBrowserView view (nothing inside yet). - Added the LibraryBrowserEntity and SongBrowserFilterEntity classes. - Added ConfigurationHelper static class. - Added the LibraryBrowserPresenter class. - Bootstrapper: Added Ninject configuration for MPfmGateway. * GTK - Now using Ninject to create MPfmGateway. - MainWindow: Implemented ILibraryBrowserView and ISongBrowserView views. - MainWindow: Now updating the first level nodes of the Library Browser.
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1 * Mac - UpdateLibrary window UI has been reworked. - MainWindowController events have been completely redone. The main menu bar events are now connected to the same events than the toolbar.
ycastonguay
as animal
More... about 13 years ago
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.
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1 * MVP - UpdateLibraryService: Now ignoring Apple index directories (begins with ".Apple").
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1 * MVP - UpdateLibraryPresenter: Now consuming the events from UpdateLibraryService. - IUpdateLibraryService: Added events.
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1 * MVP - Copied most of the code of UpdateLibraryPresenter/IUpdateLibraryPresenter to UpdateLibraryService/IUpdateLibraryService. - UpdateLibraryService: Added the OnRefreshStatus and OnProcessEnded events. - UpdateLibraryEntity: Added the Exception and FilePath properties. * GTK - Updated implementation.
ycastonguay
as animal
More... about 13 years ago
MPfm 0.6.0.1 * MVP - MainPresenter: Moved Automapper configuration to Bootstrapper. - Added the Bootstrapper static class (Singleton) for configuring Ninject and Automapper. - Added the LibraryModule class for configuring Ninject. * GTK - Now running the Bootstrapper when creating the application (in Main.cs).
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.1 * MVP - IUpdateLibraryView: Added AddToLog method to log errors. - UpdateLibraryEntity: Added FileCount and FileIndex. - UpdateLibraryPresenter: Updated the way the view is refreshed. * GTK - UpdateLibraryWindow: Now updates progress bar and other labels.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.1 * GTK - UpdateLibraryWindow: Fixed bug where the window would be empty when opened for a second time. - UpdateLibraryWindow: Process is now working and it can be canceled. - IUpdateLibraryView: Added ProcessEnded method. - MainWindow: Updated the way parameters are sent to UpdateLibraryWindow. * MVP - UpdateLibraryPresenter: Added support for Unix file systems (Linux and Mac OS X) in the SearchMediaFilesInFolder method.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.1 * Linux - Added build configurations to MPfm.MVP. - Fixed build configuration in Linux solution file.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.1 * Mac - Fixed build configuration in Mac solution. - Added more info to Info.plist. - Removed unused config file.
ycastonguay
as animal
More... over 13 years ago