MantisBT - MPfm
View Issue Details
0000221MPfmUI | Custom Controls | Windows (WinForms) | Embedded Fontspublic2011-12-26 10:352011-12-27 11:22
ycastonguay 
ycastonguay 
normalfeatureN/A
resolvedfixed 
 
0.5.1.00.5.1.0 
0000221: Refactor the CustomFont class (make it editable in a property grid for themes)
This will mean resetting all the default values in the software... but it will be awesome.

Add a custom property grid editor for the custom font.
No tags attached.
Issue History
2011-12-26 10:35ycastonguayNew Issue
2011-12-26 10:35ycastonguayStatusnew => assigned
2011-12-26 10:35ycastonguayAssigned To => ycastonguay
2011-12-26 10:45svnCheckin
2011-12-26 10:45svnNote Added: 0000279
2011-12-26 11:10svnCheckin
2011-12-26 11:10svnNote Added: 0000280
2011-12-26 11:46svnCheckin
2011-12-26 11:46svnNote Added: 0000282
2011-12-27 09:25svnCheckin
2011-12-27 09:25svnNote Added: 0000284
2011-12-27 10:05svnCheckin
2011-12-27 10:05svnNote Added: 0000285
2011-12-27 10:46svnCheckin
2011-12-27 10:46svnNote Added: 0000286
2011-12-27 11:02svnCheckin
2011-12-27 11:02svnNote Added: 0000287
2011-12-27 11:20svnCheckin
2011-12-27 11:20svnNote Added: 0000288
2011-12-27 11:22ycastonguayStatusassigned => resolved
2011-12-27 11:22ycastonguayFixed in Version => 0.5.1.0
2011-12-27 11:22ycastonguayResolutionopen => fixed
2012-04-17 19:11ycastonguayCategoryFonts => Windows Controls - Fonts
2012-04-22 10:10ycastonguayCategoryWindows Controls - Fonts => Windows Controls | Fonts
2012-04-24 20:59ycastonguayCategoryWindows Controls | Fonts => UI | Windows | Custom Controls | Fonts
2012-04-24 21:00ycastonguayCategoryUI | Windows | Custom Controls | Fonts => UI | Custom Controls | Windows | Embedded Fonts
2012-04-24 21:01ycastonguayCategoryUI | Custom Controls | Windows | Embedded Fonts => UI | Custom Controls | Windows (WinForms) | Embedded Fonts

Notes
(0000279)
svn   
2011-12-26 10:45   
The user admin has checked in files related to this issue (revision 210).

Comment:
MPfm 0.5.0.5
- Finished refactoring the CustomFont class.
- Pretty much finished working on the custom property grid editor (Edit font).
- Changed the label control to use the new CustomFont class.
  This means most of MPfm needs to reset its font values (not done yet).

Related to issue 0000221.

Files modified:
U MPfm/branches/current/MPfm/Other Screens/frmAddEditLoop.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmAddEditMarker.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmEditSongMetadata.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmEffects.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmRenameSavePlaylist.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmSettings.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmSettings.cs
U MPfm/branches/current/MPfm/Other Screens/frmVisualizer.Designer.cs
U MPfm/branches/current/MPfm/frmFirstRun.Designer.cs
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmSplash.Designer.cs
U MPfm/branches/current/MPfm/frmUpdateLibraryStatus.Designer.cs
U MPfm/branches/current/MPfm.WindowsControls/Fonts/CustomFont.cs
U MPfm/branches/current/MPfm.WindowsControls/Fonts/CustomFontEditor.cs
U MPfm/branches/current/MPfm.WindowsControls/Fonts/CustomFontEditorForm.Designer.cs
U MPfm/branches/current/MPfm.WindowsControls/Fonts/CustomFontEditorForm.cs
U MPfm/branches/current/MPfm.WindowsControls/Fonts/EmbeddedFont.cs
U MPfm/branches/current/MPfm.WindowsControls/Fonts/EmbeddedFontCollection.cs
A MPfm/branches/current/MPfm.WindowsControls/Fonts/EmbeddedFontHelper.cs
U MPfm/branches/current/MPfm.WindowsControls/Labels/Label.cs
U MPfm/branches/current/MPfm.WindowsControls/Library/SongGridViewTheme.cs
U MPfm/branches/current/MPfm.WindowsControls/MPfm.WindowsControls.csproj
U MPfm/branches/current/MPfm.WindowsControls/Misc/Tools.cs
U MPfm/branches/current/TestControls/frmMain.Designer.cs

(0000280)
svn   
2011-12-26 11:10   
The user admin has checked in files related to this issue (revision 211).

Comment:
MPfm 0.5.0.5
- MPfm: Changed all labels in the MPfm forms (migration to new CustomFont class).

Related to issue 0000221.

Files modified:
U MPfm/branches/current/MPfm/Other Screens/frmAddEditLoop.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmAddEditMarker.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmEditSongMetadata.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmEffects.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmEffects.resx
U MPfm/branches/current/MPfm/Other Screens/frmRenameSavePlaylist.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmRenameSavePlaylist.resx
U MPfm/branches/current/MPfm/Other Screens/frmSettings.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmVisualizer.Designer.cs
U MPfm/branches/current/MPfm/frmFirstRun.Designer.cs
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.resx
U MPfm/branches/current/MPfm/frmSplash.Designer.cs
U MPfm/branches/current/MPfm/frmUpdateLibraryStatus.Designer.cs
U MPfm/branches/current/MPfm/frmUpdateLibraryStatus.resx

(0000282)
svn   
2011-12-26 11:46   
The user admin has checked in files related to this issue (revision 212).

Comment:
MPfm 0.5.0.5
- Custom font editor: misc bug fixes
- Changed SongGridView to use CustomFont, migration to Theme now complete.

Related to issue 0000211 and issue 0000221.

Files modified:
U MPfm/branches/current/MPfm/Other Screens/frmPlaylist.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmSettings.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmSettings.cs
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.resx
U MPfm/branches/current/MPfm.WindowsControls/Fonts/CustomFont.cs
U MPfm/branches/current/MPfm.WindowsControls/Fonts/CustomFontEditorForm.cs
U MPfm/branches/current/MPfm.WindowsControls/Library/SongGridView.cs
U MPfm/branches/current/MPfm.WindowsControls/Library/SongGridViewTheme.cs
U MPfm/branches/current/TestControls/frmMain.Designer.cs
U MPfm/branches/current/TestControls/frmMain.cs

(0000284)
svn   
2011-12-27 09:25   
The user admin has checked in files related to this issue (revision 216).

Comment:
MPfm 0.5.0.5
- Completed migration to new CustomFont for Label and LinkLabel classes.

Related to issue 0000221.

Files modified:
U MPfm/branches/current/MPfm/Other Screens/frmAddEditLoop.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmAddEditMarker.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmEditSongMetadata.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmEffects.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmRenameSavePlaylist.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmSettings.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmVisualizer.Designer.cs
U MPfm/branches/current/MPfm/frmFirstRun.Designer.cs
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.resx
U MPfm/branches/current/MPfm/frmSplash.Designer.cs
U MPfm/branches/current/MPfm/frmUpdateLibraryStatus.Designer.cs
U MPfm/branches/current/MPfm.WindowsControls/Fonts/CustomFontEditorForm.Designer.cs
U MPfm/branches/current/MPfm.WindowsControls/Labels/Label.cs
U MPfm/branches/current/MPfm.WindowsControls/Labels/LinkLabel.cs

(0000285)
svn   
2011-12-27 10:05   
The user admin has checked in files related to this issue (revision 217).

Comment:
MPfm 0.5.0.5
- Migrated Button to new CustomFont class.

Related to issue 0000221.

Files modified:
U MPfm/branches/current/MPfm/Other Screens/frmAddEditLoop.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmAddEditMarker.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmEditSongMetadata.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmEffects.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmPlaylist.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmPlaylist.resx
U MPfm/branches/current/MPfm/Other Screens/frmRenameSavePlaylist.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmSettings.Designer.cs
U MPfm/branches/current/MPfm/frmFirstRun.Designer.cs
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.resx
U MPfm/branches/current/MPfm/frmUpdateLibraryStatus.Designer.cs
U MPfm/branches/current/MPfm.WindowsControls/Buttons-Toolbars/Button.cs
U MPfm/branches/current/MPfm.WindowsControls/Fonts/CustomFont.cs
U MPfm/branches/current/MPfm.WindowsControls/Fonts/CustomFontEditorForm.cs
U MPfm/branches/current/MPfm.WindowsControls/Labels/Label.cs

(0000286)
svn   
2011-12-27 10:46   
The user admin has checked in files related to this issue (revision 219).

Comment:
MPfm 0.5.0.5
- Migrated Panel to new CustomFont class.

Related to issue 0000221.

Files modified:
U MPfm/branches/current/MPfm/Other Screens/frmAddEditLoop.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmAddEditMarker.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmEditSongMetadata.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmEffects.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmPlaylist.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmSettings.Designer.cs
U MPfm/branches/current/MPfm/frmFirstRun.Designer.cs
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.resx
U MPfm/branches/current/MPfm/frmUpdateLibraryStatus.Designer.cs
U MPfm/branches/current/MPfm.WindowsControls/Panel-Forms/Panel.cs

(0000287)
svn   
2011-12-27 11:02   
The user admin has checked in files related to this issue (revision 220).

Comment:
MPfm 0.5.0.5
- Migrated ListBox to new CustomFont class.

Related to issue 0000221.

Files modified:
U MPfm/branches/current/MPfm/Other Screens/frmSettings.Designer.cs
U MPfm/branches/current/MPfm/frmFirstRun.Designer.cs
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmSplash.Designer.cs
U MPfm/branches/current/MPfm/frmUpdateLibraryStatus.Designer.cs
U MPfm/branches/current/MPfm.WindowsControls/Buttons-Toolbars/Button.cs
A MPfm/branches/current/MPfm.WindowsControls/Lists/
A MPfm/branches/current/MPfm.WindowsControls/Lists/ListBox.cs
A MPfm/branches/current/MPfm.WindowsControls/Lists/ReorderListView.Designer.cs
A MPfm/branches/current/MPfm.WindowsControls/Lists/ReorderListView.cs
U MPfm/branches/current/MPfm.WindowsControls/MPfm.WindowsControls.csproj
D MPfm/branches/current/MPfm.WindowsControls/Misc/ListBox.cs
U MPfm/branches/current/MPfm.WindowsControls/Panel-Forms/Form.cs
U MPfm/branches/current/MPfm.WindowsControls/Panel-Forms/Panel.cs
D MPfm/branches/current/MPfm.WindowsControls/Views/

(0000288)
svn   
2011-12-27 11:20   
The user admin has checked in files related to this issue (revision 221).

Comment:
MPfm 0.5.0.5
- Finished migrating all controls to the new CustomFont class.

Related to issue 0000221.

Files modified:
U MPfm/branches/current/MPfm/Other Screens/frmAddEditLoop.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmAddEditMarker.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmEditSongMetadata.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmEffects.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmPlaylist.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmRenameSavePlaylist.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmSettings.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmVisualizer.Designer.cs
U MPfm/branches/current/MPfm/frmFirstRun.Designer.cs
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.resx
U MPfm/branches/current/MPfm/frmSplash.Designer.cs
U MPfm/branches/current/MPfm/frmUpdateLibraryStatus.Designer.cs
U MPfm/branches/current/MPfm.WindowsControls/Audio/OutputMeter.cs
U MPfm/branches/current/MPfm.WindowsControls/Audio/VolumeFader.cs
U MPfm/branches/current/MPfm.WindowsControls/Audio/WaveFormDisplay.cs
U MPfm/branches/current/MPfm.WindowsControls/Buttons-Toolbars/TrackBar.cs
D MPfm/branches/current/MPfm.WindowsControls/Fonts/FontCollection.cs
U MPfm/branches/current/MPfm.WindowsControls/Library/AlbumView.cs
U MPfm/branches/current/MPfm.WindowsControls/MPfm.WindowsControls.csproj
U MPfm/branches/current/MPfm.WindowsControls/Misc/HScrollBar.cs
U MPfm/branches/current/MPfm.WindowsControls/Misc/Tools.cs