Notes |
|
(0021341)
|
Utkarsh Ayachit
|
2010-07-09 14:44
|
|
commit 48dd15ae491e9a8e7ebbdfa781b7696744cb0ec9
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Jul 9 14:38:03 2010 -0400
Fixed BUG 0010479.
The vtkSMSpreadSheetRepresentationProxy was not firing UpdateDataEvent when
selection was changed which was resulting in the pqSpreadSheetViewModel not
realizing that the number of rows may have changed. That was causing the issue.
This patch also cleans up the code in vtkAttributeDataToTableFilter and
vtkTableStreamer by moving the addition of indices to the
vtkAttributeDataToTableFilter. This makes it easier to handle the case when the
input has cells but no cell data, for example.
Needs to move to release branch |
|
|
(0021359)
|
Utkarsh Ayachit
|
2010-07-12 13:18
|
|
commit b9535eaa95b569372786d1ff3ec45ac2d3bb6345
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Mon Jul 12 13:16:46 2010 -0400
Hide vtkOriginalIndices.
Fixes dashboard issues following commit:
9afb2ead3e8026be4005e887aecb20c72166a200. |
|
|
(0021365)
|
Alan Scott
|
2010-07-12 19:37
|
|
Tested local server, trunk, Windows. |
|