- Jul 05, 2019
-
-
John Tourtellott authored
Implement smtkTruchasPlugin, initially for custom views Add smtkTruchasCoilsView::isEmpty() method Fix issues with source model sorting Fix logic for drag/drop coil position in both tables Bug fixes, mostly related to display Finish class renaming Rename custom view to smtkTruchasCoilsView per smtk convention Hide the unused up/down buttons Build smtkTruchasPlugin Move qtInductionCoilsView to plugin directory
-
John Tourtellott authored
-
- Jun 26, 2019
-
-
John Tourtellott authored
* Fixes source model missing emit dataChanged (2 places) * Changes logic to disable sorting if any times are unset
-
- Jun 25, 2019
-
-
John Tourtellott authored
BOTH coil and source models must be updated together, since both models are affected when the attribute is modified.
-
- Jun 19, 2019
-
-
John Tourtellott authored
* Wasn't returning "editable" data, i.e., QVariant(QString) * Wasn't dealing with set/unset state * Wasn't handling all background conditions * Wasn't handling all "n/a" conditions
-
John Tourtellott authored
-
John Tourtellott authored
-
- Jun 18, 2019
-
-
John Tourtellott authored
-
John Tourtellott authored
-
John Tourtellott authored
Based on comment in RGG that: modules that aren't loaded as direct dependencies of CMB modules will not be found.
-
John Tourtellott authored
Custom view induction coils See merge request cmb/plugins/truchas-extensions!2
-
John Tourtellott authored
-
John Tourtellott authored
* Enables drag when single/complete row is selected. * Adds qtDragSelfFilter to prevent dragging from one QTableView into the other.
-
- Jun 07, 2019
-
-
John Tourtellott authored
-
John Tourtellott authored
* Update both models to emit dataChanged signals * Add logic to check montonically-increasing order
-
- May 30, 2019
-
-
John Tourtellott authored
-
John Tourtellott authored
* After adding row (coil or time step), select first column of new row * If coil selected in coils table, select corresponding column in source table
-
- May 28, 2019
-
-
John Tourtellott authored
* Add default values to sbt * Display "n/a" for first time value * Display invalid background color for unset time value * Handle case when induction-heating attribute missing * Also fix some clang formatting
-
- May 27, 2019
-
-
John Tourtellott authored
Also * Migrates addCoil() and addTime() methods to Internals * Adds up/down buttons to layout (not implemented) * Adds message box for features not yet implemented
-
John Tourtellott authored
Connect buttons for add coil and add time (row)
-
- May 23, 2019
-
-
John Tourtellott authored
-
John Tourtellott authored
-
John Tourtellott authored
-
John Tourtellott authored
-
- May 21, 2019
-
-
John Tourtellott authored
-
John Tourtellott authored
-
- May 20, 2019
-
-
John Tourtellott authored
-