AuthorCommitMessageCommit dateIssues
Jordan HendersonJordan Henderson
169eb2884a4Update copyright
Allen ByrneAllen Byrne
24cb2917cd2Check for absolute file paths when passed in on cmd line
Jordan HendersonJordan Henderson
fdc466f90b4Re-change WIX_HOME to WIX
Allen ByrneAllen Byrne
9883a328f72remove startonfirstthread option
Jordan HendersonJordan Henderson
8140e87c812Merge reorder isMac/isUnix targets from HDFView-2.13 to HDFView-3Switch createMacInstaller target to use bundleapp instead of FX
Allen ByrneAllen Byrne
204396565e1reorder/fix isUnix vs isMac condition
Jordan HendersonJordan Henderson
416a7676846Use environment variables for windows .msi signing
Jordan HendersonJordan Henderson
f7fd482f532Merge HDFView-3 build.xml changes back to HDFView-2.13Add codesigning of Mac .dmg Add Applications folder link to Mac .dmg
Allen ByrneAllen Byrne
de2d76824baAdd dmg signing
Allen ByrneAllen Byrne
14f5b48bb95Fix property file
Allen ByrneAllen Byrne
5ecf5966d0332-bit arch is x86
Allen ByrneAllen Byrne
8e256e37a37Move VLEN non-strings check to last in list
Jordan HendersonJordan Henderson
4f85a9aa03eChange error data output to "*unsupported*" instead of null stringsAdd return statement for ARRAY of COMPOUND until support is added
Jordan HendersonJordan Henderson
dc0da624203Update release.txt to specify only Array of Compound members inside Compound datatypes are supportedChange log statement to print out member Datatype description
Jordan HendersonJordan Henderson
a1076991c81Update javadoc
Allen ByrneAllen Byrne
8b02462929dUpdate copyright and file versions
Allen ByrneAllen Byrne
dfe87dca416Create branch for 2.13 release
Allen ByrneAllen Byrne
59637dc907eAdd H5AreadComplex for compounds and arrays.
Allen ByrneAllen Byrne
abbfb9394a2Add testname output to before and after
Jordan HendersonJordan Henderson
3644a5edc2bRemove check for ARRAY type in isUnsigned, check should be placed higher up.Causes log errors in certain cases when trying to get unsigned type for an array
Allen ByrneAllen Byrne
47e414ebc98Add plugin env VAR
Allen ByrneAllen Byrne
c1bc5e5c006Remove uitest clean from junit cleanAdd PLUGINPATH option
Allen ByrneAllen Byrne
8eaaa985a68Add logging and fix ScalarDS test to not attempt to load external file - data file cannot be reliably found during test run.
Allen ByrneAllen Byrne
3fa710a5650Add compound type
Allen ByrneAllen Byrne
a444ca3a01dAdjust how attributes are retrieved.files need only the name.
Allen ByrneAllen Byrne
b3e824c418eQuery attribute for datatype before assignment
Jordan HendersonJordan Henderson
9d6d022616fAdd check for array type in H5Datatype isUnsignedCorrect checking of VLEN types in an array type Add special check to TableView for arrays of vlen strings Update release.txt
Jordan HendersonJordan Henderson
9ea890406f5Fix issue where selecting "Open As" on variable-length scalar datasets causes a NegativeArraySizeException
Jordan HendersonJordan Henderson
dcaf41faa85Correct Data transpose/reshape to be correct
Jordan HendersonJordan Henderson
eb0c076f5b9Update Release.txt with fixed jira issues
Jordan HendersonJordan Henderson
2fe7de8f174Fix issue where openRemoteFile was writing to the wrong file name due to missing path separator
Jordan HendersonJordan Henderson
a1fb44ee2e7default to ClassLoader.getSystemResource for loading local html help filesUpdate local html help files
Jordan HendersonJordan Henderson
1d53ce21246Add check for null Table so that when TableView encounters an error with the dataset, a TableView with no data isn't opened
Jordan HendersonJordan Henderson
f500fca7953Display message to user about not being able to open datasets with a dimension of size 0
Jordan HendersonJordan Henderson
bc3bee74806If chosen "Image->Save Image As" file type is .jpg or .bmp, convert BufferedImage color model to TYPE_INT_RGB to successfully create .jpg or .bmp images
Jordan HendersonJordan Henderson
de267514772Add check in H5CompoundDS to deal with converting arrays of enums into corresponding String names
Jordan HendersonJordan Henderson
a1d98af89abFix issue with displaying array of variable-length strings
Allen ByrneAllen Byrne
981e2be4b20Add check for enums already converted.
Jordan HendersonJordan Henderson
83101167b16Add logging to find issues in TableView displayremove problem log statement from H5CompoundDS
Allen ByrneAllen Byrne
0be10fa7375Update log and add readonly icons
Jordan HendersonJordan Henderson
2507792412cUpdate HDFView to handle Arrays of Compounds with dimension size of 2.Dimension size > 2 currently unsupported
Jordan HendersonJordan Henderson
9466e76bf49Finish basic support for displaying Array of Compounds (only with integer and float member types)
Jordan HendersonJordan Henderson
bc008523f27update javadocmerge changes for fix of displaying array of enums and array of compounds add changes to build.wxs for file associations and start menu and desktop shortcuts for windows .msi installer
Allen ByrneAllen Byrne
5e68bec9c43Correct default create property file.
Jordan HendersonJordan Henderson
1735dbf292aUpdate build.xml to be consistent across HDFView versionsUpdate copyright information for 2016
Allen ByrneAllen Byrne
fbde0c78edfAdd missing var declaration
Allen ByrneAllen Byrne
50953fc63feJAVA-1850: cancel move operation if copy,delete, or rename op chosen after prompt.JAVA-1850
Allen ByrneAllen Byrne
774b2e703d7JAVA-1847: HDFView did not show unsupported fields. Array of compounds/array would skip column display - changed to show *unsupported* as text within the column.JAVA-1847
Allen ByrneAllen Byrne
e9cf38e6d88Synch code base with SWT project - HDFView 3.x
Allen ByrneAllen Byrne
4bab1b0f1befix trace statement.