Anonymous | Login | Signup for a new account | 2024-11-23 09:55 PST |
Main | My View | View Issues | Change Log | Roadmap | Repositories | My Account |
Changesets: GitHub - ycastonguay/MPfm | [ Browse ] [ Back to Index ] | ||
master 0bfefa0d
Timestamp: 2013-08-25 19:57:13 Author: ycastonguay [ Details ] [ Diff ] |
Windows: Added tabs to Main window for Time Shifting, Pitch Shifting, Info and Actions. Added TabButton control which draws a line at the bottom of the control when IsSelected == true. Related to issue 0000422. |
||
mod - MPfm/MPfm.MVP/Services/PlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.WindowsControls/Buttons-Toolbars/TabButton.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/MPfm.WindowsControls.csproj | [ Diff ] [ File ] | ||
master 887bec56
Timestamp: 2013-08-22 22:10:21 Author: ycastonguay [ Details ] [ Diff ] |
Mac: Main window: Changed completely how Time Shifting/Pitch Shifting/Information/Actions panels are managed. They are now part of a mini tab panel which is similar to the mobile UX. Much, much better than trying to present tons of controls in a crawled space. Related to issue 0000382. |
||
add - MPfm/MPfm.Mac/Classes/Controls/MPfmTabButton.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/Controls/MPfmView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/MPfm.Mac.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/MainWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/MainWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/MainWindow.xib | [ Diff ] [ File ] | ||
master 483f58e6
Timestamp: 2013-08-22 19:32:25 Author: ycastonguay [ Details ] [ Diff ] |
Mac: Finally fixed NSTableRowView for Song Browser; added separator lines for albums. Removed the artist name/album title captions from album art. Updated project after changes on other platforms. Related to issue 0000381. |
||
mod - MPfm/MPfm.Mac/Classes/Controls/MPfmAlbumCoverView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/Controls/MPfmTableRowView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/Delegates/SongBrowserSource.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/Helpers/CocoaHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/MainWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/PlaylistWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/MainWindow.xib | [ Diff ] [ File ] | ||
master 8917dc31
Timestamp: 2013-08-22 18:07:09 Author: ycastonguay [ Details ] [ Diff ] |
Windows: Redesigned Effects window by moving preset/current preset to the top of the window instead of aligned to the right. Replaced all label occurances of 'Effects' by 'Equalizer', and removed 'Equalizer (18-bands)' panel header since it becomes redundant. Related to issue 0000422. |
||
mod - MPfm/MPfm.Windows/Classes/Forms/frmEffects.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmEffects.resx | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.resx | [ Diff ] [ File ] | ||
master 2d8d2c71
Timestamp: 2013-08-22 17:30:24 Author: ycastonguay [ Details ] [ Diff ] |
Windows: Several visual changes to SongGridView to make it cleaner. No more grid lines except for each album. No more artist/album captions over album art. No more mouse over color change. A bit sad that I took a lot of amount of time to do these features a few years ago... to realize they are more noise than useful. But after these changes... I think my designer was right! Added a bit of logic to PlaylistPresenter. Related to issue 0000422. |
||
mod - MPfm/MPfm.MVP/Presenters/PlaylistPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IPlaylistView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Playlists/Playlist.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.resx | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmPlaylist.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmPlaylist.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Library/SongGridView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Misc/Gradient.cs | [ Diff ] [ File ] | ||
master 24977a08
Timestamp: 2013-08-20 16:03:36 Author: ycastonguay [ Details ] [ Diff ] |
Added IDesktopFirstRunView, IMobileFirstRunView and IEditSongMetadataView (and their presenters). They are empty for now. Edit Song Metadata can now be opened on Windows. The Song Browser contextual menu is now working again on Windows. Related to issue 0000422. |
||
mod - MPfm/MPfm.MVP/Bootstrap/Bootstrapper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/NavigationManager.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/DesktopFirstRunPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/EditSongMetadataPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/IDesktopFirstRunPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/IEditSongMetadataPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/Interfaces/IMobileFirstRunPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/Interfaces/ISongBrowserPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Presenters/MobileFirstRunPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/SongBrowserPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IDesktopFirstRunView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IEditSongMetadataView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IMobileFirstRunView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IPlayerView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/ISongBrowserView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmEditSongMetadata.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmFirstRun.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.resx | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Program.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/MPfm.Windows.csproj | [ Diff ] [ File ] | ||
master c27a3021
Timestamp: 2013-08-20 15:10:27 Author: ycastonguay [ Details ] [ Diff ] |
Updated copyright info in every AssemblyInfo. Removed mention of MPfm in Windows and replaced by Sessions. Related to issue 0000422. |
||
mod - MPfm/MPfm.Core/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Fonts/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/InitializationService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Program.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Properties/AssemblyInfo.cs | [ Diff ] [ File ] | ||
master 4f013166
Timestamp: 2013-08-19 19:29:46 Author: ycastonguay [ Details ] [ Diff ] |
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. Related to issue 0000422. |
||
mod - MPfm/MPfm.MVP/Presenters/EqualizerPresetDetailsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MarkersPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMarkersView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmEffects.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.resx | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/MPfm.Windows.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Properties/Resources.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Properties/Resources.resx | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Resources/icon_button_add_16.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Resources/icon_button_cancel_16.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Resources/icon_button_connect_16.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Resources/icon_button_delete_16.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Resources/icon_button_download_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_button_edit_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_button_goto_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_button_play_16.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Resources/icon_button_refresh_16.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Resources/icon_button_reset_16.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Resources/icon_button_save_16.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Resources/icon_button_speaker_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_button_stop_16.png | [ Diff ] [ File ] | ||
master 9a62bf68
Timestamp: 2013-08-19 18:31:47 Author: ycastonguay [ Details ] [ Diff ] |
Mac: Updated button icons with new margin (the images were a bit too large), added retina icons for Loops/Marker toolbar. Related to issue 0000381. |
||
mod - MPfm/MPfm.Mac/Classes/Objects/ImageResources.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/MPfm.Mac.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Resources/icon_button_add.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Resources/icon_button_add@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Resources/icon_button_cancel.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Resources/icon_button_cancel@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Resources/icon_button_connect.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Resources/icon_button_connect@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Resources/icon_button_delete.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Resources/icon_button_delete@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Resources/icon_button_download.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Resources/icon_button_download@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_edit.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_edit@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_goto.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_goto@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_play.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_play@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Resources/icon_button_refresh.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Resources/icon_button_refresh@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Resources/icon_button_reset.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Resources/icon_button_reset@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Resources/icon_button_save.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Resources/icon_button_save@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Resources/icon_button_speaker.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Resources/icon_button_speaker@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_stop.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_stop@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/MainWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/SyncWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/MainWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/MainWindow.xib | [ Diff ] [ File ] | ||
master 541c66b1
Timestamp: 2013-08-19 10:47:43 Author: ycastonguay [ Details ] [ Diff ] |
Merge branch 'master' of https://github.com/ycastonguay/MPfm [^] | ||
rm - MPfm/MPfm.Android/Resources/drawable/button_selector.xml | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Android/Resources/drawable/list_selector.xml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Classes/Helpers/ResourceHelper.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Classes/LinuxSyncDeviceSpecifications.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Classes/Main.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Classes/Navigation/GtkNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/MPfm.GTK.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Resources/icon_android.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Resources/icon_artists.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Resources/icon_linux.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Resources/icon_osx.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Resources/icon_phone.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Resources/icon_song.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Resources/icon_tablet.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Resources/icon_user.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Resources/icon_vinyl.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Resources/icon_windows.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/BaseWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/EffectsWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/MainWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/PlaylistWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/PreferencesWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/SplashWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Windows/SyncDownloadWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Windows/SyncMenuWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/SyncWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/UpdateLibraryWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.SyncDownloadWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.SyncMenuWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.SyncWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.Windows.EffectsWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.Windows.MainWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.Windows.PlaylistWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.Windows.PreferencesWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.Windows.SplashWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.Windows.UpdateLibraryWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/generated.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/gui.stetic | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Database/SQLiteGateway.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Objects/SyncClientDownloadAudioFileProgressEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Library/Services/SyncDiscoveryService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Helpers/ConfigurationHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/MPfm.MVP.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/NavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/BasePresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/EqualizerPresetDetailsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/EqualizerPresetsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/LibraryPreferencesPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/LoopsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MainPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MarkersPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/SyncMenuPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/SyncPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/InitializationService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/PlayerService.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IDesktopEffectsView.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IDesktopPreferencesView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IEqualizerPresetDetailsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMainView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/ISyncMenuView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/Controls/MPfmButton.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/Delegates/LibraryBrowserDataSource.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/Delegates/LibraryBrowserOutlineViewDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/Helpers/CocoaHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/MacSyncDeviceSpecifications.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/Navigation/MacNavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/Objects/ImageResources.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/Objects/LibraryBrowserItem.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Classes/Objects/SyncMenuItem.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/MPfm.Mac.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_android.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_android@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_artists.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_artists@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_add.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_add@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_cancel.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_cancel@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_connect.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_connect@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_delete.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_delete@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_download.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_download@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_refresh.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_refresh@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_reset.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_reset@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_save.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_save@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_speaker.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_speaker@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_linux.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_linux@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_osx.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_osx@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_phone.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_phone@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_song.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_song@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_tablet.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_tablet@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_user.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_user@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_vinyl.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_vinyl@2x.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_windows.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_windows@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/EffectsWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/MainWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/PlaylistWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/PreferencesWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/SplashWindowController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/Controllers/SyncDownloadWindowController.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/Controllers/SyncMenuWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/SyncWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/UpdateLibraryWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/EffectsWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/MainWindow.designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/SyncDownloadWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/SyncDownloadWindow.designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/SyncMenuWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/SyncMenuWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/SyncWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/EditLoopWindow.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/EditMarkerWindow.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/EffectsWindow.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/MainWindow.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/PlaylistWindow.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/PreferencesWindow.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/SplashWindow.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/XIB/SyncDownloadWindow.xib | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Windows/XIB/SyncMenuWindow.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/SyncWindow.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/UpdateLibraryWindow.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/MPfm.Player.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/Player.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/MPfm.Sound.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Sound/MyBassNetKey.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Configuration/Controls/ControlsSongGridViewQueryConfigurationSection.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Configuration/MPfmConfiguration.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/BaseForm.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmEffects.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmEffects.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmFirstRun.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.resx | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmPlaylist.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmSplash.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Classes/Forms/frmSync.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Classes/Forms/frmSync.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Classes/Forms/frmSync.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Classes/Forms/frmSyncDownload.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Classes/Forms/frmSyncDownload.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Classes/Forms/frmSyncDownload.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Classes/Forms/frmSyncMenu.Designer.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Classes/Forms/frmSyncMenu.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Classes/Forms/frmSyncMenu.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Classes/Forms/frmUpdateLibrary.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Windows/Classes/Forms/frmUpdateLibraryStatus.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Program.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Specifications/WindowsSyncDeviceSpecifications.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/MPfm.Windows.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Properties/Resources.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Properties/Resources.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_android_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_artists_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_button_add_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_button_cancel_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_button_connect_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_button_delete_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_button_download_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_button_refresh_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_button_reset_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_button_save_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_button_speaker_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_linux_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_osx_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_phone_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_song_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_tablet_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_user_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_vinyl_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_windows_16.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Audio/WaveFormDisplay.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Labels/Label.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/MPfm.WindowsControls.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm_Linux.sln | [ Diff ] [ File ] | ||
master 9c8102bc
Timestamp: 2013-08-19 10:47:30 Author: ycastonguay [ Details ] [ Diff ] |
Android: More work on notification bar/widget/player service. Related to issue 0000406. | ||
mod - MPfm/MPfm.Android/Classes/Activities/MainActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Activities/PlayerActivity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Application.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/MarkersFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/MobileLibraryBrowserFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/PitchShiftingFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/PlayerMetadataFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/SplashFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Fragments/TimeShiftingFragment.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Navigation/AndroidNavigationManager.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Classes/Services/PlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Services/WidgetService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Classes/Widgets/PlayerWidgetProvider.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/MPfm.Android.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/BigNotificationPlayer.axml | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Android/Resources/Layout/NotificationPlayer.axml | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Android/Resources/Resource.Designer.cs | [ Diff ] [ File ] | ||
master 4d5961e4
Timestamp: 2013-08-18 20:56:09 Author: ycastonguay [ Details ] [ Diff ] |
Linux: Updated Main Window after changes on other platforms. Markers can now be added and selected. Related to issue 0000382. | ||
mod - MPfm/MPfm.GTK/Windows/MainWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.SyncMenuWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.Windows.MainWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/gui.stetic | [ Diff ] [ File ] | ||
master b07731e2
Timestamp: 2013-08-18 20:26:05 Author: ycastonguay [ Details ] [ Diff ] |
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. Related to issue 0000381. |
||
mod - MPfm/MPfm.Mac/Windows/Controllers/MainWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/MainWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/MainWindow.xib | [ Diff ] [ File ] | ||
master b84cb97e
Timestamp: 2013-08-18 19:19:47 Author: ycastonguay [ Details ] [ Diff ] |
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. Related to issue 0000422. |
||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.resx | [ Diff ] [ File ] | ||
master 99e100a8
Timestamp: 2013-08-18 18:27:18 Author: ycastonguay [ Details ] [ Diff ] |
Windows: Main window now has the new flat look. Related to issue 0000422. |
||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.resx | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/MPfm.Windows.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Properties/Resources.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Properties/Resources.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_artists_16.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Audio/WaveFormDisplay.cs | [ Diff ] [ File ] | ||
master 35d27676
Timestamp: 2013-08-18 17:52:44 Author: ycastonguay [ Details ] [ Diff ] |
Windows: Implemented Effects view. Related to issue 0000422. |
||
mod - MPfm/MPfm.MVP/Navigation/NavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/EqualizerPresetDetailsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMainView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/Player.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmEffects.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmEffects.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/MPfm.Windows.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Properties/Resources.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Properties/Resources.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_button_save_16.png | [ Diff ] [ File ] | ||
master ff2041dc
Timestamp: 2013-08-18 15:17:41 Author: ycastonguay [ Details ] [ Diff ] |
Windows: Wave form display is now working again in Main window! Volume can also be changed. Related to issue 0000422. |
||
mod - MPfm/MPfm.MVP/Helpers/ConfigurationHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/PlayerPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/InitializationService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Services/PlayerService.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/Audio/WaveFormDisplay.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.WindowsControls/MPfm.WindowsControls.csproj | [ Diff ] [ File ] | ||
master d67e6a4b
Timestamp: 2013-08-18 04:37:50 Author: ycastonguay [ Details ] [ Diff ] |
Windows: Added ILoopsView and IMarkersView to IMainView. Related to issue 0000422. |
||
mod - MPfm/MPfm.MVP/Navigation/NavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/LoopsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MarkersPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMainView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.cs | [ Diff ] [ File ] | ||
master 6c054c3e
Timestamp: 2013-08-18 04:15:09 Author: ycastonguay [ Details ] [ Diff ] |
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. Related to issue 0000422. |
||
mod - MPfm/MPfm.Library/Database/SQLiteGateway.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.resx | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmPreferences.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmPreferences.resx | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmSync.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/MPfm.Windows.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Properties/Resources.Designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Properties/Resources.resx | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_button_add_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_button_delete_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_button_reset_16.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Windows/Resources/icon_button_speaker_16.png | [ Diff ] [ File ] | ||
master 4ee74903
Timestamp: 2013-08-18 01:45:52 Author: ycastonguay [ Details ] [ Diff ] |
Linux: Implemented EffectsWindow successfully, at least with the current window design. Related to issue 0000382. |
||
mod - MPfm/MPfm.GTK/Windows/EffectsWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/MainWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/SyncMenuWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/SyncWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.Windows.EffectsWindow.cs | [ Diff ] [ File ] | ||
master 551f0a6e
Timestamp: 2013-08-18 00:46:22 Author: ycastonguay [ Details ] [ Diff ] |
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. Related to issue 0000382. |
||
mod - MPfm/MPfm.GTK/Classes/LinuxSyncDeviceSpecifications.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Classes/Main.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/MPfm.GTK.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/EffectsWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/MainWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/PlaylistWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Windows/SyncDownloadWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/SyncMenuWindow.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.SyncDownloadWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.SyncMenuWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.Windows.EffectsWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.Windows.MainWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.Windows.PlaylistWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/gui.stetic | [ Diff ] [ File ] | ||
master 0abbdc38
Timestamp: 2013-08-17 23:58:09 Author: ycastonguay [ Details ] [ Diff ] |
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. Related to issue 0000382. |
||
add - MPfm/MPfm.GTK/Classes/Helpers/ResourceHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/MPfm.GTK.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Resources/icon_android.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Resources/icon_artists.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Resources/icon_linux.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Resources/icon_osx.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Resources/icon_phone.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Resources/icon_song.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Resources/icon_tablet.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Resources/icon_user.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Resources/icon_vinyl.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.GTK/Resources/icon_windows.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/MainWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/SplashWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/SyncMenuWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/SyncWindow.cs | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.GTK/android.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.SyncMenuWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.SyncWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/gui.stetic | [ Diff ] [ File ] | ||
master b8b5a9d5
Timestamp: 2013-08-17 21:48:25 Author: ycastonguay [ Details ] [ Diff ] |
Linux: Updated views after changes on other platforms. Updated UpdateLibraryWindow which is now opened via MainPresenter. Related to issue 0000382. |
||
mod - MPfm/MPfm.GTK/Windows/MainWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/SyncMenuWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/Windows/UpdateLibraryWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/MPfm.GTK.Windows.UpdateLibraryWindow.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.GTK/gtk-gui/gui.stetic | [ Diff ] [ File ] | ||
master c62da082
Timestamp: 2013-08-17 21:28:41 Author: ycastonguay [ Details ] [ Diff ] |
Mac: Update Library now opens through MainPresenter (like the last commit on Windows). Related to issue 0000381. |
||
mod - MPfm/MPfm.Mac/Windows/Controllers/MainWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/UpdateLibraryWindowController.cs | [ Diff ] [ File ] | ||
master 8f5cf2de
Timestamp: 2013-08-17 21:13:24 Author: ycastonguay [ Details ] [ Diff ] |
Windows: Update Library now fully working, all that's left is to redesign the window with the new theme colors. Related to issue 0000422. |
||
mod - MPfm/MPfm.MVP/Navigation/NavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MainPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IMainView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmMain.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Windows/Classes/Forms/frmUpdateLibrary.cs | [ Diff ] [ File ] | ||
<< 1 2 3 ... 5 6 7 8 9 10 11 12 13 14 15 ... 17 18 19 >> |
Copyright © 2000 - 2011 MantisBT Group |