MantisBT - MPfm
View Issue Details
0000298MPfm[All Projects] Globalpublic2012-02-19 17:152012-03-25 11:21
ycastonguay 
ycastonguay 
normaltweakN/A
resolvedfixed 
 
0.6.0.00.6.0.0 
0000298: Code standardization: All private members should begin by a lowercase character
Replace all private members that begin by m_ by just the lowercase character.
No tags attached.
Issue History
2012-02-19 17:15ycastonguayNew Issue
2012-02-19 17:15ycastonguayStatusnew => assigned
2012-02-19 17:15ycastonguayAssigned To => ycastonguay
2012-03-25 09:26svnCheckin
2012-03-25 09:26svnNote Added: 0000496
2012-03-25 09:33svnCheckin
2012-03-25 09:33svnNote Added: 0000497
2012-03-25 09:59svnCheckin
2012-03-25 09:59svnNote Added: 0000498
2012-03-25 11:16svnCheckin
2012-03-25 11:16svnNote Added: 0000499
2012-03-25 11:21ycastonguayStatusassigned => resolved
2012-03-25 11:21ycastonguayFixed in Version => 0.6.0.0
2012-03-25 11:21ycastonguayResolutionopen => fixed

Notes
(0000496)
svn   
2012-03-25 09:26   
The user admin has checked in files related to this issue (revision 343).

Comment:
MPfm 0.6.0.0
- Code standardization: Removed m_ from member variables from frmMain and frmSettings.

Related to issue 0000298.

Files modified:
U MPfm/branches/current/MPfm/Other Screens/frmSettings.cs
U MPfm/branches/current/MPfm/frmMain.cs

(0000497)
svn   
2012-03-25 09:33   
The user admin has checked in files related to this issue (revision 344).

Comment:
MPfm 0.6.0.0
- Code standardization: Removed m_ from member variables for the AudioFile class.

Related to issue 0000298.

Files modified:
U MPfm/branches/current/MPfm.Sound/AudioFiles/AudioFile.cs

(0000498)
svn   
2012-03-25 09:59   
The user admin has checked in files related to this issue (revision 345).

Comment:
MPfm 0.6.0.0
- Code standardization: Removed m_ from member variables for several classes (see list below).

Related to issue 0000298.

Files modified:
U MPfm/branches/current/MPfm/Configuration/Audio/AudioConfigurationSection.cs
U MPfm/branches/current/MPfm/Configuration/Controls/ControlsConfigurationSection.cs
U MPfm/branches/current/MPfm/Configuration/Controls/ControlsSongGridViewConfigurationSection.cs
U MPfm/branches/current/MPfm/Configuration/General/GeneralConfigurationSection.cs
U MPfm/branches/current/MPfm/Configuration/MPfmConfiguration.cs
U MPfm/branches/current/MPfm/Configuration/Windows/WindowsConfigurationSection.cs
U MPfm/branches/current/MPfm/frmMain.cs
U MPfm/branches/current/MPfm.Library/Library.cs
U MPfm/branches/current/MPfm.Library/SQLiteGateway.cs
U MPfm/branches/current/MPfm.Library/UpdateLibrary/UpdateLibrary.cs
U MPfm/branches/current/MPfm.Player/Player.cs
U MPfm/branches/current/MPfm.Sound/Bass.Net/Channel.cs
U MPfm/branches/current/MPfm.Sound/Bass.Net/MixerChannel.cs
U MPfm/branches/current/MPfm.Sound/Bass.Net/TestDevice.cs
U MPfm/branches/current/MPfm.Sound/PeakFile.cs
U MPfm/branches/current/MPfm.Sound/Playlists/Playlist.cs
U MPfm/branches/current/MPfm.Sound/Playlists/PlaylistItem.cs
U MPfm/branches/current/MPfm.Sound/Tags/APETag.cs
U MPfm/branches/current/MPfm.Sound/Tags/ID3v2Tag.cs
U MPfm/branches/current/MPfm.Sound/Tags/SV7Tag.cs
U MPfm/branches/current/MPfm.Sound/Tags/SV8Tag.cs
U MPfm/branches/current/MPfm.WindowsControls/Fonts/EmbeddedFontHelper.cs
U MPfm/branches/current/MPfm.WindowsControls/Misc/Control.cs

(0000499)
svn   
2012-03-25 11:16   
The user admin has checked in files related to this issue (revision 346).

Comment:
MPfm 0.6.0.0
- Code standardization: Removed m_ from member variables for several classes (see list below).
                        This should be the last checkin for this issue.

Related to issue 0000298.

Files modified:
U MPfm/branches/current/MPfm/Other Screens/frmAddEditLoop.cs
U MPfm/branches/current/MPfm/Other Screens/frmAddEditMarker.cs
U MPfm/branches/current/MPfm/Other Screens/frmEditSongMetadata.cs
U MPfm/branches/current/MPfm/Other Screens/frmEffects.cs
U MPfm/branches/current/MPfm/Other Screens/frmLoadPlaylist.cs
U MPfm/branches/current/MPfm/Other Screens/frmPlaylist.cs
U MPfm/branches/current/MPfm/Other Screens/frmRenameSavePlaylist.cs
U MPfm/branches/current/MPfm/Other Screens/frmThemes.cs
U MPfm/branches/current/MPfm/Other Screens/frmVisualizer.cs
U MPfm/branches/current/MPfm/frmFirstRun.cs
U MPfm/branches/current/MPfm/frmMain.cs
U MPfm/branches/current/MPfm/frmUpdateLibraryStatus.cs
U MPfm/branches/current/MPfm.Player/Objects/EQPreset.cs
U MPfm/branches/current/MPfm.Player/Objects/PlayerSyncProc.cs
U MPfm/branches/current/MPfm.Player/Player.cs
U MPfm/branches/current/MPfm.Player.Demo/frmMain.cs
U MPfm/branches/current/MPfm.Player.Demo/frmSettings.cs
U MPfm/branches/current/MPfm.WindowsControls/Audio/OutputMeter.cs
U MPfm/branches/current/MPfm.WindowsControls/Audio/OutputMeterTheme.cs
U MPfm/branches/current/MPfm.WindowsControls/Audio/VolumeFader.cs
U MPfm/branches/current/MPfm.WindowsControls/Audio/WaveForm.cs
U MPfm/branches/current/MPfm.WindowsControls/Audio/WaveFormDisplay.cs
U MPfm/branches/current/MPfm.WindowsControls/Audio/WaveFormDisplayTheme.cs
U MPfm/branches/current/MPfm.WindowsControls/Buttons-Toolbars/Button.cs
U MPfm/branches/current/MPfm.WindowsControls/Buttons-Toolbars/TrackBar.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/Fonts/EmbeddedFont.cs
U MPfm/branches/current/MPfm.WindowsControls/Fonts/EmbeddedFontCollection.cs
U MPfm/branches/current/MPfm.WindowsControls/Labels/Label.cs
U MPfm/branches/current/MPfm.WindowsControls/Labels/LinkLabel.cs
D MPfm/branches/current/MPfm.WindowsControls/Library/AlbumView.Designer.cs
D MPfm/branches/current/MPfm.WindowsControls/Library/AlbumView.cs
D MPfm/branches/current/MPfm.WindowsControls/Library/AlbumViewCache.cs
D MPfm/branches/current/MPfm.WindowsControls/Library/AlbumViewItem.cs
U MPfm/branches/current/MPfm.WindowsControls/Library/SongGridView.cs
U MPfm/branches/current/MPfm.WindowsControls/Library/SongGridViewTheme.cs
U MPfm/branches/current/MPfm.WindowsControls/Lists/ListBox.cs
U MPfm/branches/current/MPfm.WindowsControls/MPfm.WindowsControls.csproj
U MPfm/branches/current/MPfm.WindowsControls/Misc/Control.cs
U MPfm/branches/current/MPfm.WindowsControls/Misc/HScrollBar.cs
U MPfm/branches/current/MPfm.WindowsControls/Panel-Forms/Panel.cs
U MPfm/branches/current/MPfm.WindowsControls/Themes/MainWindowTheme.cs
U MPfm/branches/current/MPfm.WindowsControls/Themes/Theme.cs