Anonymous | Login | Signup for a new account | 2024-11-23 04:35 PST |
Main | My View | View Issues | Change Log | Roadmap | Repositories | My Account |
View Issue Details [ Jump to Notes ] [ Related Changesets ] | [ Issue History ] [ Print ] | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
0000381 | MPfm | UI | Mac | public | 2012-06-09 14:18 | 2013-10-10 18:39 | ||||||
Reporter | ycastonguay | ||||||||||
Assigned To | ycastonguay | ||||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||||
Status | assigned | Resolution | open | ||||||||
Platform | OS | OS Version | |||||||||
Product Version | |||||||||||
Target Version | 0.7.0.0 | Fixed in Version | |||||||||
Summary | 0000381: Implement the MPfm.MVP views in MonoMac (Mac OS X 10.6+) | ||||||||||
Description | Use the MPfm.MVP views and implement a new user interface using MonoMac, which uses the Cocoa framework from Mac OS X. http://www.mono-project.com/MonoMac [^] | ||||||||||
Tags | No tags attached. | ||||||||||
Attached Files | |||||||||||
Relationships | ||||||||||||||||
|
Notes | |
(0000754) svn (developer) 2012-06-09 14:29 |
The user animal has checked in files related to this issue (revision 547). Comment: MPfm 0.6.0.1 * Mac - Added GPL headers to all code files. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/AppDelegate.cs U MPfm/branches/current/MPfm.Mac/Main.cs U MPfm/branches/current/MPfm.Mac/MainWindow.cs U MPfm/branches/current/MPfm.Mac/MainWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/UpdateLibraryWindow.cs U MPfm/branches/current/MPfm.Mac/Windows/UpdateLibraryWindowController.cs |
(0000756) svn (developer) 2012-06-09 15:28 |
The user animal has checked in files related to this issue (revision 548). Comment: MPfm 0.6.0.1 * Mac - The Library Browser can now be browsed successfully. Removed the NSOutlineView header. - LibraryBrowserDataSource: Added code to fetch the next NSOutlineView tree node items. * MVP - LibraryBrowserPresenter: Added the TreeExpandable method for Mac OS X in order to refresh the additional nodes for the NSOutlineView. Related to issue 0000373 and issue 0000381. Files modified: U MPfm/branches/current/MPfm.MVP/MPfm.MVP.csproj U MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/ILibraryBrowserPresenter.cs U MPfm/branches/current/MPfm.MVP/Presenters/LibraryBrowserPresenter.cs U MPfm/branches/current/MPfm.Mac/MainWindow.designer.cs U MPfm/branches/current/MPfm.Mac/MainWindow.xib U MPfm/branches/current/MPfm.Mac/MainWindowController.cs U MPfm/branches/current/MPfm.Mac/Objects/LibraryBrowserDataSource.cs |
(0000757) svn (developer) 2012-06-09 19:26 |
The user animal has checked in files related to this issue (revision 549). Comment: MPfm 0.6.0.1 * Mac - Added SongPositionSlider based on NSSlider to trap mouse events. - MainWindow: Added outlet for SongPositionSlider. It is shown in Xcode! Related to issue 0000381. Files modified: A MPfm/branches/current/MPfm.Mac/Controls/ A MPfm/branches/current/MPfm.Mac/Controls/SongPositionSlider.cs U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindow.designer.cs U MPfm/branches/current/MPfm.Mac/MainWindow.xib U MPfm/branches/current/MPfm.Mac/MainWindowController.cs U MPfm/branches/current/MPfm.Mac/Objects/LibraryBrowserItem.cs |
(0000758) svn (developer) 2012-06-09 20:12 |
The user animal has checked in files related to this issue (revision 550). Comment: MPfm 0.6.0.1 * Mac - Added LibraryBrowserOutlineViewDelegate based on NSOutlineViewDelegate to trap the event for SelectionDidChange. Now calling the presenter to update the Song Browser (which is not visible yet). Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindowController.cs A MPfm/branches/current/MPfm.Mac/Objects/LibraryBrowserOutlineViewDelegate.cs |
(0000759) svn (developer) 2012-06-09 20:37 |
The user animal has checked in files related to this issue (revision 551). Comment: MPfm 0.6.0.1 * Mac - MainWindow: The song position slider is now updated. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MainWindow.xib U MPfm/branches/current/MPfm.Mac/MainWindowController.cs |
(0000760) svn (developer) 2012-06-09 23:43 |
The user animal has checked in files related to this issue (revision 552). Comment: MPfm 0.6.0.1 * Mac - Added images to toolbar items. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindowController.cs A MPfm/branches/current/MPfm.Mac/Resources/ A MPfm/branches/current/MPfm.Mac/Resources/audio-x-generic.png A MPfm/branches/current/MPfm.Mac/Resources/document-open.png A MPfm/branches/current/MPfm.Mac/Resources/drive-harddisk.png A MPfm/branches/current/MPfm.Mac/Resources/media-playback-pause.png A MPfm/branches/current/MPfm.Mac/Resources/media-playback-start.png A MPfm/branches/current/MPfm.Mac/Resources/media-playback-stop.png A MPfm/branches/current/MPfm.Mac/Resources/media-skip-backward.png A MPfm/branches/current/MPfm.Mac/Resources/media-skip-forward.png A MPfm/branches/current/MPfm.Mac/Resources/preferences-desktop.png A MPfm/branches/current/MPfm.Mac/Resources/preferences-system.png A MPfm/branches/current/MPfm.Mac/Resources/view-refresh.png U MPfm/branches/current/MPfm_Mac.sln |
(0000761) svn (developer) 2012-06-10 01:16 |
The user animal has checked in files related to this issue (revision 553). Comment: MPfm 0.6.0.1 * Mac - Added action for the Sound Format popup button. Now refreshing Library Browser. - Added AlbumCoverHelper to fetch album art and convert it into a NSImage. The album covers are now displayed! - Added MainSplitViewDelegate to try to limit the size of subviews. Not 100% done yet. Related to issue 0000381. Files modified: A MPfm/branches/current/MPfm.Mac/Helpers/ A MPfm/branches/current/MPfm.Mac/Helpers/AlbumCoverHelper.cs U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindow.designer.cs U MPfm/branches/current/MPfm.Mac/MainWindow.xib U MPfm/branches/current/MPfm.Mac/MainWindowController.cs A MPfm/branches/current/MPfm.Mac/Objects/MainSplitViewDelegate.cs |
(0000762) svn (developer) 2012-06-10 03:28 |
The user animal has checked in files related to this issue (revision 554). Comment: MPfm 0.6.0.1 * Mac - MainWindow: Lots of changes on Xcode (anchoring, added search text box, etc.). Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MainWindow.xib |
(0000763) svn (developer) 2012-06-10 15:49 |
The user animal has checked in files related to this issue (revision 555). Comment: MPfm 0.6.0.1 * Mac - LibraryBrowserOutlineViewDelegate: Fixed crash bug when expanding items. - Moved images to ImageResources singleton. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindow.xib A MPfm/branches/current/MPfm.Mac/Objects/ImageResources.cs U MPfm/branches/current/MPfm.Mac/Objects/LibraryBrowserDataSource.cs U MPfm/branches/current/MPfm.Mac/Objects/LibraryBrowserOutlineViewDelegate.cs |
(0000764) svn (developer) 2012-06-10 16:30 |
The user animal has checked in files related to this issue (revision 556). Comment: MPfm 0.6.0.1 * Mac - More general work on the UI. - Added the Information panel with FileType, SampleRate, BitsPerSample, Bitrate. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MainWindow.designer.cs U MPfm/branches/current/MPfm.Mac/MainWindow.xib U MPfm/branches/current/MPfm.Mac/MainWindowController.cs |
(0000765) svn (developer) 2012-06-11 17:04 |
The user animal has checked in files related to this issue (revision 557). Comment: MPfm 0.6.0.1 * Mac - Added icon to the application. This is not the final icon, this is the 48x48 icon scaled up to 512x512. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/Info.plist U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj A MPfm/branches/current/MPfm.Mac/MPfm.icns |
(0000767) svn (developer) 2012-06-11 19:46 |
The user animal has checked in files related to this issue (revision 559). Comment: MPfm 0.6.0.1 * Mac - Added SongBrowserDataSource for the Song Browser (NSTableView). - Added SongBrowserItem. - MainWindow: Cleaned up user interface and added columns to Song Browser. - MainWindow: Added a ton more actions and outlets. - MainWindow: The Song Browser is now refreshed when changing the Library Browser selection. - Misc typo fixes in several files. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindow.designer.cs U MPfm/branches/current/MPfm.Mac/MainWindow.xib U MPfm/branches/current/MPfm.Mac/MainWindowController.cs U MPfm/branches/current/MPfm.Mac/Objects/LibraryBrowserDataSource.cs U MPfm/branches/current/MPfm.Mac/Objects/LibraryBrowserItem.cs A MPfm/branches/current/MPfm.Mac/Objects/SongBrowserDataSource.cs A MPfm/branches/current/MPfm.Mac/Objects/SongBrowserItem.cs |
(0000768) svn (developer) 2012-06-11 20:59 |
The user animal has checked in files related to this issue (revision 560). Comment: MPfm 0.6.0.1 * Mac - Fixed crash bug when stopping the playback. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.MVP/Models/SongInformationEntity.cs U MPfm/branches/current/MPfm.Mac/MainWindow.xib U MPfm/branches/current/MPfm.Mac/MainWindowController.cs |
(0000769) svn (developer) 2012-06-12 17:49 |
The user animal has checked in files related to this issue (revision 561). Comment: MPfm 0.6.0.1 * Mac - Added SongBrowserTableViewDelegate for the Song Browser NSTableView. - The Library Browser and Song Browser are now double-clickable; this starts the playback of a new playlist. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindowController.cs U MPfm/branches/current/MPfm.Mac/Objects/LibraryBrowserOutlineViewDelegate.cs A MPfm/branches/current/MPfm.Mac/Objects/SongBrowserTableViewDelegate.cs |
(0000770) svn (developer) 2012-06-12 19:21 |
The user animal has checked in files related to this issue (revision 562). Comment: MPfm 0.6.0.1 * Mac - Added buttons and table views for Loops and Markers. - Other minor UI changes. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MainWindow.xib |
(0000776) svn (developer) 2012-06-18 19:29 |
The user animal has checked in files related to this issue (revision 565). Comment: MPfm 0.6.0.1 * MVP - Added PlayerVolumeEntity and PlayerTimeShiftingEntity. - IPlayerView: Added RefreshPlayerVolume and RefreshPlayerTimeShifting. * Mac - Updated implementation. Related to issue #360, issue 0000361 and issue 0000381. Files modified: U MPfm/branches/current/MPfm.MVP/MPfm.MVP.csproj A MPfm/branches/current/MPfm.MVP/Models/PlayerTimeShiftingEntity.cs A MPfm/branches/current/MPfm.MVP/Models/PlayerVolumeEntity.cs U MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IPlayerPresenter.cs U MPfm/branches/current/MPfm.MVP/Presenters/PlayerPresenter.cs U MPfm/branches/current/MPfm.MVP/Views/IPlayerView.cs U MPfm/branches/current/MPfm.Mac/MainWindowController.cs |
(0000778) svn (developer) 2012-06-19 18:57 |
The user animal has checked in files related to this issue (revision 567). Comment: MPfm 0.6.0.1 * Mac - Moved 32x32 images to Resources/Images. - Added 16x16 images. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/Objects/ImageResources.cs A MPfm/branches/current/MPfm.Mac/Resources/16x16/ A MPfm/branches/current/MPfm.Mac/Resources/16x16/accessories-text-editor.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/go-last.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/list-add.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/list-remove.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/media-playback-pause.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/media-playback-start.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/ A MPfm/branches/current/MPfm.Mac/Resources/32x32/audio-x-generic.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/document-open.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/drive-harddisk.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/media-playback-pause.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/media-playback-start.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/media-playback-stop.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/media-skip-backward.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/media-skip-forward.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/preferences-desktop.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/preferences-system.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/view-refresh.png D MPfm/branches/current/MPfm.Mac/Resources/audio-x-generic.png D MPfm/branches/current/MPfm.Mac/Resources/document-open.png D MPfm/branches/current/MPfm.Mac/Resources/drive-harddisk.png D MPfm/branches/current/MPfm.Mac/Resources/media-playback-pause.png D MPfm/branches/current/MPfm.Mac/Resources/media-playback-start.png D MPfm/branches/current/MPfm.Mac/Resources/media-playback-stop.png D MPfm/branches/current/MPfm.Mac/Resources/media-skip-backward.png D MPfm/branches/current/MPfm.Mac/Resources/media-skip-forward.png D MPfm/branches/current/MPfm.Mac/Resources/preferences-desktop.png D MPfm/branches/current/MPfm.Mac/Resources/preferences-system.png D MPfm/branches/current/MPfm.Mac/Resources/view-refresh.png |
(0000779) svn (developer) 2012-06-19 19:09 |
The user animal has checked in files related to this issue (revision 568). Comment: MPfm 0.6.0.1 * Mac - MainWindow: Added more outlets and actions. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MainWindow.designer.cs U MPfm/branches/current/MPfm.Mac/MainWindow.xib |
(0000780) svn (developer) 2012-06-19 19:21 |
The user animal has checked in files related to this issue (revision 569). Comment: MPfm 0.6.0.1 * Mac - Added media-playback-pause.png (16x16). - MainWindow: Assigned image resources to all buttons. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindowController.cs U MPfm/branches/current/MPfm.Mac/Objects/ImageResources.cs D MPfm/branches/current/MPfm.Mac/Resources/16x16/media-playback-pause.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/media-playback-stop.png |
(0000795) svn (developer) 2012-07-01 15:36 |
The user animal has checked in files related to this issue (revision 582). Comment: MPfm 0.6.0.1 * Mac - MainWindow: The song position can now be changed. - SongPositionSlider: Added subclass of NSSlider to control mouseDown/mouseUp Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/Controls/SongPositionSlider.cs U MPfm/branches/current/MPfm.Mac/MainWindow.xib U MPfm/branches/current/MPfm.Mac/MainWindowController.cs |
(0000796) svn (developer) 2012-07-01 15:49 |
The user animal has checked in files related to this issue (revision 583). Comment: MPfm 0.6.0.1 * Mac - Added empty Playlist window, Effects window and Preferences window. - MainWindow: Now opening Playlist window, Effects window and Preferences window when clickiing on the toolbar items. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindowController.cs A MPfm/branches/current/MPfm.Mac/Windows/Controllers/ A MPfm/branches/current/MPfm.Mac/Windows/Controllers/EffectsWindowController.cs A MPfm/branches/current/MPfm.Mac/Windows/Controllers/PlaylistWindowController.cs A MPfm/branches/current/MPfm.Mac/Windows/Controllers/PreferencesWindowController.cs A MPfm/branches/current/MPfm.Mac/Windows/Controllers/UpdateLibraryWindowController.cs A MPfm/branches/current/MPfm.Mac/Windows/EffectsWindow.cs A MPfm/branches/current/MPfm.Mac/Windows/EffectsWindow.designer.cs A MPfm/branches/current/MPfm.Mac/Windows/PlaylistWindow.cs A MPfm/branches/current/MPfm.Mac/Windows/PlaylistWindow.designer.cs A MPfm/branches/current/MPfm.Mac/Windows/PreferencesWindow.cs A MPfm/branches/current/MPfm.Mac/Windows/PreferencesWindow.designer.cs D MPfm/branches/current/MPfm.Mac/Windows/UpdateLibraryWindow.xib D MPfm/branches/current/MPfm.Mac/Windows/UpdateLibraryWindowController.cs A MPfm/branches/current/MPfm.Mac/Windows/XIB/ A MPfm/branches/current/MPfm.Mac/Windows/XIB/EffectsWindow.xib A MPfm/branches/current/MPfm.Mac/Windows/XIB/PlaylistWindow.xib A MPfm/branches/current/MPfm.Mac/Windows/XIB/PreferencesWindow.xib A MPfm/branches/current/MPfm.Mac/Windows/XIB/UpdateLibraryWindow.xib |
(0000797) svn (developer) 2012-07-01 16:19 |
The user animal has checked in files related to this issue (revision 584). Comment: MPfm 0.6.0.1 * Mac - Added EffectsWindow. All the controls have been added, but the window has 0 code for now. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/Windows/XIB/EffectsWindow.xib |
(0000798) svn (developer) 2012-07-01 16:34 |
The user animal has checked in files related to this issue (revision 585). Comment: MPfm 0.6.0.1 * Mac - Added some controls in the Playlist and Preferences window. - All windows are now centered when opened. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MainWindow.xib U MPfm/branches/current/MPfm.Mac/Windows/XIB/EffectsWindow.xib U MPfm/branches/current/MPfm.Mac/Windows/XIB/PlaylistWindow.xib U MPfm/branches/current/MPfm.Mac/Windows/XIB/PreferencesWindow.xib U MPfm/branches/current/MPfm.Mac/Windows/XIB/UpdateLibraryWindow.xib |
(0000799) svn (developer) 2012-07-01 17:15 |
The user animal has checked in files related to this issue (revision 586). Comment: MPfm 0.6.0.1 * Mac - Added NSAutoreleasePool on the application init and when refreshing the player position (this gets rid of a leak reported by MonoDevelop). Hopefully this will fix another crash bug. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/Main.cs U MPfm/branches/current/MPfm.Mac/MainWindowController.cs |
(0000800) svn (developer) 2012-07-01 17:32 |
The user animal has checked in files related to this issue (revision 587). Comment: MPfm 0.6.0.1 * Mac - SongBrowserItem: Added dictionary to hold NSObjects. Hopefully this will also fix more crash bugs. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/Objects/SongBrowserDataSource.cs U MPfm/branches/current/MPfm.Mac/Objects/SongBrowserItem.cs |
(0000804) svn (developer) 2012-07-02 13:10 |
The user animal has checked in files related to this issue (revision 588). Comment: MPfm 0.6.0.1 * Mac - Added a lot more logging all around. - Added assembly info file. - Added CocoaHelper class for misc helper methods. * MVP - Added a lot more logging to PlayerPresenter, SongBrowserPresenter and LibraryBrowserPresenter. Related to issue 0000361, issue 0000373, issue 0000374 and issue 0000381. Files modified: U MPfm/branches/current/MPfm.MVP/AssemblyInfo.cs U MPfm/branches/current/MPfm.MVP/Presenters/LibraryBrowserPresenter.cs U MPfm/branches/current/MPfm.MVP/Presenters/PlayerPresenter.cs U MPfm/branches/current/MPfm.MVP/Presenters/SongBrowserPresenter.cs U MPfm/branches/current/MPfm.MVP/Services/InitializationService.cs A MPfm/branches/current/MPfm.Mac/AssemblyInfo.cs A MPfm/branches/current/MPfm.Mac/Helpers/CocoaHelper.cs U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindowController.cs |
(0000805) svn (developer) 2012-07-02 19:06 |
The user animal has checked in files related to this issue (revision 589). Comment: MPfm 0.6.0.1 * Mac - Added more logging to MainWindowController. * MVP - PlayerPresenter: Set 1000ms as default buffer size. * Player - The RemoveEQ method now doesn't throw exceptions, it just logs errors. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.MVP/Presenters/PlayerPresenter.cs U MPfm/branches/current/MPfm.Mac/MainWindowController.cs U MPfm/branches/current/MPfm.Player/Player.cs |
(0000806) svn (developer) 2012-07-02 19:12 |
The user animal has checked in files related to this issue (revision 590). Comment: MPfm 0.6.0.1 * Mac - The Preferences window is now accessible from the Main Menu. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MainMenu.xib U MPfm/branches/current/MPfm.Mac/MainWindow.designer.cs U MPfm/branches/current/MPfm.Mac/MainWindowController.cs |
(0000809) svn (developer) 2012-08-21 17:51 |
The user animal has checked in files related to this issue (revision 593). Comment: Added MPfmView for gradient backgrounds (based on NSView) A lot of work on the XIB file for the MainWindow, now using MPfmView throughout the window. Related to issue 0000381. Files modified: A MPfm/branches/current/MPfm.Mac/Controls/MPfmView.cs U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindow.designer.cs U MPfm/branches/current/MPfm.Mac/MainWindow.xib U MPfm/branches/current/MPfm.Mac/MainWindowController.cs |
(0000810) svn (developer) 2012-08-21 18:56 |
The user animal has checked in files related to this issue (revision 594). Comment: Added images for Playlist window. Added empty presenter, view and view controller for the Splash screen. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.MVP/MPfm.MVP.csproj A MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/ISplashPresenter.cs A MPfm/branches/current/MPfm.MVP/Presenters/SplashPresenter.cs A MPfm/branches/current/MPfm.MVP/Views/ISplashView.cs U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/Objects/ImageResources.cs A MPfm/branches/current/MPfm.Mac/Resources/16x16/document-new.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/document-save-as.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/document-save.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/document-new.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/document-save-as.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/document-save.png U MPfm/branches/current/MPfm.Mac/Windows/Controllers/PlaylistWindowController.cs A MPfm/branches/current/MPfm.Mac/Windows/Controllers/SplashWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/PlaylistWindow.designer.cs A MPfm/branches/current/MPfm.Mac/Windows/SplashWindow.cs A MPfm/branches/current/MPfm.Mac/Windows/SplashWindow.designer.cs U MPfm/branches/current/MPfm.Mac/Windows/XIB/PlaylistWindow.xib A MPfm/branches/current/MPfm.Mac/Windows/XIB/SplashWindow.xib |
(0000811) svn (developer) 2012-08-22 15:12 |
The user animal has checked in files related to this issue (revision 595). Comment: Added custom fonts Added splash screen Related to issue 0000381. Files modified: 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/SplashPresenter.cs A MPfm/branches/current/MPfm.MVP/TinyIoC/ A MPfm/branches/current/MPfm.MVP/TinyIoC/TinyIoC.cs U MPfm/branches/current/MPfm.MVP/Views/ISplashView.cs U MPfm/branches/current/MPfm.Mac/AppDelegate.cs U MPfm/branches/current/MPfm.Mac/Info.plist U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindowController.cs U MPfm/branches/current/MPfm.Mac/Objects/ImageResources.cs A MPfm/branches/current/MPfm.Mac/Resources/Fonts/ A MPfm/branches/current/MPfm.Mac/Resources/Fonts/TitilliumMaps29L.otf A MPfm/branches/current/MPfm.Mac/Resources/Fonts/TitilliumText25L.otf A MPfm/branches/current/MPfm.Mac/Resources/Fonts/TitilliumTitle20.otf A MPfm/branches/current/MPfm.Mac/Resources/Splash.png U MPfm/branches/current/MPfm.Mac/Views/LibraryBrowserController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/SplashWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/XIB/SplashWindow.xib |
(0000812) svn (developer) 2012-08-22 17:57 |
The user animal has checked in files related to this issue (revision 596). Comment: Fixed all bugs in order to compile the application bundle with the Mono runtime. Only the "Don't link" option works for now, but at least it now works properly. However, the application sandboxing isn't done yet (ex: the log and database files must be moved inside the bundle instead of the user home directory). Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Library/Gateway/MPfmGateway.cs U MPfm/branches/current/MPfm.MVP/Bootstrapper/Bootstrapper.cs U MPfm/branches/current/MPfm.MVP/MPfm.MVP.csproj U MPfm/branches/current/MPfm.Mac/AppDelegate.cs U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj A MPfm/branches/current/MPfm.Mac/MPfm.Mac.exe.config U MPfm/branches/current/MPfm.Player/Player.cs |
(0000813) svn (developer) 2012-08-22 20:45 |
The user animal has checked in files related to this issue (revision 597). Comment: Player: Changed the way plugins are loaded on Mac OS (load from app bundle for RELEASE, load from exe dir for DEBUG) The splash screen is now faded in when the application launches, and the main window is faded in when the loading is done. More work needed to polish this, but this is a good start. Added configurations for Release, Release_Linux and Release_MacOSX. The Release_MacOSX configuration now includes the Mono runtime in the bundle (and it works great with only the .APP without Mono on the side). Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Core/MPfm.Core.csproj U MPfm/branches/current/MPfm.Library/MPfm.Library.csproj U MPfm/branches/current/MPfm.MVP/MPfm.MVP.csproj U MPfm/branches/current/MPfm.Mac/AppDelegate.cs U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/SplashWindowController.cs U MPfm/branches/current/MPfm.Player/MPfm.Player.csproj U MPfm/branches/current/MPfm.Player/Player.cs U MPfm/branches/current/MPfm.Sound/MPfm.Sound.csproj U MPfm/branches/current/MPfm.Tests/MPfm.Tests.csproj U MPfm/branches/current/MPfm_Mac.sln |
(0000814) svn (developer) 2012-08-22 21:19 |
The user animal has checked in files related to this issue (revision 598). Comment: Added other Titillium fonts Added Junction font Started adding fonts in main window Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindow.xib U MPfm/branches/current/MPfm.Mac/MainWindowController.cs A MPfm/branches/current/MPfm.Mac/Resources/Fonts/Junction.otf A MPfm/branches/current/MPfm.Mac/Resources/Fonts/TitilliumMaps29L001.otf A MPfm/branches/current/MPfm.Mac/Resources/Fonts/TitilliumMaps29L002.otf A MPfm/branches/current/MPfm.Mac/Resources/Fonts/TitilliumMaps29L003.otf A MPfm/branches/current/MPfm.Mac/Resources/Fonts/TitilliumText25L001.otf A MPfm/branches/current/MPfm.Mac/Resources/Fonts/TitilliumText25L002.otf A MPfm/branches/current/MPfm.Mac/Resources/Fonts/TitilliumText25L003.otf A MPfm/branches/current/MPfm.Mac/Resources/Fonts/TitilliumText25L004.otf A MPfm/branches/current/MPfm.Mac/Resources/Fonts/TitilliumText25L005.otf |
(0000815) svn (developer) 2012-08-23 02:02 |
The user animal has checked in files related to this issue (revision 599). Comment: Added new fonts A LOT of visual work on the Main Window (use custom fonts, custom gradients, etc.). Starting to look like the Windows Version. Added header gradient to MPfmView And more Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/Controls/MPfmView.cs U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindow.designer.cs U MPfm/branches/current/MPfm.Mac/MainWindow.xib U MPfm/branches/current/MPfm.Mac/MainWindowController.cs A MPfm/branches/current/MPfm.Mac/Resources/Fonts/DroidSansMono.ttf A MPfm/branches/current/MPfm.Mac/Resources/Fonts/Inconsolata.otf U MPfm/branches/current/MPfm.Mac/Windows/Controllers/EffectsWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/SplashWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/EffectsWindow.designer.cs U MPfm/branches/current/MPfm.Mac/Windows/SplashWindow.designer.cs U MPfm/branches/current/MPfm.Mac/Windows/XIB/EffectsWindow.xib U MPfm/branches/current/MPfm.Mac/Windows/XIB/SplashWindow.xib |
(0000816) svn (developer) 2012-08-25 20:22 |
The user animal has checked in files related to this issue (revision 600). Comment: - Added more icons to the Mac project - The Library Browser NSOutlineView is now view-based (instead of cell-based). - Customized the appearance of the Library Browser (equivalent to the Windows version now, plus embedded fonts!) Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.MVP/Models/LibraryBrowserEntity.cs U MPfm/branches/current/MPfm.MVP/Presenters/LibraryBrowserPresenter.cs A MPfm/branches/current/MPfm.Mac/Controls/MPfmButton.cs U MPfm/branches/current/MPfm.Mac/Controls/MPfmView.cs A MPfm/branches/current/MPfm.Mac/Lib/MonoMac.dll U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindow.xib U MPfm/branches/current/MPfm.Mac/MainWindowController.cs U MPfm/branches/current/MPfm.Mac/Objects/ImageResources.cs U MPfm/branches/current/MPfm.Mac/Objects/LibraryBrowserOutlineViewDelegate.cs U MPfm/branches/current/MPfm.Mac/Objects/SongBrowserDataSource.cs A MPfm/branches/current/MPfm.Mac/Objects/SongBrowserSource.cs A MPfm/branches/current/MPfm.Mac/Resources/16x16/cd.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/database.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/group.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/user.png |
(0000817) svn (developer) 2012-08-25 22:59 |
The user animal has checked in files related to this issue (revision 601). Comment: Added MPfmTableCellView Added MPfmScrollView with a working prototype to sync scrolling in different scroll views (might be the solution for the album cover in the Song Browser) Related to issue 0000381. Files modified: A MPfm/branches/current/MPfm.Mac/Controls/MPfmScrollView.cs A MPfm/branches/current/MPfm.Mac/Controls/MPfmTableCellView.cs U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindow.designer.cs U MPfm/branches/current/MPfm.Mac/MainWindow.xib U MPfm/branches/current/MPfm.Mac/MainWindowController.cs |
(0000818) svn (developer) 2012-08-26 14:38 |
The user animal has checked in files related to this issue (revision 602). Comment: Fixed FocusRingType bug and rebuilt MonoMac.dll from source Added second table view with a splitter for displaying album covers besides the song browser. MPfmScrollView: Fixed a bug in the scroll synchronization. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/Controls/MPfmScrollView.cs U MPfm/branches/current/MPfm.Mac/Controls/MPfmTableCellView.cs U MPfm/branches/current/MPfm.Mac/Lib/MonoMac.dll U MPfm/branches/current/MPfm.Mac/MainWindow.designer.cs U MPfm/branches/current/MPfm.Mac/MainWindow.xib U MPfm/branches/current/MPfm.Mac/MainWindowController.cs |
(0000819) svn (developer) 2012-08-26 16:35 |
The user animal has checked in files related to this issue (revision 603). Comment: Added custom view for displaying album covers (only rendering a gradient background for now) More work on the album cover table view Added AlbumCoverSource which merges the delegate and data source for the album cover table view Related to issue 0000381. Files modified: A MPfm/branches/current/MPfm.Mac/Controls/MPfmAlbumCoverView.cs U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindow.designer.cs U MPfm/branches/current/MPfm.Mac/MainWindow.xib U MPfm/branches/current/MPfm.Mac/MainWindowController.cs A MPfm/branches/current/MPfm.Mac/Objects/AlbumCoverSource.cs |
(0000820) svn (developer) 2012-08-26 22:20 |
The user animal has checked in files related to this issue (revision 604). Comment: Added a lot of helper methods for CGContext in CocoaHelper (draw gradient, draw text, measure string, etc) The album cover zone now displays the artist name and album title. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/Controls/MPfmAlbumCoverView.cs U MPfm/branches/current/MPfm.Mac/Helpers/CocoaHelper.cs U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindow.xib U MPfm/branches/current/MPfm.Mac/Objects/AlbumCoverSource.cs |
(0000821) svn (developer) 2012-08-28 19:46 |
The user animal has checked in files related to this issue (revision 605). Comment: Added two more methods for measuring and drawing text (using NSString AppKit additions instead of Core Graphics) Replaced rendering in AlbumCoverView by these new methods. This measures the string much more precisely and with a constraint (the view bounds). Still more work to place the labels correctly depending on their size (to make sure they don't go on the top of each other) Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/Controls/MPfmAlbumCoverView.cs U MPfm/branches/current/MPfm.Mac/Helpers/CocoaHelper.cs |
(0000822) svn (developer) 2012-08-28 23:01 |
The user animal has checked in files related to this issue (revision 606). Comment: Added CacheStore and CacheStoreItem to MPfm.Core Added AlbumCoverCacheService to hold album art (using CacheStore) Added album covers in the album cover table view. Centered/Fixed position of artist name/album title Very awesome so far. :) Related to issue 0000381. Files modified: A MPfm/branches/current/MPfm.Core/CacheStore.cs U MPfm/branches/current/MPfm.Core/MPfm.Core.csproj U MPfm/branches/current/MPfm.MVP/Presenters/SongBrowserPresenter.cs U MPfm/branches/current/MPfm.Mac/Controls/MPfmAlbumCoverView.cs U MPfm/branches/current/MPfm.Mac/Helpers/CocoaHelper.cs U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindowController.cs A MPfm/branches/current/MPfm.Mac/Objects/AlbumCoverCacheService.cs U MPfm/branches/current/MPfm.Mac/Objects/AlbumCoverSource.cs |
(0000823) svn (developer) 2012-08-29 19:37 |
The user animal has checked in files related to this issue (revision 607). Comment: CacheStore shoudl now be thread-safe. MPfmAlbumCoverView now centers the album covers in the column. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Core/CacheStore.cs U MPfm/branches/current/MPfm.Mac/Controls/MPfmAlbumCoverView.cs U MPfm/branches/current/MPfm.Mac/Objects/AlbumCoverCacheService.cs |
(0000824) svn (developer) 2012-09-03 11:37 |
The user animal has checked in files related to this issue (revision 608). Comment: Added delegate for loading album covers in another thread (for Song Browser) Bug fix in MPfmGateway (artist names with apostrophes) Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Library/Gateway/MPfmGateway.cs U MPfm/branches/current/MPfm.Mac/Helpers/AlbumCoverHelper.cs U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindowController.cs U MPfm/branches/current/MPfm.Mac/Objects/AlbumCoverSource.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/UpdateLibraryWindowController.cs |
(0000825) svn (developer) 2012-09-10 19:57 |
The user animal has checked in files related to this issue (revision 609). Comment: Added custom row control, but doesn't really work so far. Bug fix CacheStore (should finally be thread safe) More bug fixes Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Core/CacheStore.cs U MPfm/branches/current/MPfm.Mac/Controls/MPfmTableCellView.cs A MPfm/branches/current/MPfm.Mac/Controls/MPfmTableRowView.cs U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/MainWindow.xib U MPfm/branches/current/MPfm.Mac/MainWindowController.cs U MPfm/branches/current/MPfm.Mac/Objects/AlbumCoverSource.cs D MPfm/branches/current/MPfm.Mac/Objects/SongBrowserDataSource.cs U MPfm/branches/current/MPfm.Mac/Objects/SongBrowserSource.cs U MPfm/branches/current/MPfm.Sound/AudioFiles/AudioFile.cs |
(0000826) svn (developer) 2012-09-11 19:38 |
The user animal has checked in files related to this issue (revision 610). Comment: Song Browser: Replaced normal cells by NSTableCellView. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/Controls/MPfmTableCellView.cs U MPfm/branches/current/MPfm.Mac/MainWindow.xib U MPfm/branches/current/MPfm.Mac/Objects/SongBrowserSource.cs |
(0000827) svn (developer) 2012-09-15 12:49 |
The user animal has checked in files related to this issue (revision 612). Comment: Moved MainWindow files to Window subdirectory. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj D MPfm/branches/current/MPfm.Mac/MainMenu.xib D MPfm/branches/current/MPfm.Mac/MainWindow.cs D MPfm/branches/current/MPfm.Mac/MainWindow.designer.cs D MPfm/branches/current/MPfm.Mac/MainWindow.xib D MPfm/branches/current/MPfm.Mac/MainWindowController.cs A MPfm/branches/current/MPfm.Mac/Windows/Controllers/MainWindowController.cs A MPfm/branches/current/MPfm.Mac/Windows/MainWindow.cs A MPfm/branches/current/MPfm.Mac/Windows/MainWindow.designer.cs A MPfm/branches/current/MPfm.Mac/Windows/XIB/MainMenu.xib A MPfm/branches/current/MPfm.Mac/Windows/XIB/MainWindow.xib |
(0000828) svn (developer) 2012-09-15 13:18 |
The user animal has checked in files related to this issue (revision 613). Comment: Added empty Edit Loop and Edit Marker windows. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj A MPfm/branches/current/MPfm.Mac/Windows/Controllers/EditLoopWindowController.cs A MPfm/branches/current/MPfm.Mac/Windows/Controllers/EditMarkerWindowController.cs A MPfm/branches/current/MPfm.Mac/Windows/EditLoopWindow.cs A MPfm/branches/current/MPfm.Mac/Windows/EditLoopWindow.designer.cs A MPfm/branches/current/MPfm.Mac/Windows/EditMarkerWindow.cs A MPfm/branches/current/MPfm.Mac/Windows/EditMarkerWindow.designer.cs A MPfm/branches/current/MPfm.Mac/Windows/XIB/EditLoopWindow.xib A MPfm/branches/current/MPfm.Mac/Windows/XIB/EditMarkerWindow.xib |
(0000829) svn (developer) 2012-09-16 16:46 |
The user animal has checked in files related to this issue (revision 615). Comment: Added new classes for configuration, with MPfmConfig singleton. Related to issue 0000381. Files modified: A MPfm/branches/current/MPfm.MVP/Config/ A MPfm/branches/current/MPfm.MVP/Config/MPfmAudioConfig.cs A MPfm/branches/current/MPfm.MVP/Config/MPfmConfig.cs A MPfm/branches/current/MPfm.MVP/Config/MPfmControlsConfig.cs A MPfm/branches/current/MPfm.MVP/Config/MPfmTableViewColumnConfig.cs A MPfm/branches/current/MPfm.MVP/Config/MPfmTableViewConfig.cs A MPfm/branches/current/MPfm.MVP/Config/MPfmWindowConfig.cs A MPfm/branches/current/MPfm.MVP/Config/MPfmWindowsConfig.cs U MPfm/branches/current/MPfm.MVP/Helpers/ConfigurationHelper.cs U MPfm/branches/current/MPfm.MVP/MPfm.MVP.csproj U MPfm/branches/current/MPfm.MVP/Presenters/LibraryBrowserPresenter.cs U MPfm/branches/current/MPfm.MVP/Services/InitializationService.cs D MPfm/branches/current/MPfm.MVP/TinyIoC/ |
(0000830) svn (developer) 2012-09-17 18:53 |
The user animal has checked in files related to this issue (revision 616). Comment: Added Console.Write to Tracing Multiple bug fixes to the Update Library process (when the library is empty) Added default position for PlayerPositionEntity Added UpdateLibraryservice to LibraryModule More bug fixes in presenters. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Core/Tracing.cs U MPfm/branches/current/MPfm.MVP/Bootstrapper/LibraryModule.cs U MPfm/branches/current/MPfm.MVP/Models/PlayerPositionEntity.cs U MPfm/branches/current/MPfm.MVP/Presenters/PlayerPresenter.cs U MPfm/branches/current/MPfm.MVP/Presenters/SongBrowserPresenter.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/MainWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/UpdateLibraryWindowController.cs |
(0000832) svn (developer) 2012-09-21 18:00 |
The user animal has checked in files related to this issue (revision 618). Comment: Added IEffectsPresenter/EffectsPresenter. Added IEffectsView. Bound presenter and view to EffectsWindowController. Added PlaylistWindowController, EffectsWindowController and PreferencesWindowController to the MainWindowController constructor. There is still a lot of work to do on these classes before they're ready. Related to issue 0000381, issue 0000397 and issue #398. Files modified: U MPfm/branches/current/MPfm.MVP/Bootstrapper/LibraryModule.cs U MPfm/branches/current/MPfm.MVP/MPfm.MVP.csproj A MPfm/branches/current/MPfm.MVP/Presenters/EffectsPresenter.cs A MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IEffectsPresenter.cs A MPfm/branches/current/MPfm.MVP/Views/IEffectsView.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/EffectsWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/MainWindowController.cs |
(0000835) svn (developer) 2012-09-21 18:14 |
The user animal has checked in files related to this issue (revision 619). Comment: Added IPreferencesPresenter/PreferencesPresenter. Added IPreferencesView. Bound presenter and view to PreferencesWindowController. There is still a lot of work to do on these classes before they're ready. Related to issue 0000381, issue #399 and issue 0000400. Files modified: U MPfm/branches/current/MPfm.MVP/Bootstrapper/LibraryModule.cs U MPfm/branches/current/MPfm.MVP/MPfm.MVP.csproj A MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IPreferencesPresenter.cs A MPfm/branches/current/MPfm.MVP/Presenters/PreferencesPresenter.cs A MPfm/branches/current/MPfm.MVP/Views/IPreferencesView.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/EffectsWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/PreferencesWindowController.cs |
(0000838) svn (developer) 2012-09-21 18:22 |
The user animal has checked in files related to this issue (revision 620). Comment: Added IPlaylistPresenter/PlaylistPresenter. Added IPlaylistView. Bound presenter and view to PlaylistWindowController on OS X. There is still a lot of work to do on these classes before they're ready. Related to issue 0000381, issue #401 and issue 0000402. Files modified: U MPfm/branches/current/MPfm.MVP/Bootstrapper/LibraryModule.cs U MPfm/branches/current/MPfm.MVP/MPfm.MVP.csproj A MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IPlaylistPresenter.cs A MPfm/branches/current/MPfm.MVP/Presenters/PlaylistPresenter.cs A MPfm/branches/current/MPfm.MVP/Views/IPlaylistView.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/PlaylistWindowController.cs |
(0000841) svn (developer) 2012-09-21 20:57 |
The user animal has checked in files related to this issue (revision 621). Comment: Added controls to the PreferencesWindow in OS X. Added the EQPresetHelper to load/save presets. Related to issue 0000381. Files modified: A MPfm/branches/current/MPfm.MVP/Helpers/EQPresetHelper.cs U MPfm/branches/current/MPfm.MVP/MPfm.MVP.csproj U MPfm/branches/current/MPfm.MVP/Services/InitializationService.cs U MPfm/branches/current/MPfm.Mac/Windows/XIB/PreferencesWindow.xib U MPfm/branches/current/MPfm.Player/Player.cs |
(0000842) svn (developer) 2012-09-21 21:48 |
The user animal has checked in files related to this issue (revision 622). Comment: Added a lot of actions in the EffectsWindow. The sliders are now bound to the Effects presenter, which updates the UI through IEffectsView. Related to issue 0000381, issue 0000397 and issue #398. Files modified: U MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IEffectsPresenter.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/EffectsWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/EffectsWindow.designer.cs U MPfm/branches/current/MPfm.Mac/Windows/XIB/EffectsWindow.xib |
(0000845) svn (developer) 2012-09-21 23:06 |
The user animal has checked in files related to this issue (revision 623). Comment: Finished placing UI items in EffectsWindow. Added panels with headers. More methods in EffectsPresenter. Related to issue 0000381 and issue 0000397. Files modified: U MPfm/branches/current/MPfm.MVP/Presenters/EffectsPresenter.cs U MPfm/branches/current/MPfm.MVP/Presenters/Interfaces/IEffectsPresenter.cs U MPfm/branches/current/MPfm.MVP/Presenters/PlayerPresenter.cs U MPfm/branches/current/MPfm.MVP/Views/IEffectsView.cs U MPfm/branches/current/MPfm.Mac/Info.plist U MPfm/branches/current/MPfm.Mac/Windows/Controllers/EffectsWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/EffectsWindow.designer.cs U MPfm/branches/current/MPfm.Mac/Windows/XIB/EffectsWindow.xib U MPfm/branches/current/MPfm.Player/Player.cs |
(0000847) svn (developer) 2012-09-21 23:50 |
The user animal has checked in files related to this issue (revision 624). Comment: More font adjustments throughout the application. Final UI adjustements for the Effects window. Fully done now! Moved tango icons to subdirectory. Added famfamfam icons. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/Objects/ImageResources.cs U MPfm/branches/current/MPfm.Mac/Objects/LibraryBrowserOutlineViewDelegate.cs D MPfm/branches/current/MPfm.Mac/Resources/16x16/accessories-text-editor.png D MPfm/branches/current/MPfm.Mac/Resources/16x16/cd.png D MPfm/branches/current/MPfm.Mac/Resources/16x16/database.png D MPfm/branches/current/MPfm.Mac/Resources/16x16/document-new.png D MPfm/branches/current/MPfm.Mac/Resources/16x16/document-save-as.png D MPfm/branches/current/MPfm.Mac/Resources/16x16/document-save.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/fam/ A MPfm/branches/current/MPfm.Mac/Resources/16x16/fam/cancel.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/fam/delete.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/fam/exclamation.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/fam/information.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/fam/shape_align_middle.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/fam/tick.png D MPfm/branches/current/MPfm.Mac/Resources/16x16/go-last.png D MPfm/branches/current/MPfm.Mac/Resources/16x16/group.png D MPfm/branches/current/MPfm.Mac/Resources/16x16/list-add.png D MPfm/branches/current/MPfm.Mac/Resources/16x16/list-remove.png D MPfm/branches/current/MPfm.Mac/Resources/16x16/media-playback-start.png D MPfm/branches/current/MPfm.Mac/Resources/16x16/media-playback-stop.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/tango/ A MPfm/branches/current/MPfm.Mac/Resources/16x16/tango/accessories-text-editor.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/tango/cd.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/tango/database.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/tango/document-new.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/tango/document-save-as.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/tango/document-save.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/tango/emblem-important.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/tango/go-last.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/tango/group.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/tango/list-add.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/tango/list-remove.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/tango/media-playback-start.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/tango/media-playback-stop.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/tango/user.png D MPfm/branches/current/MPfm.Mac/Resources/16x16/user.png D MPfm/branches/current/MPfm.Mac/Resources/32x32/audio-x-generic.png D MPfm/branches/current/MPfm.Mac/Resources/32x32/document-new.png D MPfm/branches/current/MPfm.Mac/Resources/32x32/document-open.png D MPfm/branches/current/MPfm.Mac/Resources/32x32/document-save-as.png D MPfm/branches/current/MPfm.Mac/Resources/32x32/document-save.png D MPfm/branches/current/MPfm.Mac/Resources/32x32/drive-harddisk.png D MPfm/branches/current/MPfm.Mac/Resources/32x32/media-playback-pause.png D MPfm/branches/current/MPfm.Mac/Resources/32x32/media-playback-start.png D MPfm/branches/current/MPfm.Mac/Resources/32x32/media-playback-stop.png D MPfm/branches/current/MPfm.Mac/Resources/32x32/media-skip-backward.png D MPfm/branches/current/MPfm.Mac/Resources/32x32/media-skip-forward.png D MPfm/branches/current/MPfm.Mac/Resources/32x32/preferences-desktop.png D MPfm/branches/current/MPfm.Mac/Resources/32x32/preferences-system.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/tango/ A MPfm/branches/current/MPfm.Mac/Resources/32x32/tango/audio-x-generic.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/tango/document-new.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/tango/document-open.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/tango/document-save-as.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/tango/document-save.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/tango/drive-harddisk.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/tango/media-playback-pause.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/tango/media-playback-start.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/tango/media-playback-stop.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/tango/media-skip-backward.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/tango/media-skip-forward.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/tango/preferences-desktop.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/tango/preferences-system.png A MPfm/branches/current/MPfm.Mac/Resources/32x32/tango/view-refresh.png D MPfm/branches/current/MPfm.Mac/Resources/32x32/view-refresh.png U MPfm/branches/current/MPfm.Mac/Windows/Controllers/EffectsWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/MainWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/SplashWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/EffectsWindow.designer.cs U MPfm/branches/current/MPfm.Mac/Windows/XIB/EffectsWindow.xib |
(0000848) svn (developer) 2012-09-22 17:03 |
The user animal has checked in files related to this issue (revision 625). Comment: Added new Pitch Shifting panel to OS X. Readjusted all panels. Updated the Time Shifting panel with more options. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/Objects/ImageResources.cs A MPfm/branches/current/MPfm.Mac/Resources/16x16/fam/time.png U MPfm/branches/current/MPfm.Mac/Windows/Controllers/EffectsWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/MainWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/MainWindow.designer.cs U MPfm/branches/current/MPfm.Mac/Windows/XIB/MainWindow.xib |
(0000849) svn (developer) 2012-09-22 17:20 |
The user animal has checked in files related to this issue (revision 626). Comment: Renamed all image resources with size. Replaced some icons by famfamfam icons. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/Objects/ImageResources.cs U MPfm/branches/current/MPfm.Mac/Objects/LibraryBrowserOutlineViewDelegate.cs A MPfm/branches/current/MPfm.Mac/Resources/16x16/fam/accept.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/fam/add.png A MPfm/branches/current/MPfm.Mac/Resources/16x16/fam/pencil.png U MPfm/branches/current/MPfm.Mac/Windows/Controllers/EffectsWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/MainWindowController.cs |
(0000850) svn (developer) 2012-10-02 17:53 |
The user animal has checked in files related to this issue (revision 627). Comment: Finished rendering for MPfmIsPlayingTableCellView. Now using Core Animation for rotation. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/Controls/MPfmIsPlayingTableCellView.cs U MPfm/branches/current/MPfm.Mac/Objects/SongBrowserSource.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/MainWindowController.cs |
(0000851) svn (developer) 2012-10-02 18:52 |
The user animal has checked in files related to this issue (revision 628). Comment: Adjusted UI positing in MainWindow. Removed AddEQ/RemoveEQ for now in the player because it just doesn't work properly on Mac. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.Mac/Controls/MPfmTableRowView.cs U MPfm/branches/current/MPfm.Mac/Objects/SongBrowserSource.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/MainWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/XIB/MainWindow.xib U MPfm/branches/current/MPfm.Player/Player.cs |
(0000862) svn (developer) 2012-11-30 21:16 |
The user animal has checked in files related to this issue (revision 640). Comment: Mac: Added InvokeOnMainThread on all methods of IBaseView on MainWindowController. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.MVP/Services/InitializationService.cs U MPfm/branches/current/MPfm.Mac/AssemblyInfo.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/MainWindowController.cs |
(0000867) svn (developer) 2012-12-03 19:53 |
The user animal has checked in files related to this issue (revision 644). Comment: Mac: Added MacNavigationManager. Mac: Added BaseWindowController; all window controllers now inherit from this base class. Mac: The application now seems to boot correctly after introducing the NavigationManager. Related to issue 0000381 and issue 0000404. Files modified: U MPfm/branches/current/MPfm.MVP/Presenters/SplashPresenter.cs U MPfm/branches/current/MPfm.Mac/AppDelegate.cs A MPfm/branches/current/MPfm.Mac/Classes/ A MPfm/branches/current/MPfm.Mac/Classes/MacNavigationManager.cs U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj A MPfm/branches/current/MPfm.Mac/Windows/Controllers/BaseWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/EditLoopWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/EditMarkerWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/EffectsWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/MainWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/PlaylistWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/PreferencesWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/SplashWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/UpdateLibraryWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/UpdateLibraryWindow.cs |
(0000876) svn (developer) 2012-12-03 21:16 |
The user animal has checked in files related to this issue (revision 646). Comment: Mac: The MainWindowController is now disconnected from IPlayerPresenter, ILibraryBrowserPresenter and ISongBrowserPresenter. Mac: Updated Delegate/DataSource classes with Action/Func instead of creating a depedency to a presenter. Related to issue 0000381. Files modified: U MPfm/branches/current/MPfm.MVP/Presenters/LibraryBrowserPresenter.cs U MPfm/branches/current/MPfm.MVP/Views/ILibraryBrowserView.cs U MPfm/branches/current/MPfm.MVP/Views/IPlayerView.cs U MPfm/branches/current/MPfm.Mac/Objects/LibraryBrowserDataSource.cs U MPfm/branches/current/MPfm.Mac/Objects/LibraryBrowserOutlineViewDelegate.cs U MPfm/branches/current/MPfm.Mac/Objects/SongBrowserTableViewDelegate.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/BaseWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/MainWindowController.cs |
(0000877) svn (developer) 2012-12-03 21:59 |
The user animal has checked in files related to this issue (revision 647). Comment: Mac: Readded splash/main window fade in/out. Mac: BaseWindowController now manages view destruction and view show/hide correctly. Mac: Added MPfmWindowDelegate to manage window close events. NavigationManager: Now handling main and splash view destroy. Related to issue 0000381 and issue 0000404. Files modified: U MPfm/branches/current/MPfm.MVP/NavigationManager.cs U MPfm/branches/current/MPfm.MVP/Views/IBaseView.cs U MPfm/branches/current/MPfm.Mac/AppDelegate.cs A MPfm/branches/current/MPfm.Mac/Classes/MPfmWindowDelegate.cs U MPfm/branches/current/MPfm.Mac/MPfm.Mac.csproj U MPfm/branches/current/MPfm.Mac/Windows/Controllers/BaseWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/MainWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/PreferencesWindowController.cs U MPfm/branches/current/MPfm.Mac/Windows/Controllers/SplashWindowController.cs |
Related Changesets | |||
GitHub - ycastonguay/MPfm: master 5965d2ef
Timestamp: 2013-04-11 18:50:48 Author: ycastonguay [ Details ] [ Diff ] |
Mac: Updated MVP implementation after changes in iOS. Updated BASS.NET assembly for Mac/Linux/Windows. Related to issue 0000381. |
||
mod - MPfm/MPfm.Mac/AppDelegate.cs | [ 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.Player/MPfm.Player.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Player/Player.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/AudioFiles/AudioFile.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassNetWrapper/ASIO/ASIOInfo.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassNetWrapper/ASIO/BaseASIO.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassNetWrapper/DeviceHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassNetWrapper/TestDevice.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/BassNetWrapper/WASAPI/BaseWASAPI.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Sound/MPfm.Sound.csproj | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 1de35020
Timestamp: 2013-08-11 10:43:49 Author: ycastonguay [ Details ] [ Diff ] |
Mac: Updated project with latest changes. Added SyncMenu and SyncDownload windows with controls but without connecting the presenters yet. Related to issue 0000381. |
||
rm - MPfm/MPfm.Android/Resources/drawable/button_selector.xml | [ Diff ] [ File ] | ||
rm - MPfm/MPfm.Android/Resources/drawable/list_selector.xml | [ 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/LibraryPreferencesPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/SyncPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IDesktopPreferencesView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/Delegates/AppDelegate.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/MPfm.Mac.csproj | [ 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 ] | ||
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 ] | ||
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 ] | ||
add - MPfm/MPfm.Sound/MyBassNetKey.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 595448e2
Timestamp: 2013-08-11 11:11:05 Author: ycastonguay [ Details ] [ Diff ] |
Mac: Merged Play/Pause/Stop button. Related to issue 0000311 and 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 ] | ||
GitHub - ycastonguay/MPfm: master f5648552
Timestamp: 2013-08-12 22:22:03 Author: ycastonguay [ Details ] [ Diff ] |
Mac: Fixed visible centering/sizing before windows were visible. Started implementing SyncMenu view. Related to issue 0000381. |
||
mod - MPfm/MPfm.MVP/Presenters/SyncMenuPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/SyncMenuWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/SyncWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/SyncMenuWindow.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/PreferencesWindow.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/SplashWindow.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/SyncDownloadWindow.xib | [ Diff ] [ File ] | ||
mod - 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 ] | ||
GitHub - ycastonguay/MPfm: master a116e33e
Timestamp: 2013-08-15 22:11:04 Author: ycastonguay [ Details ] [ Diff ] |
Mac: Fixed bugs in refreshing/cancelling in Sync. SyncMenu now has a partially working view-based NSOutlineView. Added new button icons, now supporting Retina displays. Related to issue 0000381. |
||
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_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_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 ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/SyncMenuWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/SyncWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/SyncMenuWindow.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/SyncWindow.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 1901025a
Timestamp: 2013-08-15 23:15:08 Author: ycastonguay [ Details ] [ Diff ] |
Mac: Fixed layout bugs in Sync. More work on the SyncMenu implementation. Related to issue 0000381. |
||
mod - MPfm/MPfm.Mac/Classes/Delegates/LibraryBrowserOutlineViewDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/SyncMenuWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/SyncWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/SyncMenuWindow.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/SyncWindow.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 2fea9abc
Timestamp: 2013-08-16 01:22:22 Author: ycastonguay [ Details ] [ Diff ] |
Mac: Added table view for selection with add/remove/add all/remove all buttons in SyncMenu; works really great. Fixed bug with upside down image rendering in MPfmButton. Fixed more layout bugs in Sync. Related to issue 0000381. |
||
mod - MPfm/MPfm.MVP/Presenters/SyncMenuPresenter.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/Windows/Controllers/SyncMenuWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/SyncWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/SyncMenuWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/SyncMenuWindow.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/SyncWindow.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 1a2696c5
Timestamp: 2013-08-16 02:13:02 Author: ycastonguay [ Details ] [ Diff ] |
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. Related to issue 0000381. |
||
mod - MPfm/MPfm.Mac/Classes/Helpers/CocoaHelper.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/Objects/ImageResources.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_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_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/MainWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/SyncDownloadWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/SyncMenuWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/SyncWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/SyncDownloadWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/SyncMenuWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/SyncDownloadWindow.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/SyncMenuWindow.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/SyncWindow.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 4b0b6388
Timestamp: 2013-08-16 04:12:21 Author: ycastonguay [ Details ] [ Diff ] |
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. Related to issue 0000381. |
||
mod - MPfm/MPfm.MVP/Presenters/SyncMenuPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/ISyncMenuView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/MacSyncDeviceSpecifications.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/Objects/ImageResources.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/MPfm.Mac.csproj | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_song.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_song@2x.png | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/SyncMenuWindowController.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 17880a0e
Timestamp: 2013-08-16 05:26:37 Author: ycastonguay [ Details ] [ Diff ] |
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! Related to issue 0000381. |
||
mod - MPfm/MPfm.Library/Objects/SyncClientDownloadAudioFileProgressEntity.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/MacSyncDeviceSpecifications.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/SyncDownloadWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/SyncDownloadWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/SyncDownloadWindow.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/SyncMenuWindow.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 50c1e202
Timestamp: 2013-08-17 14:49:53 Author: ycastonguay [ Details ] [ Diff ] |
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. Related to issue 0000381. |
||
mod - MPfm/MPfm.MVP/MPfm.MVP.csproj | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Navigation/NavigationManager.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/EqualizerPresetsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Presenters/MainPresenter.cs | [ Diff ] [ File ] | ||
add - MPfm/MPfm.MVP/Views/IDesktopEffectsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IDesktopPreferencesView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/Delegates/AppDelegate.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/EffectsWindowController.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/SyncMenuWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/EffectsWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/EffectsWindow.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 0ec1875b
Timestamp: 2013-08-17 18:27:38 Author: ycastonguay [ Details ] [ Diff ] |
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. Related to issue 0000381. |
||
mod - MPfm/MPfm.MVP/Presenters/EqualizerPresetDetailsPresenter.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.MVP/Views/IEqualizerPresetDetailsView.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Classes/Helpers/CocoaHelper.cs | [ 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/SyncDownloadWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/SyncMenuWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/SyncWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/EffectsWindow.designer.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/EffectsWindow.xib | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/XIB/PlaylistWindow.xib | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 5a57ac9f
Timestamp: 2013-08-17 18:40:23 Author: ycastonguay [ Details ] [ Diff ] |
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! Related to issue 0000381. |
||
mod - MPfm/MPfm.Mac/Classes/Delegates/LibraryBrowserDataSource.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/MainWindowController.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master 173cbd2f
Timestamp: 2013-08-17 19:43:48 Author: ycastonguay [ Details ] [ Diff ] |
Mac: Added new icons for buttons. Related to issue 0000381. |
||
mod - MPfm/MPfm.Mac/Classes/Objects/ImageResources.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/MPfm.Mac.csproj | [ 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_delete.png | [ Diff ] [ File ] | ||
add - MPfm/MPfm.Mac/Resources/icon_button_delete@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 ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/EffectsWindowController.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: 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 ] | ||
GitHub - ycastonguay/MPfm: 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 ] | ||
GitHub - ycastonguay/MPfm: 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 ] | ||
GitHub - ycastonguay/MPfm: 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 ] | ||
GitHub - ycastonguay/MPfm: master be634dba
Timestamp: 2013-08-25 20:47:39 Author: ycastonguay [ Details ] [ Diff ] |
Mac: Updated project after changes on other platforms. Added search functionality to Song Browser. Related to issue 0000381. |
||
mod - MPfm/MPfm.Mac/Windows/Controllers/MainWindowController.cs | [ Diff ] [ File ] | ||
mod - MPfm/MPfm.Mac/Windows/Controllers/UpdateLibraryWindowController.cs | [ Diff ] [ File ] | ||
GitHub - ycastonguay/MPfm: master b0ffe6e5
Timestamp: 2013-10-10 18:01:37 Author: ycastonguay [ Details ] [ Diff ] |
Mac: Added new tabs (Time/Pitch/Info/Actions) with subcontrols and inlets/actions in MainWindow.xml Updated project after changes on other platforms. 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 ] | ||
GitHub - ycastonguay/MPfm: master 52bd1d27
Timestamp: 2013-10-10 18:39:20 Author: ycastonguay [ Details ] [ Diff ] |
Mac: Added missing outlets/actions for MainWindow.xib and fixed UI bugs. Now opening default browser to search for guitar tabs/bass tabs/lyrics. Related to issue 0000381. |
||
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 ] | ||
Issue History | |||
Date Modified | Username | Field | Change |
2012-06-09 14:18 | ycastonguay | New Issue | |
2012-06-09 14:18 | ycastonguay | Status | new => assigned |
2012-06-09 14:18 | ycastonguay | Assigned To | => ycastonguay |
2012-06-09 14:18 | ycastonguay | Relationship added | child of 0000302 |
2012-06-09 14:20 | ycastonguay | Issue cloned | 0000382 |
2012-06-09 14:21 | ycastonguay | Summary | Implement the MVP pattern in MonoMac => Implement the MVP pattern in MonoMac (Mac OS X 10.6+) |
2012-06-09 14:29 | svn | Checkin | |
2012-06-09 14:29 | svn | Note Added: 0000754 | |
2012-06-09 14:57 | ycastonguay | Issue cloned | 0000383 |
2012-06-09 14:59 | ycastonguay | Relationship added | related to 0000383 |
2012-06-09 15:00 | ycastonguay | Relationship added | related to 0000382 |
2012-06-09 15:02 | ycastonguay | Summary | Implement the MVP pattern in MonoMac (Mac OS X 10.6+) => Implement the MPfm.MVP views in MonoMac (Mac OS X 10.6+) |
2012-06-09 15:02 | ycastonguay | Description Updated | View Revisions |
2012-06-09 15:28 | svn | Checkin | |
2012-06-09 15:28 | svn | Note Added: 0000756 | |
2012-06-09 19:26 | svn | Checkin | |
2012-06-09 19:26 | svn | Note Added: 0000757 | |
2012-06-09 20:12 | svn | Checkin | |
2012-06-09 20:12 | svn | Note Added: 0000758 | |
2012-06-09 20:37 | svn | Checkin | |
2012-06-09 20:37 | svn | Note Added: 0000759 | |
2012-06-09 23:43 | svn | Checkin | |
2012-06-09 23:43 | svn | Note Added: 0000760 | |
2012-06-10 01:16 | svn | Checkin | |
2012-06-10 01:16 | svn | Note Added: 0000761 | |
2012-06-10 03:28 | svn | Checkin | |
2012-06-10 03:28 | svn | Note Added: 0000762 | |
2012-06-10 15:49 | svn | Checkin | |
2012-06-10 15:49 | svn | Note Added: 0000763 | |
2012-06-10 16:30 | svn | Checkin | |
2012-06-10 16:30 | svn | Note Added: 0000764 | |
2012-06-11 17:04 | svn | Checkin | |
2012-06-11 17:04 | svn | Note Added: 0000765 | |
2012-06-11 19:46 | svn | Checkin | |
2012-06-11 19:46 | svn | Note Added: 0000767 | |
2012-06-11 20:59 | svn | Checkin | |
2012-06-11 20:59 | svn | Note Added: 0000768 | |
2012-06-12 17:49 | svn | Checkin | |
2012-06-12 17:49 | svn | Note Added: 0000769 | |
2012-06-12 19:21 | svn | Checkin | |
2012-06-12 19:21 | svn | Note Added: 0000770 | |
2012-06-18 19:29 | svn | Checkin | |
2012-06-18 19:29 | svn | Note Added: 0000776 | |
2012-06-19 18:57 | svn | Checkin | |
2012-06-19 18:57 | svn | Note Added: 0000778 | |
2012-06-19 19:09 | svn | Checkin | |
2012-06-19 19:09 | svn | Note Added: 0000779 | |
2012-06-19 19:21 | svn | Checkin | |
2012-06-19 19:21 | svn | Note Added: 0000780 | |
2012-07-01 15:36 | svn | Checkin | |
2012-07-01 15:36 | svn | Note Added: 0000795 | |
2012-07-01 15:49 | svn | Checkin | |
2012-07-01 15:49 | svn | Note Added: 0000796 | |
2012-07-01 16:19 | svn | Checkin | |
2012-07-01 16:19 | svn | Note Added: 0000797 | |
2012-07-01 16:34 | svn | Checkin | |
2012-07-01 16:34 | svn | Note Added: 0000798 | |
2012-07-01 17:15 | svn | Checkin | |
2012-07-01 17:15 | svn | Note Added: 0000799 | |
2012-07-01 17:32 | svn | Checkin | |
2012-07-01 17:32 | svn | Note Added: 0000800 | |
2012-07-02 13:10 | svn | Checkin | |
2012-07-02 13:10 | svn | Note Added: 0000804 | |
2012-07-02 19:06 | svn | Checkin | |
2012-07-02 19:06 | svn | Note Added: 0000805 | |
2012-07-02 19:12 | svn | Checkin | |
2012-07-02 19:12 | svn | Note Added: 0000806 | |
2012-08-21 17:51 | svn | Checkin | |
2012-08-21 17:51 | svn | Note Added: 0000809 | |
2012-08-21 18:56 | svn | Checkin | |
2012-08-21 18:56 | svn | Note Added: 0000810 | |
2012-08-22 15:12 | svn | Checkin | |
2012-08-22 15:12 | svn | Note Added: 0000811 | |
2012-08-22 17:57 | svn | Checkin | |
2012-08-22 17:57 | svn | Note Added: 0000812 | |
2012-08-22 20:45 | svn | Checkin | |
2012-08-22 20:45 | svn | Note Added: 0000813 | |
2012-08-22 21:19 | svn | Checkin | |
2012-08-22 21:19 | svn | Note Added: 0000814 | |
2012-08-23 02:02 | svn | Checkin | |
2012-08-23 02:02 | svn | Note Added: 0000815 | |
2012-08-25 20:22 | svn | Checkin | |
2012-08-25 20:22 | svn | Note Added: 0000816 | |
2012-08-25 22:59 | svn | Checkin | |
2012-08-25 22:59 | svn | Note Added: 0000817 | |
2012-08-26 14:38 | svn | Checkin | |
2012-08-26 14:38 | svn | Note Added: 0000818 | |
2012-08-26 16:35 | svn | Checkin | |
2012-08-26 16:35 | svn | Note Added: 0000819 | |
2012-08-26 22:20 | svn | Checkin | |
2012-08-26 22:20 | svn | Note Added: 0000820 | |
2012-08-28 19:46 | svn | Checkin | |
2012-08-28 19:46 | svn | Note Added: 0000821 | |
2012-08-28 23:01 | svn | Checkin | |
2012-08-28 23:01 | svn | Note Added: 0000822 | |
2012-08-29 19:37 | svn | Checkin | |
2012-08-29 19:37 | svn | Note Added: 0000823 | |
2012-09-03 11:37 | svn | Checkin | |
2012-09-03 11:37 | svn | Note Added: 0000824 | |
2012-09-10 19:57 | svn | Checkin | |
2012-09-10 19:57 | svn | Note Added: 0000825 | |
2012-09-11 19:38 | svn | Checkin | |
2012-09-11 19:38 | svn | Note Added: 0000826 | |
2012-09-15 12:49 | svn | Checkin | |
2012-09-15 12:49 | svn | Note Added: 0000827 | |
2012-09-15 13:18 | svn | Checkin | |
2012-09-15 13:18 | svn | Note Added: 0000828 | |
2012-09-16 16:46 | svn | Checkin | |
2012-09-16 16:46 | svn | Note Added: 0000829 | |
2012-09-17 18:53 | svn | Checkin | |
2012-09-17 18:53 | svn | Note Added: 0000830 | |
2012-09-21 18:00 | svn | Checkin | |
2012-09-21 18:00 | svn | Note Added: 0000832 | |
2012-09-21 18:14 | svn | Checkin | |
2012-09-21 18:14 | svn | Note Added: 0000835 | |
2012-09-21 18:22 | svn | Checkin | |
2012-09-21 18:22 | svn | Note Added: 0000838 | |
2012-09-21 20:57 | svn | Checkin | |
2012-09-21 20:57 | svn | Note Added: 0000841 | |
2012-09-21 21:48 | svn | Checkin | |
2012-09-21 21:48 | svn | Note Added: 0000842 | |
2012-09-21 23:06 | svn | Checkin | |
2012-09-21 23:06 | svn | Note Added: 0000845 | |
2012-09-21 23:50 | svn | Checkin | |
2012-09-21 23:50 | svn | Note Added: 0000847 | |
2012-09-22 17:03 | svn | Checkin | |
2012-09-22 17:03 | svn | Note Added: 0000848 | |
2012-09-22 17:20 | svn | Checkin | |
2012-09-22 17:20 | svn | Note Added: 0000849 | |
2012-10-02 17:53 | svn | Checkin | |
2012-10-02 17:53 | svn | Note Added: 0000850 | |
2012-10-02 18:52 | svn | Checkin | |
2012-10-02 18:52 | svn | Note Added: 0000851 | |
2012-11-30 21:16 | svn | Checkin | |
2012-11-30 21:16 | svn | Note Added: 0000862 | |
2012-12-03 19:53 | svn | Checkin | |
2012-12-03 19:53 | svn | Note Added: 0000867 | |
2012-12-03 21:16 | svn | Checkin | |
2012-12-03 21:16 | svn | Note Added: 0000876 | |
2012-12-03 21:59 | svn | Checkin | |
2012-12-03 21:59 | svn | Note Added: 0000877 | |
2013-04-11 18:51 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 5965d2ef |
2013-08-11 10:44 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 1de35020 |
2013-08-11 11:11 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 595448e2 |
2013-08-12 22:22 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master f5648552 |
2013-08-15 22:11 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master a116e33e |
2013-08-15 23:15 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 1901025a |
2013-08-16 01:23 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 2fea9abc |
2013-08-16 02:13 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 1a2696c5 |
2013-08-16 04:12 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 4b0b6388 |
2013-08-16 05:26 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 17880a0e |
2013-08-17 14:50 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 50c1e202 |
2013-08-17 18:27 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 0ec1875b |
2013-08-17 18:40 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 5a57ac9f |
2013-08-17 19:43 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 173cbd2f |
2013-08-17 21:28 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master c62da082 |
2013-08-18 20:26 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master b07731e2 |
2013-08-19 18:32 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 9a62bf68 |
2013-08-22 19:33 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 483f58e6 |
2013-08-25 20:47 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master be634dba |
2013-10-10 18:01 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master b0ffe6e5 |
2013-10-10 18:39 | ycastonguay | Changeset attached | => GitHub - ycastonguay/MPfm master 52bd1d27 |
Copyright © 2000 - 2011 MantisBT Group |