Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000327MPfmUI | Custom Controls | Windows (WinForms)public2012-04-04 17:142012-04-07 20:41
Reporterycastonguay 
Assigned Toycastonguay 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version0.6.0.0Fixed in Version0.6.0.0 
Summary0000327: Add Theme objects for every custom control
DescriptionThis will make it easier to update the controls dynamically when loading themes.
TagsNo tags attached.
Attached Files

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

-  Notes
(0000553)
svn (developer)
2012-04-04 18:02

The user animal has checked in files related to this issue (revision 391).

Comment:
MPfm 0.6.0.0
- Fader: Changed the control name from VolumeFader to Fader.
- Fader: Added the FaderTheme class.
- Fader: Replaced the gradient properties by BackgroundGradient properties.

Related to issue 0000326 and issue 0000327.



Files modified:
U MPfm/branches/current/MPfm/Other Screens/frmEffects.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmEffects.cs
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.resx
A MPfm/branches/current/MPfm.WindowsControls/Audio/Fader.cs
A MPfm/branches/current/MPfm.WindowsControls/Audio/FaderTheme.cs
D MPfm/branches/current/MPfm.WindowsControls/Audio/VolumeFader.cs
U MPfm/branches/current/MPfm.WindowsControls/MPfm.WindowsControls.csproj
(0000555)
svn (developer)
2012-04-04 19:35

The user animal has checked in files related to this issue (revision 393).

Comment:
MPfm 0.6.0.0
- Button: Moved all theme properties into ButtonTheme.
- Added the ButtonTheme class.

Related to issue 0000327.



Files modified:
U MPfm/branches/current/MPfm/MPfm.csproj
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/frmEffects.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/frmMain.Designer.cs
U MPfm/branches/current/MPfm.WindowsControls/Buttons-Toolbars/Button.cs
A MPfm/branches/current/MPfm.WindowsControls/Buttons-Toolbars/ButtonTheme.cs
U MPfm/branches/current/MPfm.WindowsControls/MPfm.WindowsControls.csproj
(0000557)
svn (developer)
2012-04-04 20:03

The user animal has checked in files related to this issue (revision 394).

Comment:
MPfm 0.6.0.0
- Label: Added the LabelTheme class. Replaced most properties by TextGradient.

Related to issue 0000326 and issue 0000327.



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/frmRenameSavePlaylist.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/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/CustomFontEditorForm.Designer.cs
U MPfm/branches/current/MPfm.WindowsControls/Fonts/CustomFontEditorForm.cs
U MPfm/branches/current/MPfm.WindowsControls/Labels/Label.cs
A MPfm/branches/current/MPfm.WindowsControls/Labels/LabelTheme.cs
U MPfm/branches/current/MPfm.WindowsControls/MPfm.WindowsControls.csproj
(0000559)
svn (developer)
2012-04-04 20:07

The user animal has checked in files related to this issue (revision 395).

Comment:
MPfm 0.6.0.0
- LinkLabel: Added the LinkLabelTheme class. Replaced most properties by TextGradient.

Related to issue 0000326 and issue 0000327.



Files modified:
U MPfm/branches/current/MPfm/Other Screens/frmThemes.Designer.cs
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmUpdateLibraryStatus.Designer.cs
U MPfm/branches/current/MPfm.WindowsControls/Labels/LabelTheme.cs
U MPfm/branches/current/MPfm.WindowsControls/Labels/LinkLabel.cs
A MPfm/branches/current/MPfm.WindowsControls/Labels/LinkLabelTheme.cs
U MPfm/branches/current/MPfm.WindowsControls/MPfm.WindowsControls.csproj
(0000560)
svn (developer)
2012-04-06 12:33

The user animal has checked in files related to this issue (revision 396).

Comment:
MPfm 0.6.0.0
- Added the ScrollBarTheme class.
- Moved Control and ScrollBar classes to different folders.

Related to issue 0000327.



Files modified:
A MPfm/branches/current/MPfm.WindowsControls/Control.cs
U MPfm/branches/current/MPfm.WindowsControls/MPfm.WindowsControls.csproj
D MPfm/branches/current/MPfm.WindowsControls/Misc/Control.cs
D MPfm/branches/current/MPfm.WindowsControls/Misc/HScrollBar.cs
A MPfm/branches/current/MPfm.WindowsControls/ScrollBar/
A MPfm/branches/current/MPfm.WindowsControls/ScrollBar/HScrollBar.cs
A MPfm/branches/current/MPfm.WindowsControls/ScrollBar/ScrollBarTheme.cs
(0000561)
svn (developer)
2012-04-07 09:24

The user animal has checked in files related to this issue (revision 397).

Comment:
MPfm 0.6.0.0
- Added the TrackBarTheme class to TrackBar.
- Started setting label theme properties.

Related to issue 0000327.



Files modified:
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/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.resx
U MPfm/branches/current/MPfm/frmSplash.Designer.cs
U MPfm/branches/current/MPfm/frmSplash.resx
U MPfm/branches/current/MPfm.WindowsControls/Buttons-Toolbars/TrackBar.cs
A MPfm/branches/current/MPfm.WindowsControls/Buttons-Toolbars/TrackBarTheme.cs
U MPfm/branches/current/MPfm.WindowsControls/MPfm.WindowsControls.csproj
(0000565)
svn (developer)
2012-04-07 11:19

The user animal has checked in files related to this issue (revision 401).

Comment:
MPfm 0.6.0.0
- Added the PanelTheme class.

Related to issue 0000327.



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/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/Other Screens/frmThemes.Designer.cs
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.cs
U MPfm/branches/current/MPfm.WindowsControls/MPfm.WindowsControls.csproj
U MPfm/branches/current/MPfm.WindowsControls/Panel-Forms/Panel.cs
A MPfm/branches/current/MPfm.WindowsControls/Panel-Forms/PanelTheme.cs
(0000567)
svn (developer)
2012-04-07 19:23

The user animal has checked in files related to this issue (revision 403).

Comment:
MPfm 0.6.0.0
- Main window: Set theme properties for most controls.

Related to issue 0000327.



Files modified:
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/Fonts/CustomFontEditorForm.cs
U MPfm/branches/current/MPfm.WindowsControls/Panel-Forms/Panel.cs
U MPfm/branches/current/MPfm.WindowsControls/Panel-Forms/PanelTheme.cs

- Issue History
Date Modified Username Field Change
2012-04-04 17:14 ycastonguay New Issue
2012-04-04 17:14 ycastonguay Status new => assigned
2012-04-04 17:14 ycastonguay Assigned To => ycastonguay
2012-04-04 17:14 ycastonguay Relationship added child of 0000307
2012-04-04 18:02 svn Checkin
2012-04-04 18:02 svn Note Added: 0000553
2012-04-04 19:35 svn Checkin
2012-04-04 19:35 svn Note Added: 0000555
2012-04-04 20:03 svn Checkin
2012-04-04 20:03 svn Note Added: 0000557
2012-04-04 20:07 svn Checkin
2012-04-04 20:07 svn Note Added: 0000559
2012-04-06 12:33 svn Checkin
2012-04-06 12:33 svn Note Added: 0000560
2012-04-07 09:24 svn Checkin
2012-04-07 09:24 svn Note Added: 0000561
2012-04-07 11:19 svn Checkin
2012-04-07 11:19 svn Note Added: 0000565
2012-04-07 19:23 svn Checkin
2012-04-07 19:23 svn Note Added: 0000567
2012-04-07 20:41 ycastonguay Status assigned => resolved
2012-04-07 20:41 ycastonguay Fixed in Version => 0.6.0.0
2012-04-07 20:41 ycastonguay Resolution open => fixed
2012-04-17 19:10 ycastonguay Category Controls => Windows Controls
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
Powered by Mantis Bugtracker