Commit 767c24c8 authored by Yaroslav Halchenko's avatar Yaroslav Halchenko
Browse files

Merge commit '0.85-87-gce714a3e' into debian

* commit '0.85-87-gce714a3e': (60 commits)
  more informative errors for people who try to use -cifti-convert -from-gifti-ext on metric files
  ENH: src/debian/copyright -- prune redundant 'Copyright's and update FSF address for GPL license stub
  Seem to have fixed problem with Mac failing to launch when started from Finder.  For some reason, a parameter that begins with '-psn_' followed by a number is passed to the wb_view which does not recognized it and then exits.  Because wb_view is started from the Finder, the error messge is never seen by the user.  http://stackoverflow.com/questions/10242115/os-x-strange-psn-command-line-parameter-when-launched-from-finder
  reduce redundancy of VolumeSpace::matchesVolumeSpace()
  switch all uses of NiftiFile to NiftiIO or VolumeFile, remove NiftiFile, NiftiMatrix, Layout
  fix case issue in #include
  Updated with new help files from Jenn.
  Resolve WB-373: Add access to loaded file's path through Save/Manager Files Dialog by adding 'More' menu item that copies a file's path to the clipboard.
  Fix to remove duplicate entries from resources.qrc
  Reorganized files in Resources
  Update for some new help files from Jenn
  Fixed yoking status for the Clipping Planes Dialog's Reset button.
  Remove some logging message to avoid excessive message when logging is FINE or ALL
  update README with new executable names
  Moved the OSMesaDummy functions from GuiQt into their own, new module OSMesaDummy.  Having the dummy OSMesa functions in GuiQt did not work for linking on all systems.  As mentioned in a previous commit, the dummy OSMesa functions are needed to prevent OpenGL 'clashes' now the the 'wb_command -show-scene' command is used in Workbench as part of the Help System.
  Fix compilation with ZLIB on John's Mac.
  Additonal changes for Help Dialog: Add help for each 'wb_command' operation.  Use a Tree Widget (hierarchy) for the help topics.  Added deletion of CommandOperationManager to wb_view.  Had to create some 'dummy OSMesa' functions for linking to the GUI.  If the real OSMesa library was linked by the GUI, it totally screwed up the GUIs OpenGL.
  fix uninitialized memory in ZFileImpl
  change -nifti-convert to an operation, add argument for output version to make it more general
  add some additional explanation to the interfaces in AbstractOperation.h
  ...
parents 4d0f502f ce714a3e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment