1. Dec 30, 2016
  2. Dec 23, 2016
  3. Dec 19, 2016
    • John Harwell's avatar
      Resolve WB-654 (tile tabs stretch factors should not have a lower limit of 1):... · b32d278b
      John Harwell authored
      Resolve WB-654 (tile tabs stretch factors should not have a lower limit of 1): The lower limit has been changed from 1.0 to 0.1.  A lower limit of 0.1 was used (instead of 0 or 0.01) to keep single steps (up/down arrow presses) in 0.1 increments (1.0, 0.9, 0.8, ... 0.1, 0.2, ..., 1.0).  Otherwise step values going up would have been 0.01, 0.11, 0.21, 0.31, ... 1.01.
      b32d278b
  4. Dec 16, 2016
    • John Harwell's avatar
      Added WorkbenchSpecialVersionEnum. At this time, it is used to identify a... · 23a5f9e0
      John Harwell authored
      Added WorkbenchSpecialVersionEnum.  At this time, it is used to identify a special version of Workbench for use with scenes from the first implementation of charting.  The text "(first charting version)" appears in the Main Window titlebar, the Splash window, and the About wb_view dialog.  This "first charting version" of Workbench has been created and executables are located in "/mnt/myelin/distribution/caret7_distribution/first_charting_workbench".   The special version has been turned off in the code since the executables have been created.
      23a5f9e0
  5. Dec 15, 2016
    • John Harwell's avatar
      Re-resolve WB-649 (Restoring from Scenes Does Not Fully Restore Overlay... · ea06af1a
      John Harwell authored
      Re-resolve WB-649 (Restoring from Scenes Does Not Fully Restore Overlay ToolBox in Left Mode): Changed layout that contains overlay so that the layout allows the contents to expand.  This fixes the problem without causing any performance issues.
      ea06af1a
    • John Harwell's avatar
      Implementation of WB-649 (Restoring from Scenes Does Not Fully Restore Overlay... · 914d0438
      John Harwell authored
      Implementation of WB-649 (Restoring from Scenes Does Not Fully Restore Overlay ToolBox in Left Mode) is causing performance problems noticed when switching the selected tab.  Calling QComboBox::setSizeAdjustPolicy(QComboBox::AdjustToContents) appears to adjust the size of the combo box any time an item is inserted (found using Mac's Instruments Time Profiler) which is making updates very slow.  For now, the combo box size adjust policy has been changed to its default, QComboBox::AdjustToContentsOnFirstShow.
      914d0438
  6. Dec 14, 2016
  7. Dec 13, 2016
  8. Dec 12, 2016
  9. Dec 09, 2016
  10. Dec 08, 2016
  11. Nov 17, 2016
  12. Nov 15, 2016
  13. Nov 12, 2016
  14. Nov 11, 2016
  15. Nov 10, 2016
    • John Harwell's avatar
      Mesa is now defined by WORKBENCH_MESA_DIR when running CMake (environment... · 2ab897b7
      John Harwell authored
      Mesa is now defined by WORKBENCH_MESA_DIR when running CMake (environment variable OSMESA_DIR no longer used).
      2ab897b7
    • John Harwell's avatar
      Modified src/CMakeLists.txt so that the paths to ZLIB are not hardcoded on... · 16343988
      John Harwell authored
      Modified src/CMakeLists.txt so that the paths to ZLIB are not hardcoded on Windows and instead set the variable 'ZLIB_ROOT' used by the FindZLIB module in CMake.  Modified the (older) build scripts for windows so that they set ZLIB_ROOT as a parameter to the 'cmake' command.  In addition, the variable WORKBENCH_FREETYPE_DIR has been added to specify the path to the FreeType root directory.  If this variable is present, it is used by CMake to set the environment variable FREETYPE_DIR used in the CMake module FindFreeType.  Lastly, added CMake Policy CMP0020 to CMakeLists.txt for Windows only to eliminate many warnings produced by newer versions of CMake.
      16343988
  16. Nov 08, 2016
  17. Nov 05, 2016
  18. Nov 02, 2016
  19. Nov 01, 2016
  20. Oct 31, 2016