David and Edie, Today I FINISHED the "main" list (items 3 and 8) AND FOUR of the issues on the ancillary list. The latter are NOT checked in to 6.4 Prerel, as some of them need review: specific changed GUI text -- in particular, Item (D). SEE NOTES BELOW, in three sets. http://cadswes2.colorado.edu/~philw/2013/SCT/Dec/summary.html Relative to Item (D) -- support for Integer Indexed series slots (this had been added by Patrick) -- I'm not comfortable with the fact that changing an SCT to Integer Indexed mode is not reversible, in particular because there is NO WARNING to the user when selecting that mode. I think we should at least add a warning. I'd like to discuss this with David tomorrow (Thursday). The four addressed issues from the ancillary list (letter items) are the only ones David and I agreed for me to proceed with at this time. The others (of "A" through "H") would at least need further discussion. Phil SCT: Show Summary Timestep Flag Color options (4) were not implemented in Qt4 port. Bug Number: n/a Release notes (y/n): y For Release Nums: 6.4.2 and 6.5 The SCT Configuration dialog's "Summary" tab gives four choices for the conditions under which timestep flag colors are shown in representative horizontal "slices" of aggregation summary cells (as cell background colors). This feature was overlooked during the Qt4 port of the SCT series data table (March/April 2013, for RW 6.4). See additions to method: SctTableDelegate::paintSummaryCell (QPainter* ....). SCT: Don't scroll the SCT when executing an Input DMI Bug Number: n/a Release notes (y/n): y For Release Nums: 6.4.2 and 6.5 Previously, when executing an Input DMI which resulted in changes to the time range of any series slot, open SCTs were scrolled to the first slot. TVA has specifically requested that this not happen (i.e. the SCT should not be scrolled when executing an Input DMI). During testing, I noticed that SCTs were also scrolling to the first slot after loading a RiverWare model. (Note that open SCT dialog's remain open during a model load). This also seems undesirable. Now, SCT's scroll positions remain stable during the model-load operation as well. See changes in methods: void SctDialog::sctModelData_ModelLoaded () void SctDialog::sctModelData_InputDmiFinished (bool doFullRecomp) SCT: Four minor user interface changes (December 2013). Bug Number: n/a Release notes (y/n): y For Release Nums: 6.4.2 and 6.5 Four changes have been made to the SCT dialog and SCT Configuration dialog. These are from an enumeration of lower-level issues in David's 12-5-2013 e-mail. See also webpage: http://cadswes2.colorado.edu/~philw/2013/SCT/Dec/summary.html Note: The letters below correspond to the enumeration used in those documents. (B) "Lock" toolbar (icon-) button tooltip: Changed from "Lock SCT Config" to text specific to the current lock state, either: "The SCT Configuration is locked. Click to unlock" "The SCT Configuration is unlocked. Click to unlock" (D) General Config tab: "Display Slots as Integer Indexed" was not clear what it means. This checkbox has been replaced with two radio buttons -- NEEDS REVIEW. Series indices: Timesteps (standard) Series indices: Integers (E) "Horz" (horizontal) Configuration Tab. Changed checkbox text to be consistent with other toggles on this tab: OLD: Text labels in Slot Divider Rows NEW: Show Text labels in Slot Divider Rows (F) On the "Scalar" and "Other Slots" tabs, the order (integer) column (the first column) is NO LONGER being shown. The user used to be able to restore the custom order by clicking in the column header (in that column). This was redundant with the "Custom" (Order) button below the list (which is still available). That button is displayed only when the list is sorted by some other order (i.e. after having clicked in some other column header).