- Jan 16, 2015
-
-
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
-
John Harwell authored
Include index of row and name of file for Overlay ToolBox: Charting: History for Scalar Data Series line charts.
-
John Harwell authored
Now able to plot a line chart from a CIFTI Scalar Data File row. At this time, the user must (1) enable the line charting for the file in Overlay ToolBox->Charting->Loading as either Frequency or Time Series, (2) display the Scalar Data Series File as a matrix chart in a different tab, and (3), click row(s) in the matrix view to load line charts for the row(s).
-
John Harwell authored
Fixed camelCase capitalizatoin error. Fixed scalar data files so that they report the correct available chart types.
-
- Dec 31, 2014
-
-
John Harwell authored
-
- Dec 30, 2014
-
-
John Harwell authored
Continuing on on loading line series charts from CIFTI Scalar Data Series File. Create new interface ChartableLineSeriesInterface which declares most methods that were in ChartableBrainordinateInterface. Derive ChartableBrainordinateInterface from ChartableLineSeriesInterface. Rename ChartableBrainordinateInterface to ChartableLineSeriesBrainordinateInterface.
-
John Harwell authored
Starting on loading line series charts from CIFTI Scalar Data Series File. This commit renames methods in ChartableBrainordinateInterface to replace 'Brainordinate' with 'LineSeries'.
-
John Harwell authored
When the user chooses to create a scene, a default description is generated using the content of the open windows. This description has been updated so that it includes all tabs in a window when Tile Tabs is enabled.
-