- 18 Sep, 2017 2 commits
-
-
Ben Boeckel authored
8b68631f LoadJSON: when reading relative mesh paths, try model reference path 18e83770 Merge branch 'fix-file-combo-resize_release' into 'release' Merge-request: !853
-
T.J. Corona authored
-
- 15 Sep, 2017 1 commit
-
-
Alvaro Sanchez authored
Fixes file combo-box resizing in SimBuilderDialog. See merge request !848
-
- 14 Sep, 2017 1 commit
-
-
Alvaro Sanchez authored
-
- 08 Sep, 2017 4 commits
-
-
Bob Obara authored
-
Alvaro Sanchez authored
Release: Fix listView update issue in qtCheckItemComboBox. See merge request !843
-
Alvaro Sanchez authored
(cherry-picked from 6708614d)
-
Bob Obara authored
The problem was introduced when connecting the Selection Manager to qt model and mesh item classes. The issue is that active children where not being added if there were no qt model item entity children for the item.
-
- 06 Sep, 2017 3 commits
-
-
Ben Boeckel authored
* generate-representations-without-modifying-db-release: smtk::mesh: Do not create new meshes when generating a mesh rep. SurfaceExtractContours: set minimum Line Thickness to 1. Merge-request: !838
-
T.J. Corona authored
(cherry picked from commit cb31325c)
-
T.J. Corona authored
(cherry picked from commit a619d974)
-
- 05 Sep, 2017 2 commits
-
-
Ben Boeckel authored
* surface-extract-contours-min-line-size-release: SurfaceExtractContours: set minimum Line Thickness to 1. Merge-request: !833
-
T.J. Corona authored
(cherry picked from commit a619d974)
-
- 30 Aug, 2017 2 commits
-
-
Bob Obara authored
-
Bob Obara authored
The Selection Manager can now automatically update the model entities the object has. Note that this implementation has the following restrictions: 1. Only one ModelEntityItem can exist in the top level of the attribute 2. Only one ModelEntityItem can exist as a child in an value item In the future it should be possible to get past these limitations.
-
- 28 Aug, 2017 3 commits
-
-
Bob Obara authored
-
Haocheng LIU authored
BUG: Fix Apply Bathymetry operator crash and add check meshItem logic See merge request !815
-
Haocheng LIU authored
For now Apply Bathymetry would not operate on meshes since meshItem never gets assigned. This MR addresses the problem.
-
- 27 Aug, 2017 1 commit
-
-
Bob Obara authored
1. If there is only one entity that matches the selection critera it is now automatically selected 2. If the selection criteria is that there is only one item to be selected then if a new item is selected, the previous one is becomes unselected 3. If there are model entities initially selected the model item will attempt to be set to the pre-selected entities. 4. qtModelEntityItem::associateEntities now pre-validates the list of model entities being associated by on the following criteria: a. Filter the list based on the model item's definition to remove inappropriate entities b. Based on the number of valid entities compare that to the model item's definition size requirements
-
- 22 Aug, 2017 1 commit
-
-
Bob Obara authored
-
- 19 Aug, 2017 3 commits
-
-
Bob Obara authored
-
Bob Obara authored
- Mesh-based Descriptive Phrases can now be sorted by on their titles. This means that by default Meshes are listed in the order they are generated (oldest first) Also refactored all of the existing Descriptive Phrase comparison functions that were used for sorting. The DescriptivePhrase class now holds static methods for comparing Descriptive Phrases based on their titles as well as based on Model Information they refer to.
-
Bob Obara authored
- Mesh-based Descriptive Phrases can now be sorted by on their titles. This means that by default Meshes are listed in the order they are generated (oldest first) Also refactored all of the existing Descriptive Phrase comparison functions that were used for sorting. The DescriptivePhrase class now holds static methods for comparing Descriptive Phrases based on their titles as well as based on Model Information they refer to.
-
- 14 Aug, 2017 2 commits
-
-
Ben Boeckel authored
* fix-rel-mesh-parameter-update: Changed signal from QLineEdit to textChanged. Merge-request: !778
-
Alvaro Sanchez authored
Fixes the no-update issue seen when passing parameters to MeshWorkers.
-
- 07 Aug, 2017 1 commit
-
-
Ben Boeckel authored
* smtk-include-session-files: Install EncodePyStringFunctions.cmake cmake: include the files SMTK installed Merge-request: !751
-
- 04 Aug, 2017 2 commits
-
-
T.J. Corona authored
(cherry picked from commit f0f05a89)
-
Ben Boeckel authored
-
- 02 Aug, 2017 1 commit
-
-
Bob Obara authored
Merge-request: !749
-
- 31 Jul, 2017 1 commit
-
-
Bob Obara authored
The issue was that when the operator dock is placed in a CMB's application dock area, selecting an operator from the Model View Dock's context menu would not force the operator panel to be "raised" in order to become visible.
-
- 24 Jul, 2017 2 commits
-
-
Ben Boeckel authored
* topic 'Fix-qtGroupItem-expand-bug': BUG: qtGroupItem should expand to contents Merge-request: !733
-
Haocheng LIU authored
-
- 14 Jul, 2017 3 commits
-
-
Bob Obara authored
2a1a7a53 ENH: Getting ready to release version 1.1.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !718
-
Bob Obara authored
-
Bob Obara 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
-
- 13 Jul, 2017 1 commit
-
-
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.
-
- 12 Jul, 2017 4 commits
-
-
T.J. Corona authored
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
-
Bob Obara authored
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
-
David Thompson authored
9b08f99c Always named embedded files after the SMTK file. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !713
-
Bob Obara authored
Also fixed implicit cast warming in exodus session's WriteOperator
-