Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000221MPfmUI | Custom Controls | Windows (WinForms) | Embedded Fontspublic2011-12-26 10:352011-12-27 11:22
Reporterycastonguay 
Assigned Toycastonguay 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version0.5.1.0Fixed in Version0.5.1.0 
Summary0000221: Refactor the CustomFont class (make it editable in a property grid for themes)
DescriptionThis 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.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000279)
svn (developer)
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 (developer)
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 (developer)
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 (developer)
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 (developer)
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 (developer)
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 (developer)
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 (developer)
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


- Issue History
Date Modified Username Field Change
2011-12-26 10:35 ycastonguay New Issue
2011-12-26 10:35 ycastonguay Status new => assigned
2011-12-26 10:35 ycastonguay Assigned To => ycastonguay
2011-12-26 10:45 svn Checkin
2011-12-26 10:45 svn Note Added: 0000279
2011-12-26 11:10 svn Checkin
2011-12-26 11:10 svn Note Added: 0000280
2011-12-26 11:46 svn Checkin
2011-12-26 11:46 svn Note Added: 0000282
2011-12-27 09:25 svn Checkin
2011-12-27 09:25 svn Note Added: 0000284
2011-12-27 10:05 svn Checkin
2011-12-27 10:05 svn Note Added: 0000285
2011-12-27 10:46 svn Checkin
2011-12-27 10:46 svn Note Added: 0000286
2011-12-27 11:02 svn Checkin
2011-12-27 11:02 svn Note Added: 0000287
2011-12-27 11:20 svn Checkin
2011-12-27 11:20 svn Note Added: 0000288
2011-12-27 11:22 ycastonguay Status assigned => resolved
2011-12-27 11:22 ycastonguay Fixed in Version => 0.5.1.0
2011-12-27 11:22 ycastonguay Resolution open => fixed
2012-04-17 19:11 ycastonguay Category Fonts => Windows Controls - Fonts
2012-04-22 10:10 ycastonguay Category Windows Controls - Fonts => Windows Controls | Fonts
2012-04-24 20:59 ycastonguay Category Windows Controls | Fonts => UI | Windows | Custom Controls | Fonts
2012-04-24 21:00 ycastonguay Category UI | Windows | Custom Controls | Fonts => UI | Custom Controls | Windows | Embedded Fonts
2012-04-24 21:01 ycastonguay Category UI | Custom Controls | Windows | Embedded Fonts => UI | Custom Controls | Windows (WinForms) | Embedded Fonts


Copyright © 2000 - 2011 MantisBT Group
Powered by Mantis Bugtracker