Changes

Summary

  1. release notes
  2. 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.
  3. bug https://sourceforge.net/p/autoplot/bugs/2337/: screenshots tool should use a write file chooser, not read
  4. release notes
  5. 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.
  6. release notes
  7. release notes
  8. use convertDocumentToMap which gets the name=value pairs right
  9. use convertDocumentToMap which gets the name=value pairs right
  10. check for "set" method, which would result in a runtime error.
  11. trivial javadoc
  12. use MetadataUtil.toMetaTree, not hacked code ChatGTP created
  13. show a tree view of the xml found in PDS4 label file.
  14. 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.
  15. bug https://sourceforge.net/p/autoplot/bugs/2582/: add better popup documentation.
  16. bug https://sourceforge.net/p/autoplot/bugs/2582/: add better popup documentation.
  17. bug 2598: torn off canvas didn't reset the windowExtraHeight and windowExtraWidth.
  18. add completions for dataset
  19. add completions for getDataSet
  20. add completions for getDataSet
  21. 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.
  22. https://sourceforge.net/p/autoplot/bugs/2598/: don't keep track of negative margins
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