1. Jan 12, 2018
  2. Jan 11, 2018
  3. Jan 10, 2018
    • John Harwell's avatar
      Resolve invalid base path as part of WB-765 Upload Scene File to BALSA Dialog... · ebb4aeaf
      John Harwell authored
      Resolve invalid base path as part of WB-765 Upload Scene File to BALSA Dialog Updates: Code that computed automatic base path just found the longest "string" prefix in the paths to all data files.  If  two files were in sibling directories whose directory names started with the same characters (/user/files/bill  /usr/files/bob) the path was "/usr/files/b" (longest string match but not a directory).  So, use the longest string match, but it if is an invalid directory, use the parent directory as the base path and in this example is "/usr/files".  Also renamed some methods and a member to indicate that they are only used for the custom base bath.
      ebb4aeaf
    • John Harwell's avatar
      Update for WB-765: Upload Scene File to BALSA Dialog Updates: When finding the... · 8cd0a152
      John Harwell authored
      Update for WB-765: Upload Scene File to BALSA Dialog Updates: When finding the base path for a scene file, verify that each data file in the scene exists.  When the user presses with the "Zip" or "Upload" buttons on the Scene Dialog, find the base path and test for missing data files.  If there are missing data files, display a warning dialog listing the missing data files and allow the user to continue or cancel.
      8cd0a152
  4. Jan 05, 2018
  5. Jan 04, 2018
  6. Jan 03, 2018