Skip to content
Snippets Groups Projects
  1. Jun 15, 2020
  2. Jun 14, 2020
  3. Jun 13, 2020
  4. Jun 11, 2020
  5. Jun 10, 2020
  6. Jun 09, 2020
  7. Jun 08, 2020
  8. Jun 07, 2020
  9. Jun 06, 2020
    • Utkarsh Ayachit's avatar
      Fixes issue with preview size and states · 96027cbf
      Utkarsh Ayachit authored
      When state file is loaded pqMultiViewWidget is not visible and hence the
      choice it makes for widgets sizes is based on some default size than the
      actual size available on the screen. Fixed that by ensure preview-based
      wiget constraints are updated in resize-event. That also fixes #17855.
      
      Fixes #19959.
      96027cbf
  10. Jun 05, 2020
    • Yohann Bearzi (Kitware)'s avatar
      Extensive listing of allowed type in legacy writer · 1c9724a4
      Yohann Bearzi (Kitware) authored
      Legacy writer was allowing any data object as input, resulting in being
      able to save hypertree grids in vtk format, which is not implemented.
      Now, one has to explicitly add subclasses of vtkDataObject as possible
      inputs.
      1c9724a4
    • Yohann Bearzi (Kitware)'s avatar
      Disabled extract block on single htg · 0007fb3a
      Yohann Bearzi (Kitware) authored
      `vtkHyperTreeGrid` used to inherit from `vtkDataSet`. Since their
      internal structure was too different, it was decided to
      make it inherit from `vtkDataObject`. There was a lot of legacy
      mechanism that allowed to use htg as datasets while not fully
      being a dataset. `vtkSMDataTypeDomain` had a special treatment
      for htgs. It is not anymore needed, hence this commit.
      
      Also, filters taking multiblock data set input used to be hard to
      handled for htgs. There was a little hack that allowed you to
      consider any htg as multiblock data set, even if filters
      would discard such input. This is no more needed thanks to
      the distinction data set / htg.
      
      Fixes #19862
      
      (cherry picked from commit a312c0d0)
      0007fb3a
  11. Jun 03, 2020
  12. Jun 02, 2020
  13. May 30, 2020
  14. May 27, 2020
  15. May 26, 2020
    • Utkarsh Ayachit's avatar
      restore preview mode from pvsm · 3942fad7
      Utkarsh Ayachit authored
      We now correctly restore preview mode state from a pvsm file.
      pqMultiViewWidget simply needed to initialize itself from the current
      value on the layout proxy during initialization. Fixed that.
      
      Fixes #19959.
      3942fad7
  16. May 25, 2020
Loading