-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed hard-coded path of VTK_BINARY_DIR #7
base: master
Are you sure you want to change the base?
Commits on Dec 9, 2015
-
When running ParaView on HiDPI screens, where the IndentWidth may be smaller than the font height, lines in the Pipeline browser may get squashed together. Fix this by defaulting to a preferredHeight for FlatTreeView items which is the maximum between the font height and the IndentWidth, and only adjusting upwards for items with a larger font.
Configuration menu - View commit details
-
Copy full SHA for 55c706d - Browse repository at this point
Copy the full SHA 55c706dView commit details
Commits on Feb 22, 2016
-
Added support for reading NFACE_n and NGON_n CGNS files
Menno Deij - van Rijswijk committedFeb 22, 2016 Configuration menu - View commit details
-
Copy full SHA for a915c5e - Browse repository at this point
Copy the full SHA a915c5eView commit details
Commits on Mar 1, 2016
-
Menno Deij - van Rijswijk committed
Mar 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 90f5fc5 - Browse repository at this point
Copy the full SHA 90f5fc5View commit details -
Merge remote-tracking branch 'origin' into NFACE_n-NGON_n-CGNSReader
Menno Deij - van Rijswijk committedMar 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 7801712 - Browse repository at this point
Copy the full SHA 7801712View commit details
Commits on Mar 2, 2016
-
Menno Deij - van Rijswijk committed
Mar 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 1790933 - Browse repository at this point
Copy the full SHA 1790933View commit details
Commits on Mar 3, 2016
-
vtkProcessModule: store the current directory of the executable
Other ParaView client applications may have other paths they would like to derive from this path, so store it and make it available from the vtkProcessModule class.
Configuration menu - View commit details
-
Copy full SHA for d50b302 - Browse repository at this point
Copy the full SHA d50b302View commit details
Commits on Mar 7, 2016
-
Merge branch 'master' of https://gitlab.kitware.com/paraview/paraview …
…into NFACE_n-NGON_n-CGNSReader
Menno Deij - van Rijswijk committedMar 7, 2016 Configuration menu - View commit details
-
Copy full SHA for a9f4a8f - Browse repository at this point
Copy the full SHA a9f4a8fView commit details -
Signed-off-by: Menno Deij - van Rijswijk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for edbab0d - Browse repository at this point
Copy the full SHA edbab0dView commit details -
Remove CGNS headers from vtkCGNSReader.h.
Signed-off-by: Menno Deij - van Rijswijk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 589f5b1 - Browse repository at this point
Copy the full SHA 589f5b1View commit details -
Added CGNS_ENUMV(NGON_n). Applied diffs from code review.
Menno Deij - van Rijswijk committedMar 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 0de03c4 - Browse repository at this point
Copy the full SHA 0de03c4View commit details
Commits on Mar 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 27115ba - Browse repository at this point
Copy the full SHA 27115baView commit details
Commits on Mar 9, 2016
-
d50b302 vtkProcessModule: store the current directory of the executable Acked-by: Kitware Robot <[email protected]> Reviewed-by: Utkarsh Ayachit <[email protected]> Merge-request: !631
Configuration menu - View commit details
-
Copy full SHA for a480a24 - Browse repository at this point
Copy the full SHA a480a24View commit details -
Use
vtk_module_link_libraries
for modules.This ensures that the linked libraries work as expected when Kits are enabled.
Configuration menu - View commit details
-
Copy full SHA for 0284bf3 - Browse repository at this point
Copy the full SHA 0284bf3View commit details
Commits on Mar 10, 2016
-
BUG #16020: restore defaults for repeatable vector properties
Repeatable vector properties were not being restored when vtkSMProperty::RestoreToXMLDefaults() was called because no defaults for such properties are typically defined in the proxy XML. This patch handles this case by clearing out the vector elements, setting the size to zero.
Configuration menu - View commit details
-
Copy full SHA for 743036c - Browse repository at this point
Copy the full SHA 743036cView commit details -
0284bf3 Use `vtk_module_link_libraries` for modules. Acked-by: Kitware Robot <[email protected]> Merge-request: !680
Configuration menu - View commit details
-
Copy full SHA for 1b038f2 - Browse repository at this point
Copy the full SHA 1b038f2View commit details
Commits on Mar 11, 2016
-
Merge remote-tracking branch 'origin' into NFACE_n-NGON_n-CGNSReader
Menno Deij - van Rijswijk committedMar 11, 2016 Configuration menu - View commit details
-
Copy full SHA for d374b02 - Browse repository at this point
Copy the full SHA d374b02View commit details -
Added another acceptable condition for setting property elements
Make setting of vtkSMDoubleVectorProperty elements consistent with setting of vtkSMIntVectorProperties when the property is repeatable. This fixes a bug that made it impossible to change double vector properties to zero elements, e.g., clearing out the Isosurface values in the Contour filter.
Configuration menu - View commit details
-
Copy full SHA for ac4f824 - Browse repository at this point
Copy the full SHA ac4f824View commit details -
When resetting values, reset to default rather than XML default
This causes properties with domain defaults to be reset to the domain default. If no domain default is available, it uses the XML default.
Configuration menu - View commit details
-
Copy full SHA for e50f934 - Browse repository at this point
Copy the full SHA e50f934View commit details
Commits on Mar 12, 2016
-
Merge topic '16020_restore_repeatable_defaults'
e50f934 When resetting values, reset to default rather than XML default ac4f824 Added another acceptable condition for setting property elements 743036c BUG #16020: restore defaults for repeatable vector properties Acked-by: Kitware Robot <[email protected]> Reviewed-by: Utkarsh Ayachit <[email protected]> Merge-request: !676
Configuration menu - View commit details
-
Copy full SHA for b837301 - Browse repository at this point
Copy the full SHA b837301View commit details -
Merge topic 'pipeline-browser-dpi-fix'
55c706d Tune FlatTreeView sizing Acked-by: Kitware Robot <[email protected]> Reviewed-by: Utkarsh Ayachit <[email protected]> Merge-request: !493
Configuration menu - View commit details
-
Copy full SHA for 7cf0e4c - Browse repository at this point
Copy the full SHA 7cf0e4cView commit details -
Merge topic 'NFACE_n-NGON_n-CGNSReader'
d374b02 Merge remote-tracking branch 'origin' into NFACE_n-NGON_n-CGNSReader 0de03c4 Added CGNS_ENUMV(NGON_n). Applied diffs from code review. 589f5b1 Remove CGNS headers from vtkCGNSReader.h. edbab0d Cleanup testing code. a9f4a8f Merge branch 'master' of https://gitlab.kitware.com/paraview/paraview into NFACE_n-NGON_n-CGNSReader 1790933 added tests 7801712 Merge remote-tracking branch 'origin' into NFACE_n-NGON_n-CGNSReader 90f5fc5 working on testing ... Acked-by: Kitware Robot <[email protected]> Reviewed-by: Utkarsh Ayachit <[email protected]> Merge-request: !639
Configuration menu - View commit details
-
Copy full SHA for 16385fa - Browse repository at this point
Copy the full SHA 16385faView commit details
Commits on Mar 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for fcd0436 - Browse repository at this point
Copy the full SHA fcd0436View commit details -
vtkCleanArrays now support cleaning composite datasets.
vtkCleanArrays now allows removing/filling of partial arrays for composite datasets as well. That way, the filter can now be used to sycn arrays on composite datasets locally or in parallel along with non-composite datasets in parallel. Added a new test "TestCleanArrays" to test this filter.
Configuration menu - View commit details
-
Copy full SHA for 080622a - Browse repository at this point
Copy the full SHA 080622aView commit details -
BUG #15167: Show multiple blocks in spreadsheet view.
Spreadsheet representation now allows the user to choose multiple blocks from a composite dataset to be shown in the view. Multiple blocks are merged and hence will loose partial arrays, if any. To still support picking the default value as the first non-empty leaf node for Spreadsheet representation, added a mechanism to vtkSMCompositeTreeDomain to select a default mode.
Configuration menu - View commit details
-
Copy full SHA for f136c67 - Browse repository at this point
Copy the full SHA f136c67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f60463 - Browse repository at this point
Copy the full SHA 5f60463View commit details -
3f4dc4a BUG #15672: Axes Grid dissapears in parallel projection.
Configuration menu - View commit details
-
Copy full SHA for a1e085d - Browse repository at this point
Copy the full SHA a1e085dView commit details -
Brings in fix for the EnsightGold reader failing to stat() large files on windows.
Configuration menu - View commit details
-
Copy full SHA for 03e7e55 - Browse repository at this point
Copy the full SHA 03e7e55View commit details
Commits on Mar 14, 2016
-
Merge topic '0015167_multiple_blocks_in_spreadsheet_view'
5f60463 Adding test for testing spreadsheet with multiblock f136c67 BUG #15167: Show multiple blocks in spreadsheet view. 080622a vtkCleanArrays now support cleaning composite datasets. fcd0436 Remove unused header. Acked-by: Kitware Robot <[email protected]> Reviewed-by: Cory Quammen <[email protected]> Merge-request: !678
Configuration menu - View commit details
-
Copy full SHA for 20c10b9 - Browse repository at this point
Copy the full SHA 20c10b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d13f75 - Browse repository at this point
Copy the full SHA 7d13f75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a35f41 - Browse repository at this point
Copy the full SHA 7a35f41View commit details -
Python: import the API module, not the Python library
When building with Kits, the libraries listed here don't exist.
Configuration menu - View commit details
-
Copy full SHA for 85c8699 - Browse repository at this point
Copy the full SHA 85c8699View commit details -
eigen: add a space between strings
GCC6 is detecting this as a literal constructor (operator ""X) instead of doing literal string concatenation. A space removes the ambiguity.
Configuration menu - View commit details
-
Copy full SHA for f60c8e7 - Browse repository at this point
Copy the full SHA f60c8e7View commit details
Commits on Mar 15, 2016
-
Cleanup ParaView's python package generation.
Avoiding configure time file copying and adding dependencies on source *.py to have them copied and compiled.
Configuration menu - View commit details
-
Copy full SHA for 4c46737 - Browse repository at this point
Copy the full SHA 4c46737View commit details -
Python: import the API module, not the Python library
When building with Kits, the libraries listed here don't exist.
Configuration menu - View commit details
-
Copy full SHA for d179bff - Browse repository at this point
Copy the full SHA d179bffView commit details -
f60c8e7 eigen: add a space between strings Acked-by: Kitware Robot <[email protected]> Reviewed-by: Brad King <[email protected]> Merge-request: !683
Configuration menu - View commit details
-
Copy full SHA for ed854cd - Browse repository at this point
Copy the full SHA ed854cdView commit details -
Prefer
vtk
package fromparaview
.Using paraview.vtk instead of vtk avoid importing all of VTK's Python wrapped modules which is huge benefit when dealing with slow file systems, often encountered in ParaView use-cases.
Configuration menu - View commit details
-
Copy full SHA for aadfe86 - Browse repository at this point
Copy the full SHA aadfe86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30de5e1 - Browse repository at this point
Copy the full SHA 30de5e1View commit details -
Making PythonSelection test more robust.
This circumvents rendering issues with rendering selection wireframe on certain systems.
Configuration menu - View commit details
-
Copy full SHA for 10f61cf - Browse repository at this point
Copy the full SHA 10f61cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd0e9d4 - Browse repository at this point
Copy the full SHA fd0e9d4View commit details
Commits on Mar 16, 2016
-
fd0e9d4 Update VTK to bring kits+static+python fixes. 10f61cf Making PythonSelection test more robust. 30de5e1 Fix incorrect imports. aadfe86 Prefer `vtk` package from `paraview`. d179bff Python: import the API module, not the Python library 4c46737 Cleanup ParaView's python package generation. 85c8699 Python: import the API module, not the Python library 7a35f41 Update vtk_add_python_wrapping calls to use new signatures ... Acked-by: Kitware Robot <[email protected]> Merge-request: !685
Configuration menu - View commit details
-
Copy full SHA for 763c25f - Browse repository at this point
Copy the full SHA 763c25fView commit details -
Merge topic 'vtk_for_pv_5.0.1'
03e7e55 Update VTK. a1e085d Merge topic 'axes-grid-15672' Acked-by: Kitware Robot <[email protected]> Merge-request: !682
Configuration menu - View commit details
-
Copy full SHA for 5483620 - Browse repository at this point
Copy the full SHA 5483620View commit details -
Merge branch 'vtk_for_pv_5.0.1' into release
* vtk_for_pv_5.0.1: Update VTK.
Configuration menu - View commit details
-
Copy full SHA for 9e856f7 - Browse repository at this point
Copy the full SHA 9e856f7View commit details -
9e856f7 Merge branch 'vtk_for_pv_5.0.1' into release Acked-by: Kitware Robot <[email protected]> Merge-request: !687
Configuration menu - View commit details
-
Copy full SHA for 9b8a714 - Browse repository at this point
Copy the full SHA 9b8a714View commit details -
Configuration menu - View commit details
-
Copy full SHA for efb2fb7 - Browse repository at this point
Copy the full SHA efb2fb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ba2b42 - Browse repository at this point
Copy the full SHA 0ba2b42View commit details