Jenkins is going to shut down
Summary
- revert back to opencsv-2.3
- remove opencsv-5.9 which is way too large
- revert back to opencsv-2.3
- remove reference to newer version of opencsv which requires Java 11.
- revert to old opencsv
- add new URIs
- release notes
- release notes
- release notes
- getCompletions on URI which contained aggregation would list the entire file system. Instead, get a representative file and only list that time range.
- release notes
- collect more URIs
- catalog more squirrelly cases
- https://sourceforge.net/p/autoplot/bugs/2615/: label for any URI completion must include the context
- add comment about breakpoint place since I'm never sure where when debugging completions.
- add toString to aid in debugging
- release notes
- remove MigratePreferences, which was used to move the preferences after the virbo->autoplot move of 2016, and now makes it tricky to clear preferences by deleting ~/autoplot_data/config.
- update to look exactly like the one which should be used.
- deprecated method
- release notes
- release notes
- remove new HTML in descriptions, which shows up now that this is done deeply.
- rte_1586318377: Don't assume javadocs have Ops split up by letter.
- https://sourceforge.net/p/autoplot/bugs/2353/: javadocs for script editor come from https://cottagesystems.com/~jbf/autoplot/doc/
- https://sourceforge.net/p/autoplot/bugs/2353/: javadocs for script editor come from https://cottagesystems.com/~jbf/autoplot/doc/
- javadocs for script editor come from https://cottagesystems.com/~jbf/autoplot/doc/
- javadocs on Diff
- experiment with VG2_URN_PRA_6SEC.LBL with seems inconsistent with others.
- experiment with cleaning DESCRIPTION nodes deeper in tree.
- experiment with cleaning up code to avoid ": Select parameter"
- trivial
- rte_0586723721_20240702_134349: Don't crash when empty data source is editted. Thanks, Scott C!
- rte_0586723721_20240702_134349: Don't crash when empty data source is editted. Thanks, Scott C!
- rte_0586723721_20240702_134349: Don't crash when empty data source is editted. Thanks, Scott C!
- rte_0586723721_20240702_134349: Don't crash when empty data source is editted.
- rte_0735275895_20241212_084219: CDAWeb automatically drops to offline mode if getFiles fails.
- rte_0335135130_20241212_090334: clean up (Offline because of "") message, which is not helpful and is clutter.
- https://sourceforge.net/p/autoplot/bugs/2602/: more wiki help links
- https://sourceforge.net/p/autoplot/bugs/2602/: more logo corrections
- release notes
- correct "show wildcards" link to new location on github
- bug https://sourceforge.net/p/autoplot/bugs/2654/: display message when zero-width datum range is entered.
- bug https://sourceforge.net/p/autoplot/bugs/2654/: ignore setRange of zero-width range.
- bug https://sourceforge.net/p/autoplot/bugs/2654/: when the zero-width range units are Steven's ratio (e.g. 5kg) and non-zero, then include zero to make valid, otherwise don't autorange (as with empty dataset).
- release notes
- whoops, forgot to check if bundle1 was null.
- start code to support rank 0 and rank 1 nominal data arrays.
- release notes
- release notes
- bugfix https://sourceforge.net/p/autoplot/bugs/2651/: HAPI data doesn't come up as spectrograms by default. Check for bundle with no names and all one unit.
- Add image4j to Eclipse build path.
- release notes
- release notes
- https://sourceforge.net/p/autoplot/bugs/2650/: don't reset the units to times, this has already been done.
- release notes
- release notes
- release notes
- https://sourceforge.net/p/autoplot/bugs/2649: AutoplotSettings.settings().getPreferences used inconsistently
- trivial netbeans suggestions
- bug https://sourceforge.net/p/autoplot/bugs/2647/: Just make it so that any time there is a CONTEXT_0 property, the context will be shown. I expect this will be undesirable in some cases, but I'll make the change and see what the regression tests look like.
- extract common codes btw PDS3 and PDS4 working with Document to get titles. When getting the title from the description, just use the first sentence.
- release notes
- release notes
- release notes
- make logic for detecting and handling timetags consistent
- clean up the description, removing the formatting for fixed-width font and newlines encoded as
- support BIT_STRING in https://pds-ppi.igpp.ucla.edu/data/LP-L-ENG_GRS_NS_APS_MAG_ER-1-MDR-V1.0/DATA/MERGED/1998/001_031JAN/M9800706.LBL?STATUS_FLAGS
- hapi-cache-command has default cache-dir location, use this.
- allow hapi-cache-command to be set to '' to disable cache
- remove debug code
- time column was never automatically identified for PDS3. See if the first column is TIME or a DATE.
- release notes
- explicitly compile old and repeated name ScriptPanelSupport in org.autoplot.scriptconsole so that it is available to older Jython scripts.
- release notes
- release notes
- https://sourceforge.net/p/autoplot/feature-requests/789/: whoops, new code which would get the trimRange from the URI would reload it even if it was explicitly set and not specified in the URI.
- release notes
- 2639: code assumed non-null, which is not the case with vap+cdaweb:ds=STA_LB_MAG_RTN&filter=Stereo&id=BFIELD[:,3]&timerange=2014-08-06+through+2014-08-20
- release notes
- temporarily add hidden parameter locations=true which shows where all the data is within the file.
- keep track of position within file, prepping for FileChannel.
- keep track of position within file, prepping for FileChannel.
- keep track of position within file, prepping for FileChannel.
- bugfix with handleAssign, where it was getting an indent and Map was using it.
- infer dictionaries when d['k']=2.
- release notes
- https://sourceforge.net/p/autoplot/bugs/1687/: new code to get PWD in completions assumed component was JEditorPane when it can be a JTextArea. JComponent is specific enough.
- https://sourceforge.net/p/autoplot/bugs/1687/: new code to get PWD in completions assumed component was JEditorPane when it can be a JTextArea. JComponent is specific enough.
- FileChannel stuff
- handle open "r" and "w".
- detect void return type and don't include return when it's the last statement
- '/home/jbf/ct/autoplot/git/dev/bugs/sf/1687/' + 'demo<C>' works now
- '/home/jbf/ct/autoplot/git/dev/bugs/sf/1687/' + 'demo<C>' works now
- trivial javadoc correction
- https://sourceforge.net/p/autoplot/bugs/1687/ item 13.
- https://sourceforge.net/p/autoplot/bugs/2633/: use the URI to get the timerange when trim=True
- https://sourceforge.net/p/autoplot/bugs/2633/: use the URI to get the timerange when trim=True
- release notes
- bugfix https://sourceforge.net/p/autoplot/bugs/2642/: show all variables if none are marked as support.
- release notes
- release notes
- https://sourceforge.net/p/autoplot/bugs/2639/: detect LABL_PTR_2 had do all the same nonsense which happens for slice1_labels but with slice2_labels
- https://sourceforge.net/p/autoplot/bugs/2639/: detect LABL_PTR_2 had do all the same nonsense which happens for slice1_labels but with slice2_labels
- https://sourceforge.net/p/autoplot/bugs/2639/: detect LABL_PTR_2 and implement this by loading and then slicing after it's loaded. (TODO: slice as the data is read)
- explain insert checkbox
- 2644: append and insert methods check existing file majority
- 2644: add checkbox for majority
- bugfix 2643: handle (2) by keeping track of entries which were cleared in if or else blocks
- bugfix 2643: incorrect attempt to handle "else" clause in StaticCodeAnalysis meant variable would be marked as assigned before read.
- release notes
- trivial fix imports
- release notes
- https://sourceforge.net/p/autoplot/bugs/2217/: comment out code which would result in deadlock
- make 8 the default number of threads, 32 is too many.
- detect struct.pack
- delete the empty recent files
- allow hapi-cache-command to specify the command to run. For example "java -jar /home/jbf/ct/hapi/git/cache-tools/java/dist/cache-tools.jar"
- allow hapi-cache-command to specify the command to run. For example "java -jar /home/jbf/ct/hapi/git/cache-tools/java/dist/cache-tools.jar"
- trivial fix imports
- correct where Connection is used for data.
- Introduce version (disabled) which uses HapiCache.
- refactor rename Connector to Connection
- make Connector abstract and add "openConnection" method. readFromURL uses Connector.
- more refactoring to make Connector object available to other classes (HapiServer will need it)
- remove old cache code, which is now implemented in HapiCache project
- detect struct.pack
- add unary not and invert
- incomplete refactoring to make way for new cache
- allow either units=enum or units=nominal to mean EnumerationUnits
- https://sourceforge.net/p/autoplot/bugs/2639/: experiment with new code to slice on [:,:,0] instead of just [:,0].
- https://sourceforge.net/p/autoplot/bugs/2639/: experiment with new code to slice on [:,:,0] instead of just [:,0].
- introduce "majority" control for output with values "row" or "column"
- https://sourceforge.net/p/autoplot/bugs/2217/: allow non-dimension changing operations to be inserted
- release notes
- bugfix: addMouseModule needs to tell the box to update during the drag, so that key events will be correct.
- bitor and bitand
- handle map index. handle pow.
- Math.pow
- handle list comprehension using .stream.map
- release notes
- put in placeholder empty icon when favicon is not available.
- release notes
- https://sourceforge.net/p/autoplot/bugs/2217/: explicitly remove listener from child after observing it was still running around in memory.
- https://sourceforge.net/p/autoplot/bugs/2217/: delete children when they become disconnected.
- https://sourceforge.net/p/autoplot/bugs/2217/: parentComponentListener is more careful about adjusting the operation to follow the parent's operation
- if ( 'a' in [ 'a','b','c'] ):
- handle code which assigns values to dictionary to make lookup table.
- support '#'*50. Support "is" operator. Start support for "in" for dictionaries.
- release notes
- many references to http://autoplot changed to https://autoplot. (Turns out tools.xml bookmarks file was missing.)
- https://sourceforge.net/p/autoplot/bugs/2638/: layout and data tabs will be on for new users.
- experiment with automatically enabling the inactive plotElement when its component is changed (to non-empty).
- release notes
- revert to jparser 1.10
- revert to jparser 1.10
- revert to v1.10
- revert to v1.10
- revert to v1.10
- revert to jparser v1.10
- add support for byte arrays.
- Label for FFT stuff changed to "Fourier Spectra", so Jenkins test needed updating
- add PDSDataSource and its files
- update to new PDS4 code and its csv dependency
- QDataSet and QStream were moved to Das2 project long ago
- QDataSet and QStream were moved to Das2 project long ago
- https://sourceforge.net/p/autoplot/bugs/2629/: don't expect a specific version in jenkins.
- bug https://sourceforge.net/p/autoplot/bugs/2631/: check for legitimate null for values.
- don't make the jnlp stuff.
| Change Type | Path in Repository | Path in Workspace |
|---|---|---|
| /autoplot/trunk/AutoplotServlet/nbproject/build-impl.xml | autoplot/AutoplotServlet/nbproject/build-impl.xml | |
| /autoplot/trunk/AutoplotServlet/nbproject/genfiles.properties | autoplot/AutoplotServlet/nbproject/genfiles.properties | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/APLibs/lib/pds/opencsv-5.9.jar | autoplot/APLibs/lib/pds/opencsv-5.9.jar | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/nbproject/project.properties | autoplot/Autoplot/nbproject/project.properties | |
| /autoplot/trunk/PDSDataSource/nbproject/project.properties | autoplot/PDSDataSource/nbproject/project.properties | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PdsDataSource.java | autoplot/PDSDataSource/src/org/autoplot/pds/PdsDataSource.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/APLibs/lib/pds/opencsv-2.3.jar | autoplot/APLibs/lib/pds/opencsv-2.3.jar | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/test-uris.md | autoplot/PDSDataSource/src/org/autoplot/pds/test-uris.md | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/screen.png | autoplot/Autoplot/src/screen.png | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSetURI.java | autoplot/DataSource/src/org/autoplot/datasource/DataSetURI.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| /autoplot/trunk/Autoplot/src/screen.png | autoplot/Autoplot/src/screen.png | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/test-uris.md | autoplot/PDSDataSource/src/org/autoplot/pds/test-uris.md | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/test-uris.md | autoplot/PDSDataSource/src/org/autoplot/pds/test-uris.md | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.java | autoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/DataSource/src/org/autoplot/datasource/CompletionContext.java | autoplot/DataSource/src/org/autoplot/datasource/CompletionContext.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/DataSetUrlCompletionItem.java | autoplot/JythonSupport/src/org/das2/jythoncompletion/DataSetUrlCompletionItem.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/DataSource/src/org/autoplot/datasource/AutoplotSettings.java | autoplot/DataSource/src/org/autoplot/datasource/AutoplotSettings.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/IdlMatlabSupport/src/org/virbo/idlsupport/QDataSetBridge.java | autoplot/IdlMatlabSupport/src/org/virbo/idlsupport/QDataSetBridge.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/IdlMatlabSupport/src/org/virbo/idlsupport/QDataSetBridge.java | autoplot/IdlMatlabSupport/src/org/virbo/idlsupport/QDataSetBridge.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| /autoplot/trunk/Autoplot/src/screen.png | autoplot/Autoplot/src/screen.png | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.java | autoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JavadocLookup.java | autoplot/JythonSupport/src/org/das2/jythoncompletion/JavadocLookup.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JavadocLookup.java | autoplot/JythonSupport/src/org/das2/jythoncompletion/JavadocLookup.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/CompletionSettings.java | autoplot/JythonSupport/src/org/das2/jythoncompletion/CompletionSettings.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/CompletionSettings.java | autoplot/JythonSupport/src/org/das2/jythoncompletion/CompletionSettings.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/dom/Diff.java | autoplot/Autoplot/src/org/autoplot/dom/Diff.java | |
| /autoplot/trunk/Autoplot/src/org/autoplot/dom/DomNode.java | autoplot/Autoplot/src/org/autoplot/dom/DomNode.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java | autoplot/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/DocumentUtil.java | autoplot/PDSDataSource/src/org/autoplot/pds/DocumentUtil.java | |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java | autoplot/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java | |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java | autoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/DataSource/src/org/autoplot/datasource/CompletionsDataSourceEditor.java | autoplot/DataSource/src/org/autoplot/datasource/CompletionsDataSourceEditor.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.java | autoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/LayoutPanel.java | autoplot/Autoplot/src/org/autoplot/LayoutPanel.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/LayoutPanel.java | autoplot/Autoplot/src/org/autoplot/LayoutPanel.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/LayoutPanel.java | autoplot/Autoplot/src/org/autoplot/LayoutPanel.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDB.java | autoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDB.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSetURI.java | autoplot/DataSource/src/org/autoplot/datasource/DataSetURI.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/RunBatchTool.java | autoplot/Autoplot/src/org/autoplot/RunBatchTool.java | |
| /autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandler.java | autoplot/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandler.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/external/AddCfaSampListener.java | autoplot/Autoplot/src/external/AddCfaSampListener.java | |
| /autoplot/trunk/Autoplot/src/scripts/addCfaListener.jy | autoplot/Autoplot/src/scripts/addCfaListener.jy | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/AggregateUrisDialog.java | autoplot/Autoplot/src/org/autoplot/AggregateUrisDialog.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/AxisPanel.java | autoplot/Autoplot/src/org/autoplot/AxisPanel.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/dom/Axis.java | autoplot/Autoplot/src/org/autoplot/dom/Axis.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUtil.java | autoplot/Autoplot/src/org/autoplot/AutoplotUtil.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUtil.java | autoplot/Autoplot/src/org/autoplot/AutoplotUtil.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFormat.java | autoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFormat.java | |
| /autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/WriteIDLSav.java | autoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/WriteIDLSav.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUtil.java | autoplot/Autoplot/src/org/autoplot/AutoplotUtil.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/.classpath | autoplot/.classpath | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| /autoplot/trunk/Autoplot/src/screen.png | autoplot/Autoplot/src/screen.png | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.java | autoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| /autoplot/trunk/Autoplot/src/screen.png | autoplot/Autoplot/src/screen.png | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/ApplicationModel.java | autoplot/Autoplot/src/org/autoplot/ApplicationModel.java | |
| /autoplot/trunk/Autoplot/src/org/autoplot/ExportDataPanel.java | autoplot/Autoplot/src/org/autoplot/ExportDataPanel.java | |
| /autoplot/trunk/Autoplot/src/org/autoplot/GuiSupport.java | autoplot/Autoplot/src/org/autoplot/GuiSupport.java | |
| /autoplot/trunk/Autoplot/src/org/autoplot/PersistentStateSupport.java | autoplot/Autoplot/src/org/autoplot/PersistentStateSupport.java | |
| /autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.java | autoplot/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.java | |
| /autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/AppScriptPanelSupport.java | autoplot/Autoplot/src/org/autoplot/scriptconsole/AppScriptPanelSupport.java | |
| /autoplot/trunk/DataSource/src/org/autoplot/datasource/AutoplotSettings.java | autoplot/DataSource/src/org/autoplot/datasource/AutoplotSettings.java | |
| /autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSetSelectorSupport.java | autoplot/DataSource/src/org/autoplot/datasource/DataSetSelectorSupport.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.java | autoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.java | autoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/DocumentUtil.java | autoplot/PDSDataSource/src/org/autoplot/pds/DocumentUtil.java | |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java | autoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java | |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PdsDataSource.java | autoplot/PDSDataSource/src/org/autoplot/pds/PdsDataSource.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| /autoplot/trunk/Autoplot/src/screen.png | autoplot/Autoplot/src/screen.png | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/DocumentUtil.java | autoplot/PDSDataSource/src/org/autoplot/pds/DocumentUtil.java | |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java | autoplot/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java | |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java | autoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java | autoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java | autoplot/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiCacheConnection.java | autoplot/HapiDataSource/src/org/autoplot/hapi/HapiCacheConnection.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connection.java | autoplot/HapiDataSource/src/org/autoplot/hapi/Connection.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java | autoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java | autoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/compile-application.sh | autoplot/Autoplot/compile-application.sh | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| /autoplot/trunk/Autoplot/src/screen.png | autoplot/Autoplot/src/screen.png | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetCommand.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetCommand.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.java | autoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| /autoplot/trunk/Autoplot/src/screen.png | autoplot/Autoplot/src/screen.png | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSource.java | autoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSource.java | |
| /autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFactory.java | autoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFactory.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java | autoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java | autoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java | autoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/DataSetUrlCompletionTask.java | autoplot/JythonSupport/src/org/das2/jythoncompletion/DataSetUrlCompletionTask.java | |
| /autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java | autoplot/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java | autoplot/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java | autoplot/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/CompletionSupport.java | autoplot/JythonSupport/src/org/das2/jythoncompletion/CompletionSupport.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/DataSource/src/org/autoplot/datasource/URISplit.java | autoplot/DataSource/src/org/autoplot/datasource/URISplit.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/DataSetUrlCompletionTask.java | autoplot/JythonSupport/src/org/das2/jythoncompletion/DataSetUrlCompletionTask.java | |
| /autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java | autoplot/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetCommand.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetCommand.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.java | autoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| /autoplot/trunk/Autoplot/src/screen.png | autoplot/Autoplot/src/screen.png | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/DataSource/src/org/autoplot/metatree/IstpMetadataModel.java | autoplot/DataSource/src/org/autoplot/metatree/IstpMetadataModel.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java | autoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java | |
| /autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java | autoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java | autoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java | |
| /autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.java | autoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.form | autoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.form | |
| /autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.java | autoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.java | autoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.form | autoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.form | |
| /autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.java | autoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormatEditorPanel.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/StaticCodeAnalysis.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/StaticCodeAnalysis.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/StaticCodeAnalysis.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/StaticCodeAnalysis.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| /autoplot/trunk/Autoplot/src/screen.png | autoplot/Autoplot/src/screen.png | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JavaJythonConverter.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/JavaJythonConverter.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.java | autoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/RunBatchTool.java | autoplot/Autoplot/src/org/autoplot/RunBatchTool.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/DataSource/src/org/autoplot/datasource/RecentComboBox.java | autoplot/DataSource/src/org/autoplot/datasource/RecentComboBox.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connection.java | autoplot/HapiDataSource/src/org/autoplot/hapi/Connection.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiCacheConnection.java | autoplot/HapiDataSource/src/org/autoplot/hapi/HapiCacheConnection.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java | autoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java | autoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java | |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiServer.java | autoplot/HapiDataSource/src/org/autoplot/hapi/HapiServer.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connection.java | autoplot/HapiDataSource/src/org/autoplot/hapi/Connection.java | |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiCacheConnection.java | autoplot/HapiDataSource/src/org/autoplot/hapi/HapiCacheConnection.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connection.java | autoplot/HapiDataSource/src/org/autoplot/hapi/Connection.java | |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connector.java | autoplot/HapiDataSource/src/org/autoplot/hapi/Connector.java | |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java | autoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java | |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiServer.java | autoplot/HapiDataSource/src/org/autoplot/hapi/HapiServer.java | |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HttpConnection.java | autoplot/HapiDataSource/src/org/autoplot/hapi/HttpConnection.java | |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HttpConnector.java | autoplot/HapiDataSource/src/org/autoplot/hapi/HttpConnector.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connector.java | autoplot/HapiDataSource/src/org/autoplot/hapi/Connector.java | |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiServer.java | autoplot/HapiDataSource/src/org/autoplot/hapi/HapiServer.java | |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HttpConnector.java | autoplot/HapiDataSource/src/org/autoplot/hapi/HttpConnector.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/Connector.java | autoplot/HapiDataSource/src/org/autoplot/hapi/Connector.java | |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java | autoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java | |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HttpConnector.java | autoplot/HapiDataSource/src/org/autoplot/hapi/HttpConnector.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java | autoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java | |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.java | autoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.java | |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiUtil.java | autoplot/HapiDataSource/src/org/autoplot/hapi/HapiUtil.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java | autoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.java | autoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java | autoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java | autoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.java | autoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.java | autoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/ScriptContext.java | autoplot/Autoplot/src/org/autoplot/ScriptContext.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.java | autoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.java | autoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.java | autoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.java | autoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| /autoplot/trunk/Autoplot/src/screen.png | autoplot/Autoplot/src/screen.png | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/external/AddCfaSampListener.java | autoplot/Autoplot/src/external/AddCfaSampListener.java | |
| /autoplot/trunk/Autoplot/src/external/AnnotationCommand.java | autoplot/Autoplot/src/external/AnnotationCommand.java | |
| /autoplot/trunk/Autoplot/src/external/FixLayoutCommand.java | autoplot/Autoplot/src/external/FixLayoutCommand.java | |
| /autoplot/trunk/Autoplot/src/external/PlotCommand.java | autoplot/Autoplot/src/external/PlotCommand.java | |
| /autoplot/trunk/Autoplot/src/external/PlotCommand.json | autoplot/Autoplot/src/external/PlotCommand.json | |
| /autoplot/trunk/Autoplot/src/external/applot.m | autoplot/Autoplot/src/external/applot.m | |
| /autoplot/trunk/Autoplot/src/external/jpypeutil.py | autoplot/Autoplot/src/external/jpypeutil.py | |
| /autoplot/trunk/Autoplot/src/external/server/README.txt | autoplot/Autoplot/src/external/server/README.txt | |
| /autoplot/trunk/Autoplot/src/external/tdas_store_data.pro | autoplot/Autoplot/src/external/tdas_store_data.pro | |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| /autoplot/trunk/Autoplot/src/org/autoplot/AddPlotElementDialog.java | autoplot/Autoplot/src/org/autoplot/AddPlotElementDialog.java | |
| /autoplot/trunk/Autoplot/src/org/autoplot/AddSampListener.java | autoplot/Autoplot/src/org/autoplot/AddSampListener.java | |
| /autoplot/trunk/Autoplot/src/org/autoplot/AggregateUrisDialog.java | autoplot/Autoplot/src/org/autoplot/AggregateUrisDialog.java | |
| /autoplot/trunk/Autoplot/src/org/autoplot/ApplicationModel.java | autoplot/Autoplot/src/org/autoplot/ApplicationModel.java | |
| /autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.java | autoplot/Autoplot/src/org/autoplot/AutoplotUI.java | |
| /autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUtil.java | autoplot/Autoplot/src/org/autoplot/AutoplotUtil.java | |
| /autoplot/trunk/Autoplot/src/org/autoplot/JythonUtil.java | autoplot/Autoplot/src/org/autoplot/JythonUtil.java | |
| /autoplot/trunk/Autoplot/src/org/autoplot/ScriptContext2023.java | autoplot/Autoplot/src/org/autoplot/ScriptContext2023.java | |
| /autoplot/trunk/Autoplot/src/org/autoplot/bookmarks/BookmarksManager.java | autoplot/Autoplot/src/org/autoplot/bookmarks/BookmarksManager.java | |
| /autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.java | autoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java | |
| /autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/DebuggerConsole.java | autoplot/Autoplot/src/org/autoplot/scriptconsole/DebuggerConsole.java | |
| /autoplot/trunk/Autoplot/src/scripts/readWeatherFiles.jy | autoplot/Autoplot/src/scripts/readWeatherFiles.jy | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/dom/Options.java | autoplot/Autoplot/src/org/autoplot/dom/Options.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.java | autoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/src/index.html | autoplot/Autoplot/src/index.html | |
| /autoplot/trunk/Autoplot/src/screen.png | autoplot/Autoplot/src/screen.png | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/APLibs/lib/pds4-jparser-2.9.0-SNAPSHOT.jar | autoplot/APLibs/lib/pds4-jparser-2.9.0-SNAPSHOT.jar | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/APLibs/lib/pds4-jparser-1.10.0-SNAPSHOT.jar | autoplot/APLibs/lib/pds4-jparser-1.10.0-SNAPSHOT.jar | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/AutoplotServlet/nbproject/build-impl.xml | autoplot/AutoplotServlet/nbproject/build-impl.xml | |
| /autoplot/trunk/AutoplotServlet/nbproject/genfiles.properties | autoplot/AutoplotServlet/nbproject/genfiles.properties | |
| /autoplot/trunk/AutoplotServlet/nbproject/project.properties | autoplot/AutoplotServlet/nbproject/project.properties | |
| /autoplot/trunk/AutoplotServlet/nbproject/project.xml | autoplot/AutoplotServlet/nbproject/project.xml | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/nbproject/project.properties | autoplot/Autoplot/nbproject/project.properties | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/PDSDataSource/nbproject/project.properties | autoplot/PDSDataSource/nbproject/project.properties | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PdsDataSource.java | autoplot/PDSDataSource/src/org/autoplot/pds/PdsDataSource.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java | autoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/VATesting/src/org/autoplot/test/Test_051_HanningFilter.java | autoplot/VATesting/src/org/autoplot/test/Test_051_HanningFilter.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/AutoplotServlet/nbproject/build-impl.xml | autoplot/AutoplotServlet/nbproject/build-impl.xml | |
| /autoplot/trunk/AutoplotServlet/nbproject/genfiles.properties | autoplot/AutoplotServlet/nbproject/genfiles.properties | |
| /autoplot/trunk/AutoplotServlet/nbproject/project.properties | autoplot/AutoplotServlet/nbproject/project.properties | |
| /autoplot/trunk/AutoplotServlet/nbproject/project.xml | autoplot/AutoplotServlet/nbproject/project.xml | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/nbproject/project.properties | autoplot/Autoplot/nbproject/project.properties | |
| /autoplot/trunk/PDSDataSource/nbproject/project.properties | autoplot/PDSDataSource/nbproject/project.properties | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/QDataSet | autoplot/QDataSet | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/QStream | autoplot/QStream | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JavadocLookup.java | autoplot/JythonSupport/src/org/das2/jythoncompletion/JavadocLookup.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/ParametersFormPanel.java | autoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/ParametersFormPanel.java | |
| Change Type | Path in Repository | Path in Workspace |
| /autoplot/trunk/Autoplot/compile-application.sh | autoplot/Autoplot/compile-application.sh | |