- 29 Dec, 2005 1 commit
-
-
Amy Squillacote authored
-
- 22 Dec, 2005 1 commit
-
-
Amy Squillacote authored
-
- 07 Dec, 2005 2 commits
-
-
Kenneth Moreland authored
libraries of the plugin and those of designer must match. Most likely, designer is linked against the non-debug verstions.
-
Kenneth Moreland authored
-
- 30 Nov, 2005 1 commit
-
-
Clinton Stimpson authored
COMP: Remove some compile warnings when using -Wall -W and more ....
-
- 31 Oct, 2005 1 commit
-
-
Clinton Stimpson authored
ENH: Support call data.
-
- 27 Oct, 2005 1 commit
-
-
Clinton Stimpson authored
ENH: Provide support for Disconnect() with client data.
-
- 20 Sep, 2005 1 commit
-
-
Brad King authored
ENH: Patch from Clinton Stimpson for improved Qt3/Qt4 support. It has been tested with CMake 2.0 and 2.3 (which is very close to 2.2).
-
- 26 Aug, 2005 2 commits
- 25 Aug, 2005 2 commits
- 24 Aug, 2005 1 commit
-
-
Brad King authored
-
- 11 Aug, 2005 3 commits
-
-
Clinton Stimpson authored
COMP: Mac -- Fix framework link directory for building plugin.
-
Clinton Stimpson authored
ENH: Support empty CMAKE_BUILD_TYPE regardless of Qt's debug/release issues. COMP: Don't moc a .cxx file in Visual Studio. Visual Studio ends up not building the .o from the .cxx file because a custom build rule is there instead. Possibly a CMake 2.2 only issue?
-
Brad King authored
ENH: Re-organizing the VTK installation. Libraries are now installed in PREFIX/lib instead of PREFIX/lib/vtk. This is now safe because they have version numbers on UNIX. The Tcl package is now installed in PREFIX/lib/vtk-<version> so that it can be automatically found by the vtk or tclsh executables without setting TCLLIBPATH. The CMake packaging files for VTK are also installed in PREFIX/lib/vtk-<version>, but this location can be separately configured. The Doxygen files install location can now also be configured separately.
-
- 06 Aug, 2005 1 commit
-
-
Clinton Stimpson authored
COMP: Another Qt3 fix.
-
- 05 Aug, 2005 2 commits
-
-
Clinton Stimpson authored
COMP: Fix Qt3 build.
-
Clinton Stimpson authored
ENH: Update build for Qt 4.0. To build with Qt 4.0 requires CVS CMake.
-
- 02 Aug, 2005 1 commit
-
-
Clinton Stimpson authored
COMP: Fix includes for plugin to build with Qt4 final release. STYLE: add some comments, and a bit of code cleanup.
-
- 15 Jul, 2005 1 commit
-
-
Clinton Stimpson authored
BUG: Fix X11 errors when using scroll area's in Qt4 when widget size wasn't given beforehand.
-
- 13 Jul, 2005 1 commit
-
-
Clinton Stimpson authored
BUG: Fix seg fault with Qt4 when QVTKWidget is reparented, but a vtkRenderWindow isn't associated with it yet.
-
- 02 Jun, 2005 1 commit
-
-
Clinton Stimpson authored
BUG: Make reparenting work and fixed Mac buffer rect/clip region problem with Qt4. ENH: Add plugin code for Qt4 designer. Note -- Last hurdle is CMake's inability to handle building with Qt4. Until that is fixed, anyone wanting to build with Qt4 will have to modify CMakeLists.txt to build the Qt4 plugin.
-
- 24 May, 2005 1 commit
-
-
Clinton Stimpson authored
BUG: Fix Qt3 issue with changes to vtkCarbonRenderWindow to support HIViews, now that the vtkCarbonRenderWindow::GetGeneric*() functions return what they are supposed to return.
-
- 19 May, 2005 1 commit
-
-
Clinton Stimpson authored
ENH: Update with HIView changes on Mac.
-
- 17 May, 2005 1 commit
-
-
Clinton Stimpson authored
COMP: Allow compile with VTK 4.2, 4.4 again.
-
- 10 May, 2005 2 commits
-
-
Kenneth Moreland authored
inclusive extents of the region you want to read, not by a corner and the size. Therefore, you have to subtract one from the width and height with reading and writing the whole image.
-
Kenneth Moreland authored
saveImageToCache() without a seg-fault. Since a vtkUnsignedCharArray can hold an empty array, this is not a heavy burden on memory when not in use.
-
- 09 May, 2005 1 commit
-
-
Clinton Stimpson authored
ENH: Make QVTK work with Qt4 on Windows. It had already worked on X11. This requires Qt4 snapshot after the 5th May to work correctly in which Trolltech fixed some issues.
-
- 29 Apr, 2005 1 commit
-
-
Clinton Stimpson authored
-
- 21 Apr, 2005 1 commit
-
-
Clinton Stimpson authored
COMP: Tweaks for plugin build with VTK static libs.
-
- 18 Apr, 2005 1 commit
-
-
Clinton Stimpson authored
COMP: Now builds with Qt4 on Windows, X11. No Mac with Qt4 yet, doing so requires work in vtkCarbonRenderWindow so it can do some things that the Win32 and X version can do.
-
- 12 Apr, 2005 1 commit
-
-
Clinton Stimpson authored
COMP: Do not build QVTK designer plugin if building VTK as static libraries. Fixes bug 1767.
-
- 08 Apr, 2005 1 commit
-
-
Clinton Stimpson authored
COMP: Must also export QT_MOC_EXECUTABLE and QT_UIC_EXECUTABLE in VTKConfigQt.cmake. STYLE: Fix comments in classes so the doxygen documentation is complete and looks better.
-
- 07 Apr, 2005 1 commit
-
-
Brad King authored
ENH: Exporting the Qt that VTK found as VTK_QT_QT_LIBRARY and VTK_QT_QT_INCLUDE_DIR. This allows outside projects to use the Qt against which QVTK is linked. Other settings like the MOC executable may need to be exported also but that is not up to me.
-
- 29 Mar, 2005 1 commit
-
-
Amy Squillacote authored
-
- 25 Mar, 2005 1 commit
-
-
Brad King authored
ENH: Adding configurable installation support. There are three basic components: runtime, development, and documentation. Users or parent projects can control which components are installed by setting VTK_INSTALL_NO_RUNTIME, VTK_INSTALL_NO_DEVELOPMENT, and/or VTK_INSTALL_NO_DOCUMENTATION appropriately. Install locations can be configured with VTK_INSTALL_BIN_DIR, VTK_INSTALL_LIB_DIR, and VTK_INSTALL_INCLUDE_DIR by setting them to paths relative to the installation prefix. The defaults preserve old behavior.
-
- 17 Mar, 2005 3 commits
-
-
Clinton Stimpson authored
COMP: Must do dll export if building shared libraries.
-
Mathieu Malaterre authored
-
Clinton Stimpson authored
ENH: Allow a vtk render window created by a vtkImageViewer to be given to vtkMFCWindow ENH: Easier setup for parent windows ENH: Support for double click events
-