- 21 Dec, 2017 2 commits
-
-
744d77de ENH: Creating SMTK 2.0 Release Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1007
-
Bob Obara authored
-
- 19 Dec, 2017 5 commits
-
-
-
9ebb42de ENH: Updating Release Version to 1.2.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1006
-
Bob Obara authored
-
4881da7a Generalize import vtk data to allow for image data. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !989
-
d170e474 Add a "composite auxiliary geometry" operator. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !998
-
- 18 Dec, 2017 1 commit
-
-
aac6fc83 Update elevate/interpolate mesh sbt to avoid advanced groups. c4af42cc Elevate/Interpolate onto mesh: access subgroup parameters correctly. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !990
-
- 13 Dec, 2017 2 commits
-
-
5b02cfb3 Add missing vtk libraries to support vtk-only smtk. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Haocheng Liu <haocheng.liu@kitware.com> Merge-request: !1001
-
T.J. Corona authored
-
- 12 Dec, 2017 12 commits
-
-
75b617f7 Turn polling timer off when disconnected from cumulus 58bed187 Add columns to JobTableModel for number of nodes, number of cores 50b0a9c4 Add includes for std classes 1cc99339 Add job.h to exported headers 0e3c5909 Update/finish logic to store cmb-specific data with job resources 380bc96a Store filesystem path when results are downloaded eb4a22e3 Set formatting for QDateTime columns 77ca078a Update job finish-time when status changes to a terminal state ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1000
-
John Tourtellott authored
Also disable cumulus widget when disconnected from cumulus
-
a1d96c36 qt extension tests require polygon Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !999
-
John Tourtellott authored
-
John Tourtellott authored
-
John Tourtellott authored
Needed for CMB's qtJobsPanel
-
John Tourtellott authored
* Requires updated cumulus VM "cumulus-slac-10-13-2017" * This commit includes some clang-format updates
-
John Tourtellott authored
-
John Tourtellott authored
-
John Tourtellott authored
JobTableModel emits signal; todo update cumulus
-
John Tourtellott authored
-
John Tourtellott authored
-
- 08 Dec, 2017 2 commits
-
-
3ece72e1 Work on the UI for ComponentItem / deprecation of ModelEntityItem. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !997
-
David Thompson authored
+ Move smtk::resource::SelectionManager to smtk::view::Selection. It really isn't a manager; it's a selection. Each instance holds a map enumerating the "degree" to which each component is selected. You can have multiple selections in an application. + Make the ParaView SMTK resource panel respond to selections and emit its own. Note that selecting a summary phrase does not result in entities in its child phrases being selected. This is a departure from the previous phrase view; we may add this functionality into the new resource panel at some point as it satisfies the priniciple of minimum astonishment. The problem is that it requires computation of child phrases, which destroys the lazy nature of the algorithm. + Fix resource handling when deleting sources. + Add a VTK-based attribute "reader" (that produces a pretty empty multiblock but has the side effect of adding a resource to the resource manager when an observer is attached). + Port more code over from old, model-only EntityListPhrase to PhraseList: generate more descriptive titles for lists with many, potentially disparate children. For now, this only deals with model, not mesh or attribute, components. + Adds a currently-uncompiled "unit test" for a component item UI. + When inheriting QStyledItemDelegate, do not call the inherited `paint()` method inside your own as it will draw each item's `Qt::DisplayRole` text overlapping your own.
-
- 07 Dec, 2017 1 commit
-
-
David Thompson authored
This allows auxiliary polydata to be grouped together and then instanced as a single unit. It does not yet allow for hierarchical transforms to be applied to the children, but that is expected at some point once the vtkGlyph3DMapper supports it.
-
- 05 Dec, 2017 2 commits
-
-
219a8af1 BUG: Remove dupicate vtkHydroModelPolySource class Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !996
-
Haocheng LIU authored
This class should live in cmb.
-
- 04 Dec, 2017 8 commits
-
-
51556de5 Check validity of referenced qtMeshItemCombo. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !995
-
-
51556de5 Check validity of referenced qtMeshItemCombo. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !995
-
Alvaro Sanchez authored
-
4aa473dd Fix re-selection bug. 0a51f6dc Move setup of additional input ports to pqSMTKModelRepresentation init. 842c8b9f Add a pqProxy for the PV SMTK model representation. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !994
-
Alvaro Sanchez authored
When rubber-band selecting already selected blocks, a different selection would be obtained (selection actors would be covering the actual model to be selected). For this reason, selection actors also need to be registered for hardware selection.
-
Alvaro Sanchez authored
-
David Thompson authored
Hook up the representation's SMTK selection manager so that when the selection is changed a redraw is requested. This proxy is also intended to subsume the duties of vtkSMSMTKModelRepresentationProxy and to inform (via a request to the SMTK resource manager) the server-side representation of the server-side SMTK selection to use for rendering. This class should eventually move to `smtk/extension/paraview/appcomponents` but cannot until the other classes move (to avoid cyclic dependencies).
-
- 01 Dec, 2017 5 commits
-
-
T.J. Corona authored
-
c7ed4943 Fix Component UUID to live in derived classes. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !993
-
T.J. Corona authored
-
5118aa4b Update _to_concrete() function to support None as valid input Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !992
-
John Tourtellott authored
-