Notes |
|
(0000143)
|
svn
|
2011-10-29 13:16
|
|
The user admin has checked in files related to this issue (revision 70).
Comment:
Updated the SongGridView control.
Added background worker to update the album art.
This makes scrolling a lot faster. There are still a few minor UI bugs (ex: flashing album art) but it is very usable now!
Related to issue 0000136.
Files modified:
U MPfm/branches/current/MPfm.WindowsControls/Library/SongGridView.cs
U MPfm/branches/current/TestControls/Form1.Designer.cs
U MPfm/branches/current/TestControls/Form1.cs
U MPfm/branches/current/TestControls/Form1.resx
|
|
|
(0000145)
|
svn
|
2011-10-29 14:05
|
|
The user admin has checked in files related to this issue (revision 72).
Comment:
SongGridView:
- Added SelectedItems property (uses LINQ to return the selected items in the Items property)
- Added ContextMenuStrip support, which works by right click on the grid, except for the first column (album art)
Related to issue 0000136.
Files modified:
U MPfm/branches/current/MPfm/Properties/AssemblyInfo.cs
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.resx
U MPfm/branches/current/MPfm.WindowsControls/Library/SongGridView.cs
D MPfm/branches/current/TestControls/Form1.Designer.cs
D MPfm/branches/current/TestControls/Form1.cs
D MPfm/branches/current/TestControls/Form1.resx
U MPfm/branches/current/TestControls/Program.cs
U MPfm/branches/current/TestControls/TestControls.csproj
A MPfm/branches/current/TestControls/frmMain.Designer.cs
A MPfm/branches/current/TestControls/frmMain.cs
A MPfm/branches/current/TestControls/frmMain.resx
|
|
|
(0000146)
|
svn
|
2011-10-29 16:42
|
|
The user admin has checked in files related to this issue (revision 73).
Comment:
MPfm 0.4.5.1
- Added the new song grid view into the main window. It has a few minor bugs, it needs to implement ColumnClick to make the column order.
However, it works really great so far, so why not put it and replace the original grid. Nice!
Related to issue 0000136.
Files modified:
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.cs
U MPfm/branches/current/MPfm/frmMain.resx
U MPfm/branches/current/MPfm.Sound/AudioFile.cs
U MPfm/branches/current/MPfm.WindowsControls/Library/SongGridView.cs
U MPfm/branches/current/MPfm.WindowsControls/Library/SongGridViewItems.cs
U MPfm/branches/current/TestControls/TestControls.csproj
U MPfm/branches/current/TestControls/frmMain.Designer.cs
U MPfm/branches/current/TestControls/frmMain.cs
|
|
|
|
There will be minor bug fixes down the road but it is now officially in the code base! |
|
|
(0000149)
|
svn
|
2011-10-30 05:42
|
|
The user admin has checked in files related to this issue (revision 75).
Comment:
MPfm 0.4.5.1 (final)
- Implemented orderby and orderbyascending in the Library SelectSong methods.
- The song grid view is now using the ColumnClick method to resubmit the ordered songs with ImportSongs.
Related to issue 0000136.
Files modified:
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.cs
U MPfm/branches/current/MPfm/frmMain.resx
U MPfm/branches/current/MPfm/frmSplash.Designer.cs
U MPfm/branches/current/MPfm.Library/Data/MPFM_EF.Designer.cs
U MPfm/branches/current/MPfm.Library/Data/MPFM_EF.edmx
U MPfm/branches/current/MPfm.Library/Library.cs
U MPfm/branches/current/MPfm.WindowsControls/Library/SongGridView.cs
|
|