- 29 Jun, 2012 1 commit
-
-
Utkarsh Ayachit authored
-
- 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.
-
- 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.
-
- 16 Apr, 2008 1 commit
-
-
Utkarsh Ayachit authored
result in multiple modified events causing the undo-stack to bloat).
-
- 27 Feb, 2007 1 commit
-
-
Utkarsh Ayachit authored
ENH: Fixed XY Plot to be able to plot both point as well as cell data. Also fixed the plot to update when the data arrays change. ENH: This also includes a CSV writer that can write rectilinear grids.
-
- 30 Jan, 2007 1 commit
-
-
Clinton Stimpson authored
BUG: Set number of elements when setting default values.
-
- 22 Jan, 2007 1 commit
-
-
Clinton Stimpson authored
BUG: Fix default value initialization for array selections.
-
- 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.
-
- 20 Oct, 2005 1 commit
-
-
Berk Geveci authored
-
- 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.
-
- 02 Aug, 2004 1 commit
-
-
Berk Geveci authored
-