openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
MPfm
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 17, 2024 — Aug 17, 2025
Showing page 43 of 59
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
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.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * Library / MVP - Moved ILibraryService/LibraryService to MPfm.MVP.
ycastonguay
as animal
More...
over 13 years ago
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.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * MVP - UpdateLibraryPresenter: Added BackgroundWorker. * Library - UpdateLibraryService: Added UpdateLibrary method.
ycastonguay
as animal
More...
over 13 years ago
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.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * Library - Added the ILibraryService/LibraryService and IUpdateLibraryService/UpdateLibraryService services. * MVP - Updated the UpdateLibraryPresenter with the UpdateLibraryService.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * Sound - Added interfaces for the Channel, MixerChannel and TestDevice classes. * WinForms - Added interface for the MPfmConfiguration class.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * Player - Added interface for the Player class.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * Library - Added interfaces for the Library and MPfmGateway classes. - Deleted the prototype UpdateLibrary code.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * MVP - Added AutoMapper. - Added UpdateLibraryEntity. - MainPresenter: Added AddFilesToLibrary and AddFolderToLibrary methods. - IUpdateLibraryView: Updated RefreshStatus method. * GTK - UpdateLibraryWindow now implementing IUpdateLibraryView.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * GTK - Added more menu items. - Named many UI elements that had generic names.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * WinForms - Added Ninject.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * MVP - Added Ninject to the project. Not used yet though. * GTK - Added Ninject to the project. Not used yet though.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * Cocoa - Updated implementation for IMainView. - Cleaned up code.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * MVP - MainPresenter: Added RefreshSongInformation method - Added SongInformationEntity. - IMainView: Now using SongInformationEntity for the RefreshSongInformation method. * GTK - Updated IMainView implementation.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * MVP - Added IUpdateLibraryPresenter and UpdateLibraryPresenter. - IMainPresenter/MainPresenter: Implemented most playback methods. * GTK - Updated IMainView implementation.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * Mac - Renamed objects due to UI to MVP name change. - Added MVP to the solution.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * Solution MPfm.sln (Windows): Removed MPfm.UI and added MPfm.MVP from the solution.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * MVP - Renamed UI class library to MVP and renamed several classes. - Created the new structure for MVP: /Models /Presenters /Services /Views - Added IMainView, IMainService, IMainPresenter, IMainView. Most of them are empty for now. * GTK - Renamed objects due to UI to MVP name change. * Sound - Added preprocessor condition for the PeakFile class, so that it is only compiled under Windows (dependent on the Reactive Extensions).
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * GTK - Added more UI elements. - Added the UpdateLibrary window. * UI - Renamed MainWindowController to MainWindowPresenter.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * Library - Removed ConvertLibrary class. - Created Gateway folder and moved files. - Created interface for the SQLiteGateway class. - SQLiteGateway: Removed the OpenConnection and CloseConnection methods. - SQLiteGateway: Rewrote the Execute and ExecuteScalar methods.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * Library - SQLiteGateway: Removed older Select and FillDataTable methods. - SQLiteGateway: Fixed bug in the FormatSQLValue method (added case for booleans).
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * Library - SQLiteGateway: Removed the UpdateDataTable and UpdateDataTableTransaction methods. - SQLiteGateway: Added the SelectTuple and SelectList methods. - MPfmGateway: Removed SelectDistinctAlbumTitlesWithFilePaths method. - MPfmGateway: Updated the Distinct methods. - MPfmGateway: Updated the remaining Select methods. - Library: Removed SelectAlbumTitlesWithFilePaths method.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * Library - SQLiteGateway: Removed the original Update and Insert methods. - MPfmGateway: Replaced Select/Update/Insert methods for AudioFile entity. - MPfmGateway: Replaced all other Update/Insert methods.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.0 * Library - SQLiteGateway: Added the SelectOne method. - SQLiteGateway: Added a new Update overload for a single where clause.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.0 * Library - SQLiteGateway: Added the Insert method with generics.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * Core - Renamed the DatabaseFieldNameAttribute to DatabaseFieldAttribute. - DatabaseFieldAttribute: Added SaveToDatabase property. - Added the DictionaryExtension extension class with the FindKeyByValue method. * Library - SQLiteGateway: Added the new Update method with generics. It uses reflection to build a SQL command. - SQLiteGateway: Added the new GetMap method with generics. - SQLiteGateway: Added the new FormatSQLValue method. * Sound - AudioFile: Updated attributes.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * Core - Conversion: Added the GetEnumValue method to dynamically create enums. - Added the DatabaseFieldNameAttribute attribute for mapping database and object field names. * Library - SQLiteGateway: Added the FillDataTable method as a workaround to support Mono. - SQLiteGateway: The Select method for DataTable objects now uses the FillDataTable method. - SQLiteGateway: Added the new Select method with generics. It uses reflection to fill the properties of the generic class. * Sound - AudioFile: Added a parameterless constructor and setters to most properties.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * SQLiteGateway - OS detection now by preprocessor (#if LINUX) instead of OS.OSType.
ycastonguay
as animal
More...
over 13 years ago
MPfm 0.6.0.1 * Build configuration - Fixed Linux and Debug configurations in the MPfm_Mac solution file.
ycastonguay
as animal
More...
over 13 years ago
←
1
2
…
39
40
41
42
43
44
45
46
47
…
58
59
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree