Changes between Initial Version and Version 1 of Ticket #1465, comment 22
- Timestamp:
- 05/03/11 19:53:13 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1465, comment 22
initial v1 6 6 * Fixed a bug in calculating the histogram (when all values were the same) 7 7 * Added preceeding and trailing 0-bar in the histogram to prevent cutting the first and last column in the view 8 * Added a method `Replace(IEnumerable<T>)` to the `ObservableList` to do Clear() and AddRange() with just a single event notification8 * Added a method `Replace(IEnumerable<T>)` to the `ObservableList` to do Clear() and !AddRange() with just a single event notification 9 9 * Calling that method from the `QualityDistributionAnalyzer` (otherwise the result view is flickering) 10 10 * Fixing a bug regarding axis labels in the `QualityDistributionAnalyzer`