- Dec 22, 2013
-
-
106b1bbf Updating version number to 4.1.0-RC2
-
Utkarsh Ayachit authored
Change-Id: I90184570c16f78df9c61e7cde2e6346a761a8fed
-
31ebb0cc Move VTK forward
-
577167c4 Fix ParaViewWeb iPython module
-
b8ee7ae3 Fix grammar and syntax issue in ParaViewWeb doc
-
d6ee68ca Warning and comment fix
-
bc8a07cf BUG #14483. Fix issues with FindData.
-
- Dec 20, 2013
-
-
Sebastien Jourdain authored
Change-Id: I0457386161cbdbee21783adb2fec81064ec725ee
-
Sebastien Jourdain authored
Change-Id: Ida39138678632f7c74a2fa66458e914bfb5f83b1
-
Sebastien Jourdain authored
Change-Id: Ia50b9e839a9220cc4665a68edef5e5c8a0d23e4f
-
Sebastien Jourdain authored
Previously the iPython module was making the python interpreter crash when ran with MPI. The reason was the import paraview.simple before any valid MPI initialization. Further fix have also be made along a documentation Change-Id: Ibd2c388ed1aef453f9aa3e1cf3250582a1819099
-
Utkarsh Ayachit authored
Certain targets were always dirty causing due to missing output file. Fixed that. Change-Id: I13616d14476bcca62b28e1d436934bacf561fa5e
-
Utkarsh Ayachit authored
FindData failed to on "is one of" queries when a data array was used instead of the IDS. This hack overcomes the problem for now by adopting a potentially slower route. Change-Id: Ifd07cf2d75a87dff4b7fb42cd79aea11dc9d40d1
-
Utkarsh Ayachit authored
Exodus reader was generating unnecessary entries in the trace file. This was because the XML was setting a default number of values count for server properties which wasnt needed. Fixed that. Also fixed vtkSMVectorPropertyTemplate to fire modified event in SetElements(..) for uninitialized properties only when the new value had a non-zero number of elements. Change-Id: Iab759d282e80e7818c67dbf8a002e8a37167b729
-
Utkarsh Ayachit authored
pqSMAdaptor was not using unchecked set API for enumeration properties. Fixed that. Change-Id: I019f92da909b3bcdaef923f0ed40d930ee97eb74
-
Utkarsh Ayachit authored
Cleaned up logic in tracing. We were ending up with out of order trace captures resulting in broken trace files that didn't work as expected using all ParaView executables. This was happening because a lot of new code added to smtrace directly appended to the trace_output stream without flushing the information currently gathered. Fixed that by streamlining the logic. Also fixed a leak with trace observer. The observer was in place even after tracing was stopped. Fixed that. Change-Id: I805ffd7570c0b79ace9b540504a55c8f5e842b23
-
36b37718 Disable unified bindings by default
-
e9182362 BUG #14466: Fixed calculator panel.
-
54b37bc8 BUG #14464. Fix isssue with specular highlights settings.
-
2c344c76 Update link to VTK containing fix for huge PNGs.
-
92ff7361 BUG #14286: Fixed orientation widget now showing up in Catalyst.
-
- Dec 19, 2013
-
-
Nathan authored
Change-Id: I2c230192669bf0d4f76aef7022595f3ece8b12e9
-
Nathan authored
Change-Id: Icdf96832e97abd763134713b0e1af11b474d4e90
-
Ben Boeckel authored
The dashboards have been clean, but the release is still a little iffy if it's on by default. Change-Id: Ifa8eb0decddbe1af68696d37d07349744aca6ea6
-
- Dec 18, 2013
-
-
Dan Lipsa authored
Change-Id: I213630660c174da62adc150bd89e121b9b2cd4ce
-
Sebastien Jourdain authored
Make sure when the user is not master to disable the widgets to edit properties. And enable them again when master. Change-Id: I5861ad04fd0f46154641d944246740acb2bedde6
-
Scott Wittenburg authored
Change-Id: I6304b6439dc783cf69d0caa5deda74492d787685
-
Scott Wittenburg authored
Change-Id: I28b5cbf3a42584732f4894586329bf1cd47be7ac
-
Scott Wittenburg authored
Added two new paraviewweb protocols. One allows to specify a list of plugins to be loaded upon startup of the web application. The other allows to specify a list of filters in a json text file which will be available in the web application. This is an improvement on the static filter list previously provided by the pipeline manager protocol. The web visualizer application has been updated to give examples of how these two protocols are used. Change-Id: I0d2f556347a777a04c82c7b04613ee6c8a3d2f9a
-
Nathan authored
Change-Id: I39f7b93bcb56ad1959c4b3fd9bcfae4eaf4acad7
-
Sebastien Jourdain authored
Previously the PluginManager was listening to preServerAdded to load plugins from user settings. And when a plugin was loaded it was triggering some client/server communication for synchronizing the proxy definition while the ServerManager was not ready yet. In collaboration mode, this was forcing the ServerManager to push its state to the server before getting the proper state from the server. Hence each new connection was reseting the full shared proxy manager state. This was introduced while trying to fix bug #12238. Change-Id: Icb6c7e39a28e150095e6c77b6417e868657f5c05
-
Scott Wittenburg authored
The new busy status event is fired with an argument of true before each rpc call, and then fired again with false when the rpc call finishes, whether the call failed or finished successfully. This will allow widgets to know about the busy state of the pipeline and respond accordingly. Also added code to fire a pipeline addSource event when a data file has finished loading. Change-Id: I3fb1e7fee84e20bd3f5ad443b5a5d8996917fd24
-
- Dec 17, 2013
-
-
Utkarsh Ayachit authored
Added ability to pqLineEdit to disable resetting of cursor position on editing. We had added support for that to show most significant digits in numercial line edits. That was causing problems with calculator. Calculator now disables this cursor-resetting on the pqLineEdit instance. Change-Id: I99593371e80dd2e64648b2b9f0e78ec3534df8c8
-
- Dec 16, 2013
-
-
George Zagaris authored
Change-Id: Ifee822b7168712262648092601f9b441228e37b7
-
Utkarsh Ayachit authored
Orientation widget was hidden in pvbatch or catalyst since the renderer for the orientation widget was never been unhidden by vtkPVSynchronizedRenderWindows. Fixed that by adding logic to vtkPVRenderView to register the orientation axes rendendere with vtkPVSynchronizedRenderWindows. Added logic to vtkPVSynchronizedRenderWindows to handle this renderer correctly. In future we may fix vtkPVAxesWidget to not use the renderer all. Until then, we live with this approach. Change-Id: Ide8196bada06a95564f7ecddb04e9971f93bc650
-