- 29 Jun, 2012 1 commit
-
-
Utkarsh Ayachit authored
-
- 08 Aug, 2011 1 commit
-
-
Utkarsh Ayachit authored
vtkSMArrayListDomain was looking at value properties but was not doing enum-conversion correctly. Fixed that by adding a static method for conversion to vtkSMInputArrayDomain. vtkSMFieldDataDomain now updates the unchecked value as well as checked value. This fixes the issue with the list being empty if dataset only had cell-data. In general, we need to fix the unchecked-mechanism, this is just work around.
-
- 11 Apr, 2011 1 commit
-
-
George Zagaris authored
Fix conflicts with collaboration branch.
-
- 13 Feb, 2011 1 commit
-
-
Utkarsh Ayachit authored
* Created new ParaViewCore directory in place of Servers. * Moved classes from old directories to new ones. * Removed some obsolete classes that were lingering in Filters/ServerManager.
-
- 24 Jan, 2011 1 commit
-
-
Robert Maynard authored
This corrects the issue of not choosing the correct property when autoconvert is turned on.
-
- 14 Oct, 2010 1 commit
-
-
Robert Maynard authored
Still need to support array component expansioin.
-
- 20 May, 2010 1 commit
-
-
Mark Olesen authored
The CVS $Revision$ keyword replacement will no longer maintain these macros automatically. They were used only to implement CollectRevisions and vtkObjectBase::PrintRevisions, an API that was never used. Automated as follows: pass 0: catch templates --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' | grep '<' pass 1: main changes --------------- $ git grep -l '^vtkCxxRevisionMacro' | while read file; do echo "$file" 1>&2 perl -i -ne 'print unless (/^vtkCxxRevisionMacro/ and /\)/)' $file done $ git grep -l -e 'vtkTypeRevisionMacro(' | while read file; do echo "$file" 1>&2 perl -i -pe 's/vtkTypeRevisionMacro/vtkTypeMacro/g' $file done pass 2: verify --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' Fixed multi-line vtkCxxRevisionMacro and templates by hand.
-
- 23 Apr, 2010 1 commit
-
-
Mark Olesen authored
The CVS $Revision$ keyword replacement will no longer maintain these macros automatically. They were used only to implement CollectRevisions and vtkObjectBase::PrintRevisions, an API that was never used. Automated as follows: pass 0: catch templates --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' | grep '<' pass 1: main changes --------------- $ git grep -l '^vtkCxxRevisionMacro' | while read file; do echo "$file" 1>&2 perl -i -ne 'print unless (/^vtkCxxRevisionMacro/ and /\)/)' $file done $ git grep -l -e 'vtkTypeRevisionMacro(' | while read file; do echo "$file" 1>&2 perl -i -pe 's/vtkTypeRevisionMacro/vtkTypeMacro/g' $file done pass 2: verify --------------- $ git grep 'vtk\(Cxx\|Type\)RevisionMacro' Fixed multi-line vtkCxxRevisionMacro and templates by hand.
-
- 19 Mar, 2009 1 commit
-
-
Kenneth Moreland authored
-
- 29 Jul, 2008 1 commit
-
-
Utkarsh Ayachit authored
vtkPVDataInformation for Vertex, Edge and Row. Updated domains to respect the new attribute types. ENH: Added "row", "edge", "vertex" attribute types to vtkSMInputArrayDomain.
-
- 11 Jul, 2007 1 commit
-
-
Utkarsh Ayachit authored
output port.
-
- 07 Nov, 2006 2 commits
-
-
Berk Geveci authored
-
Berk Geveci authored
-
- 22 Mar, 2006 1 commit
-
-
Utkarsh Ayachit authored
Update CMake scripts to work with the restructured repository. A new CVS repository was created on 2006-03-22 to re-organize the ParaQ source tree into a layout similar to that of ParaView 2.x and drop the Tcl/Tk GUI. This was in preparation for the final transition to the Qt-based GUI as the official ParaView 3.0 GUI. This commit was manufactured during conversion from CVS to represent the layout change as part of the first commit to the new repository.
-
- 12 Dec, 2005 1 commit
-
-
Berk Geveci authored
ENH: Rewrote SaveState(). It now write to memory DOM representation instead of a stream. The DOM can then be serialized using it's own API
-
- 27 Sep, 2005 1 commit
-
-
Andy Cedilnik authored
A new CVS repository was created on 2005-09-27 to fork ParaView during development of a Qt-based replacement for the Tcl/Tk GUI. The "ParaQ" repository began with a single subdirectory symbolic link to the main ParaView repository. ParaQ-specific files were added in sibling directories to keep them outside the main ParaView during development. The ParaQ repository was actually created on 2005-09-05 but no commits outside the main ParaView repository were made until 2005-09-27. The latter date was the true fork point. This commit was manufactured during conversion from CVS to represent the fork as a branch.
-
- 23 Jul, 2004 1 commit
-
-
Ken Martin authored
-
- 20 Jul, 2004 1 commit
-
-
Andy Cedilnik authored
-
- 05 Jul, 2004 1 commit
-
-
Berk Geveci authored
-
- 28 Jun, 2004 1 commit
-
-
Berk Geveci authored
-
- 23 Jun, 2004 1 commit
-
-
Andy Cedilnik authored
-
- 21 Jun, 2004 1 commit
-
-
Berk Geveci authored
-