- Jan 22, 2015
-
-
John Harwell authored
-
John Harwell authored
Resolve WB-486 Coloring and Ordering of Lines in Charts. In Overlay ToolBox->Charting->History, allow the user to change the order of the charts, remove charts, and change the color of charts. If the user has set the maximum number of charts for display to one, do not change the color when the new chart replaces the existing chart.
-
- Jan 21, 2015
-
-
John Harwell authored
-
John Harwell authored
-
John Harwell authored
Added two Mac Option Key menu items. In Mac Applications, the contents of some menus will change a bit if the Option key held down when a menu is selected. One example is conducting an operaton but skipping a confirmation dialog. For wb_view, if the Option key is held down when the File Menu is displayed, the ellipses are not displayed for 'Close Window' and the window is closed (possibly exiting wb_view) without confirmation. If the Option key is held down when the File Menu is displayed, 'Open Recent Spec File' will change to 'Load All Files in Recent Spec File' and if selected, all files in the recent spec file will load while bypassing the spec file dialog.
-
- Jan 16, 2015
-
-
Tim Coalson authored
-
John Harwell authored
-
John Harwell authored
Resolve WB-490: Copy filename/path and map name in overlay toolbox. 'Copy Path and File Name to Clipboard' and 'Copy Map Name to Clipboard' have been added to the overlay's construction menu.
-
John Harwell authored
Resolve WB-489: Tooltip on Layers tab for File and Map Names. Names can be too long to fit inside combo box so place the file name/path and map name in tooltips for their respective combo boxes.
-
John Harwell authored
Add binary search for palette color mapping and an small optimization for palettes containing two colors.
-
John Harwell authored
Improved performance of palette color mapping by inlining some functions, avoiding a string comparison for the 'none' color, and making a few small modifications to the code.
-
- Jan 15, 2015
-
-
Tim Coalson authored
minor changes in -cifti-average-dense-roi
-
- Jan 14, 2015
-
-
Tim Coalson authored
-
Tim Coalson authored
reduce the number of histogram bins in fast statistics to a more sane number, and not more than number of datapoints
-
John Harwell authored
Allow palette normalization for Dense Connectome CIFTI file. Update warning message when the user choose to use all file data for palette normalization.
-
John Harwell authored
Resolve WB-487: Map Yoking Status Change Does not Immediately Affect Other Windows. When validating the yoking selection with other yoked files, the same file was intentionally omitted which caused this problem.
-
John Harwell authored
If the user changes the Map Setting's Normalization Type to All Data in File, and the file is 'large', warn the user so that the user may cancel the change and remain with normalization using only the map's data.
-
John Harwell authored
-
John Harwell authored
-
John Harwell authored
Implemented WB-484 which allows the user to whether normalization of data prior to mapping with a palette is performed using the data in the selected map or with data from all maps in the data file. Default coloring for all files has been verified.
-
John Harwell authored
Add new enumerated type PaletteNormalizationModeEnum that will controls mapping of data to a normalized range when assigning colors to brainordinates with palette. It currently has two values, one that normalizes using data in the selected map and another that normalizes using all data in the file containing the selected map. GUI control has been added to Map Palette Settings widget. Next step is top implement these normalization modes.
-
- Jan 08, 2015
-
-
Tim Coalson authored
fix some messages that say "node" to say "vertex", change -surface-cortex-layer to test for node correspondence
-
- Jan 07, 2015
-
-
John Harwell authored
Fixed restoration of scene so contents of Overlay ToolBox:Charting (Loading or History) is properly restored.
-
John Harwell authored
Fixed restoration of line charts so that if there are multiple line charts, they are restored in the correct order.
-
John Harwell authored
-
John Harwell authored
-
John Harwell authored
-
John Harwell authored
-
John Harwell authored
Set the size adjust policy for the caret data file selection combo box so that it will adjust its width as needed. Otherwise, a fixed width is used from the first time the combo box is displayed.
-
John Harwell authored
-
John Harwell authored
Fixed glitch with yoking. First yoked scalar data series line chart. Second yoked an overlay and the overlay's status was mistakenly turned off.
-
John Harwell authored
Split up the single chart view controller into view controllers for line charts, matrix parcel charts, and matrix series charts. Added yoking to line charts that is enabled when a scalar data series file is displayed as a line chart.
-
Tim Coalson authored
-
Tim Coalson authored
-
- Jan 06, 2015
-
-
Tim Coalson authored
rename the non-synchronized version of CaretPointer, as the synchronization is needed in some existing code
-
Tim Coalson authored
-
Tim Coalson authored
-
- Jan 03, 2015
-
-
John Harwell authored
Added yoking for scalar data series line chart that works if the scalar data series matrix chart in the same tab is yoked. More information/clarification is needed before proceeding any further.
-
- Jan 02, 2015
-
-
John Harwell authored
-
- Jan 01, 2015
-
-
Tim Coalson authored
make volume extensions part of the header, not separate/abstract, remove unused unsigned int initializers
-