Anonymous | Login | Signup for a new account | 2024-11-23 09:19 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 | |||
0000298 | MPfm | [All Projects] Global | public | 2012-02-19 17:15 | 2012-03-25 11:21 | |||
Reporter | ycastonguay | |||||||
Assigned To | ycastonguay | |||||||
Priority | normal | Severity | tweak | Reproducibility | N/A | |||
Status | resolved | Resolution | fixed | |||||
Platform | OS | OS Version | ||||||
Product Version | ||||||||
Target Version | 0.6.0.0 | Fixed in Version | 0.6.0.0 | |||||
Summary | 0000298: Code standardization: All private members should begin by a lowercase character | |||||||
Description | Replace all private members that begin by m_ by just the lowercase character. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Notes | |
(0000496) svn (developer) 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 (developer) 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 (developer) 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 (developer) 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 |
Issue History | |||
Date Modified | Username | Field | Change |
2012-02-19 17:15 | ycastonguay | New Issue | |
2012-02-19 17:15 | ycastonguay | Status | new => assigned |
2012-02-19 17:15 | ycastonguay | Assigned To | => ycastonguay |
2012-03-25 09:26 | svn | Checkin | |
2012-03-25 09:26 | svn | Note Added: 0000496 | |
2012-03-25 09:33 | svn | Checkin | |
2012-03-25 09:33 | svn | Note Added: 0000497 | |
2012-03-25 09:59 | svn | Checkin | |
2012-03-25 09:59 | svn | Note Added: 0000498 | |
2012-03-25 11:16 | svn | Checkin | |
2012-03-25 11:16 | svn | Note Added: 0000499 | |
2012-03-25 11:21 | ycastonguay | Status | assigned => resolved |
2012-03-25 11:21 | ycastonguay | Fixed in Version | => 0.6.0.0 |
2012-03-25 11:21 | ycastonguay | Resolution | open => fixed |
Copyright © 2000 - 2011 MantisBT Group |