MantisBT - MPfm
View Issue Details
0000142MPfmUI | Windows | Main Windowpublic2011-10-09 02:072011-10-09 15:56
ycastonguay 
ycastonguay 
normalfeatureN/A
resolvedfixed 
 
0.4.4.90.4.4.9 
0000142: Add a Add/Edit Loop window
Editable fields:
- Name
- Marker A
- Marker B

Display the loop length.
No tags attached.
Issue History
2011-10-09 02:07ycastonguayNew Issue
2011-10-09 02:07ycastonguayStatusnew => assigned
2011-10-09 02:07ycastonguayAssigned To => ycastonguay
2011-10-09 02:47svnCheckin
2011-10-09 02:47svnNote Added: 0000097
2011-10-09 03:22svnCheckin
2011-10-09 03:22svnNote Added: 0000098
2011-10-09 15:54svnCheckin
2011-10-09 15:54svnNote Added: 0000102
2011-10-09 15:56ycastonguayNote Added: 0000103
2011-10-09 15:56ycastonguayStatusassigned => resolved
2011-10-09 15:56ycastonguayFixed in Version => 0.4.4.9
2011-10-09 15:56ycastonguayResolutionopen => fixed
2012-04-17 19:07ycastonguayCategoryMain Form => Main Window
2012-04-17 19:09ycastonguayCategoryMain Window => Window - Main
2012-04-21 09:57ycastonguayCategoryWindow - Main => UI - Windows - Main Window
2012-04-22 10:10ycastonguayCategoryUI - Windows - Main Window => UI | Windows | Main Window

Notes
(0000097)
svn   
2011-10-09 02:47   
The user admin has checked in files related to this issue.

Comment:
Version 0.4.4.9 [preliminary]

- Add Add/Edit Loop window (most of the job is done, need to add validation and better editing controls)
- Add Loop methods to DataAccess
- Changed Loops table structure

Related to the issue 0000142.

Files modified:
U MPfm/branches/current/MPfm/MPfm.csproj
A MPfm/branches/current/MPfm/Other Screens/frmAddEditLoop.Designer.cs
A MPfm/branches/current/MPfm/Other Screens/frmAddEditLoop.cs
A MPfm/branches/current/MPfm/Other Screens/frmAddEditLoop.resx
U MPfm/branches/current/MPfm/Other Screens/frmAddEditMarker.cs
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.Library/Data/DataAccess.cs
U MPfm/branches/current/MPfm.Library/Data/MPFM_EF.Designer.cs
U MPfm/branches/current/MPfm.Library/Data/MPFM_EF.edmx

(0000098)
svn   
2011-10-09 03:22   
The user admin has checked in files related to this issue.

Comment:
Version 0.4.4.9 [preliminary]

- Added simple looping to the Player
- Added currently playing loop icon to the Loops grid view

Related to the issue 0000142 and the issue 0000143.

Files modified:
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.Library/Player.cs

(0000102)
svn   
2011-10-09 15:54   
The user admin has checked in files related to this issue (revision 32).

Comment:
Version 0.4.4.9 [preliminary]

- Added validation to the Add/Edit Loop window and the Add/Edit Marker window.
- Added calculation of loop length (now also saves the loop length in the database).

Related to the issue 0000140 and the issue 0000142.

Files modified:
U MPfm/branches/current/MPfm/Other Screens/frmAddEditLoop.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmAddEditLoop.cs
U MPfm/branches/current/MPfm/Other Screens/frmAddEditMarker.Designer.cs
U MPfm/branches/current/MPfm/frmMain.cs
U MPfm/branches/current/MPfm.Core/Conversion.cs

(0000103)
ycastonguay   
2011-10-09 15:56   
There is still some stuff to do, but for now it's working pretty good.