Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000219MPfmUI | Windows | Themespublic2011-12-26 00:102012-04-24 14:58
Reporterycastonguay 
Assigned Toycastonguay 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusassignedResolutionopen 
PlatformOSOS Version
Product Version 
Target Version0.7.4.0Fixed in Version 
Summary0000219: Add a Theme window
DescriptionAdd a theme editor with property grid and control previews.
TagsNo tags attached.
Attached Files

- Relationships
child of 0000307assignedycastonguay Add themes (only for the Windows platform) 

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

- Issue History
Date Modified Username Field Change
2011-12-26 00:10 ycastonguay New Issue
2011-12-26 00:10 ycastonguay Status new => assigned
2011-12-26 00:10 ycastonguay Assigned To => ycastonguay
2011-12-26 00:11 svn Checkin
2011-12-26 00:11 svn Note Added: 0000278
2011-12-30 16:34 ycastonguay Target Version 0.5.1.0 => 0.5.1.1
2012-01-10 16:13 ycastonguay Target Version 0.5.1.1 => 0.5.2.0
2012-01-18 19:58 ycastonguay Target Version 0.5.2.0 => 0.6.0.0
2012-02-18 12:04 ycastonguay Summary Add a Theme tab to Settings => Add a Theme window
2012-02-18 15:59 svn Checkin
2012-02-18 15:59 svn Note Added: 0000428
2012-02-18 18:08 svn Checkin
2012-02-18 18:08 svn Note Added: 0000429
2012-02-19 19:56 svn Checkin
2012-02-19 19:56 svn Note Added: 0000433
2012-02-19 21:49 svn Checkin
2012-02-19 21:49 svn Note Added: 0000435
2012-03-11 19:41 ycastonguay Relationship added child of 0000307
2012-04-09 11:31 svn Checkin
2012-04-09 11:31 svn Note Added: 0000575
2012-04-17 19:11 ycastonguay Category Settings => Window - Settings
2012-04-21 09:58 ycastonguay Category Window - Settings => UI - Windows - Settings
2012-04-21 10:12 ycastonguay Category UI - Windows - Settings => UI // Windows ## Settings
2012-04-21 10:13 ycastonguay Category UI // Windows ## Settings => UI / Windows / Settings
2012-04-21 10:13 ycastonguay Category UI / Windows / Settings => UI - Windows - Settings
2012-04-22 10:08 ycastonguay Category UI - Windows - Settings => UI | Windows | Settings
2012-04-22 10:29 ycastonguay Category UI | Windows | Settings => UI | Windows | Themes
2012-04-24 14:58 ycastonguay Target Version 0.6.0.0 => 0.7.4.0


Copyright © 2000 - 2011 MantisBT Group
Powered by Mantis Bugtracker