#CategorySeverityRepro.DatePrioritySummaryDescriptionSteps to reproduceNotes
80 Program minor always 2013-06-16 16:11 low When hit after the preview beginning the cycle button has no effect The preview button can be toggled while the preview is in progress. Though this has no effect the cycle mode stays in the state the button was at the beginning of the preview.
81 Program minor always 2013-06-16 16:24 low The formula errors are indicated one character too far There is an error of one character in the indicated position of the error when double-clicking on an error in the Formula Editor
79 Program minor sometimes 2013-06-16 13:36 low Moving sequence is abnormally slow Draging sequence waits for image redraw which is slow. The image redraw time itself seem too slow and draging should not wait for redraw. Attached project allows to reproduce the synchronization but not the rendering slowness
38 Program crash always 2013-05-30 21:30 low Keys of disabled parameters incorrectly managed When a key is on a parameter that is then disabled by changing a setup the following anomalies occur:
- When this key is the only key of the layer, the key is not erased from the corresponding layer (though in case of forced redraw, the key is not redrawn).
- When the key was part of a sizer and if there is another key on a parameter not part of the sizer, this causes a crash when the corresponding time is selected.

The fix of this issue is postponned due to the complexity of the correction and the easy workaround: do not let a key on parameter that is disabled by changing the mode of the layer
To reproduce the key that does not disappear:
- Create a new project
- Add a Shape source in the Video
- Somewhere in the middle of the video add a key on the Shape height parameter
- Click on Keep proportion

==> There is no more key on the parameter but the key is still displayed

- Add a key on the shape colour parameter
==> This causes a crash
75 Program crash random 2013-06-16 12:09 low DubEdit sometime crashes when playing with complex selection editing When extending or inverting selection back and forth it is usually possible to get a DubEdit crash
53 Program minor sometimes 2013-06-06 23:33 low The sound does not stop immediatly on stop preview Sometimes (unknown condition) the sound does not stop immediately when stopping the preview though the preview itself is correctly stopped. As a proof when restarting the preview from stop point, the same audio sequence is replayed.
50 Program minor N/A 2013-06-02 13:36 low Speed-up media loading by differing Waveform creation Media loading could be faster if the audio waveform was not created at that time. A dedicated thread could be created on the fly for this operation. Waveform would only appear once this task has completed. But in the mid-time the operator could start working. In addition with multiple cores (and even more with hyper threading), when loading a project with several audio media, all the cores could process a different media waveform thanks to the multiple created threads.
30 Program minor always 2013-05-29 14:04 low Suppress the non-compatible codec from list choice Instead of marking <<NC>> the non compatible Codec, remove them from Codec list.
Giles 2013-05-29 17:34 This is too risky to implement just before version release. Postponed to 0.6.0.