MantisBT - MPfm
View Issue Details
0000228MPfmUI | Windows | Playlistpublic2012-01-01 08:212012-01-01 22:27
ycastonguay 
ycastonguay 
normalfeatureN/A
resolvedfixed 
 
0.5.1.00.5.1.0 
0000228: Add a background worker for loading playlist files
Add a background worker for loading playlist files. It must be cancellable by the user. Display the progress in a small modal window. For an example, check Foobar.
No tags attached.
Issue History
2012-01-01 08:21ycastonguayNew Issue
2012-01-01 08:21ycastonguayStatusnew => assigned
2012-01-01 08:21ycastonguayAssigned To => ycastonguay
2012-01-01 22:10ycastonguaySummaryAdd a background thread for loading playlist files => Add a background worker for loading playlist files
2012-01-01 22:10ycastonguayDescription Updatedbug_revision_view_page.php?rev_id=88#r88
2012-01-01 22:12svnCheckin
2012-01-01 22:12svnNote Added: 0000322
2012-01-01 22:27ycastonguayStatusassigned => resolved
2012-01-01 22:27ycastonguayFixed in Version => 0.5.1.0
2012-01-01 22:27ycastonguayResolutionopen => fixed
2012-04-17 19:10ycastonguayCategoryPlaylist => Window - Playlist
2012-04-21 09:59ycastonguayCategoryWindow - Playlist => UI - Windows - Playlist
2012-04-22 10:10ycastonguayCategoryUI - Windows - Playlist => UI | Windows | Playlist

Notes
(0000322)
svn   
2012-01-01 22:12   
The user admin has checked in files related to this issue (revision 229).

Comment:
MPfm 0.5.0.5
- MPfm.Core: Added method to convert a DateTime to Unix timestamp
- Added the LoadPlaylist window which displays playlist loading progress.
- Added a background worker to load playlists.
- Minor bug fixes to the SongGridView control.

Related to issue 0000228.

Files modified:
U MPfm/branches/current/MPfm/MPfm.csproj
A MPfm/branches/current/MPfm/Other Screens/frmLoadPlaylist.Designer.cs
A MPfm/branches/current/MPfm/Other Screens/frmLoadPlaylist.cs
A MPfm/branches/current/MPfm/Other Screens/frmLoadPlaylist.resx
U MPfm/branches/current/MPfm/Other Screens/frmPlaylist.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmPlaylist.cs
U MPfm/branches/current/MPfm/Other Screens/frmPlaylist.resx
U MPfm/branches/current/MPfm.Core/Conversion.cs
U MPfm/branches/current/MPfm.Sound/Playlists/Playlist.cs
U MPfm/branches/current/MPfm.Sound/Playlists/PlaylistTools.cs
U MPfm/branches/current/MPfm.WindowsControls/Library/SongGridView.cs