- 01 Jul, 2022 2 commits
-
-
David Thompson authored
-
David Thompson authored
-
- 28 Jun, 2022 1 commit
-
-
6542e09e Add a context menu to attribute input items to reset to default. Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !2768
-
- 24 Jun, 2022 4 commits
-
-
54468a47 Split project plugin into core and gui. Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !2772
-
Aron Helser authored
Clients can use the project functionality without loading the default project menu item and project view panel.
-
6af6ee36 Fix qtFileItem initialization when using recent files option. Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !2771
-
Aron Helser authored
We should always populate the combo box choices when re-creating the qt widget.
-
- 23 Jun, 2022 1 commit
-
-
Aron Helser authored
Also don't reset the item to default if the item is unset during construction - leave it to the item to apply a default value. This includes file items, multiline string, spinboxes, DateTime. Also fix exception in DateTimeZonePair when invalid json is encountered, and add a test.
-
- 22 Jun, 2022 2 commits
-
-
83ecb678 Fix a race condition. Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Aron Helser <aron.helser@kitware.com> Merge-request: !2770
-
David Thompson authored
When an operation that removes a component completes, it is possible for the component to be destroyed (if, for example, the operation's result does not properly hold shared-pointer references to keep it in memory until operation observers complete). Verify that components have not expired their weak pointer before derefencing our cached pointer to get the name.
-
- 20 Jun, 2022 1 commit
-
-
918da282 Add a optional search bar to qtResourceBrowser. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !2742
-
- 17 Jun, 2022 3 commits
-
-
3be0953e BUG: Adding Missing Top Alignment for InstancedViews Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !2769
-
4c4acfb8 Rename labelExamples.sbt to layoutExamples.sbt 8ad78f7b Recast labelExamples.sbt to show examples of each case 01d6e915 Extend orientation code and move into new getOrientation() method e2d6a75f Add logic for Layout="Vertical" option (ItemView) 9e664fe2 Rename childLayout -> parentLayout cb4e1faf Change alignment to top for horizontal layouts 20a6d976 Hide QLabel when text is blank (space characters) 25fe6c69 Allow instanced attributes to be declared multiple times ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !2767
-
Bob Obara authored
The issue is when Instanced Views contain a scroll area, expanding it caused internal widgets to spread out in order to fill the space. By adding top alignment to the layout, the widgets no longer change their vertical position when excess space is present.
-
- 16 Jun, 2022 11 commits
-
-
Aron Helser authored
The search bar is added and a `QSortFilterProxyModel` is used if the "SearchBar" flag is set in the configuration attributes. Enable alphabetic sort in the resource browser, using the proxy model.
-
John Tourtellott authored
-
John Tourtellott authored
-
John Tourtellott authored
Also add release note
-
John Tourtellott authored
* qtInputsItem changes childLayout and grid position * qtDiscreteValueEditor changes its layout
-
John Tourtellott authored
to eliminate confusion (it is not the childFrame layout)
-
John Tourtellott authored
-
John Tourtellott authored
* Could instead only create the QLabel for non-blank text, but not worth the added code complexity. * Also take out logic to use name if label empty (item already does that)
-
John Tourtellott authored
-
John Tourtellott authored
* registered() * unregisterOperation()
-
John Tourtellott authored
-
- 15 Jun, 2022 1 commit
-
-
606b946a Allow instanced attributes to be declared multiple times 4bbc921e Add pybind11 methods for operation manager 31919134 Create file browser filter only when specified Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !2766
-
- 14 Jun, 2022 5 commits
-
-
8974873c Fix display of AttributePanel when a scrollbar is requested. Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Bob Obara <bob.obara@kitware.com> Merge-request: !2765
-
John Tourtellott authored
-
John Tourtellott authored
* registered() * unregisterOperation()
-
John Tourtellott authored
-
Aron Helser authored
An extra call to `layout->addWidget()` was mistakenly added during the dock-widget refactor.
-
- 13 Jun, 2022 2 commits
-
-
cad8c8c7 BUG: Fix handleCreated Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !2764
-
Bob Obara authored
When inserting Descriptive Phrases into a parent that already has subphrases generated, if the Descriptive Phrase would of had children phrases, they would not be generated. Now the new phrase's subphrases are always generated.
-
- 11 Jun, 2022 7 commits
-
-
dcc66ca3 Fix a crash when deleting items. f7f2c85b Improve graphviz dump formatting. 2b1a288d Bring back coloring by field-data array. 9eac1a3d Fix selection-filtering to pass graph nodes through. 7e1d0300 Support RGBA double→string color conversion. a5e51e74 Install a missing header file. Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Aron Helser <aron.helser@kitware.com> Merge-request: !2763
-
David Thompson authored
If the smtk::operation::DeleterGroup cannot find a valid operation, do not attempt to create one from a null index. This was causing a crash.
-
David Thompson authored
-
David Thompson authored
-
David Thompson authored
-
David Thompson authored
-
David Thompson authored
-