- Jul 19, 2017
-
-
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.
-
- Jul 17, 2017
-
-
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.
-
3ab1838b BUG: Do not import module site when initializing python interpreter Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !712
-
Haocheng LIU authored
This MR fix CMB test failures that caused by initializing python environment incorrectly. If needed, user can import site module later after initialization.
-
T.J. Corona authored
-
9d280449 BUG: Fixed updating category info Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !710
-
- Jul 11, 2017
-
-
Robert M. O'Bara authored
Any child Item Definition of a Value Item Definition was not having its category info being updated after they have been read in from an attribute file. This showed up when a group item definition was a child item definition of a value item definition - it had no catergories assigned to it even though its children did.
-
2a07ad05 Fix mesh-export when model has 1 face Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !709
-
John Tourtellott authored
-
072cd266 Do not assume there is analysis-grid info. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !706
-
1c9a7510 Remove install path from Delaunay worker search list. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Haocheng Liu <haocheng.liu@kitware.com> Merge-request: !708
-
T.J. Corona authored
-
- Jul 10, 2017
-
-
d67c9343 Use unitptr_t for marshalling ExportSpec instances to python Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Haocheng Liu <haocheng.liu@kitware.com> Merge-request: !707
-
John Tourtellott authored
-
- Jul 07, 2017
-
-
David Thompson authored
-
- Jul 06, 2017
-
-
7340cca6 ENH: Make Operator Log Optional Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !704
-
c4c57f90 Fix model-entity renaming. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Haocheng Liu <haocheng.liu@kitware.com> Merge-request: !705
-
- Jul 05, 2017
-
-
David Thompson authored
I don't know how the previous code ever worked. Perhaps a different path was being used? Anyway: 1. The signal-slot connection made between the editor-delegate and mode was as a `Qt::QueuedConnection`, but this won't work because the QModelIndex is no longer valid after the method emitting the signal completes (it re-sorts items by name after emitting the signal). Other methods to change the color and other properties probably suffer the same problem. 2. The code fetching the "set property" operator traverses the descriptive phrase tree to get the session owning the model entity in a broken way instead of just calling `owningSession()` on the phrase's related entity. This pattern is definitely used elsewhere and needs to be fixed. 3. This fix will not work for renaming meshes or other non-model entities in the descriptive phrase tree. We should handle the case when the phrase->relatedEntity() is not valid.
-
Robert M. O'Bara authored
This change hides the operator log initially and provides a method to control the log's visibility
-
- Jul 03, 2017
-
-
ed98586c Add a test case to demonstrate using python SMTK operators in C++. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !699
-
T.J. Corona authored
-
0e2d60ea Fix Mesh Metrics test to require the data directory. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !702
-
T.J. Corona authored
-
- Jul 02, 2017
-
-
d322f4d2 Mesh: Add Euler characteristic function. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !693
-
db1514d4 Explicitly instantiate std::function objects defined as lambda expressions Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !701
-
- Jul 01, 2017
-
-
John Tourtellott authored
* gcc4.8 not able to infer them * Also stumbled into a tutorial script that needs updating
-
- Jun 30, 2017
-
-
0e90a320 PybindIOVTK: update to conform to most recent pybind11. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !700
-
T.J. Corona authored
-