- 24 Apr, 2020 4 commits
-
-
David Thompson authored
This is confirmed to create the badge in the resource panel, but it will not be rendered until Aron's changes are incorporated.
-
David Thompson authored
... do not allow copy-construction of Badge or BadgeSet. This prevents crashes should someone attempt to copy a BadgeSet instead of retain a reference to it.
-
David Thompson authored
-
David Thompson authored
A lot of work was required to get badges configured via smtk::view::Configuration: + Make smtk::view::Information return its Configuration object. + Rename ObjectTypeAndColorBadge to ObjectIconBadge. + Initialize BadgeSet from view configuration object. + Initialize PhraseModel+subclasses and SubphraseGenerator from view configuration object. + Test ObjectIconBadge via inheritance.
-
- 23 Apr, 2020 3 commits
-
-
David Thompson authored
-
David Thompson authored
This uses the view-manager's icon factory. Also, now BadgeSet holds on to the view manager after construction (weakly) so that badges can access it.
-
Aron Helser authored
MSVC compile fix, comparitor must use parent pointer.
-
- 22 Apr, 2020 2 commits
-
-
David Thompson authored
-
David Thompson authored
-
- 21 Apr, 2020 3 commits
-
-
David Thompson authored
-
David Thompson authored
-
Aron Helser authored
-
- 15 Apr, 2020 1 commit
-
-
a80c74e0 Expand Generator.h docs, fix exports to match docs. e351466b Allow the 3D selection display to be over-ridden using a generator. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !2043
-
- 14 Apr, 2020 3 commits
-
-
Aron Helser authored
Found some missing or mis-used export/extern on generators that would prevent them from being used outside smtk. Add release notes.
-
Aron Helser authored
Adds a generator so plugins can alter the appearance of the selection in 3D. Used by RGG.
-
93c693db Initializing bounds affects Widget tests. e697a3dd Make sure representation bounds are set to uninitialized. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !2048
-
- 13 Apr, 2020 1 commit
-
-
Aron Helser authored
They load a .sbt file, which hits the invalid-bounds code path. Also fix warning about unused params.
-
- 10 Apr, 2020 4 commits
-
-
4ecf84e8 ENH: Refactoring getAssociatableObjects Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !2049
-
Bob Obara authored
- Split the original function in 2 - One that takes in a ReferenceItem - One that takes in a ReferenceItemDefinition This allowed qtAssociation2ColumnWdiget to use the second function instead of having its own version (i.e. code duplication) - Also added a null check for the reference item's attrbute
-
a7302548 ENH: Adding Error Feedback to Qt GUI Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !2047
-
Aron Helser authored
Member var for bounds was unset - camera reset treated it like the bounds were set to 0,0,0.
-
- 09 Apr, 2020 1 commit
-
-
Bob Obara authored
- Added the ability to fetch the alert pixmap from the UI Manager so we can centralize it's access (and have the ability to change it easlily in the future) - Added alert icon to qtGroupView - this is needed since the view needs to have a scaled version - added modified signal to qtBaseView to indicate if the view was changed - added isValid method to qtBaseView to indicate if teh view is valid - added a signal to qtAssociationWidget to indicate if the widget's availablility infomation has changed
-
- 08 Apr, 2020 4 commits
-
-
7a0c2e2c Thread vtk session import Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !2044
-
09dde56a gitlab-ci: always clone for nodata jobs Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !2045
-
Ben Boeckel authored
If the `fetch` strategy is used, an LFS-enabled checkout may be reused from a previous checkout.
-
T.J. Corona authored
-
- 06 Apr, 2020 2 commits
-
-
fb636c53 ENH: Adding Association Constriant to qtAttributeView Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !2041
-
e82d1002 Switch generated headers to a target per directory. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2039
-
- 05 Apr, 2020 1 commit
-
-
Bob Obara authored
- Added the ability to indicate that all persistent objects that can be associated to a particular type of attribute must be. - Refactored qtAssociationWdiget into an abstract class and a concrete implementation called qtAssociation2ColumnWidget - this should allow for easier customization - Added the ability to customize the following aspects of qtAssociation2ColumnWidget - Title Label - Current Column Label - Available Column Label - Added allAssociationMode to qtAssociation2ColumnWidget to indicate that all relevant persistent objects must be associated to a type of attribute else display the warning icon - Removed all the old Property Mode code from qtAttributeView - qtAttributeView and qtAssociatioView now have virtual methods to create their associationn widgets that can get overridden - in the future they should use a widget factor to fetch it so you wouldn't have to create a new class to use a different association widget
-
- 02 Apr, 2020 1 commit
-
-
Aron Helser authored
Also shortens custom target names further, hopefully benefits windows builds. Also rename header containing json to "_json.h"
-
- 01 Apr, 2020 2 commits
-
-
a6fa43d5 Fix: shorten custom target names. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2038
-
Aron Helser authored
Target names are used in paths on windows. Shorten names to try to avoid hitting path-length limits.
-
- 27 Mar, 2020 8 commits
-
-
915f00e4 ENH: Refactoring ReferenceItem, ComponentItem, and ResourceItem Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !2034
-
6879689a Only add image data to the dimension 3 source. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2033
-
7b9f15ff ghostflow: add a Dockerfile for running ghostflow 8f9b0fce ghostflow: add configuration Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !2032
-
2a0c02e5 Add a CMake testing macro for expected build failures. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !2036
-
David Thompson authored
This allows us to test that compile-time checks like `static_assert()` function as expected.
-
Bob Obara authored
- Refactored attribute's Utilities to be more inline with mesh and model utilities. - Renamed ReferenceItem Methods (Original methods are still available but are marked depricated and will produce compiler warnings if used) - ObjectValue -> value - setObjectValue -> setValue - appendObjectValue -> appendValue - setObjectValues -> setValues - Replaced view::ComponentItemPhraseModel with ReferenceItemPhraseModel - Changed Resource::queryOperation to take in a const Component& instead of const ConstComponentItemPtr& - Added an isValueValid methods to RefrenceItem
-
a562d901 Guard test that requires testing data Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2035
-
T.J. Corona authored
-