Changes

Summary

  1. add image4j to support ico files
  2. add ico reader
  3. don't let misformatted modificationDate result in bad state, just issue log message and move on.
  4. show favicons and introduce regex search for servers
  5. add image4j which can read ico files
  6. ImageDataSet includes RENDER_TYPE hint.
  7. add add(x,y,z) to the list of functions
  8. release notes
  9. make the expression textfield 600 pixels wide, always, since GridBagLayout doesn't seem to use the space.
  10. release notes
  11. release notes
  12. correct where case had fall-through, which now triggers a runtime error checking for an argument which is not recognized.
  13. release notes
  14. throw an error immediately when an argument cannot be used.
  15. bugfix https://sourceforge.net/p/autoplot/bugs/2625/: getDataSet('uri',tr) didn't work when tr came from extent.
  16. release notes
  17. https://sourceforge.net/p/autoplot/bugs/2619/: support PWD use in .vaps when the .vap is remote. I can't think of why this would be a security problem.
  18. allow jar file to be outside of supported http FileSystem
  19. support for MAC_REAL
  20. Support deprecated "float" type. support MISSING as well as MISSING_CONSTANT. /project/pds/mirror/VOLUME/VG_1001/DATA/MAG/HG/9_6S/T890822.LBL?BMAG
  21. release notes
  22. https://sourceforge.net/p/autoplot/bugs/2631/: add method to add additional items to the recent combo box. timerange parameters will add the examples into the combo box.
  23. add method to add additional items to the recent combo box.
  24. release notes
  25. https://sourceforge.net/p/autoplot/feature-requests/818/: check for 1-byte integers.
  26. bug https://sourceforge.net/p/autoplot/bugs/2615/: check that the appended name isn't irrelevant to the completion
  27. support script https://github.com/autoplot/dev/blob/master/demos/tools/editor/commit.jy which uses ScriptPanelSupport, which was renamed to AppScriptPanelSupport.
  28. allow https://cottagesystems.com/jenkins/job/autoplot-javadoc/lastSuccessfulBuild/artifact/doc/ to be used for javadoc completions documentation lookup.
  29. add append button to format editor panel, so that the feature is not hidden
  30. bug https://sourceforge.net/p/autoplot/bugs/2628/: properly calculate the number of bytes per item for integer arrays.
  31. release notes
  32. release notes
  33. add format control GUI for specialized CSV format. (correct handling of delimiter)
  34. add format control GUI for specialized CSV format.
  35. rte_2067982040: where format to CSV of rank 2 dataset that didn't have a bundle would result in NullPointerException.
  36. release notes
  37. keep track of PWD as files are loaded, so that we could eventually support completions on PWD + "<C>"
  38. rename ScriptPanelSupport from Autoplot app to AppScriptPanelSupport, to avoid confusion.
  39. bug 2626: correction where second window had DISPOSE_ON_CLOSE as the default window operation. The AppManager is the only one who can close windows. The requestClose now returns a boolean to indicate the close was accepted.
  40. bug 2626: whoops, remove debug code where I printed the first ten characters of the editor, so I could see what was going on.
  41. bug 2626: correction where second window had DISPOSE_ON_CLOSE as the default window operation. The AppManager is the only one who can close windows. The requestClose now returns a boolean to indicate the close was accepted.
  42. bug https://sourceforge.net/p/autoplot/bugs/2626/: remove suspicious dispose. Temporarily put first ten characters of script in close dialog so I can tell which it is talking about.
  43. release notes
  44. correct install4J message
  45. release notes
  46. do filesystem completions whenever a string starts with "https://" etc, not just "/"
  47. release notes
  48. add support for ARM_LITTLE_ENDIAN CDF files. Thanks, Masafumi!
  49. set the connect timeout to CDAWeb 60 seconds, since some of the listings at least 24 seconds
  50. https://github.com/das-developers/das2java/issues/113: uriDecode should look for %3A now that this is being encoded.
  51. release notes
  52. https://sourceforge.net/p/autoplot/bugs/2391/: introduce SemanticOps.oneUnit to see if slow branch is really needed.
  53. https://sourceforge.net/p/autoplot/bugs/2391/: introduce SemanticOps.oneUnit to see if slow branch is really needed.
  54. allow for type=ascii5&units=nominal to support https://pds-ppi.igpp.ucla.edu/data/JNO-J-JED-3-CDR-V1.0/DATA/2023/013/JED_270_LOERSISP_CDR_2023013_V04.TAB which embeds nominal values
  55. allow for type=ascii5&units=nominal to support https://pds-ppi.igpp.ucla.edu/data/JNO-J-JED-3-CDR-V1.0/DATA/2023/013/JED_270_LOERSISP_CDR_2023013_V04.TAB which embeds nominal values
  56. allow for type=ascii5&units=nominal to support https://pds-ppi.igpp.ucla.edu/data/JNO-J-JED-3-CDR-V1.0/DATA/2023/013/JED_270_LOERSISP_CDR_2023013_V04.TAB which embeds nominal values
  57. release notes
  58. bug https://sourceforge.net/p/autoplot/bugs/2337/: bugs in filter by QC, where the wrong index was used, or simply hadn't been identified.
  59. bug https://sourceforge.net/p/autoplot/bugs/2337/: screenshots tool should use a write file chooser, not read
  60. release notes
  61. https://sourceforge.net/p/autoplot/bugs/2622/: don't convert $x to .* in WalkUtil. This is not needed and causes a bug deeper in the code.
  62. release notes
  63. release notes
  64. use convertDocumentToMap which gets the name=value pairs right
  65. use convertDocumentToMap which gets the name=value pairs right
  66. check for "set" method, which would result in a runtime error.
  67. trivial javadoc
  68. use MetadataUtil.toMetaTree, not hacked code ChatGTP created
  69. show a tree view of the xml found in PDS4 label file.
  70. kludge to support https://space.physics.uiowa.edu/juno/team/juno-waves-electron-density/browse_jupiter/$x_orbit_$x/wav_$xT00-00-00_e-dens-j_v1.0.png where "user@" is added automatically because credentials are needed.
  71. bug https://sourceforge.net/p/autoplot/bugs/2582/: add better popup documentation.
  72. bug https://sourceforge.net/p/autoplot/bugs/2582/: add better popup documentation.
  73. bug 2598: torn off canvas didn't reset the windowExtraHeight and windowExtraWidth.
  74. add completions for dataset
  75. add completions for getDataSet
  76. add completions for getDataSet
  77. https://sourceforge.net/p/autoplot/bugs/2616/: html version of PNGWalk doesn't contain images which aren't calculated, such as when they are missing.
  78. https://sourceforge.net/p/autoplot/bugs/2598/: don't keep track of negative margins
  79. release notes
  80. release notes
  81. release notes
  82. bugfix in new completions which made sure PDS4 parameter names are shown.
  83. filenameProvidesContext logs at INFO (not FINE) when the time units are not convertible to seconds.
  84. https://sourceforge.net/p/autoplot/feature-requests/832/: add outputFile which will write the loaded vap or URI to an output pdf or png file
  85. release notes
  86. trivial use isEmpty instead of stack.size()==0
  87. trivial, use null not "" for documentation in completions.
  88. put the completion along with the label. PDS3 completions would show the variable description, but often it's easier to recognize it by the arg_0 value.
  89. functions which would allow 2GB data reads from >2GB IDLSav files
  90. bugfix: automatic name "data" would result multiple variables with the same name DATA.
  91. work towards using FileChannel to allow any variable to be 2GB, supporting file for JADE.
  92. new code to support IDLSav files > 2GB
  93. trivial javadoc and whitespace
  94. improve error message when IDLSav file is bigger than 2GB.
  95. release notes
  96. make sure summarizeDescription clips the sentence on a space, since "4096" was clipped to "409" dangerously changing its meaning.
  97. logging improvements
  98. getDocumentWithImports is now public, since it's useful for testing
  99. release notes
  100. logger measures time to get files and time ranges
  101. bugfix: code assumed that temporary name would have one @ symbol, so recent change to remove @ when no arguments are used caused runtime error.
  102. add reset=F to documentation
  103. trivial isEmpty
  104. exception changes with new codes
  105. bug https://sourceforge.net/p/autoplot/bugs/2613/: refactor to support virtual variable for DEPEND_1, where array_slice was used.
  106. always report the lengths of the variable, not the lengths of the DEPEND_1, in the first line. Clarify inconsistent DEPEND_i warnings.
  107. increase the default connect timeout as the NASA firewall can cause long delays.
  108. release notes
  109. release notes
  110. rte_2101508600: CDF virual variable function "arr_slice" on the first index (Ops.slice1) was left out accidentally. Thanks, nkarna!
  111. release notes
  112. release notes
  113. guard against dom.plots[0].title='Hope' where script to mutate the dom without permission.
  114. release notes
  115. tweaks to support https://github.com/autoplot/dev/blob/master/demos/2024/20240807/addEventAll.jy
  116. peek editor shows if it is completions or parameters. matches font.
  117. release notes
  118. rte 1906437423: code didn't realize that time might have been added to list of columns from DEPEND_0. Thanks, Sadie!
  119. update release notes
  120. NetBeans 8 used to add menu item for events list. Add link to new help documentation. experiment with validation of number of parameters
  121. 2603: autoplot_test100 showed we needed to check for units when checking ranges when there are multiple plot elements.
  122. downloadResourceAsTempFile no longer adds "@" to filename if it is not needed, so that it can be used to download and run jar files.
  123. add link to same script on github.com/autoplot/dev
  124. use links in table. add scriptTitle
  125. clean up URI_Templates script to use boolean generate flag, add setScriptDescription
  126. new packArguments mode handles when $x_$x is used for the filename and arg1;arg2 arg3;arg4 is used for the controls
  127. print version number
  128. make links out of clickable links generated by URITemplates script
  129. make links out of clickable links generated by URITemplates script
  130. make errors more clear for case where compression is not gzip
  131. release notes
  132. release notes
  133. bugfix 2604: vap+hapi:https://wdcapi.bgs.ac.uk/hapi?id=aaa/PT1M/xyz&parameters=Time,Field_Vector&timerange=2015-12-31+8:04+to+15:55 showed where the labels were not propogated out.
  134. bug https://sourceforge.net/p/autoplot/bugs/2603/: add 5% when a plot element's range is against the new range.
  135. bug https://sourceforge.net/p/autoplot/bugs/2603/: add 5% when a plot element's range is against the new range.
  136. handle rank 4 data. don't assume that axes have been resolved. Check for nulls.
  137. handle rank 4 data. don't assume that axes have been resolved. Check for nulls.
  138. release notes
  139. release notes
  140. provide direct access to the QDataSet within the APDataSet, so that Python client can provide more abstract methods
  141. bug 2600: whoops, new code assumed that RECORD_BYTES would always be used.
  142. more test URIs.
  143. release notes
  144. support ROW_PREFIX_BYTES and ROW_SUFFIX_BYTES, which are typically 0.
  145. correct recLength, which should be recordBytes, not rowBytes.
  146. keep track of the delegate_uri
  147. support datatype "UNSIGNED_INTEGER" with 1 byte.
  148. bugfix: bytes was incorrect when items>1, normalize bytes by items.
  149. support /project/cassini/pds/DATA/RPWS_WAVEFORM_FULL/T20090XX/T2009096/T2009096_2_5KHZ1_WFRFR.LBL
  150. documentation improvements
  151. allow LABEL to come from "LABEL" common directory.
  152. correct bug in getDataSets, where a monitor being finished wasn't considered.
  153. appendResultsPendingCSV should be synchronized so that threads don't step on one another.
  154. release notes
  155. catch special case where colon is used in filename on Windows, causing obscure FileNotFoundException.
  156. release notes
  157. release notes
  158. https://sourceforge.net/p/autoplot/bugs/2518/: keep track of which images are actually visible.
  159. release notes
  160. release notes
  161. release notes
  162. https://sourceforge.net/p/autoplot/feature-requests/805/: Support File type in Run Batch.
  163. https://sourceforge.net/p/autoplot/feature-requests/805/: Support File type in Run Batch.
  164. https://sourceforge.net/p/autoplot/feature-requests/805/: improve support for File parameter types, and introduce "stringType":"file" to constraints
  165. improve support for File parameter types, and introduce "stringType":"file" to constraints
  166. release notes
  167. release notes
  168. bugfix https://sourceforge.net/p/autoplot/bugs/2594/: type= getParam( 'type', 'e', 'electric or magnetic', { 'values':['e','m'], 'labels': ['Ey wrt B', 'Bz wrt B'] } ) didn't work for string values.
  169. add completion for filePollUpdates
  170. limit the length of the label, since long labels broke Sadie's GUI on a mac.
  171. release notes
  172. initial implementation of filter for parameters
  173. allow the tooltip to be set
  174. release notes
  175. rfe829: whoops handle setScriptDescription('''...'''). Thanks Sadie!
  176. release notes
  177. bugfix: Alt+Run and Shift+Run really are the same thing. Alt+Run and Shift+Run always enter the GUI, even if there are no parameters.
  178. release notes
  179. rfe829: add script editor dialog for setScriptDescription
  180. javadoc
  181. add no-arg constructor so that it can be used with the Netbeans Matisse GUI builder's Pallette Manager
  182. finally figured this out after walking though carefully and making no assumptions
  183. finally figured this out after walking though carefully and making no assumptions
  184. finally figured this out after walking though carefully and making no assumptions
  185. more experiments
  186. don't just execute "java" on the command line, since Java 8 doesn't provide return codes (I think).
  187. use -13 for the return code, since 100 doesn't seem to get through with Jenkins
  188. return negative exit code
  189. Still can't get the return code out to jenkins...
  190. Still can't get the return code out to jenkins...
  191. Still can't get the return code out to jenkins...
  192. remove debug println
  193. return with exit code for TestRunScripts
  194. return with exit code for TestRunScripts
  195. return with exit code for Jenkins
  196. --script=.../test.jy should be used
  197. release notes
  198. scriptExit explcitly says exit code will be set
  199. introduce code for running scripts and setting exit code when there is an exception, to support systemmonitor
  200. release notes
  201. release notes
  202. whoops, support version 1.1 server at U. Iowa
  203. release notes
  204. bug 2589: add resetUnits
  205. bug 2593: handle where the channel names are not unique properly.
  206. release notes
  207. correctly make URI canonical using DataSetURI.toUri and URISplit.makeCanonical
  208. release notes sentences were out of context.
  209. back out foreground property while there are still issues (https://github.com/autoplot/dev/blob/master/rfe/sf/826/demoPinkForeground.vap)
  210. release notes
  211. rfe https://sourceforge.net/p/autoplot/feature-requests/826/: special handling for changing the background color, and handling when old vap with black background is loaded.
  212. release notes
  213. release notes
  214. add axisOffset property to axes.
  215. add color property to axes.
  216. kludgey fix for bug where old server would trigger
  217. improve feedback when URI data source cannot be identified.
  218. release notes
  219. release notes
  220. bugfix: recent change to grab labels from image rich png metadata contained runtime error in some cases.
  221. release notes
  222. bugfix 2588: single-record waveform dataset didn't autorange properly.
  223. release notes
  224. let the resolution parameter limit the resolution of the data requests, just as it would if it were using the URI in a script.
  225. bug 2585: don't cache idlsav listing. It doesn't seem to be necessary and is confusing
  226. bugfix: jython expression is shown again
  227. catch a null getting into the labels early since it would cause problems later.
  228. release notes
  229. disable cancel button to clarify that cancel was pressed and to make behavior consistent with pressing cancel on progress bar.
  230. Run Batch Tool title should be "Run Batch Tool", not just "Run Batch", so that it is more clear how to get to the tool from the Tools menu.
  231. Run Batch Tool title should be "Run Batch Tool", not just "Run Batch", so that it is more clear how to get to the tool from the Tools menu.
  232. release notes
  233. bugfix: Sadie pointed out that when the parameters dialog is used from the script panel, that the error location is not indicated when there is a crash or a "stop"
  234. release notes
  235. add tooltip clarifying use of "force intrinsic resolution" when sampling model (or ephemeris) data
  236. release notes
  237. add sortTime control/keyword
  238. add sortTime control/keyword
  239. release notes
  240. getDataSets now supports timerange parameter.
  241. support trim in getDataSet, getDataSets command, and allow trim='2024-03-18' and no timerange parameter.
  242. add miglayout, a layout manager which uses strings to control, making it ideal for Jython
  243. support trim in getDataSet, getDataSets command
  244. redo add hidden plot to ignore plots which don't use zaxis when finding a common zaxis.
  245. show .jy script instead of .jyds
  246. release notes
  247. bug 2583: oddly there was no code handling dom.options.nearestNeighbor. I'm sure this was in there at one point, but I've recoded this and verified there was no other places handling this option.
  248. rte_0437885777: index out of bounds when rank 1 dataset is tested for bounds scheme
  249. release notes
  250. add new getDataSet2024 command for testing
  251. add new getDataSet2024 command for testing
  252. new getDataSet command
  253. getDataSet(String spec,InputStream) renamed to "getDataSetFromStream" to make room for new getDataSet call with named parameters
  254. trivial logger name
  255. release notes
  256. Add flatlaf jar.
  257. release notes
  258. add fixLayout as a Jython command.
  259. https://sourceforge.net/p/autoplot/feature-requests/821/: add jyds tab for the Minnesota folks, showing an equivalent jyds script.
  260. add dummy image, just a gray rounded rectangle, for when there's an issue.
  261. release notes
  262. make zip file in a temporary location and then rename to final location.
  263. quiet the warning about non-monotonic DEPEND variable. This happens fairly often and is not a problem for QDataSet.
  264. explore the problem where the first row layout is incorrect after load in testing.
  265. comment out ancient vap
  266. quiet logging of return type in completions
  267. remove restricted access test while this is hanging
  268. remove offline test
  269. use https
  270. release notes
  271. https://sourceforge.net/p/autoplot/bugs/2580/: for image data set scheme, grab yaxis label
  272. https://sourceforge.net/p/autoplot/bugs/2580/: grab labels and title from plotInfo
  273. grab labels and title from plotInfo
  274. release notes
  275. bugfix: clip Y position was never precisely tested and was upside-down...
  276. include log or linear for scaleType when plotInfo is used, since we have this information
  277. bugfix: popup after multi-thread run
  278. provide some immediate feedback bacause swapping out the JList for the icons can take a while.
  279. "color table" is the set of colors used in the color bar.
  280. release notes
  281. release notes
  282. bugfix https://sourceforge.net/p/autoplot/bugs/2578/: don't lock on the event thread
  283. release notes
  284. add FlatLAF
  285. add FlatLAF
  286. add FlatLAF. Hard reference in AutoplotUI requires that this be included.
  287. release notes
  288. clean up monitor use and quiet "new variable" message, which should not be a warning.
Revision 27835 by jbfaden:
add image4j to support ico files
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/nbproject/project.propertiesautoplot/Autoplot/nbproject/project.properties
Revision 27834 by jbfaden:
add ico reader
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/nbproject/project.propertiesautoplot/HapiDataSource/nbproject/project.properties
Revision 27833 by jbfaden:
don't let misformatted modificationDate result in bad state, just issue log message and move on.
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 27832 by jbfaden:
show favicons and introduce regex search for servers
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.formautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.form
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.java
Revision 27831 by jbfaden:
add image4j which can read ico files
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/APLibs/lib/image4j-0.7.jarautoplot/APLibs/lib/image4j-0.7.jar
Revision 27830 by jbfaden:
ImageDataSet includes RENDER_TYPE hint.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/ImageDataSource/src/org/autoplot/imagedatasource/ImageDataSet.javaautoplot/ImageDataSource/src/org/autoplot/imagedatasource/ImageDataSet.java
Revision 27829 by jbfaden:
add add(x,y,z) to the list of functions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.formautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.form
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.java
Revision 27828 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 27827 by jbfaden:
make the expression textfield 600 pixels wide, always, since GridBagLayout doesn't seem to use the space.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/NamedURIListTool.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/NamedURIListTool.java
Revision 27826 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 27825 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 27824 by jbfaden:
correct where case had fall-through, which now triggers a runtime error checking for an argument which is not recognized.
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 27823 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 27822 by jbfaden:
throw an error immediately when an argument cannot be used.
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 27821 by jbfaden:
bugfix https://sourceforge.net/p/autoplot/bugs/2625/: getDataSet('uri',tr) didn't work when tr came from extent.
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 27820 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 27819 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2619/: support PWD use in .vaps when the .vap is remote.  I can't think of why this would be a security problem.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/SimpleServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/SimpleServlet.java
Revision 27818 by jbfaden:
allow jar file to be outside of supported http FileSystem
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonOps.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonOps.java
Revision 27817 by jbfaden:
support for MAC_REAL
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 27816 by jbfaden:
Support deprecated "float" type.  support MISSING as well as MISSING_CONSTANT.  /project/pds/mirror/VOLUME/VG_1001/DATA/MAG/HG/9_6S/T890822.LBL?BMAG
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 27815 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 27814 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2631/: add method to add additional items to the recent combo box.  timerange parameters will add the examples into the combo box.
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 27813 by jbfaden:
add method to add additional items to the recent combo box.
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 27812 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 27811 by jbfaden:
https://sourceforge.net/p/autoplot/feature-requests/818/: check for 1-byte integers.
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 27810 by jbfaden:
bug https://sourceforge.net/p/autoplot/bugs/2615/: check that the appended name isn't irrelevant to the completion
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/CompletionsList.javaautoplot/DataSource/src/org/autoplot/datasource/CompletionsList.java
Revision 27809 by jbfaden:
support script https://github.com/autoplot/dev/blob/master/demos/tools/editor/commit.jy which uses ScriptPanelSupport, which was renamed to AppScriptPanelSupport.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/ScriptPanelSupport.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/ScriptPanelSupport.java
Revision 27808 by jbfaden:
allow https://cottagesystems.com/jenkins/job/autoplot-javadoc/lastSuccessfulBuild/artifact/doc/ to be used for javadoc completions documentation lookup.
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 27807 by jbfaden:
add append button to format editor panel, so that the feature is not hidden
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFormatEditorPanel.formautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFormatEditorPanel.form
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFormatEditorPanel.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFormatEditorPanel.java
Revision 27806 by jbfaden:
bug https://sourceforge.net/p/autoplot/bugs/2628/: properly calculate the number of bytes per item for integer arrays.
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 27805 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 27804 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 27803 by jbfaden:
add format control GUI for specialized CSV format. (correct handling of delimiter)
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormat.javaautoplot/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormat.java
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormatEditorPanel.javaautoplot/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormatEditorPanel.java
Revision 27802 by jbfaden:
add format control GUI for specialized CSV format.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/META-INF/org.autoplot.datasource.DataSourceFormatEditorPanel.extensionsautoplot/DataSourcePack/src/META-INF/org.autoplot.datasource.DataSourceFormatEditorPanel.extensions
The file was added/autoplot/trunk/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormatEditorPanel.formautoplot/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormatEditorPanel.form
The file was added/autoplot/trunk/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormatEditorPanel.javaautoplot/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormatEditorPanel.java
Revision 27801 by jbfaden:
rte_2067982040: where format to CSV of rank 2 dataset that didn't have a bundle would result in NullPointerException.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormat.javaautoplot/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormat.java
Revision 27800 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 27799 by jbfaden:
keep track of PWD as files are loaded, so that we could eventually support completions on PWD + "<C>"
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java
Revision 27798 by jbfaden:
rename ScriptPanelSupport from Autoplot app to AppScriptPanelSupport, to avoid confusion.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/AppScriptPanelSupport.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/AppScriptPanelSupport.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java
The file was removed/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/ScriptPanelSupport.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/ScriptPanelSupport.java
Revision 27797 by jbfaden:
bug 2626: correction where second window had DISPOSE_ON_CLOSE as the default window operation.  The AppManager is the only one who can close windows.  The requestClose now returns a boolean to indicate the close was accepted.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.javaautoplot/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.java
Revision 27796 by jbfaden:
bug 2626: whoops, remove debug code where I printed the first ten characters of the editor, so I could see what was going on.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java
Revision 27795 by jbfaden:
bug 2626: correction where second window had DISPOSE_ON_CLOSE as the default window operation.  The AppManager is the only one who can close windows.  The requestClose now returns a boolean to indicate the close was accepted.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AppManager.javaautoplot/Autoplot/src/org/autoplot/AppManager.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/GuiSupport.javaautoplot/Autoplot/src/org/autoplot/GuiSupport.java
Revision 27794 by jbfaden:
bug https://sourceforge.net/p/autoplot/bugs/2626/: remove suspicious dispose.  Temporarily put first ten characters of script in close dialog so I can tell which it is talking about.
Change TypePath in RepositoryPath in Workspace
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/scriptconsole/JythonScriptPanel.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java
Revision 27793 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 27792 by jbfaden:
correct install4J message
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27791 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 27790 by jbfaden:
do filesystem completions whenever a string starts with "https://" etc, not just "/"
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 27789 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 27788 by jbfaden:
add support for ARM_LITTLE_ENDIAN CDF files.  Thanks, Masafumi!
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/DataTypes.javaautoplot/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/DataTypes.java
Revision 27787 by jbfaden:
set the connect timeout to CDAWeb 60 seconds, since some of the listings at least 24 seconds
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 27786 by jbfaden:
https://github.com/das-developers/das2java/issues/113: uriDecode should look for %3A now that this is being encoded.
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 27785 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 27784 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2391/: introduce SemanticOps.oneUnit to see if slow branch is really needed.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/PyQDataSet.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/PyQDataSet.java
Revision 27783 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2391/: introduce SemanticOps.oneUnit to see if slow branch is really needed.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/PyQDataSet.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/PyQDataSet.java
Revision 27782 by jbfaden:
allow for type=ascii5&units=nominal to support https://pds-ppi.igpp.ucla.edu/data/JNO-J-JED-3-CDR-V1.0/DATA/2023/013/JED_270_LOERSISP_CDR_2023013_V04.TAB which embeds nominal values
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSourceFactory.javaautoplot/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSourceFactory.java
Revision 27781 by jbfaden:
allow for type=ascii5&units=nominal to support https://pds-ppi.igpp.ucla.edu/data/JNO-J-JED-3-CDR-V1.0/DATA/2023/013/JED_270_LOERSISP_CDR_2023013_V04.TAB which embeds nominal values
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 27780 by jbfaden:
allow for type=ascii5&units=nominal to support https://pds-ppi.igpp.ucla.edu/data/JNO-J-JED-3-CDR-V1.0/DATA/2023/013/JED_270_LOERSISP_CDR_2023013_V04.TAB which embeds nominal values
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSource.javaautoplot/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSource.java
Revision 27779 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 27778 by jbfaden:
bug https://sourceforge.net/p/autoplot/bugs/2337/: bugs in filter by QC, where the wrong index was used, or simply hadn't been identified.
Change TypePath in RepositoryPath in Workspace
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/pngwalk/WalkImageSequence.javaautoplot/Autoplot/src/org/autoplot/pngwalk/WalkImageSequence.java
Revision 27777 by jbfaden:
bug https://sourceforge.net/p/autoplot/bugs/2337/: screenshots tool should use a write file chooser, not read
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/ScreenshotsTool.javaautoplot/Autoplot/src/org/autoplot/ScreenshotsTool.java
Revision 27776 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 27775 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2622/: don't convert $x to .* in WalkUtil.  This is not needed and causes a bug deeper in the code.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/WalkUtil.javaautoplot/Autoplot/src/org/autoplot/pngwalk/WalkUtil.java
Revision 27774 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 27773 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 27772 by jbfaden:
use convertDocumentToMap which gets the name=value pairs right
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 27771 by jbfaden:
use convertDocumentToMap which gets the name=value pairs right
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 27770 by jbfaden:
check for "set" method, which would result in a runtime error.
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 27769 by jbfaden:
trivial javadoc
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/metatree/MetadataUtil.javaautoplot/DataSource/src/org/autoplot/metatree/MetadataUtil.java
Revision 27768 by jbfaden:
use MetadataUtil.toMetaTree, not hacked code ChatGTP created
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
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PdsDataSource.javaautoplot/PDSDataSource/src/org/autoplot/pds/PdsDataSource.java
Revision 27767 by jbfaden:
show a tree view of the xml found in PDS4 label file.
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 27766 by jbfaden:
kludge to support
https://space.physics.uiowa.edu/juno/team/juno-waves-electron-density/browse_jupiter/$x_orbit_$x/wav_$xT00-00-00_e-dens-j_v1.0.png where "user@" is added automatically because credentials are needed.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/WalkImageSequence.javaautoplot/Autoplot/src/org/autoplot/pngwalk/WalkImageSequence.java
Revision 27765 by jbfaden:
bug https://sourceforge.net/p/autoplot/bugs/2582/: add better popup documentation.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/Autoplot/src/external/FixLayoutCommand.jsonautoplot/Autoplot/src/external/FixLayoutCommand.json
Revision 27764 by jbfaden:
bug https://sourceforge.net/p/autoplot/bugs/2582/: add better popup documentation.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/external/FixLayoutCommand.javaautoplot/Autoplot/src/external/FixLayoutCommand.java
Revision 27763 by jbfaden:
bug 2598: torn off canvas didn't reset the windowExtraHeight and windowExtraWidth.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.javaautoplot/Autoplot/src/org/autoplot/AutoplotUI.java
Revision 27762 by jbfaden:
add completions for dataset
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/DatasetCommand.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/DatasetCommand.java
The file was added/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/DatasetCommand.jsonautoplot/JythonSupport/src/org/autoplot/jythonsupport/DatasetCommand.json
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java
Revision 27761 by jbfaden:
add completions for getDataSet
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 27760 by jbfaden:
add completions for getDataSet
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetCommand.jsonautoplot/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetCommand.json
Revision 27759 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2616/: html version of PNGWalk doesn't contain images which aren't calculated,
such as when they are missing.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/CreatePngWalk.javaautoplot/Autoplot/src/org/autoplot/pngwalk/CreatePngWalk.java
Revision 27758 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2598/: don't keep track of negative margins
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.javaautoplot/Autoplot/src/org/autoplot/AutoplotUI.java
Revision 27757 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 27756 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 27755 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 27754 by jbfaden:
bugfix in new completions which made sure PDS4 parameter names are shown.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/CompletionsList.javaautoplot/DataSource/src/org/autoplot/datasource/CompletionsList.java
Revision 27753 by jbfaden:
filenameProvidesContext logs at INFO (not FINE) when the time units are not convertible to seconds.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/aggregator/AggregatingDataSource.javaautoplot/DataSource/src/org/autoplot/aggregator/AggregatingDataSource.java
Revision 27752 by jbfaden:
https://sourceforge.net/p/autoplot/feature-requests/832/: add outputFile which will write the loaded vap or URI to an output pdf or png file
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.javaautoplot/Autoplot/src/org/autoplot/AutoplotUI.java
Revision 27751 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 27750 by jbfaden:
trivial use isEmpty instead of stack.size()==0
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/MathematicaJythonConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/MathematicaJythonConverter.java
Revision 27749 by jbfaden:
trivial, use null not "" for documentation in completions.
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 27748 by jbfaden:
put the completion along with the label.  PDS3 completions would show the variable description, but often it's easier to recognize it by the arg_0 value.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/CompletionsList.javaautoplot/DataSource/src/org/autoplot/datasource/CompletionsList.java
Revision 27747 by jbfaden:
functions which would allow 2GB data reads from >2GB IDLSav files
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/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 27746 by jbfaden:
bugfix: automatic name "data" would result multiple variables with the same name DATA.
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
Revision 27745 by jbfaden:
work towards using FileChannel to allow any variable to be 2GB, supporting file for JADE.
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
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 27744 by jbfaden:
new code to support IDLSav files > 2GB
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFactory.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFactory.java
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 27743 by jbfaden:
trivial javadoc and whitespace
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/BaseVarContainer.javaautoplot/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/BaseVarContainer.java
Revision 27742 by jbfaden:
improve error message when IDLSav file is bigger than 2GB.
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 27741 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 27740 by jbfaden:
make sure summarizeDescription clips the sentence on a space, since "4096" was clipped to "409" dangerously changing its meaning.
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 27739 by jbfaden:
logging improvements
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 27738 by jbfaden:
getDocumentWithImports is now public, since it's useful for testing
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 27737 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 27736 by jbfaden:
logger measures time to get files and time ranges
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 27735 by jbfaden:
bugfix: code assumed that temporary name would have one @ symbol, so recent change to remove @ when no arguments are used caused runtime error.
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 27734 by jbfaden:
add reset=F to documentation
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/external/PlotCommand.javaautoplot/Autoplot/src/external/PlotCommand.java
Revision 27733 by jbfaden:
trivial isEmpty
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/TimeVariableFactory.javaautoplot/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/TimeVariableFactory.java
Revision 27732 by jbfaden:
exception changes with new codes
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 27731 by jbfaden:
bug https://sourceforge.net/p/autoplot/bugs/2613/: refactor to support virtual variable for DEPEND_1, where array_slice was used.
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
Revision 27730 by jbfaden:
always report the lengths of the variable, not the lengths of the DEPEND_1, in the first line.  Clarify inconsistent DEPEND_i warnings.
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 27729 by jbfaden:
increase the default connect timeout as the NASA firewall can cause long delays.
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 27728 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 27727 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 27726 by jbfaden:
rte_2101508600: CDF virual variable function "arr_slice" on the first index (Ops.slice1) was left out accidentally.  Thanks, nkarna!
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfVirtualVars.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfVirtualVars.java
Revision 27725 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 27724 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 27723 by jbfaden:
guard against dom.plots[0].title='Hope' where script to mutate the dom without permission.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.java
Revision 27722 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 27721 by jbfaden:
tweaks to support https://github.com/autoplot/dev/blob/master/demos/2024/20240807/addEventAll.jy
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.java
Revision 27720 by jbfaden:
peek editor shows if it is completions or parameters.  matches font.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.java
Revision 27719 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 27718 by jbfaden:
rte 1906437423: code didn't realize that time might have been added to list of columns from DEPEND_0.  Thanks, Sadie!
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormat.javaautoplot/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormat.java
Revision 27717 by jbfaden:
update release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27716 by jbfaden:
NetBeans 8 used to add menu item for events list.  Add link to new help documentation.  experiment with validation of number of parameters
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/RunBatchTool.formautoplot/Autoplot/src/org/autoplot/RunBatchTool.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/RunBatchTool.javaautoplot/Autoplot/src/org/autoplot/RunBatchTool.java
Revision 27715 by jbfaden:
2603: autoplot_test100 showed we needed to check for units when checking ranges when there are multiple
plot elements.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotController.java
Revision 27714 by jbfaden:
downloadResourceAsTempFile no longer adds "@" to filename if it is not needed, so that it can be used to download and run jar files.
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 27713 by jbfaden:
add link to same script on github.com/autoplot/dev
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/URI_Templates.jyautoplot/AutoplotServlet/web/URI_Templates.jy
Revision 27712 by jbfaden:
use links in table.  add scriptTitle
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/URI_Templates.jyautoplot/AutoplotServlet/web/URI_Templates.jy
Revision 27711 by jbfaden:
clean up URI_Templates script to use boolean generate flag, add setScriptDescription
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/URI_Templates.jspautoplot/AutoplotServlet/web/URI_Templates.jsp
The file was modified/autoplot/trunk/AutoplotServlet/web/URI_Templates.jyautoplot/AutoplotServlet/web/URI_Templates.jy
Revision 27710 by jbfaden:
new packArguments mode handles when $x_$x is used for the filename and arg1;arg2 arg3;arg4 is used for the controls
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 27709 by jbfaden:
print version number
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/URITemplatesServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/URITemplatesServlet.java
Revision 27708 by jbfaden:
make links out of clickable links generated by URITemplates script
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/URI_Templates.jspautoplot/AutoplotServlet/web/URI_Templates.jsp
The file was modified/autoplot/trunk/AutoplotServlet/web/index.jspautoplot/AutoplotServlet/web/index.jsp
Revision 27707 by jbfaden:
make links out of clickable links generated by URITemplates script
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/URITemplatesServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/URITemplatesServlet.java
The file was modified/autoplot/trunk/AutoplotServlet/web/index.jspautoplot/AutoplotServlet/web/index.jsp
Revision 27706 by jbfaden:
make errors more clear for case where compression is not gzip
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/GenericReader.javaautoplot/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/GenericReader.java
Revision 27705 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/CDFFactory.javaautoplot/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/CDFFactory.java
Revision 27704 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 27703 by jbfaden:
bugfix 2604: vap+hapi:https://wdcapi.bgs.ac.uk/hapi?id=aaa/PT1M/xyz&parameters=Time,Field_Vector&timerange=2015-12-31+8:04+to+15:55 showed where the labels were not propogated out.
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 27702 by jbfaden:
bug https://sourceforge.net/p/autoplot/bugs/2603/: add 5% when a plot element's range is against the new range.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotController.java
Revision 27701 by jbfaden:
bug https://sourceforge.net/p/autoplot/bugs/2603/: add 5% when a plot element's range is against the new range.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotController.java
Revision 27700 by jbfaden:
handle rank 4 data.  don't assume that axes have been resolved.  Check for nulls.
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 27699 by jbfaden:
handle rank 4 data.  don't assume that axes have been resolved.  Check for nulls.
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 27698 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 27697 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 27696 by jbfaden:
provide direct access to the QDataSet within the APDataSet, so that Python client can provide more abstract methods
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/APDataSet.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/APDataSet.java
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/QDataSetBridge.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/QDataSetBridge.java
Revision 27695 by jbfaden:
bug 2600: whoops, new code assumed that RECORD_BYTES would always be used.
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 27694 by jbfaden:
more test 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 27693 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 27692 by jbfaden:
support ROW_PREFIX_BYTES and ROW_SUFFIX_BYTES, which are typically 0.
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 27691 by jbfaden:
correct recLength, which should be recordBytes, not rowBytes.
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 27690 by jbfaden:
keep track of the delegate_uri
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 27689 by jbfaden:
support datatype "UNSIGNED_INTEGER" with 1 byte.
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 27688 by jbfaden:
bugfix: bytes was incorrect when items>1, normalize bytes by items.
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 27687 by jbfaden:
support /project/cassini/pds/DATA/RPWS_WAVEFORM_FULL/T20090XX/T2009096/T2009096_2_5KHZ1_WFRFR.LBL
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 27686 by jbfaden:
documentation improvements
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/FilePointer.javaautoplot/PDSDataSource/src/org/autoplot/pds/FilePointer.java
Revision 27685 by jbfaden:
allow LABEL to come from "LABEL" common directory.
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 27684 by jbfaden:
correct bug in getDataSets, where a monitor being finished wasn't considered.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/Util.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/Util.java
Revision 27683 by jbfaden:
appendResultsPendingCSV should be synchronized so that threads don't step on one another.
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 27682 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 27681 by jbfaden:
catch special case where colon is used in filename on Windows, causing obscure FileNotFoundException.
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 27680 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 27679 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 27678 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2518/: keep track of which images are actually visible.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/ContextFlowView.javaautoplot/Autoplot/src/org/autoplot/pngwalk/ContextFlowView.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/CoversWalkView.javaautoplot/Autoplot/src/org/autoplot/pngwalk/CoversWalkView.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/GridPngWalkView.javaautoplot/Autoplot/src/org/autoplot/pngwalk/GridPngWalkView.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/RowPngWalkView.javaautoplot/Autoplot/src/org/autoplot/pngwalk/RowPngWalkView.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/SinglePngWalkView.javaautoplot/Autoplot/src/org/autoplot/pngwalk/SinglePngWalkView.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/WalkImage.javaautoplot/Autoplot/src/org/autoplot/pngwalk/WalkImage.java
Revision 27677 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 27676 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 27675 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 27674 by jbfaden:
https://sourceforge.net/p/autoplot/feature-requests/805/: Support File type in Run Batch.
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/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.java
Revision 27673 by jbfaden:
https://sourceforge.net/p/autoplot/feature-requests/805/: Support File type in Run Batch.
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 27672 by jbfaden:
https://sourceforge.net/p/autoplot/feature-requests/805/: improve support for File parameter types, and introduce "stringType":"file" to constraints
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.java
Revision 27671 by jbfaden:
improve support for File parameter types, and introduce "stringType":"file" to constraints
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.java
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/Param.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/Param.java
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/ParametersFormPanel.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/ParametersFormPanel.java
Revision 27670 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 27669 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 27668 by jbfaden:
bugfix https://sourceforge.net/p/autoplot/bugs/2594/: type= getParam( 'type', 'e', 'electric or magnetic', { 'values':['e','m'], 'labels': ['Ey wrt B', 'Bz wrt B'] } ) didn't work for string 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 27667 by jbfaden:
add completion for filePollUpdates
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceFactory.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceFactory.java
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/AbstractDataSourceFactory.javaautoplot/DataSource/src/org/autoplot/datasource/AbstractDataSourceFactory.java
Revision 27666 by jbfaden:
limit the length of the label, since long labels broke Sadie's GUI on a mac.
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 27665 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 27664 by jbfaden:
initial implementation of filter for parameters
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.formautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.form
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.java
Revision 27663 by jbfaden:
allow the tooltip to be set
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/ui/PromptComboBoxEditor.javaautoplot/DataSource/src/org/autoplot/datasource/ui/PromptComboBoxEditor.java
Revision 27662 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 27661 by jbfaden:
rfe829: whoops handle setScriptDescription('''...'''). Thanks Sadie!
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ScriptDocumentationPanel.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ScriptDocumentationPanel.java
Revision 27660 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 27659 by jbfaden:
bugfix: Alt+Run and Shift+Run really are the same thing.  Alt+Run and Shift+Run always enter the GUI, even if there are no parameters.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.formautoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/ScriptPanelSupport.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/ScriptPanelSupport.java
Revision 27658 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 27657 by jbfaden:
rfe829: add script editor dialog for setScriptDescription
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ScriptDocumentationPanel.formautoplot/JythonSupport/src/org/autoplot/jythonsupport/ScriptDocumentationPanel.form
The file was added/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ScriptDocumentationPanel.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ScriptDocumentationPanel.java
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorContextMenu.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorContextMenu.java
Revision 27656 by jbfaden:
javadoc
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/ui/PromptTextArea.javaautoplot/DataSource/src/org/autoplot/datasource/ui/PromptTextArea.java
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/ui/PromptTextField.javaautoplot/DataSource/src/org/autoplot/datasource/ui/PromptTextField.java
Revision 27655 by jbfaden:
add no-arg constructor so that it can be used with the Netbeans Matisse GUI builder's Pallette Manager
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/ui/PromptTextArea.javaautoplot/DataSource/src/org/autoplot/datasource/ui/PromptTextArea.java
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/ui/PromptTextField.javaautoplot/DataSource/src/org/autoplot/datasource/ui/PromptTextField.java
Revision 27654 by jbfaden:
finally figured this out after walking though carefully and making no assumptions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/TestRunScripts.javaautoplot/Autoplot/src/test/endtoend/TestRunScripts.java
Revision 27653 by jbfaden:
finally figured this out after walking though carefully and making no assumptions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/TestRunScripts.javaautoplot/Autoplot/src/test/endtoend/TestRunScripts.java
Revision 27652 by jbfaden:
finally figured this out after walking though carefully and making no assumptions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/TestRunScripts.javaautoplot/Autoplot/src/test/endtoend/TestRunScripts.java
Revision 27651 by jbfaden:
more experiments
Change TypePath in RepositoryPath in Workspace
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/test/endtoend/TestRunScripts.javaautoplot/Autoplot/src/test/endtoend/TestRunScripts.java
Revision 27650 by jbfaden:
don't just execute "java" on the command line, since Java 8 doesn't provide return codes (I think).
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/TestRunScripts.javaautoplot/Autoplot/src/test/endtoend/TestRunScripts.java
Revision 27649 by jbfaden:
use -13 for the return code, since 100 doesn't seem to get through with Jenkins
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.javaautoplot/Autoplot/src/org/autoplot/AutoplotUI.java
Revision 27648 by jbfaden:
return negative exit code
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/TestRunScripts.javaautoplot/Autoplot/src/test/endtoend/TestRunScripts.java
Revision 27647 by jbfaden:
Still can't get the return code out to jenkins...
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AppManager.javaautoplot/Autoplot/src/org/autoplot/AppManager.java
Revision 27646 by jbfaden:
Still can't get the return code out to jenkins...
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AppManager.javaautoplot/Autoplot/src/org/autoplot/AppManager.java
Revision 27645 by jbfaden:
Still can't get the return code out to jenkins...
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.javaautoplot/Autoplot/src/org/autoplot/AutoplotUI.java
Revision 27644 by jbfaden:
remove debug println
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.javaautoplot/Autoplot/src/org/autoplot/AutoplotUI.java
Revision 27643 by jbfaden:
return with exit code for TestRunScripts
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.javaautoplot/Autoplot/src/org/autoplot/AutoplotUI.java
Revision 27642 by jbfaden:
return with exit code for TestRunScripts
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.javaautoplot/Autoplot/src/org/autoplot/AutoplotUI.java
Revision 27641 by jbfaden:
return with exit code for Jenkins
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/TestRunScripts.javaautoplot/Autoplot/src/test/endtoend/TestRunScripts.java
Revision 27640 by jbfaden:
--script=.../test.jy  should be used
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/TestRunScripts.javaautoplot/Autoplot/src/test/endtoend/TestRunScripts.java
Revision 27639 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 27638 by jbfaden:
scriptExit explcitly says exit code will be set
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.javaautoplot/Autoplot/src/org/autoplot/AutoplotUI.java
Revision 27637 by jbfaden:
introduce code for running scripts and setting exit code when there is an exception, to support systemmonitor
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/Autoplot/src/test/endtoend/TestRunScripts.javaautoplot/Autoplot/src/test/endtoend/TestRunScripts.java
Revision 27636 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 27635 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 27634 by jbfaden:
whoops, support version 1.1 server at U. Iowa
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiServer.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiServer.java
Revision 27633 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 27632 by jbfaden:
bug 2589: add resetUnits
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/DatasetCommand.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/DatasetCommand.java
Revision 27631 by jbfaden:
bug 2593: handle where the channel names are not unique properly.
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 27630 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 27629 by jbfaden:
correctly make URI canonical using DataSetURI.toUri and URISplit.makeCanonical
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/aggregator/AggregatingDataSourceFormat.javaautoplot/DataSource/src/org/autoplot/aggregator/AggregatingDataSourceFormat.java
Revision 27628 by jbfaden:
release notes sentences were out of context.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27627 by jbfaden:
back out foreground property while there are still issues (https://github.com/autoplot/dev/blob/master/rfe/sf/826/demoPinkForeground.vap)
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/org/autoplot/FontAndColorsDialog.javaautoplot/Autoplot/src/org/autoplot/FontAndColorsDialog.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/ApplicationController.javaautoplot/Autoplot/src/org/autoplot/dom/ApplicationController.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/Axis.javaautoplot/Autoplot/src/org/autoplot/dom/Axis.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/AxisController.javaautoplot/Autoplot/src/org/autoplot/dom/AxisController.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/state/StatePersistence.javaautoplot/Autoplot/src/org/autoplot/state/StatePersistence.java
Revision 27626 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 27625 by jbfaden:
rfe https://sourceforge.net/p/autoplot/feature-requests/826/: special handling for changing the background color, and handling when old vap with black background is loaded.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/FontAndColorsDialog.javaautoplot/Autoplot/src/org/autoplot/FontAndColorsDialog.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/state/StatePersistence.javaautoplot/Autoplot/src/org/autoplot/state/StatePersistence.java
Revision 27624 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 27623 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 27622 by jbfaden:
add axisOffset property to axes.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/ApplicationController.javaautoplot/Autoplot/src/org/autoplot/dom/ApplicationController.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/Axis.javaautoplot/Autoplot/src/org/autoplot/dom/Axis.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/AxisController.javaautoplot/Autoplot/src/org/autoplot/dom/AxisController.java
Revision 27621 by jbfaden:
add color property to axes.
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/org/autoplot/dom/ApplicationController.javaautoplot/Autoplot/src/org/autoplot/dom/ApplicationController.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/Axis.javaautoplot/Autoplot/src/org/autoplot/dom/Axis.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/AxisController.javaautoplot/Autoplot/src/org/autoplot/dom/AxisController.java
Revision 27620 by jbfaden:
kludgey fix for bug where old server would trigger
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 27619 by jbfaden:
improve feedback when URI data source cannot be identified.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/Util.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/Util.java
Revision 27618 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 27617 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 27616 by jbfaden:
bugfix: recent change to grab labels from image rich png metadata contained runtime error in some cases.
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 27615 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 27614 by jbfaden:
bugfix 2588: single-record waveform dataset didn't autorange properly.
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 27613 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 27612 by jbfaden:
let the resolution parameter limit the resolution of the data requests, just as it would if it were using the URI in a script.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Das2ServerDataSource/src/org/das2/datasource/Das2ServerDataSource.javaautoplot/Das2ServerDataSource/src/org/das2/datasource/Das2ServerDataSource.java
Revision 27611 by jbfaden:
bug 2585: don't cache idlsav listing.  It doesn't seem to be necessary and is confusing
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFactory.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFactory.java
Revision 27610 by jbfaden:
bugfix: jython expression is shown again
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.java
Revision 27609 by jbfaden:
catch a null getting into the labels early since it would cause problems later.
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 27608 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 27607 by jbfaden:
disable cancel button to clarify that cancel was pressed and to make behavior consistent with pressing cancel on progress bar.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/RunBatchTool.formautoplot/Autoplot/src/org/autoplot/RunBatchTool.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/RunBatchTool.javaautoplot/Autoplot/src/org/autoplot/RunBatchTool.java
Revision 27606 by jbfaden:
Run Batch Tool title should be "Run Batch Tool", not just "Run Batch", so that it is more clear how to get to the tool from the Tools menu.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27605 by jbfaden:
Run Batch Tool title should be "Run Batch Tool", not just "Run Batch", so that it is more clear how to get to the tool from the Tools menu.
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/org/autoplot/AutoplotUI.javaautoplot/Autoplot/src/org/autoplot/AutoplotUI.java
Revision 27604 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 27603 by jbfaden:
bugfix: Sadie pointed out that when the parameters dialog is used from the script panel, that the error location is not indicated when there is a crash or a "stop"
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/ScriptPanelSupport.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/ScriptPanelSupport.java
Revision 27602 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 27601 by jbfaden:
add tooltip clarifying use of "force intrinsic resolution" when sampling model (or ephemeris) data
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Das2ServerDataSource/src/org/das2/datasource/Das2ServerDataSourceEditorPanel.formautoplot/Das2ServerDataSource/src/org/das2/datasource/Das2ServerDataSourceEditorPanel.form
The file was modified/autoplot/trunk/Das2ServerDataSource/src/org/das2/datasource/Das2ServerDataSourceEditorPanel.javaautoplot/Das2ServerDataSource/src/org/das2/datasource/Das2ServerDataSourceEditorPanel.java
Revision 27600 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 27599 by jbfaden:
add sortTime control/keyword
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
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetsCommand.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetsCommand.java
Revision 27598 by jbfaden:
add sortTime control/keyword
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
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetsCommand.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetsCommand.java
Revision 27597 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 27596 by jbfaden:
getDataSets now supports timerange parameter.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/Util.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/Util.java
Revision 27595 by jbfaden:
support trim in getDataSet, getDataSets command, and allow trim='2024-03-18' and no timerange parameter.
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
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetsCommand.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetsCommand.java
Revision 27594 by jbfaden:
add miglayout, a layout manager which uses strings to control, making it ideal for Jython
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/APLibs/lib/miglayout-swing-11.3.jarautoplot/APLibs/lib/miglayout-swing-11.3.jar
Revision 27593 by jbfaden:
support trim in getDataSet, getDataSets command
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/org/autoplot/JythonUtil.javaautoplot/Autoplot/src/org/autoplot/JythonUtil.java
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
The file was modified/autoplot/trunk/JythonDataSource/src/org/autoplot/inline/InlineDataSource.javaautoplot/JythonDataSource/src/org/autoplot/inline/InlineDataSource.java
The file was added/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetsCommand.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetsCommand.java
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.java
Revision 27592 by jbfaden:
redo add hidden plot to ignore plots which don't use zaxis when finding a common zaxis.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoRangeUtil.javaautoplot/Autoplot/src/org/autoplot/AutoRangeUtil.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/LayoutPanel.javaautoplot/Autoplot/src/org/autoplot/LayoutPanel.java
Revision 27591 by jbfaden:
show .jy script instead of .jyds
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonDataSource/src/org/autoplot/inline/InlineDataSourceEditorPanel.formautoplot/JythonDataSource/src/org/autoplot/inline/InlineDataSourceEditorPanel.form
The file was modified/autoplot/trunk/JythonDataSource/src/org/autoplot/inline/InlineDataSourceEditorPanel.javaautoplot/JythonDataSource/src/org/autoplot/inline/InlineDataSourceEditorPanel.java
Revision 27590 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 27589 by jbfaden:
bug 2583: oddly there was no code handling dom.options.nearestNeighbor. I'm sure this was in there at one point, but I've recoded this and verified there was no other places handling this option.
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 27588 by jbfaden:
rte_0437885777: index out of bounds when rank 1 dataset is tested for bounds scheme
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/RenderType.javaautoplot/Autoplot/src/org/autoplot/RenderType.java
Revision 27587 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 27586 by jbfaden:
add new getDataSet2024 command for testing
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonUtil.javaautoplot/Autoplot/src/org/autoplot/JythonUtil.java
Revision 27585 by jbfaden:
add new getDataSet2024 command for testing
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.java
Revision 27584 by jbfaden:
new getDataSet command
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetCommand.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetCommand.java
Revision 27583 by jbfaden:
getDataSet(String spec,InputStream) renamed to "getDataSetFromStream" to make room for new getDataSet call with named parameters
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/Util.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/Util.java
Revision 27582 by jbfaden:
trivial logger name
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/DatasetCommand.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/DatasetCommand.java
Revision 27581 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 27580 by jpeachey:
Add flatlaf jar.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/.classpathautoplot/.classpath
Revision 27579 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 27578 by jbfaden:
add fixLayout as a Jython command.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/Autoplot/src/external/FixLayoutCommand.javaautoplot/Autoplot/src/external/FixLayoutCommand.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonUtil.javaautoplot/Autoplot/src/org/autoplot/JythonUtil.java
Revision 27577 by jbfaden:
https://sourceforge.net/p/autoplot/feature-requests/821/: add jyds tab for the Minnesota folks, showing an equivalent jyds script.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonDataSource/src/org/autoplot/inline/InlineDataSourceEditorPanel.formautoplot/JythonDataSource/src/org/autoplot/inline/InlineDataSourceEditorPanel.form
The file was modified/autoplot/trunk/JythonDataSource/src/org/autoplot/inline/InlineDataSourceEditorPanel.javaautoplot/JythonDataSource/src/org/autoplot/inline/InlineDataSourceEditorPanel.java
Revision 27576 by jbfaden:
add dummy image, just a gray rounded rectangle, for when there's an issue.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 27575 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 27574 by jbfaden:
make zip file in a temporary location and then rename to final location.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/state/EmbedDataExperiment.javaautoplot/Autoplot/src/org/autoplot/state/EmbedDataExperiment.java
Revision 27573 by jbfaden:
quiet the warning about non-monotonic DEPEND variable.  This happens fairly often and is not a problem for QDataSet.
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
Revision 27572 by jbfaden:
explore the problem where the first row layout is incorrect after load in testing.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/ScriptContext.javaautoplot/Autoplot/src/org/autoplot/ScriptContext.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test002.javaautoplot/Autoplot/src/test/endtoend/Test002.java
Revision 27571 by jbfaden:
comment out ancient vap
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test002.javaautoplot/Autoplot/src/test/endtoend/Test002.java
Revision 27570 by jbfaden:
quiet logging of return type in completions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/SimplifyScriptSupport.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/SimplifyScriptSupport.java
Revision 27569 by jbfaden:
remove restricted access test while this is hanging
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test010.javaautoplot/Autoplot/src/test/endtoend/Test010.java
Revision 27568 by jbfaden:
remove offline test
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test005.javaautoplot/Autoplot/src/test/endtoend/Test005.java
Revision 27567 by jbfaden:
use https
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test010.javaautoplot/Autoplot/src/test/endtoend/Test010.java
Revision 27566 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 27565 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2580/: for image data set scheme, grab yaxis label
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotController.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java
Revision 27564 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2580/: grab labels and title from plotInfo
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/ImageDataSource/src/org/autoplot/imagedatasource/ImageDataSource.javaautoplot/ImageDataSource/src/org/autoplot/imagedatasource/ImageDataSource.java
Revision 27563 by jbfaden:
grab labels and title from plotInfo
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/ImageDataSource/src/org/autoplot/imagedatasource/ImageDataSource.javaautoplot/ImageDataSource/src/org/autoplot/imagedatasource/ImageDataSource.java
Revision 27562 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 27561 by jbfaden:
bugfix: clip Y position was never precisely tested and was upside-down...
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/ImageDataSource/src/org/autoplot/imagedatasource/ImageDataSource.javaautoplot/ImageDataSource/src/org/autoplot/imagedatasource/ImageDataSource.java
Revision 27560 by jbfaden:
include log or linear for scaleType when plotInfo is used, since we have this information
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/ImageDataSource/src/org/autoplot/imagedatasource/ImageDataSource.javaautoplot/ImageDataSource/src/org/autoplot/imagedatasource/ImageDataSource.java
Revision 27559 by jbfaden:
bugfix: popup after multi-thread run
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 27558 by jbfaden:
provide some immediate feedback bacause swapping out the JList for the icons can take a while.
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 27557 by jbfaden:
"color table" is the set of colors used in the color bar.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/GuiSupport.javaautoplot/Autoplot/src/org/autoplot/GuiSupport.java
Revision 27556 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 27555 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 27554 by jbfaden:
bugfix https://sourceforge.net/p/autoplot/bugs/2578/: don't lock on the event thread
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/DomOps.javaautoplot/Autoplot/src/org/autoplot/dom/DomOps.java
Revision 27553 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 27552 by jbfaden:
add FlatLAF
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/nbproject/project.propertiesautoplot/Autoplot/nbproject/project.properties
Revision 27551 by jbfaden:
add FlatLAF
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/VATesting/nbproject/project.propertiesautoplot/VATesting/nbproject/project.properties
Revision 27550 by jbfaden:
add FlatLAF.  Hard reference in AutoplotUI requires that this be included.
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 27549 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 27548 by jbfaden:
clean up monitor use and quiet "new variable" message, which should not be a warning.
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