1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 05, 2024 — Sep 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Windows: MarkersPresenter was missing DeletePreset. Added logic for equalizer preset normalizing in EqualizerPresetDetailsPresenter. Fixed bugs in frmEffects. Replaced button icons with smaller icons and added new ones. More... about 12 years ago
Mac: Updated button icons with new margin (the images were a bit too large), added retina icons for Loops/Marker toolbar. More... about 12 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm
ycastonguay
as Yanick Castonguay
More... about 12 years ago
Android: More work on notification bar/widget/player service. Related to issue #406.
ycastonguay
as Yanick Castonguay
More... about 12 years ago
Linux: Updated Main Window after changes on other platforms. Markers can now be added and selected. Related to issue #382. More... about 12 years ago
Mac: Updated Main view after changes on Windows (added Markers, Loops, etc.). Markers are now refreshed and can be added/played. Added contextual menu for Library Browser and Song Browser but not fully working yet. More... about 12 years ago
Windows: Removed buttons from Song Browser toolbar; the search box is now in the same line as the title. Markers can now be added and are refreshed. More... about 12 years ago
Windows: Main window now has the new flat look. More... about 12 years ago
Windows: Implemented Effects view. More... about 12 years ago
Windows: Wave form display is now working again in Main window! Volume can also be changed. More... about 12 years ago
Windows: Added ILoopsView and IMarkersView to IMainView. More... about 12 years ago
Windows: Library Browser is now working except for contextual menu. Song Browser is now refreshed correctly and a song can be started by double clicking on an item. The song info and album art now load correctly. Removed a lot of buttons in the main toolbar. Fixed a bug in SQLiteGateway.Select where a crash would happen when trying to load an enum. More... about 12 years ago
Linux: Implemented EffectsWindow successfully, at least with the current window design. More... about 12 years ago
Linux: Added and implemented SyncDownloadWindow successfully. The Sync process is now complete on Linux! Fixed bug where the items needed to be expanded twice in Library Browser. Effects and Playlist windows can now be opened through MainPresenter. More... about 12 years ago
Linux: Fixed all bugs in Sync and SyncMenu; these screens are as functional as on Windows and Mac! Added a Resource folder with embedded images; ResourceHelper extracts these images and turn them into Gdk.PIxbuf to load into buttons, tree views, etc. Added icons from other desktop platforms. More... about 12 years ago
Linux: Updated views after changes on other platforms. Updated UpdateLibraryWindow which is now opened via MainPresenter. More... about 12 years ago
Mac: Update Library now opens through MainPresenter (like the last commit on Windows). More... about 12 years ago
Windows: Update Library now fully working, all that's left is to redesign the window with the new theme colors. More... about 12 years ago
Windows: Library Browser in Main window is now partially working. UpdateLibrary window can now be opened. More cleanup in frmMain.cs. More... about 12 years ago
Windows: Can now open Effects and Playlist window through MainPresenter. More... about 12 years ago
Mac: Added new icons for buttons. More... about 12 years ago
Mac: Fixed performance bug with NSOutlineView for Library Browser in MainWindow. Now using the ItemDidExpand notification to replace the dummy node with actual content next instead of ItemExpandable. This makes the browser MUCH faster with loads of content! More... about 12 years ago
Mac: Implemented Effects and Playlist views. Effects fully work but there are still a few bugs because of the confusing UI which will need to be changed on desktop devices. IPlaylistView doesn't have much in it yet, so for now the playlist contents are refreshed in the table view. More... about 12 years ago
Mac: Added IDesktopEffectsView, which combines IEqualizerPresetsView and IEqualizerPresetDetailsView. Added PlaylistWindow and EffectsWindow to NavigationManager; they can now be opened through the MainPresenter. EffectsWindow now implements IDesktopEffectsView (but the implementation is empty for now). Updated the look of Effects window with newer theme. More... about 12 years ago
Mac: Finished adding UI for SyncDownload; the screen is pretty much finished. In fact, the whole Sync process is pretty much done except for a few minor bugs! More... about 12 years ago
Windows: Upated SyncDownload with more controls. Pretty much done now except for a few bugs. More... about 12 years ago
Merge branch 'master' of https://github.com/ycastonguay/MPfm More... about 12 years ago
Mac: Tree expand now works properly in SyncMenu. Added implementation for detecting free space on Mac. Fixed bugs in SyncMenuPresenter; added a different SelectItems method for mobile/desktop devices. More... about 12 years ago
Windows: Updated SyncMenu implementation after replacing OnSelectItem/OnRemoveItem by OnSelectItems/OnRemoveItems in the last commit. More... about 12 years ago
Mac: Implemented SyncDownload view; the whole sync process now works on Mac! There are a lot of stats missing though, and canceling doesn't work yet. Added Retina/non-Retina icons for Sync and SyncMenu list views. More layout bug fixes. Fixed alert view title/message. More... about 12 years ago