Anonymous | Login | Signup for a new account | 2024-11-23 08:54 PST |
Main | My View | View Issues | Change Log | Roadmap | Repositories | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
0000223 | MPfm | UI | Custom Controls | Windows (WinForms) | public | 2011-12-28 20:43 | 2012-04-24 14:54 | ||||||
Reporter | ycastonguay | ||||||||||
Assigned To | ycastonguay | ||||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||||
Status | assigned | Resolution | open | ||||||||
Platform | OS | OS Version | |||||||||
Product Version | |||||||||||
Target Version | 0.7.4.0 | Fixed in Version | |||||||||
Summary | 0000223: Add the MainWindowTheme and SecondaryWindowTheme classes for storing theme settings | ||||||||||
Description | Panel header background color 1/2 panel header font + color panel background color 1/2 panel title font + color panel subtitle font + color panel subtitle 2 font + color panel text font + color panel time display font + color panel small time display font + color secondary panel header background color 1/2 secondary panel header font + color secondary panel background color 1/2 secondary panel label text font + color secondary panel link text font + color toolbar background color1/2 toolbar font + color toolbar button background color 1/2 toolbar button font + color | ||||||||||
Tags | No tags attached. | ||||||||||
Attached Files | |||||||||||
Relationships | ||||||
|
Notes | |
(0000294) svn (developer) 2011-12-28 20:46 |
The user admin has checked in files related to this issue (revision 225). Comment: MPfm 0.5.0.5 - Added the Theme and ThemeHelper classes (far from being done!). - Added a GeneralTheme class with a couple of properties for now (far from being done too!). Related to issue 0000223 and issue 0000224. 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/frmSettings.resx U MPfm/branches/current/MPfm.WindowsControls/MPfm.WindowsControls.csproj D MPfm/branches/current/MPfm.WindowsControls/Resources/shape_handles.png U MPfm/branches/current/MPfm.WindowsControls/Themes/ExampleTheme.xml A MPfm/branches/current/MPfm.WindowsControls/Themes/GeneralTheme.cs A MPfm/branches/current/MPfm.WindowsControls/Themes/Theme.cs A MPfm/branches/current/MPfm.WindowsControls/Themes/ThemeHelper.cs |
(0000432) svn (developer) 2012-02-19 16:07 |
The user admin has checked in files related to this issue (revision 325). Comment: MPfm 0.5.3.0 - Finished adding the properties for the MainWindowTheme class. Related to issue 0000223. Files modified: U MPfm/branches/current/MPfm/Other Screens/frmThemes.Designer.cs U MPfm/branches/current/MPfm/frmMain.resx U MPfm/branches/current/MPfm.WindowsControls/Themes/MainWindowTheme.cs |
(0000434) 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 |
(0000436) 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 |
(0000524) svn (developer) 2012-03-31 19:29 |
The user animal has checked in files related to this issue (revision 362). Comment: MPfm 0.6.0.0 - Added the Gradient class for serializing color properties more easily. - Added XmlSerializer to the Load and Save methods of the ThemeHelper class. - Added the Color property to the CustomFont class. - Started to add Gradient properties to MainWindowTheme. Related to issue 0000223 and issue 0000224. 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.Core/ColorManipulation.cs U MPfm/branches/current/MPfm.WindowsControls/Fonts/CustomFont.cs U MPfm/branches/current/MPfm.WindowsControls/MPfm.WindowsControls.csproj A MPfm/branches/current/MPfm.WindowsControls/Misc/Gradient.cs U MPfm/branches/current/MPfm.WindowsControls/Themes/MainWindowTheme.cs U MPfm/branches/current/MPfm.WindowsControls/Themes/ThemeHelper.cs |
Issue History | |||
Date Modified | Username | Field | Change |
2011-12-28 20:43 | ycastonguay | New Issue | |
2011-12-28 20:43 | ycastonguay | Status | new => assigned |
2011-12-28 20:43 | ycastonguay | Assigned To | => ycastonguay |
2011-12-28 20:46 | svn | Checkin | |
2011-12-28 20:46 | svn | Note Added: 0000294 | |
2011-12-30 16:34 | ycastonguay | Target Version | 0.5.1.0 => 0.5.1.1 |
2012-01-10 17:34 | ycastonguay | Target Version | 0.5.1.1 => 0.5.1.2 |
2012-01-18 18:26 | ycastonguay | Target Version | 0.5.1.2 => 0.5.2.0 |
2012-01-18 19:58 | ycastonguay | Target Version | 0.5.2.0 => 0.6.0.0 |
2012-02-19 16:06 | ycastonguay | Summary | Add a GeneralTheme class for storing general theme settings => Add the MainWindowTheme and SecondaryWindowTheme classes for storing theme settings |
2012-02-19 16:06 | ycastonguay | Description Updated | View Revisions |
2012-02-19 16:07 | svn | Checkin | |
2012-02-19 16:07 | svn | Note Added: 0000432 | |
2012-02-19 19:56 | svn | Checkin | |
2012-02-19 19:56 | svn | Note Added: 0000434 | |
2012-02-19 21:49 | svn | Checkin | |
2012-02-19 21:49 | svn | Note Added: 0000436 | |
2012-03-11 19:43 | ycastonguay | Relationship added | child of 0000307 |
2012-03-31 19:29 | svn | Checkin | |
2012-03-31 19:29 | svn | Note Added: 0000524 | |
2012-04-17 19:10 | ycastonguay | Category | Controls => Windows Controls |
2012-04-24 14:54 | ycastonguay | Target Version | 0.6.0.0 => 0.7.4.0 |
2012-04-24 20:59 | ycastonguay | Category | Windows Controls => UI | Windows | Custom Controls |
2012-04-24 20:59 | ycastonguay | Category | UI | Windows | Custom Controls => Custom Controls | Windows |
2012-04-24 21:00 | ycastonguay | Category | Custom Controls | Windows => UI | Custom Controls | Windows |
2012-04-24 21:01 | ycastonguay | Category | UI | Custom Controls | Windows => UI | Custom Controls | Windows (WinForms) |
Copyright © 2000 - 2011 MantisBT Group |