Changes

Summary

  1. revert back to opencsv-2.3
  2. remove opencsv-5.9 which is way too large
  3. revert back to opencsv-2.3
  4. remove reference to newer version of opencsv which requires Java 11.
  5. revert to old opencsv
  6. add new URIs
  7. release notes
  8. release notes
  9. release notes
  10. getCompletions on URI which contained aggregation would list the entire file system. Instead, get a representative file and only list that time range.
  11. release notes
  12. collect more URIs
  13. catalog more squirrelly cases
  14. https://sourceforge.net/p/autoplot/bugs/2615/: label for any URI completion must include the context
  15. add comment about breakpoint place since I'm never sure where when debugging completions.
  16. add toString to aid in debugging
  17. release notes
  18. remove MigratePreferences, which was used to move the preferences after the virbo->autoplot move of 2016, and now makes it tricky to clear preferences by deleting ~/autoplot_data/config.
  19. update to look exactly like the one which should be used.
  20. deprecated method
  21. release notes
  22. release notes
  23. remove new HTML in descriptions, which shows up now that this is done deeply.
  24. rte_1586318377: Don't assume javadocs have Ops split up by letter.
  25. https://sourceforge.net/p/autoplot/bugs/2353/: javadocs for script editor come from https://cottagesystems.com/~jbf/autoplot/doc/
  26. https://sourceforge.net/p/autoplot/bugs/2353/: javadocs for script editor come from https://cottagesystems.com/~jbf/autoplot/doc/
  27. javadocs for script editor come from https://cottagesystems.com/~jbf/autoplot/doc/
  28. javadocs on Diff
  29. experiment with VG2_URN_PRA_6SEC.LBL with seems inconsistent with others.
  30. experiment with cleaning DESCRIPTION nodes deeper in tree.
  31. experiment with cleaning up code to avoid ": Select parameter"
  32. trivial
  33. rte_0586723721_20240702_134349: Don't crash when empty data source is editted. Thanks, Scott C!
  34. rte_0586723721_20240702_134349: Don't crash when empty data source is editted. Thanks, Scott C!
  35. rte_0586723721_20240702_134349: Don't crash when empty data source is editted. Thanks, Scott C!
  36. rte_0586723721_20240702_134349: Don't crash when empty data source is editted.
  37. rte_0735275895_20241212_084219: CDAWeb automatically drops to offline mode if getFiles fails.
  38. rte_0335135130_20241212_090334: clean up (Offline because of "") message, which is not helpful and is clutter.
  39. https://sourceforge.net/p/autoplot/bugs/2602/: more wiki help links
  40. https://sourceforge.net/p/autoplot/bugs/2602/: more logo corrections
  41. release notes
  42. correct "show wildcards" link to new location on github
  43. bug https://sourceforge.net/p/autoplot/bugs/2654/: display message when zero-width datum range is entered.
  44. bug https://sourceforge.net/p/autoplot/bugs/2654/: ignore setRange of zero-width range.
  45. bug https://sourceforge.net/p/autoplot/bugs/2654/: when the zero-width range units are Steven's ratio (e.g. 5kg) and non-zero, then include zero to make valid, otherwise don't autorange (as with empty dataset).
  46. release notes
  47. whoops, forgot to check if bundle1 was null.
  48. start code to support rank 0 and rank 1 nominal data arrays.
  49. release notes
  50. release notes
  51. bugfix https://sourceforge.net/p/autoplot/bugs/2651/: HAPI data doesn't come up as spectrograms by default. Check for bundle with no names and all one unit.
  52. Add image4j to Eclipse build path.
  53. release notes
  54. release notes
  55. https://sourceforge.net/p/autoplot/bugs/2650/: don't reset the units to times, this has already been done.
  56. release notes
  57. release notes
  58. release notes
  59. https://sourceforge.net/p/autoplot/bugs/2649: AutoplotSettings.settings().getPreferences used inconsistently
  60. trivial netbeans suggestions
  61. bug https://sourceforge.net/p/autoplot/bugs/2647/: Just make it so that any time there is a CONTEXT_0 property, the context will be shown. I expect this will be undesirable in some cases, but I'll make the change and see what the regression tests look like.
  62. extract common codes btw PDS3 and PDS4 working with Document to get titles. When getting the title from the description, just use the first sentence.
  63. release notes
  64. release notes
  65. release notes
  66. make logic for detecting and handling timetags consistent
  67. clean up the description, removing the formatting for fixed-width font and newlines encoded as 
  68. support BIT_STRING in https://pds-ppi.igpp.ucla.edu/data/LP-L-ENG_GRS_NS_APS_MAG_ER-1-MDR-V1.0/DATA/MERGED/1998/001_031JAN/M9800706.LBL?STATUS_FLAGS
  69. hapi-cache-command has default cache-dir location, use this.
  70. allow hapi-cache-command to be set to '' to disable cache
  71. remove debug code
  72. time column was never automatically identified for PDS3. See if the first column is TIME or a DATE.
  73. release notes
  74. explicitly compile old and repeated name ScriptPanelSupport in org.autoplot.scriptconsole so that it is available to older Jython scripts.
  75. release notes
  76. release notes
  77. https://sourceforge.net/p/autoplot/feature-requests/789/: whoops, new code which would get the trimRange from the URI would reload it even if it was explicitly set and not specified in the URI.
  78. release notes
  79. 2639: code assumed non-null, which is not the case with vap+cdaweb:ds=STA_LB_MAG_RTN&filter=Stereo&id=BFIELD[:,3]&timerange=2014-08-06+through+2014-08-20
  80. release notes
  81. temporarily add hidden parameter locations=true which shows where all the data is within the file.
  82. keep track of position within file, prepping for FileChannel.
  83. keep track of position within file, prepping for FileChannel.
  84. keep track of position within file, prepping for FileChannel.
  85. bugfix with handleAssign, where it was getting an indent and Map was using it.
  86. infer dictionaries when d['k']=2.
  87. release notes
  88. https://sourceforge.net/p/autoplot/bugs/1687/: new code to get PWD in completions assumed component was JEditorPane when it can be a JTextArea. JComponent is specific enough.
  89. https://sourceforge.net/p/autoplot/bugs/1687/: new code to get PWD in completions assumed component was JEditorPane when it can be a JTextArea. JComponent is specific enough.
  90. FileChannel stuff
  91. handle open "r" and "w".
  92. detect void return type and don't include return when it's the last statement
  93. '/home/jbf/ct/autoplot/git/dev/bugs/sf/1687/' + 'demo<C>' works now
  94. '/home/jbf/ct/autoplot/git/dev/bugs/sf/1687/' + 'demo<C>' works now
  95. trivial javadoc correction
  96. https://sourceforge.net/p/autoplot/bugs/1687/ item 13.
  97. https://sourceforge.net/p/autoplot/bugs/2633/: use the URI to get the timerange when trim=True
  98. https://sourceforge.net/p/autoplot/bugs/2633/: use the URI to get the timerange when trim=True
  99. release notes
  100. bugfix https://sourceforge.net/p/autoplot/bugs/2642/: show all variables if none are marked as support.
  101. release notes
  102. release notes
  103. https://sourceforge.net/p/autoplot/bugs/2639/: detect LABL_PTR_2 had do all the same nonsense which happens for slice1_labels but with slice2_labels
  104. https://sourceforge.net/p/autoplot/bugs/2639/: detect LABL_PTR_2 had do all the same nonsense which happens for slice1_labels but with slice2_labels
  105. https://sourceforge.net/p/autoplot/bugs/2639/: detect LABL_PTR_2 and implement this by loading and then slicing after it's loaded. (TODO: slice as the data is read)
  106. explain insert checkbox
  107. 2644: append and insert methods check existing file majority
  108. 2644: add checkbox for majority
  109. bugfix 2643: handle (2) by keeping track of entries which were cleared in if or else blocks
  110. bugfix 2643: incorrect attempt to handle "else" clause in StaticCodeAnalysis meant variable would be marked as assigned before read.
  111. release notes
  112. trivial fix imports
  113. release notes
  114. https://sourceforge.net/p/autoplot/bugs/2217/: comment out code which would result in deadlock
  115. make 8 the default number of threads, 32 is too many.
  116. detect struct.pack
  117. delete the empty recent files
  118. allow hapi-cache-command to specify the command to run. For example "java -jar /home/jbf/ct/hapi/git/cache-tools/java/dist/cache-tools.jar"
  119. allow hapi-cache-command to specify the command to run. For example "java -jar /home/jbf/ct/hapi/git/cache-tools/java/dist/cache-tools.jar"
  120. trivial fix imports
  121. correct where Connection is used for data.
  122. Introduce version (disabled) which uses HapiCache.
  123. refactor rename Connector to Connection
  124. make Connector abstract and add "openConnection" method. readFromURL uses Connector.
  125. more refactoring to make Connector object available to other classes (HapiServer will need it)
  126. remove old cache code, which is now implemented in HapiCache project
  127. detect struct.pack
  128. add unary not and invert
  129. incomplete refactoring to make way for new cache
  130. allow either units=enum or units=nominal to mean EnumerationUnits
  131. https://sourceforge.net/p/autoplot/bugs/2639/: experiment with new code to slice on [:,:,0] instead of just [:,0].
  132. https://sourceforge.net/p/autoplot/bugs/2639/: experiment with new code to slice on [:,:,0] instead of just [:,0].
  133. introduce "majority" control for output with values "row" or "column"
  134. https://sourceforge.net/p/autoplot/bugs/2217/: allow non-dimension changing operations to be inserted
  135. release notes
  136. bugfix: addMouseModule needs to tell the box to update during the drag, so that key events will be correct.
  137. bitor and bitand
  138. handle map index. handle pow.
  139. Math.pow
  140. handle list comprehension using .stream.map
  141. release notes
  142. put in placeholder empty icon when favicon is not available.
  143. release notes
  144. https://sourceforge.net/p/autoplot/bugs/2217/: explicitly remove listener from child after observing it was still running around in memory.
  145. https://sourceforge.net/p/autoplot/bugs/2217/: delete children when they become disconnected.
  146. https://sourceforge.net/p/autoplot/bugs/2217/: parentComponentListener is more careful about adjusting the operation to follow the parent's operation
  147. if ( 'a' in [ 'a','b','c'] ):
  148. handle code which assigns values to dictionary to make lookup table.
  149. support '#'*50. Support "is" operator. Start support for "in" for dictionaries.
  150. release notes
  151. many references to http://autoplot changed to https://autoplot. (Turns out tools.xml bookmarks file was missing.)
  152. https://sourceforge.net/p/autoplot/bugs/2638/: layout and data tabs will be on for new users.
  153. experiment with automatically enabling the inactive plotElement when its component is changed (to non-empty).
  154. release notes
  155. revert to jparser 1.10
  156. revert to jparser 1.10
  157. revert to v1.10
  158. revert to v1.10
  159. revert to v1.10
  160. revert to jparser v1.10
  161. add support for byte arrays.
  162. Label for FFT stuff changed to "Fourier Spectra", so Jenkins test needed updating
  163. add PDSDataSource and its files
  164. update to new PDS4 code and its csv dependency
  165. QDataSet and QStream were moved to Das2 project long ago
  166. QDataSet and QStream were moved to Das2 project long ago
  167. https://sourceforge.net/p/autoplot/bugs/2629/: don't expect a specific version in jenkins.
  168. bug https://sourceforge.net/p/autoplot/bugs/2631/: check for legitimate null for values.
  169. don't make the jnlp stuff.
Revision 28016 by jbfaden:
revert back to opencsv-2.3
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/build-impl.xmlautoplot/AutoplotServlet/nbproject/build-impl.xml
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/genfiles.propertiesautoplot/AutoplotServlet/nbproject/genfiles.properties
Revision 28015 by jbfaden:
remove opencsv-5.9 which is way too large
Change TypePath in RepositoryPath in Workspace
The file was removed/autoplot/trunk/APLibs/lib/pds/opencsv-5.9.jarautoplot/APLibs/lib/pds/opencsv-5.9.jar
Revision 28014 by jbfaden:
revert back to opencsv-2.3
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/nbproject/project.propertiesautoplot/Autoplot/nbproject/project.properties
The file was modified/autoplot/trunk/PDSDataSource/nbproject/project.propertiesautoplot/PDSDataSource/nbproject/project.properties
Revision 28013 by jbfaden:
remove reference to newer version of opencsv which requires Java 11.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PdsDataSource.javaautoplot/PDSDataSource/src/org/autoplot/pds/PdsDataSource.java
Revision 28012 by jbfaden:
revert to old opencsv
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/APLibs/lib/pds/opencsv-2.3.jarautoplot/APLibs/lib/pds/opencsv-2.3.jar
Revision 28011 by jbfaden:
add new URIs
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/test-uris.mdautoplot/PDSDataSource/src/org/autoplot/pds/test-uris.md
Revision 28010 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 28009 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
Revision 28008 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 28007 by jbfaden:
getCompletions on URI which contained aggregation would list the entire file system.  Instead, get a representative file and only list that time range.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSetURI.javaautoplot/DataSource/src/org/autoplot/datasource/DataSetURI.java
Revision 28006 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
Revision 28005 by jbfaden:
collect more URIs
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/test-uris.mdautoplot/PDSDataSource/src/org/autoplot/pds/test-uris.md
Revision 28004 by jbfaden:
catalog more squirrelly cases
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/test-uris.mdautoplot/PDSDataSource/src/org/autoplot/pds/test-uris.md
Revision 28003 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2615/: label for any URI completion must include the context
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.java
Revision 28002 by jbfaden:
add comment about breakpoint place since I'm never sure where when debugging completions.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/CompletionContext.javaautoplot/DataSource/src/org/autoplot/datasource/CompletionContext.java
Revision 28001 by jbfaden:
add toString to aid in debugging
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/DataSetUrlCompletionItem.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/DataSetUrlCompletionItem.java
Revision 28000 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27999 by jbfaden:
remove MigratePreferences, which was used to move the preferences after the virbo->autoplot move of 2016, and now makes it tricky to clear preferences by deleting ~/autoplot_data/config.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/AutoplotSettings.javaautoplot/DataSource/src/org/autoplot/datasource/AutoplotSettings.java
Revision 27998 by jbfaden:
update to look exactly like the one which should be used.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/virbo/idlsupport/QDataSetBridge.javaautoplot/IdlMatlabSupport/src/org/virbo/idlsupport/QDataSetBridge.java
Revision 27997 by jbfaden:
deprecated method
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/virbo/idlsupport/QDataSetBridge.javaautoplot/IdlMatlabSupport/src/org/virbo/idlsupport/QDataSetBridge.java
Revision 27996 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27995 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
Revision 27994 by jbfaden:
remove new HTML in descriptions, which shows up now that this is done deeply.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.java
Revision 27993 by jbfaden:
rte_1586318377: Don't assume javadocs have Ops split up by letter.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JavadocLookup.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/JavadocLookup.java
Revision 27992 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2353/: javadocs for script editor come from https://cottagesystems.com/~jbf/autoplot/doc/
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JavadocLookup.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/JavadocLookup.java
Revision 27991 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2353/: javadocs for script editor come from https://cottagesystems.com/~jbf/autoplot/doc/
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/CompletionSettings.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/CompletionSettings.java
Revision 27990 by jbfaden:
javadocs for script editor come from https://cottagesystems.com/~jbf/autoplot/doc/
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/CompletionSettings.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/CompletionSettings.java
Revision 27989 by jbfaden:
javadocs on Diff
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/Diff.javaautoplot/Autoplot/src/org/autoplot/dom/Diff.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/DomNode.javaautoplot/Autoplot/src/org/autoplot/dom/DomNode.java
Revision 27988 by jbfaden:
experiment with VG2_URN_PRA_6SEC.LBL with seems inconsistent with others.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.javaautoplot/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java
Revision 27987 by jbfaden:
experiment with cleaning DESCRIPTION nodes deeper in tree.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/DocumentUtil.javaautoplot/PDSDataSource/src/org/autoplot/pds/DocumentUtil.java
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.javaautoplot/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java
Revision 27986 by jbfaden:
experiment with cleaning up code to avoid ": Select parameter"
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/CompletionsDataSourceEditor.javaautoplot/DataSource/src/org/autoplot/datasource/CompletionsDataSourceEditor.java
Revision 27985 by jbfaden:
trivial
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.java
Revision 27984 by jbfaden:
rte_0586723721_20240702_134349: Don't crash when empty data source is editted.  Thanks, Scott C!
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27983 by jbfaden:
rte_0586723721_20240702_134349: Don't crash when empty data source is editted.  Thanks, Scott C!
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/LayoutPanel.javaautoplot/Autoplot/src/org/autoplot/LayoutPanel.java
Revision 27982 by jbfaden:
rte_0586723721_20240702_134349: Don't crash when empty data source is editted.  Thanks, Scott C!
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/LayoutPanel.javaautoplot/Autoplot/src/org/autoplot/LayoutPanel.java
Revision 27981 by jbfaden:
rte_0586723721_20240702_134349: Don't crash when empty data source is editted.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/LayoutPanel.javaautoplot/Autoplot/src/org/autoplot/LayoutPanel.java
Revision 27980 by jbfaden:
rte_0735275895_20241212_084219: CDAWeb automatically drops to offline mode if getFiles fails.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDB.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDB.java
Revision 27979 by jbfaden:
rte_0335135130_20241212_090334: clean up (Offline because of "") message, which is not helpful and is clutter.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSetURI.javaautoplot/DataSource/src/org/autoplot/datasource/DataSetURI.java
Revision 27978 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2602/: more wiki help links
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/RunBatchTool.javaautoplot/Autoplot/src/org/autoplot/RunBatchTool.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandler.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandler.java
Revision 27977 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2602/: more logo corrections
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/external/AddCfaSampListener.javaautoplot/Autoplot/src/external/AddCfaSampListener.java
The file was modified/autoplot/trunk/Autoplot/src/scripts/addCfaListener.jyautoplot/Autoplot/src/scripts/addCfaListener.jy
Revision 27976 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27975 by jbfaden:
correct "show wildcards" link to new location on github
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AggregateUrisDialog.javaautoplot/Autoplot/src/org/autoplot/AggregateUrisDialog.java
Revision 27974 by jbfaden:
bug https://sourceforge.net/p/autoplot/bugs/2654/: display message when zero-width datum range is entered.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AxisPanel.javaautoplot/Autoplot/src/org/autoplot/AxisPanel.java
Revision 27973 by jbfaden:
bug https://sourceforge.net/p/autoplot/bugs/2654/: ignore setRange of zero-width range.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/Axis.javaautoplot/Autoplot/src/org/autoplot/dom/Axis.java
Revision 27972 by jbfaden:
bug https://sourceforge.net/p/autoplot/bugs/2654/: when the zero-width range units are Steven's ratio (e.g. 5kg) and non-zero, then include zero to make valid, otherwise don't autorange (as with empty dataset).
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUtil.javaautoplot/Autoplot/src/org/autoplot/AutoplotUtil.java
Revision 27971 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27970 by jbfaden:
whoops, forgot to check if bundle1 was null.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUtil.javaautoplot/Autoplot/src/org/autoplot/AutoplotUtil.java
Revision 27969 by jbfaden:
start code to support rank 0 and rank 1 nominal data arrays.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFormat.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFormat.java
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/WriteIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/WriteIDLSav.java
Revision 27968 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27967 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27966 by jbfaden:
bugfix https://sourceforge.net/p/autoplot/bugs/2651/: HAPI data doesn't come up as spectrograms by default.  Check for bundle with no names and all one unit.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUtil.javaautoplot/Autoplot/src/org/autoplot/AutoplotUtil.java
Revision 27965 by jpeachey:
Add image4j to Eclipse build path.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/.classpathautoplot/.classpath
Revision 27964 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27963 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
Revision 27962 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2650/: don't reset the units to times, this has already been done.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.java
Revision 27961 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27960 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27959 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
Revision 27958 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2649: AutoplotSettings.settings().getPreferences used inconsistently
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/ApplicationModel.javaautoplot/Autoplot/src/org/autoplot/ApplicationModel.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/ExportDataPanel.javaautoplot/Autoplot/src/org/autoplot/ExportDataPanel.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/GuiSupport.javaautoplot/Autoplot/src/org/autoplot/GuiSupport.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/PersistentStateSupport.javaautoplot/Autoplot/src/org/autoplot/PersistentStateSupport.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.javaautoplot/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/AppScriptPanelSupport.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/AppScriptPanelSupport.java
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/AutoplotSettings.javaautoplot/DataSource/src/org/autoplot/datasource/AutoplotSettings.java
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSetSelectorSupport.javaautoplot/DataSource/src/org/autoplot/datasource/DataSetSelectorSupport.java
Revision 27957 by jbfaden:
trivial netbeans suggestions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java
Revision 27956 by jbfaden:
bug https://sourceforge.net/p/autoplot/bugs/2647/: Just make it so that any time there is a CONTEXT_0 property, the context will be shown.  I expect this will be undesirable in some cases, but I'll make the change and see what the regression tests look like.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java
Revision 27955 by jbfaden:
extract common codes btw PDS3 and PDS4 working with Document to get titles.  When getting the title from the description, just use the first sentence.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/DocumentUtil.javaautoplot/PDSDataSource/src/org/autoplot/pds/DocumentUtil.java
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PdsDataSource.javaautoplot/PDSDataSource/src/org/autoplot/pds/PdsDataSource.java
Revision 27954 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27953 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27952 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
Revision 27951 by jbfaden:
make logic for detecting and handling timetags consistent
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/DocumentUtil.javaautoplot/PDSDataSource/src/org/autoplot/pds/DocumentUtil.java
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.javaautoplot/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java
Revision 27950 by jbfaden:
clean up the description, removing the formatting for fixed-width font and newlines encoded as &#13;
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java
Revision 27949 by jbfaden:
support BIT_STRING in https://pds-ppi.igpp.ucla.edu/data/LP-L-ENG_GRS_NS_APS_MAG_ER-1-MDR-V1.0/DATA/MERGED/1998/001_031JAN/M9800706.LBL?STATUS_FLAGS
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.javaautoplot/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java
Revision 27948 by jbfaden:
hapi-cache-command has default cache-dir location, use this.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiCacheConnection.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiCacheConnection.java
Revision 27947 by jbfaden:
allow hapi-cache-command to be set to '' to disable cache
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connection.javaautoplot/HapiDataSource/src/org/autoplot/hapi/Connection.java
Revision 27946 by jbfaden:
remove debug code
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java
Revision 27945 by jbfaden:
time column was never automatically identified for PDS3.  See if the first column is TIME or a DATE.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java
Revision 27944 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27943 by jbfaden:
explicitly compile old and repeated name ScriptPanelSupport in org.autoplot.scriptconsole so that it is available to older Jython scripts.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/compile-application.shautoplot/Autoplot/compile-application.sh
Revision 27942 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27941 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
Revision 27940 by jbfaden:
https://sourceforge.net/p/autoplot/feature-requests/789/: whoops, new code which would get the trimRange from the URI would reload it even if it was explicitly set and not specified in the URI.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetCommand.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetCommand.java
Revision 27939 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27938 by jbfaden:
2639: code assumed non-null, which is not the case with vap+cdaweb:ds=STA_LB_MAG_RTN&filter=Stereo&id=BFIELD[:,3]&timerange=2014-08-06+through+2014-08-20
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.java
Revision 27937 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
Revision 27936 by jbfaden:
temporarily add hidden parameter locations=true which shows where all the data is within the file.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSource.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSource.java
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFactory.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFactory.java
Revision 27935 by jbfaden:
keep track of position within file, prepping for FileChannel.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 27934 by jbfaden:
keep track of position within file, prepping for FileChannel.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 27933 by jbfaden:
keep track of position within file, prepping for FileChannel.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 27932 by jbfaden:
bugfix with handleAssign, where it was getting an indent and Map was using it.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27931 by jbfaden:
infer dictionaries when d['k']=2.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27930 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27929 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/1687/: new code to get PWD in completions assumed component was JEditorPane when it can be a JTextArea.  JComponent is specific enough.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/DataSetUrlCompletionTask.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/DataSetUrlCompletionTask.java
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java
Revision 27928 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/1687/: new code to get PWD in completions assumed component was JEditorPane when it can be a JTextArea.  JComponent is specific enough.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java
Revision 27927 by jbfaden:
FileChannel stuff
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27926 by jbfaden:
handle open "r" and "w".
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27925 by jbfaden:
detect void return type and don't include return when it's the last statement
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27924 by jbfaden:
'/home/jbf/ct/autoplot/git/dev/bugs/sf/1687/' + 'demo<C>' works now
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java
Revision 27923 by jbfaden:
'/home/jbf/ct/autoplot/git/dev/bugs/sf/1687/' + 'demo<C>' works now
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/CompletionSupport.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/CompletionSupport.java
Revision 27922 by jbfaden:
trivial javadoc correction
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/URISplit.javaautoplot/DataSource/src/org/autoplot/datasource/URISplit.java
Revision 27921 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/1687/ item 13.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/DataSetUrlCompletionTask.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/DataSetUrlCompletionTask.java
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java
Revision 27920 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2633/: use the URI to get the timerange when trim=True
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27919 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2633/: use the URI to get the timerange when trim=True
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetCommand.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetCommand.java
Revision 27918 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27917 by jbfaden:
bugfix https://sourceforge.net/p/autoplot/bugs/2642/: show all variables if none are marked as support.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.java
Revision 27916 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27915 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
Revision 27914 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2639/: detect LABL_PTR_2 had do all the same nonsense which happens for slice1_labels but with slice2_labels
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/metatree/IstpMetadataModel.javaautoplot/DataSource/src/org/autoplot/metatree/IstpMetadataModel.java
Revision 27913 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2639/: detect LABL_PTR_2 had do all the same nonsense which happens for slice1_labels but with slice2_labels
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java
Revision 27912 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2639/: detect LABL_PTR_2 and implement this by loading and then slicing after it's loaded. (TODO: slice as the data is read)
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.java
Revision 27911 by jbfaden:
explain insert checkbox
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.formautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.form
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.java
Revision 27910 by jbfaden:
2644: append and insert methods check existing file majority
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.java
Revision 27909 by jbfaden:
2644: add checkbox for majority
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.formautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.form
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.java
Revision 27908 by jbfaden:
bugfix 2643: handle (2) by keeping track of entries which were cleared in if or else blocks
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/StaticCodeAnalysis.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/StaticCodeAnalysis.java
Revision 27907 by jbfaden:
bugfix 2643: incorrect attempt to handle "else" clause in StaticCodeAnalysis meant variable would be marked as assigned before read.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/StaticCodeAnalysis.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/StaticCodeAnalysis.java
Revision 27906 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
Revision 27905 by jbfaden:
trivial fix imports
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JavaJythonConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JavaJythonConverter.java
Revision 27904 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27903 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2217/: comment out code which would result in deadlock
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java
Revision 27902 by jbfaden:
make 8 the default number of threads, 32 is too many.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/RunBatchTool.javaautoplot/Autoplot/src/org/autoplot/RunBatchTool.java
Revision 27901 by jbfaden:
detect struct.pack
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27900 by jbfaden:
delete the empty recent files
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/RecentComboBox.javaautoplot/DataSource/src/org/autoplot/datasource/RecentComboBox.java
Revision 27899 by jbfaden:
allow hapi-cache-command to specify the command to run.  For example
"java -jar /home/jbf/ct/hapi/git/cache-tools/java/dist/cache-tools.jar"
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connection.javaautoplot/HapiDataSource/src/org/autoplot/hapi/Connection.java
Revision 27898 by jbfaden:
allow hapi-cache-command to specify the command to run.  For example
"java -jar /home/jbf/ct/hapi/git/cache-tools/java/dist/cache-tools.jar"
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiCacheConnection.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiCacheConnection.java
Revision 27897 by jbfaden:
trivial fix imports
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
Revision 27896 by jbfaden:
correct where Connection is used for data.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiServer.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiServer.java
Revision 27895 by jbfaden:
Introduce version (disabled) which uses HapiCache.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connection.javaautoplot/HapiDataSource/src/org/autoplot/hapi/Connection.java
The file was added/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiCacheConnection.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiCacheConnection.java
Revision 27894 by jbfaden:
refactor rename Connector to Connection
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connection.javaautoplot/HapiDataSource/src/org/autoplot/hapi/Connection.java
The file was removed/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connector.javaautoplot/HapiDataSource/src/org/autoplot/hapi/Connector.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiServer.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiServer.java
The file was added/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HttpConnection.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HttpConnection.java
The file was removed/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HttpConnector.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HttpConnector.java
Revision 27893 by jbfaden:
make Connector abstract and add "openConnection" method.  readFromURL uses Connector.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connector.javaautoplot/HapiDataSource/src/org/autoplot/hapi/Connector.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiServer.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiServer.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HttpConnector.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HttpConnector.java
Revision 27892 by jbfaden:
more refactoring to make Connector object available to other classes (HapiServer will need it)
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connector.javaautoplot/HapiDataSource/src/org/autoplot/hapi/Connector.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
The file was added/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HttpConnector.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HttpConnector.java
Revision 27891 by jbfaden:
remove old cache code, which is now implemented in HapiCache project
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiUtil.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiUtil.java
Revision 27890 by jbfaden:
detect struct.pack
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27889 by jbfaden:
add unary not and invert
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27888 by jbfaden:
incomplete refactoring to make way for new cache
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
Revision 27887 by jbfaden:
allow either units=enum or units=nominal to mean EnumerationUnits
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.java
Revision 27886 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2639/: experiment with new code to slice on [:,:,0] instead of just [:,0].
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java
Revision 27885 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2639/: experiment with new code to slice on [:,:,0] instead of just [:,0]. 
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java
Revision 27884 by jbfaden:
introduce "majority" control for output with values "row" or "column"
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.java
Revision 27883 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2217/: allow non-dimension changing operations to be inserted
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java
Revision 27882 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27881 by jbfaden:
bugfix: addMouseModule needs to tell the box to update during the drag, so that key events will be correct.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/ScriptContext.javaautoplot/Autoplot/src/org/autoplot/ScriptContext.java
Revision 27880 by jbfaden:
bitor and bitand
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27879 by jbfaden:
handle map index.  handle pow.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27878 by jbfaden:
Math.pow
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27877 by jbfaden:
handle list comprehension using .stream.map
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27876 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27875 by jbfaden:
put in placeholder empty icon when favicon is not available.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.java
Revision 27874 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27873 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2217/: explicitly remove listener from child after observing it was still running around in memory.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java
Revision 27872 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2217/: delete children when they become disconnected.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java
Revision 27871 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2217/: parentComponentListener is more careful about adjusting the operation to follow the parent's operation
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java
Revision 27870 by jbfaden:
if ( 'a' in [ 'a','b','c'] ):
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27869 by jbfaden:
handle code which assigns values to dictionary to make lookup table.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27868 by jbfaden:
support '#'*50.  Support "is" operator.  Start support for "in" for dictionaries.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27867 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
Revision 27866 by jbfaden:
many references to http://autoplot changed to https://autoplot.  (Turns out tools.xml bookmarks file was missing.)
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/external/AddCfaSampListener.javaautoplot/Autoplot/src/external/AddCfaSampListener.java
The file was modified/autoplot/trunk/Autoplot/src/external/AnnotationCommand.javaautoplot/Autoplot/src/external/AnnotationCommand.java
The file was modified/autoplot/trunk/Autoplot/src/external/FixLayoutCommand.javaautoplot/Autoplot/src/external/FixLayoutCommand.java
The file was modified/autoplot/trunk/Autoplot/src/external/PlotCommand.javaautoplot/Autoplot/src/external/PlotCommand.java
The file was modified/autoplot/trunk/Autoplot/src/external/PlotCommand.jsonautoplot/Autoplot/src/external/PlotCommand.json
The file was modified/autoplot/trunk/Autoplot/src/external/applot.mautoplot/Autoplot/src/external/applot.m
The file was modified/autoplot/trunk/Autoplot/src/external/jpypeutil.pyautoplot/Autoplot/src/external/jpypeutil.py
The file was modified/autoplot/trunk/Autoplot/src/external/server/README.txtautoplot/Autoplot/src/external/server/README.txt
The file was modified/autoplot/trunk/Autoplot/src/external/tdas_store_data.proautoplot/Autoplot/src/external/tdas_store_data.pro
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AddPlotElementDialog.javaautoplot/Autoplot/src/org/autoplot/AddPlotElementDialog.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AddSampListener.javaautoplot/Autoplot/src/org/autoplot/AddSampListener.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AggregateUrisDialog.javaautoplot/Autoplot/src/org/autoplot/AggregateUrisDialog.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/ApplicationModel.javaautoplot/Autoplot/src/org/autoplot/ApplicationModel.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.javaautoplot/Autoplot/src/org/autoplot/AutoplotUI.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUtil.javaautoplot/Autoplot/src/org/autoplot/AutoplotUtil.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonUtil.javaautoplot/Autoplot/src/org/autoplot/JythonUtil.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/ScriptContext2023.javaautoplot/Autoplot/src/org/autoplot/ScriptContext2023.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/bookmarks/BookmarksManager.javaautoplot/Autoplot/src/org/autoplot/bookmarks/BookmarksManager.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/DebuggerConsole.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/DebuggerConsole.java
The file was modified/autoplot/trunk/Autoplot/src/scripts/readWeatherFiles.jyautoplot/Autoplot/src/scripts/readWeatherFiles.jy
Revision 27865 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2638/: layout and data tabs will be on for new users.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/Options.javaautoplot/Autoplot/src/org/autoplot/dom/Options.java
Revision 27864 by jbfaden:
experiment with automatically enabling the inactive plotElement when its component is changed (to non-empty).
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java
Revision 27863 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
Revision 27862 by jbfaden:
revert to jparser 1.10
Change TypePath in RepositoryPath in Workspace
The file was removed/autoplot/trunk/APLibs/lib/pds4-jparser-2.9.0-SNAPSHOT.jarautoplot/APLibs/lib/pds4-jparser-2.9.0-SNAPSHOT.jar
Revision 27861 by jbfaden:
revert to jparser 1.10
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/APLibs/lib/pds4-jparser-1.10.0-SNAPSHOT.jarautoplot/APLibs/lib/pds4-jparser-1.10.0-SNAPSHOT.jar
Revision 27860 by jbfaden:
revert to v1.10
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/build-impl.xmlautoplot/AutoplotServlet/nbproject/build-impl.xml
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/genfiles.propertiesautoplot/AutoplotServlet/nbproject/genfiles.properties
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/project.propertiesautoplot/AutoplotServlet/nbproject/project.properties
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/project.xmlautoplot/AutoplotServlet/nbproject/project.xml
Revision 27859 by jbfaden:
revert to v1.10
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/nbproject/project.propertiesautoplot/Autoplot/nbproject/project.properties
Revision 27858 by jbfaden:
revert to v1.10
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/nbproject/project.propertiesautoplot/PDSDataSource/nbproject/project.properties
Revision 27857 by jbfaden:
revert to jparser v1.10
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PdsDataSource.javaautoplot/PDSDataSource/src/org/autoplot/pds/PdsDataSource.java
Revision 27856 by jbfaden:
add support for byte arrays.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 27855 by jbfaden:
Label for FFT stuff changed to "Fourier Spectra", so Jenkins test needed updating
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_051_HanningFilter.javaautoplot/VATesting/src/org/autoplot/test/Test_051_HanningFilter.java
Revision 27854 by jbfaden:
add PDSDataSource and its files
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/build-impl.xmlautoplot/AutoplotServlet/nbproject/build-impl.xml
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/genfiles.propertiesautoplot/AutoplotServlet/nbproject/genfiles.properties
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/project.propertiesautoplot/AutoplotServlet/nbproject/project.properties
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/project.xmlautoplot/AutoplotServlet/nbproject/project.xml
Revision 27853 by jbfaden:
update to new PDS4 code and its csv dependency
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/nbproject/project.propertiesautoplot/Autoplot/nbproject/project.properties
The file was modified/autoplot/trunk/PDSDataSource/nbproject/project.propertiesautoplot/PDSDataSource/nbproject/project.properties
Revision 27852 by jbfaden:
QDataSet and QStream were moved to Das2 project long ago
Change TypePath in RepositoryPath in Workspace
The file was removed/autoplot/trunk/QDataSetautoplot/QDataSet
Revision 27851 by jbfaden:
QDataSet and QStream were moved to Das2 project long ago
Change TypePath in RepositoryPath in Workspace
The file was removed/autoplot/trunk/QStreamautoplot/QStream
Revision 27850 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2629/: don't expect a specific version in jenkins.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JavadocLookup.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/JavadocLookup.java
Revision 27849 by jbfaden:
bug https://sourceforge.net/p/autoplot/bugs/2631/: check for legitimate null for values.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/ParametersFormPanel.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/ParametersFormPanel.java
Revision 27848 by jbfaden:
don't make the jnlp stuff.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/compile-application.shautoplot/Autoplot/compile-application.sh