- Dec 09, 2016
-
-
John Harwell authored
Redhat remote build script was replacing the build result file when copying executables instead of appending to the build log file.
-
John Harwell authored
-
John Harwell authored
Add RedHat to email subject for RedHat build (was changed in myelin build directory but change had not been committed.
-
John Harwell authored
Updating RedHat build scripts from old supercomputer (login1) to new supercomputer (login01 for building, dtn01 for copying executables). On the new supercomputer file transfers will fail on login01 and dtn01 is setup for file transfers (dtn01 should not be used for building. However, due to firewall issues, we cannot copy from a supercomputer node to outside the supercomputer but we initiating the copy on one of our nodes from the dtn01 will work. Copying has been moved to the linux64_rh_remote.sh script after checking that the build was successful.
-
John Harwell authored
In BrainOpenGLWidget with Qt5, a warning message indicated which Qt widget was used for OpenGL (QGLWidget or QOpenGLWidget. This information has been moved to the OpenGL information available from the About wb_view dialog.
-
John Harwell authored
Fixed a bug noticed on Mac with Qt5. On either Palette Editor Dilog or Overlay and Map Settings Dialog, selection of a Palette combo box resulted in containing no selected palette. Problem was that the focus in event, used to ensure valid data on the dialog, was being issued during the pop-up of the combo box resulting in no selected palette. Solution was to ignore focus events when the reason is Qt::PopupFocusReason.
-
- Dec 08, 2016
-
-
Tim Coalson authored
-
Tim Coalson authored
-
- Nov 17, 2016
-
-
John Harwell authored
Disable counting of vertex buffers in OpenGL information until new windows build is fixed so that it finds the correct OpenGL libraries (need 2.0 or later but getting 1.1)
-
John Harwell authored
-
- Nov 15, 2016
-
-
Tim Coalson authored
simplify cmakelists by removing duplicate messages, remove nonworking set for verbose, making wb_cmake_verbose control summary message, change qt5 find statement to simply "required" instead of a lot of conditionals to check for each module
-
Tim Coalson authored
-
John Harwell authored
Removed fatal error from text in CMakeLists.txt to so that older build scripts do not see 'fatal' or 'error' and think the build has failed.
-
John Harwell authored
-
- Nov 12, 2016
-
-
John Harwell authored
-
John Harwell authored
-
- Nov 11, 2016
-
-
John Harwell authored
Continued cleanup of CMakeLists.txt including removing more hardcoded paths and some obsolete setting of flags for C++11. Qt5 handles settings flags for C++11. In addition, print values of all variables starting with 'WORKBENCH' at the end.
-
John Harwell authored
-
- Nov 10, 2016
-
-
John Harwell authored
Mesa is now defined by WORKBENCH_MESA_DIR when running CMake (environment variable OSMESA_DIR no longer used).
-
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.
-
- Nov 08, 2016
-
-
John Harwell authored
-
John Harwell authored
Resolve WB-649 Restoring from Scene Does Not Fully Restore Overlay Toolbox in Left Mode. By default, a combo box’s size is set the first time it is displayed. Thus, if the toolbox was narrow when first displayed, the combo box size (width) is set at that time. The combo box width policy has been changed to allow the width of the combo box to adjust in width as needed.
-
John Harwell authored
Added a README_BUGS.txt file to the top level source directory. At this time, it contains a workaround for bug QT-54666 which causes the CMake error 'No known features for CXX compiler'.
-
- Nov 05, 2016
-
-
Tim Coalson authored
-
- Nov 02, 2016
-
-
Tim Coalson authored
-
Tim Coalson authored
-
- Nov 01, 2016
-
-
John Harwell authored
The mac64_remote.sh script had its email subject corrected to 'Caret7 Mac 64 Build Result' (previously was 'Caret7 Linux645 Build Result ').
-
- Oct 31, 2016
-
-
John Harwell authored
-
John Harwell authored
Fixed drawing of CIFTI files on orthogonal volume slices in ALL view. Coloring had not been implemented which resulted in unitialized data being used for the coloring.
-
John Harwell authored
-
John Harwell authored
-
John Harwell authored
Added list of header files containing 'Q_OBJECT' that need to be processed with MOC to the CMakeLists.txt files. Will allow timing comparison with CMAKE_AUTOMOC.
-
John Harwell authored
-
John Harwell authored
Added a test scenes ("Test All...") button to the Scene Dialog. When pressed, all scenes in the current scene file are displayed and images of the graphics region are captured. Next, a dialog is displayed that shows, on the left, the preview image from the scene and on the right, a image of the graphics region from display of the scene. If the images do not match, there may be a problem with the scene. -
John Harwell authored
-
John Harwell authored
Updated documentation of CMakeLists.txt's WORKBENCH_USE_QT5 to indicate that it must be passed as a command line parameter to cmake.
-
John Harwell authored
Added cached variable WORKBENCH_QT5_DEPRECATED_FATAL_ERROR to src/CMakeLists.txt. When WORKBENCH_QT5_DEPRECATED_FATAL_ERROR is TRUE, a compiler definition (WORKBENCH_REPLACE_QT_DEPRECATED) is used with #ifdef/#else/#endif in the source code to allow usage of methods that replace the obsolete functions. Examples include using std::sort() in place of qSort() and QDateTime::setOffsetFromUtc() in place of QDateTime::setUtcOffset().
-
John Harwell authored
When using Qt 5's QOpenGLWidget (a replacement for QGLWidget), flashing and transparent/strange graphics were seen after an identification operation and in particular, after annotation identification. Identification is performed by encoding color information into the OpenGL color buffer. Apparently, this color information remains displayed after an identification operation. Now, after an identification operation is performed, a call is made to QOpenGLWidget::repaint() to redraw the graphics region. This seems to update the frame buffer into which QOpenGLWidget draws into and thus corrects the problem with strange looking graphics after an identification operation.
-
John Harwell authored
Added usage of WuQtUtilities::setToolButtonStyleForQt5Mac() to tool buttons in the Annotate, Border, Foci, Image, View, and Volume toolbars. Also added to tool buttons on right edge of the toolbar. Updated WuQtUtilities::setToolButtonStyleForQt5Mac() to add a "checked" color to on/off tool buttons and a "pressed" color to tool buttons that are clicked.
-
John Harwell authored
Added catchable CMAKE variables for enabling Qt5 and using Qt5's QOpenGLWidget (and not include Qt's OpenGL module) instead of the deprecated QGLWidget.
-