MantisBT - MPfm
View Issue Details
0000200MPfmUI | Windows | Settingspublic2011-12-22 17:242012-01-28 11:03
ycastonguay 
ycastonguay 
highfeatureN/A
resolvedfixed 
 
0.5.2.00.5.2.0 
0000200: Add settings to change the peak file directory and add peak file directory size threshold
Add the following options
- Use default directory
- Use a custom directory (with text box and Browse button)
- Display warning when peak file exceeds (x MB)
No tags attached.
Issue History
2011-12-22 17:24ycastonguayNew Issue
2011-12-22 17:24ycastonguayStatusnew => assigned
2011-12-22 17:24ycastonguayAssigned To => ycastonguay
2012-01-03 20:37ycastonguayDescription Updatedbug_revision_view_page.php?rev_id=90#r90
2012-01-26 18:24ycastonguaySummaryAdd settings to limit the peak file directory size => Add settings to change the peak file directory and limit directory size
2012-01-26 18:24ycastonguayDescription Updatedbug_revision_view_page.php?rev_id=107#r107
2012-01-26 18:25svnCheckin
2012-01-26 18:25svnNote Added: 0000387
2012-01-26 19:01ycastonguaySummaryAdd settings to change the peak file directory and limit directory size => Add settings to change the peak file directory and add peak file warning threshold
2012-01-26 19:01ycastonguayDescription Updatedbug_revision_view_page.php?rev_id=108#r108
2012-01-26 19:05svnCheckin
2012-01-26 19:05svnNote Added: 0000388
2012-01-26 20:58ycastonguaySummaryAdd settings to change the peak file directory and add peak file warning threshold => Add settings to change the peak file directory and add peak file directory size threshold
2012-01-28 11:03svnCheckin
2012-01-28 11:03svnNote Added: 0000390
2012-01-28 11:03ycastonguayStatusassigned => resolved
2012-01-28 11:03ycastonguayFixed in Version => 0.5.2.0
2012-01-28 11:03ycastonguayResolutionopen => fixed
2012-04-17 19:11ycastonguayCategorySettings => Window - Settings
2012-04-21 09:58ycastonguayCategoryWindow - Settings => UI - Windows - Settings
2012-04-21 10:12ycastonguayCategoryUI - Windows - Settings => UI // Windows ## Settings
2012-04-21 10:13ycastonguayCategoryUI // Windows ## Settings => UI / Windows / Settings
2012-04-21 10:13ycastonguayCategoryUI / Windows / Settings => UI - Windows - Settings
2012-04-22 10:08ycastonguayCategoryUI - Windows - Settings => UI | Windows | Settings
2012-04-24 20:51ycastonguayCategoryUI | Windows | Settings => UI | Windows | Settings Window
2012-04-24 20:51ycastonguayCategoryUI | Windows | Settings Window => UI | Windows | Settings

Notes
(0000387)
svn   
2012-01-26 18:25   
The user admin has checked in files related to this issue (revision 283).

Comment:
MPfm 0.5.2.0
- Settings window: Added settings for peak file directory and limit.
  Only the UI is done for now.

Related to issue 0000200.

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
U MPfm/branches/current/MPfm/Properties/Resources.Designer.cs
U MPfm/branches/current/MPfm/Properties/Resources.resx
A MPfm/branches/current/MPfm/Resources/folder_explore.png

(0000388)
svn   
2012-01-26 19:05   
The user admin has checked in files related to this issue (revision 284).

Comment:
MPfm 0.5.2.0
- Settings window: The peak file settings are now loaded and saved into the configuration file.

Related to issue 0000200.

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

(0000390)
svn   
2012-01-28 11:03   
The user admin has checked in files related to this issue (revision 285).

Comment:
MPfm 0.5.2.0
- Settings related to peak files are now 100% done. The main form now loads the configuration values.
  A few bug fixes were needed to make it work.
- Trying to fix the cursor issue with files with sample rates over 44100Hz. It now works but the length reported is wrong...

Related to issue 0000192 and issue 0000200.

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/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.cs
U MPfm/branches/current/MPfm/frmMain.resx
U MPfm/branches/current/MPfm.Player/Player.cs
U MPfm/branches/current/MPfm.Sound/PeakFile.cs
U MPfm/branches/current/MPfm.Sound/Playlists/PlaylistItem.cs
U MPfm/branches/current/MPfm.WindowsControls/Audio/WaveFormDisplay.cs