Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1465, comment 22


Ignore:
Timestamp:
05/03/11 19:53:13 (14 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1465, comment 22

    initial v1  
    66 * Fixed a bug in calculating the histogram (when all values were the same)
    77 * 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 notification
     8 * Added a method `Replace(IEnumerable<T>)` to the `ObservableList` to do Clear() and !AddRange() with just a single event notification
    99  * Calling that method from the `QualityDistributionAnalyzer` (otherwise the result view is flickering)
    1010 * Fixing a bug regarding axis labels in the `QualityDistributionAnalyzer`