- 13 Jan, 2015 3 commits
-
-
Utkarsh Ayachit authored
5a207756 Update version to 4.3.1
-
Utkarsh Ayachit authored
Change-Id: I9aebd9384a105ffd545b3d5865b894b145b1baff
-
Utkarsh Ayachit authored
7d211045 Fix crash on loading VTK legacy file with no timesteps.
-
- 12 Jan, 2015 3 commits
-
-
Joachim Pouderoux authored
Crash was due to recent changes. Change-Id: I6b1ef8c0f4e52734d7424dc67008a816a88e840a
-
Utkarsh Ayachit authored
00b8a0d4 Update version to 4.3.0.
-
Utkarsh Ayachit authored
Change-Id: I99a31aee43ebc85ab9e0538e0502f3a007fb4ba7
-
- 11 Jan, 2015 1 commit
-
-
Utkarsh Ayachit authored
d32727a2 Avoid adding internal toolbars to the View menu. de6e724f Fix segfault when disconnecting from server. 723efae9 BUG #15247: Restore mouse-wheel.
-
- 10 Jan, 2015 7 commits
-
-
Utkarsh Ayachit authored
Internal toolbars should not be shown in the View menu. Fixed that. This keeps the toolbars in Time Insecptor Widget or the View frames from being toggled from the VIew menu. Change-Id: Ic19729b664269233b08c6bf1e2da761b726bfede
-
Utkarsh Ayachit authored
If the "builtin:" server item was selected in the pipeline browser and one disconnected from the session, the pqTimeInspectorWidget would raise an assertion. Overcome that. Change-Id: I378df0b11e5b1e0b9962b8ec476e54805c2aae1a
-
Utkarsh Ayachit authored
The wheel was broken in e34444b0. The change was cleaning up vtkPVInteractorStyle. vtkPVInteractorStyle has traditionally been subclass of vtkInteractorStyleTrackballCamera. Restoring that behaviour. Ideally, we want to add better support for mouse-wheel. Leaving the incidental support for now. Also manually disabled wheel in vtkPVOrthographicSliceView since the wheel conflicts with the user interactions for moving slices in that view. Change-Id: I4ae5db174e60f208c64a53ecf2dcf00459d2be7c
-
Utkarsh Ayachit authored
bdcd50f4 Move VisItBridge forward to compile against OpenGL2
-
Utkarsh Ayachit authored
55d44e89 Add reStructured text (RST) formating to proxy documentation.
-
Utkarsh Ayachit authored
81babf43 Add suppport for show_in_toolbar.
-
Utkarsh Ayachit authored
1a149a06 Update VTK.
-
- 09 Jan, 2015 9 commits
-
-
Marcus D. Hanwell authored
Some minor fixes so that VisItBridge can build against OpenGL2.
-
Utkarsh Ayachit authored
Change-Id: I37eedd44d851d61515967aa849ed101527481bff
-
Utkarsh Ayachit authored
Change-Id: I82af913cc5bc744d0d19194bdabd865eb701f581
-
Utkarsh Ayachit authored
8a426105 Make ParaViewWeb request interactive renders when interacting.
-
Utkarsh Ayachit authored
3ba0f6b0 Fix libpng "Not recognizing known sRGB profile that has been edited"
-
Utkarsh Ayachit authored
82e34f2f Unhide StereoType and StereoRender property of RenderView.
-
Utkarsh Ayachit authored
7d248b4e Add support to add icons for filters/sources.
-
Utkarsh Ayachit authored
752cdfef Enabled adding active values from all visible objects
-
Dan Lipsa authored
See Calculator for an example. Also, sort documentation by proxy label, fix readers and writers, add the extension to readers and writers documentation. Change-Id: I74c8a96d52df858bf04af5b27951c20117a09ecd
-
- 08 Jan, 2015 13 commits
-
-
Cory Quammen authored
The existing ability to add active values for color maps with indexed color mode on adds active values from the active source only. This new feature adds active values for all visible objects. Change-Id: I6a0e94538f2111d69be101fb91c99eb0f4ac5f2f
-
Scott Wittenburg authored
Also move the disabling of interactor-based render calls into the web visualizer application so that it only happens once, rather than every time we access the view. Change-Id: I8922964a917edc5856d0d9003c18e8f180c43593
-
Utkarsh Ayachit authored
Added support to <ShowInMenu /> hints to add icons. That was something that we lost when we deprecated the GUI xmls for plugins. Also updated the MajorAPIChanges.md file to reflect this change. Change-Id: If5f7ffdd1acc1aec9eccb71393f510880030f495
-
Joachim Pouderoux authored
Since PV 4.2 StereoType and StereoRender properties were declared internals. This disable the possibility to change them from a Python script for instance. The patch just removes the internal state of those 2 properties. Change-Id: If78e9c24ec81079b39abf53a7ad50f568f19b5c9 Change-Id: I6824753f154c5f961b2eec6ceb2c0af4d861a236
-
Utkarsh Ayachit authored
36c59ebc update vtk
-
Utkarsh Ayachit authored
ec502c7c pvserver now correctly accepts --mpi and --no-mpi
-
Utkarsh Ayachit authored
b5fc040d initializer: use a status enumeration aaedf564 initializer: --help and --version should succeed
-
Utkarsh Ayachit authored
cf8e5d2a Render all views when settings are changed.
-
Utkarsh Ayachit authored
08fdc113 Move VTK to commit: Account for gradient G + mean(G,0)
-
Utkarsh Ayachit authored
b1149e8b Fixes pvweb problem of interactive and still renders on each frame.
-
Utkarsh Ayachit authored
bef89910 Remove usage of std::array and use a custom class instead. 3ac1bff2 Remove the requirement on using std::type_traits. 33f2ec26 We need to link against vtksys. 657293ef Properly forward declare vtkDataSet. 6c611276 Use std::string instead of std::vector<char> when dealing with text. fe0accb3 Use std::size_t over size_t since std::size_t is the C++ type.
-
Utkarsh Ayachit authored
8a51d136 ADIOS: Change default file extension to ".vta" c171e6b3 ADIOS: Substantial rework of ADIOS code in VTK
-
Utkarsh Ayachit authored
c21ae771 Fix build issues when MPI is not enabled. bdbbb30f Fix build issues to to vtkAbstractArray API change. 7c86615a Use the parallel extract VOI filters in the metafilter. c5544d20 Update VTK to 15022_fix_extract_subset.
-
- 07 Jan, 2015 1 commit
-
-
Scott Wittenburg authored
This commit also makes interactor-based automatic rendering on the server side optional, and by default it is turned on. Change-Id: Ibc3ef58736c3f497a361d839f1a93df54ab2ce1c
-
- 06 Jan, 2015 2 commits
-
-
Shawn Waldon authored
Change-Id: I11eacc9eaf96cadc06fab93378b0e1e2c27e156e
-
Ben Boeckel authored
Change-Id: Ieac045bd12a7a50cfa61b190b513de70a18a152f
-
- 05 Jan, 2015 1 commit
-
-
Ben Boeckel authored
Exiting with success early is different from running the application. Change-Id: Ie9fb4dbed7e1f333462747b216915e50e24a5835
-