MantisBT - MPfm
View Issue Details
0000219MPfmUI | Windows | Themespublic2011-12-26 00:102012-04-24 14:58
ycastonguay 
ycastonguay 
normalfeatureN/A
assignedopen 
 
0.7.4.0 
0000219: Add a Theme window
Add a theme editor with property grid and control previews.
No tags attached.
child of 0000307assigned ycastonguay Add themes (only for the Windows platform) 
Issue History
2011-12-26 00:10ycastonguayNew Issue
2011-12-26 00:10ycastonguayStatusnew => assigned
2011-12-26 00:10ycastonguayAssigned To => ycastonguay
2011-12-26 00:11svnCheckin
2011-12-26 00:11svnNote Added: 0000278
2011-12-30 16:34ycastonguayTarget Version0.5.1.0 => 0.5.1.1
2012-01-10 16:13ycastonguayTarget Version0.5.1.1 => 0.5.2.0
2012-01-18 19:58ycastonguayTarget Version0.5.2.0 => 0.6.0.0
2012-02-18 12:04ycastonguaySummaryAdd a Theme tab to Settings => Add a Theme window
2012-02-18 15:59svnCheckin
2012-02-18 15:59svnNote Added: 0000428
2012-02-18 18:08svnCheckin
2012-02-18 18:08svnNote Added: 0000429
2012-02-19 19:56svnCheckin
2012-02-19 19:56svnNote Added: 0000433
2012-02-19 21:49svnCheckin
2012-02-19 21:49svnNote Added: 0000435
2012-03-11 19:41ycastonguayRelationship addedchild of 0000307
2012-04-09 11:31svnCheckin
2012-04-09 11:31svnNote Added: 0000575
2012-04-17 19:11ycastonguayCategorySettings => Window - Settings
2012-04-21 09:58ycastonguayCategoryWindow - Settings => UI - Windows - Settings
2012-04-21 10:12ycastonguayCategoryUI - Windows - Settings => UI // Windows ## Settings
2012-04-21 10:13ycastonguayCategoryUI // Windows ## Settings => UI / Windows / Settings
2012-04-21 10:13ycastonguayCategoryUI / Windows / Settings => UI - Windows - Settings
2012-04-22 10:08ycastonguayCategoryUI - Windows - Settings => UI | Windows | Settings
2012-04-22 10:29ycastonguayCategoryUI | Windows | Settings => UI | Windows | Themes
2012-04-24 14:58ycastonguayTarget Version0.6.0.0 => 0.7.4.0

Notes
(0000278)
svn   
2011-12-26 00:11   
The user admin has checked in files related to this issue (revision 209).

Comment:
MPfm 0.5.0.5
- Renamed CustomFont to EmbeddedFont (with EmbeddedFontCollection)
- New object: CustomFont. This contains an EmbeddedFont and metadata for standard and embedded fonts.
- Added a property grid editor for CustomFont (not done yet).

Related to issue 0000219.

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/frmSplash.Designer.cs
U MPfm/branches/current/MPfm/frmUpdateLibraryStatus.Designer.cs
U MPfm/branches/current/MPfm.WindowsControls/Fonts/CustomFont.cs
D MPfm/branches/current/MPfm.WindowsControls/Fonts/CustomFontCollection.cs
A MPfm/branches/current/MPfm.WindowsControls/Fonts/CustomFontEditor.cs
A MPfm/branches/current/MPfm.WindowsControls/Fonts/CustomFontEditorForm.Designer.cs
A MPfm/branches/current/MPfm.WindowsControls/Fonts/CustomFontEditorForm.cs
A MPfm/branches/current/MPfm.WindowsControls/Fonts/CustomFontEditorForm.resx
A MPfm/branches/current/MPfm.WindowsControls/Fonts/EmbeddedFont.cs
A MPfm/branches/current/MPfm.WindowsControls/Fonts/EmbeddedFontCollection.cs
U MPfm/branches/current/MPfm.WindowsControls/Fonts/FontCollection.cs
U MPfm/branches/current/MPfm.WindowsControls/Library/SongGridViewTheme.cs
U MPfm/branches/current/MPfm.WindowsControls/MPfm.WindowsControls.csproj
U MPfm/branches/current/TestControls/frmMain.Designer.cs

(0000428)
svn   
2012-02-18 15:59   
The user admin has checked in files related to this issue (revision 320).

Comment:
MPfm 0.5.3.0
- Added the Themes window (moved the Theme tab from Settings window into this window).

Related to issue 0000219.

Files modified:
U MPfm/branches/current/MPfm/MPfm.csproj
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/frmSettings.resx
A MPfm/branches/current/MPfm/Other Screens/frmThemes.Designer.cs
A MPfm/branches/current/MPfm/Other Screens/frmThemes.cs
A MPfm/branches/current/MPfm/Other Screens/frmThemes.resx
U MPfm/branches/current/MPfm/Properties/Resources.Designer.cs
U MPfm/branches/current/MPfm/Properties/Resources.resx
D MPfm/branches/current/MPfm/Resources/arrow_right1.png
D MPfm/branches/current/MPfm/Resources/arrow_switch1.png
A MPfm/branches/current/MPfm/Resources/layout.png
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.cs
U MPfm/branches/current/MPfm/frmMain.resx

(0000429)
svn   
2012-02-18 18:08   
The user admin has checked in files related to this issue (revision 321).

Comment:
MPfm 0.5.3.0
- Added the MainWindowTheme and SecondaryWindowTheme classes.
- Added the MainWindowTheme to the Theme window.

Related to issue 0000219.

Files modified:
U MPfm/branches/current/MPfm/Other Screens/frmThemes.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmThemes.cs
U MPfm/branches/current/MPfm/frmMain.cs
U MPfm/branches/current/MPfm.WindowsControls/MPfm.WindowsControls.csproj
D MPfm/branches/current/MPfm.WindowsControls/Themes/GeneralTheme.cs
A MPfm/branches/current/MPfm.WindowsControls/Themes/MainWindowTheme.cs
A MPfm/branches/current/MPfm.WindowsControls/Themes/SecondaryWindowTheme.cs
U MPfm/branches/current/MPfm.WindowsControls/Themes/Theme.cs

(0000433)
svn   
2012-02-19 19:56   
The user admin has checked in files related to this issue (revision 326).

Comment:
MPfm 0.5.3.0
- Themes window: Added RefreshMainWindowPreview method. Now refreshes most controls.
- Added more properties to the MainWindowTheme class.
- Panel: removed useless HeaderFontName property.

Related to issue 0000219 and issue 0000223.

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/frmLoadPlaylist.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/Other Screens/frmThemes.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmThemes.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
U MPfm/branches/current/MPfm.WindowsControls/Themes/MainWindowTheme.cs

(0000435)
svn   
2012-02-19 21:49   
The user admin has checked in files related to this issue (revision 327).

Comment:
MPfm 0.5.3.0
- Removed a panel from the Current Song panel that was under the artist name, album title, etc.
- Reset most panel colors in the Main window so now they're all standard.
- Added more properties to MainWindowTheme and set most default values.

Related to issue 0000219 and issue 0000223.

Files modified:
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/frmThemes.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmThemes.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/Themes/MainWindowTheme.cs

(0000575)
svn   
2012-04-09 11:31   
The user animal has checked in files related to this issue (revision 407).

Comment:
MPfm 0.6.0.0
- Main window: Added FlowLayoutPanel and TableLayoutPanel controls to regroup the Loops and Markers toolbars and list views.
- Theme window: Now updating the panels according to the selected theme.
- Button: Finally fixed the rendering bug. Do not use e.ClipRectangle! Use ClientRectangle instead.

Related to issue 0000147, issue 0000219 and issue 0000333.



Files modified:
U MPfm/branches/current/MPfm/Other Screens/frmThemes.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmThemes.cs
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.resx
U MPfm/branches/current/MPfm.WindowsControls/Buttons-Toolbars/Button.cs
U MPfm/branches/current/MPfm.WindowsControls/Panel-Forms/Panel.cs