HDFVIEW
  1. HDFVIEW

hdfview

Public

Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
896a4ed44c5Cleanup return value
Allen ByrneAllen Byrne
2f20d2eefb7Correct logic
Allen ByrneAllen Byrne
5faf0bc7d9eAlways call setCursor
Allen ByrneAllen Byrne
a0497d8218cMMerging in latest from upstream (HDFVIEW/hdfview:refs/heads/master) * commit '6276d6a0e53a1486b15aab6439b45b2ac6e58e92': Add support for correctly displaying Array of Compound inside a Compound Fix Data validation for Scalar datasets
Allen ByrneAllen Byrne
6276d6a0e53MMerge pull request #198 in HDFVIEW/hdfview from ~JHENDERSON/hdfview:master to master * commit 'f8c5e2965e8eec9a166ff1454e71f59ce272f675': Add support for correctly displaying Array of Compound inside a Compound Fix Data validation for Scalar datasets
Jordan HendersonJordan Henderson
f8c5e2965e8Add support for correctly displaying Array of Compound inside a Compound Cleanup from Sonar fixes commit
Jordan HendersonJordan Henderson
01b842e7ccfMMerging in latest from upstream (HDFVIEW/hdfview:refs/heads/master) * commit 'a98f4b5117ead0ec578b8bbd459cc573119380fd': Allow HDFView to be built without hdf4
Jordan HendersonJordan Henderson
904844090d5MMerging in latest from upstream (HDFVIEW/hdfview:refs/heads/master) * commit 'fdc6cc9ae6438d14c3b9840b3f5a8f5f71d959d0': Fix typo Remove settings file Fix cmpdAttribute variable. New SWT libs Sonar blocker level fixes
Jordan HendersonJordan Henderson
0a89d53ec54Fix Data validation for Scalar datasets
Allen ByrneAllen Byrne
92512b083d1Added Sonar code coverage and fixed some compile issues
Allen ByrneAllen Byrne
bdd7bde740aEliminate Blocker and Critical Sonar issues
Allen ByrneAllen Byrne
a98f4b5117eMMerge pull request #195 in HDFVIEW/hdfview from ~BYRN/hdfview_adb:master to master * commit '188aaf04f213fa709cfc2c2ee09b917076f02c53': Allow HDFView to be built without hdf4
Allen ByrneAllen Byrne
188aaf04f21Allow HDFView to be built without hdf4
Jordan HendersonJordan Henderson
fdc6cc9ae64MMerge pull request #194 in HDFVIEW/hdfview from ~BYRN/hdfview_adb:master to master * commit '269acf1ec052249f3b82ee9e552fd5f39ba4e2f9': Fix typo Remove settings file Fix cmpdAttribute variable. New SWT libs Sonar blocker level fixes
Allen ByrneAllen Byrne
269acf1ec05Fix typo
Allen ByrneAllen Byrne
a190490ae5aRemove settings file
Allen ByrneAllen Byrne
9f975c959ddFix cmpdAttribute variable.
Allen ByrneAllen Byrne
9353c3ab23eNew SWT libs
Allen ByrneAllen Byrne
8b70685de21Sonar blocker level fixes
Jordan HendersonJordan Henderson
2c88bcecd97MMerge pull request #193 in HDFVIEW/hdfview from ~JHENDERSON/hdfview:master to master * commit 'd634ae1d8da5d4cd6f2b6ef4172b08ccd3140593': Minor updates for Array of Compound types Update setDataValue in DataProviders for Compound and Array types
Jordan HendersonJordan Henderson
d634ae1d8daMinor updates for Array of Compound types Re-enable editing of array datatype datasets
Jordan HendersonJordan Henderson
bc48feb3232MMerge branch 'master' of ssh://git@bitbucket.hdfgroup.org:7999/~jhenderson/hdfview.git
Jordan HendersonJordan Henderson
7022113946aMMerge pull request #192 in HDFVIEW/hdfview from ~JHENDERSON/hdfview:master to master * commit '8353c8873bb1ed3b776b7d33bbc01e4b1614c806': Fix several issues with DataProviders and DataDisplayConverters
Jordan HendersonJordan Henderson
dd0c116fc57Update setDataValue in DataProviders for Compound and Array types Fix DataDisplayConverters for HDF4 8-bit character types Fix Datatype CompoundMemberType list and CompoundMemberName list for HDF4 VData Swap Enums to be a (key, value) pair Overhaul DataValidators for Compound and Array types Run UI tests in debug log mode Update Copyright
Jordan HendersonJordan Henderson
8353c8873bbMMerge branch 'master' of ssh://git@bitbucket.hdfgroup.org:7999/~jhenderson/hdfview.git
Allen ByrneAllen Byrne
1d2592406a5MMerge pull request #190 in HDFVIEW/hdfview from ~BYRN/hdfview_adb:master to master * commit '463f107df9b3ee221595ed204102a56dd575b0a4': Change os.arch condition for powerpc Updated swt jars and sonar target
Allen ByrneAllen Byrne
463f107df9bChange os.arch condition for powerpc
Allen ByrneAllen Byrne
da406e04491Updated swt jars and sonar target
Jordan HendersonJordan Henderson
9196989a1cfMMerge pull request #189 in HDFVIEW/hdfview from ~JHENDERSON/hdfview:master to master * commit '6d8db87ce0bd40071b4e3a2fe017d6ff598fdf95': Correct indexing for bitfields as a base type Fix CompoundDataProvider for most datatypes Add support for data transpose/reshaping to array type datasets Display "Null" in cell value field for null values Fix ArrayDataProvider indexing
Jordan HendersonJordan Henderson
42229a97474Fix several issues with DataProviders and DataDisplayConverters Create new DataFactoryUtils utility class Overhaul H5ScalarDS and H5CompoundDS read/write logic Move updateValueInMemory() down to Table DataProviders Move updateValueInFile() to common function in BaseTableView Make H5Datatype extractCompoundInfo() static Make H5Datatype allocateArray() static Fix bug with fill values for scalar datasets
Jordan HendersonJordan Henderson
6d8db87ce0bCorrect indexing for bitfields as a base type
Jordan HendersonJordan Henderson
1e275570b36Fix CompoundDataProvider for most datatypes Fix DataDisplayConverter for Compound of Variable-length of Compound
Jordan HendersonJordan Henderson
a24a2d10ef6Add support for data transpose/reshaping to array type datasets Fix VlenDataProvider Simplify NumericalDataProvider Add support for compound attributes to getJavaObjectRuntimeClass
Jordan HendersonJordan Henderson
3430e298842Display "Null" in cell value field for null values
Jordan HendersonJordan Henderson
e5a127755d6Fix ArrayDataProvider indexing Move Array Datatype description dims next to qualified type Add array brackets in ArrayDataDisplayConverter
Jordan HendersonJordan Henderson
7c44603a6baMMerge pull request #188 in HDFVIEW/hdfview from ~JHENDERSON/hdfview:master to master * commit '6865d9c1c65017106cab05427adff147ae7a94c2': Introduce DataProviderFactory class to reduce complexity Make sure changes in data conversion settings propagate through layers Add DataDisplayConverterFactory class to reduce complexity
Jordan HendersonJordan Henderson
6865d9c1c65Introduce DataProviderFactory class to reduce complexity Add null checking to DataDisplayConverters
Jordan HendersonJordan Henderson
7146216d6c4Make sure changes in data conversion settings propagate through layers
Jordan HendersonJordan Henderson
c2b6395d3c2MMerge branch 'master' of ssh://git@bitbucket.hdfgroup.org:7999/~jhenderson/hdfview.git
Jordan HendersonJordan Henderson
fd34cac2575MMerge pull request #187 in HDFVIEW/hdfview from ~JHENDERSON/hdfview:master to master * commit '99cfecbb171aa0356b1cf92e40abbba0023cfc0c': Add strict sanity checking for Datatype constructors Make createCompoundFieldType() recursive Fix H5Datatype createNative() code Bring in applicable changes from PR #186 Post-HDFVIEW-151 merge cleanup
Jordan HendersonJordan Henderson
f38119d82e1Add DataDisplayConverterFactory class to reduce complexity Move utility functions into new H5Utils class
Jordan HendersonJordan Henderson
99cfecbb171Add strict sanity checking for Datatype constructors Replace usage of -1 with Datatype.NATIVE
Jordan HendersonJordan Henderson
aac8e8055cfMake createCompoundFieldType() recursive Fix usage of createCompoundFieldType()
Jordan HendersonJordan Henderson
c6313145659Fix H5Datatype createNative() code
Jordan HendersonJordan Henderson
88c7528e9b0Bring in applicable changes from PR #186
Jordan HendersonJordan Henderson
52c89476f54Post-HDFVIEW-151 merge cleanup
Allen ByrneAllen Byrne
a20308e272fMMerge pull request #185 in HDFVIEW/hdfview from ~BYRN/hdfview_adb:master to master * commit '425908b0210f5534a63328be90b14d774d79e2d0': HDFVIEW-151 Make bitfield create work HDFVIEW-151 only create datatype id if datatypeSize has value HDFVIEW-151 - correct test file and some refactor HDFVIEW-151 move BITFIELD to is atomic HDFVIEW-151 change default to NATIVE HDFVIEW-151 revert NSGN and change is datatypeAtomic HDFVIEW-151 revert sign and add tests HDFVIEW-151 fix bitfields a...
Allen ByrneAllen Byrne
425908b0210HDFVIEW-151 Make bitfield create work
Allen ByrneAllen Byrne
d25e32b536eHDFVIEW-151 only create datatype id if datatypeSize has value
Allen ByrneAllen Byrne
5128f8cc947HDFVIEW-151 - correct test file and some refactor