- Jul 24, 2017
-
-
Ben Boeckel authored
-
Ben Boeckel authored
* topic 'Fix-qtGroupItem-expand-bug': BUG: qtGroupItem should expand to contents Merge-request: !733
-
b63380ee BUG: qtGroupItem should expand to contents Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !733
-
d7445d18 GenerateHotStartData: warn if input pointcloud does not span input mesh Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !734
-
Haocheng LIU authored
-
T.J. Corona authored
-
- Jul 21, 2017
-
-
4ba08b83 Update required python packages for read-the-docs. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !730
-
David Thompson authored
-
- Jul 20, 2017
-
-
b63ebe6d Add operator convention: "allow camera reset" Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Haocheng Liu <haocheng.liu@kitware.com> Merge-request: !728
-
David Thompson authored
If operators have an enabled void item named "allow camera reset" then the camera _may_ automatically be reset by applications when processing the result. Otherwise, applications should not alter the camera in response to the operation.
-
- Jul 19, 2017
-
-
47f1f67b ENH: Fixed issues related to Qt5 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !727
-
Robert M. O'Bara authored
1. There seems ot be a bug w/r to QT5's signal and slots concerning when passing a reference to const JSON data - pqPresetDialog's apply preset signal should pass JSON data when a preset is selected. If the signal is connected to a slot that takes in no argumenets the signal is properly connected. However, if you connect the signal to a slot that taked in the reference to the JSON object, the connect method says there is no such slot. Workaround - changed the slot signature to take in no arguements. 2. In Qt5 , Frames no longer have a setShown method but instead now use setVisible.
-
2528346f Fix failing version test. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !726
-
David Thompson authored
-
- Jul 18, 2017
-
-
52565a79 Documentation fixes. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !725
-
David Thompson authored
-
66ef41dd BUG: Install vtkTracksAllInstances.h header Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !724
-
Haocheng LIU authored
-
0a511164 BUG: Add widget componment into cumulus for qt5 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !723
-
Haocheng LIU authored
-
9b821524 FEATURE: Add qt5 support for cumulus Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !721
-
Haocheng LIU authored
-
- Jul 17, 2017
-
-
809c5139 Initial support for _instance_ entities in SMTK. 62066c29 Fix header style. bb24190b Fix poor handling of `Instance`s in model tree-view. 880443f2 Mark const inputs as const on `Tessellation`. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !703
-
4ed447e4 Attempt to fix read-the-docs. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !722
-
David Thompson authored
The errors appear to be related to pyparsing being newer than sphinx-doxylink (which has not been updated in years). Explicitly list the requirements file and force a contemporaneous version of pyparsing.
-
66294b38 Work around a read-the-docs bug. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Haocheng Liu <haocheng.liu@kitware.com> Merge-request: !720
-
David Thompson authored
The pybind11 module's read-the-docs config was being used for SMTK. Add a simple config file so that doesn't happen.
-
90787732 smtk __init__.py: import site. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Haocheng Liu <haocheng.liu@kitware.com> Merge-request: !716
-
051c9661 Add python test to matplotlib extension. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Haocheng Liu <haocheng.liu@kitware.com> Merge-request: !719
-
- Jul 16, 2017
-
-
T.J. Corona authored
-
- Jul 14, 2017
-
-
2a1a7a53 ENH: Getting ready to release version 1.1.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !718
-
Robert M. O'Bara authored
-
af39c78a Fix loading of attribute-model association from files. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !717
-
- Jul 13, 2017
-
-
David Thompson authored
These 2 changes provide defense in depth against associations read from files when no model manager is specified: 1. First, the `ResourceSetLoader` now has a constructor that allows you to specify a model manager. 2. Second, if `EntityRef` objects with a null model manager are created at load time and *then* a reference model manager is set on the attribute system, use that model manager when returning values.
-
T.J. Corona authored
-
- Jul 12, 2017
-
-
f1f373a5 GenerateHotStartData: remove errant return from sbt description. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !711
-
4de48d78 STYLE: Replaced model::AttributeSet with common::UUIDs Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !714
-
9b08f99c Always named embedded files after the SMTK file. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !713
-
Robert M. O'Bara authored
Also fixed implicit cast warming in exodus session's WriteOperator
-
David Thompson authored
Also, make loading a discrete model name the model after the file.
-