- 04 Apr, 2012 2 commits
-
-
Clinton Stimpson authored
Change-Id: I7742bd09f424f30862a5b49f4df508dfe643c6df
-
Clinton Stimpson authored
This fixes link errors on Windows with Infovis/Views off, and fixes link errors on Linux with -Wl,--no-undefined. Change-Id: Ifcee058b73c4dd22cf370a8f02cc974f6626d166
-
- 08 Mar, 2012 1 commit
-
-
David Gobbi authored
In Python, the QVTKInteractor class wasn't inheriting any methods from its superclass vtkRenderWindowInteractor and was useless as a result. The python wrappers were confused because the prefix is "Q" instead of "vtk". The main kits have a vtkKitHierarchy.txt file that the wrappers can use to ascertain type and inheritance without relying on prefixes, a simple solution here is to use the hierarchy file that was generated for Rendering. Change-Id: Idba365ea61d7153dfd63f678dd36318ba429dc93
-
- 26 Feb, 2012 1 commit
-
-
Pat Marion authored
Change-Id: I3aed58d875bd7080d8e369769b476f59447fa5e5
-
- 25 Feb, 2012 1 commit
-
-
Marcus D. Hanwell authored
The Clang 3.0 compiler is unable to link QVTK due to X symbols it cannot find. The QVTKWidget::x11_setup_window() function makes calls to X, and so if VTK_USE_X is defined we should be linking. Change-Id: I9a8a4f18dd6c1b86892c078dd5e0054a79177866
-
- 07 Dec, 2010 1 commit
-
-
David Partyka authored
VTK now exports all of its installed targets into a VTKTargets.cmake file. Inclusion of this file allows other projects to import VTK targets and reference them directly, in a simple and flexible manner. Change-Id: Ifa501156a84be82fbc1e46de67e670de7ec2a99c
-
- 29 Nov, 2010 1 commit
-
-
Clinton Stimpson authored
-
- 28 Nov, 2010 1 commit
-
-
David Partyka authored
-
- 23 Nov, 2010 1 commit
-
-
David Gobbi authored
The wrapper language include paths have been split out of the main VTK include path, so directories that need python must now explicitly include the PYTHON_INCLUDE_PATH.
-
- 15 Oct, 2010 1 commit
-
-
Marcus D. Hanwell authored
A new CMake option, VTK_USE_QTCHARTS, was added. This is off by default, the Qt based charts will be removed in a future release. Change-Id: I68ecac6ff08180c48518853f9774bf0cb979092a
-
- 28 Sep, 2010 2 commits
-
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
- 24 Sep, 2010 1 commit
-
-
David Partyka authored
-
- 27 Aug, 2010 1 commit
-
-
Clinton Stimpson authored
-
- 11 Aug, 2010 1 commit
-
-
Clinton Stimpson authored
-
- 10 Aug, 2010 1 commit
-
-
Clinton Stimpson authored
-
- 09 Aug, 2010 1 commit
-
-
Clinton Stimpson authored
-
- 05 Aug, 2010 3 commits
-
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
- 04 Aug, 2010 4 commits
-
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
- 03 Aug, 2010 3 commits
-
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
Clinton Stimpson authored
Enhanced vtkWrapPython to recognized Qt types used in VTK classes. Use SIP to wrap Qt classes for use with PyQt. Also added bridge code to make VTK types work in Qt classes.
-
- 24 Jun, 2010 1 commit
-
-
Clinton Stimpson authored
QVTKWidget2 is an alternative to QVTKWidget that may be used if operations involving QPainter are desired. Also exporting VTK_USE_QVTK_QTOPENGL configuration flag.
-
- 23 Jun, 2010 3 commits
-
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
- 26 May, 2010 1 commit
-
-
François Bertel authored
-
- 25 May, 2010 2 commits
-
-
François Bertel authored
-
François Bertel authored
-
- 17 May, 2010 1 commit
-
-
Clinton Stimpson authored
-
- 08 Mar, 2010 1 commit
-
-
Marcus Hanwell authored
This was causing some issues on a Linux box for me, and we are not using phonon directly. Restrict to just apple for now, where this was known to cause problems.
-
- 12 Feb, 2010 1 commit
-
-
Jeff Baumes authored
Also making labels.py work again by using vtkQtInitialization. This required moving vtkQtInitialization out of GUISupport so it could be wrapped.
-
- 05 Jan, 2010 1 commit
-
-
Zack Galbreath authored
-
- 21 Dec, 2009 1 commit
-
-
Eric Stanton authored
-
- 11 Dec, 2009 1 commit
-
-
Marcus Hanwell authored
-