Changes

Summary

  1. Look and Feel to Linux but also to support all platforms when desired
  2. add --flatLAF
  3. release notes
  4. release notes
  5. release notes
  6. release notes
  7. and remove the outside rectangle so that clipping works properly
  8. experiment with drawing a gray box around the masked region, since Linux often doesn't have a box around the GUI
  9. bugfix: dataSourceFilter for selected panel is shown.
  10. release notes
  11. bug 2576: pick the first DSF when the focus has been blurred.
  12. release notes
  13. correction to label for post-run popup menu, should be "copy value to clipboard"
  14. release notes
  15. bug 2576: pick the first DSF when the focus has been blurred.
  16. mkdir in synchronized block. With Cassini processing I would see where threads were stepping on each other's toes.
  17. add test uris
  18. release notes
  19. support for high-rank data as in https://pds-ppi.igpp.ucla.edu/data/JNO-J_SW-JAD-3-CALIBRATED-V1.0/DATA/2023/2023004/ELECTRONS/JAD_L30_LRS_ELC_ANY_CNT_2023004_V04.LBL?DATA
  20. look at CONTAINERs
  21. make getDataObjectPds3 public so that scripts can be used to help in development
  22. release notes
  23. jenkins test caught where https://pds-ppi.igpp.ucla.edu/data/GO-J-PLS-5-RTS-MOMENTS-V1.0/DATA/PLS_PDS_RTS_ORB03.LBL?density&X=TIME fails because it was ascii but didn't have FIELD_NUMBER (which isn't required, the code was wrong).
  24. release notes
  25. release notes
  26. bug 2575: notes about where autoBinding is turned on
  27. remove use of deprecated deleteBinding
  28. remove use of deprecated deleteBinding
  29. trivial reformatting to fit within 132 columns
  30. support for PDS3 spreadsheets
  31. support for PDS3 spreadsheets
  32. rfe820: add new skipBytes control, to support PDS3.
  33. release notes
  34. release notes
  35. release notes
  36. rfe521: add addDim=T control, which will add a dimension as with images.
  37. documentation tweaks
  38. release notes
  39. https://sourceforge.net/p/autoplot/feature-requests/819/
  40. introduce triangleMesh, which is the oddest dataset autoplot will ever support
  41. release notes
  42. bug 2554: properly report the records written to the pending file.
  43. release notes
  44. rfe811: fixLayout would waitUntilIdle when "break into stack of plots" was already locked, causing hang. Now the code checks to make sure that it is possible.
  45. trivial links to documentation
  46. GO-J-PWS-5-DDR-PLASMA-DENSITY-FULL-V1.0/DATA/00_JUPITER/FPE_1996_05_25_V01.LBL has the file pointer in a different place.
  47. FilePointer now has units on the offset, since the offset can be in bytes
  48. bug 2554: finally figured out that runResults weren't accumulated while running with multi-thread, so the results file was empty.
  49. improve feedback though I think there's still an issue when I use Autoplot on binus.
  50. release notes
  51. provide better feedback when pending file is written
  52. bug 2554: tweaks to the GUI
  53. treat INVALID_CONSTANT as alias for MISSING CONSTANT.
  54. release notes
  55. rfe818: One last branch where file made local could not import remote file because operation was done using local reference, not the remote URI.
  56. bugfix: Inline data source throws Java (FileNotFoundException), not PyException (for assignment).
  57. bugfix: Inline data source throws Java (FileNotFoundException), not PyException.
  58. clarify that author ed is Ed Jackson
  59. print the rows to study where test002 fails occasionally since the new layout was introduced.
  60. release notes
  61. format times to millisecond resolution, after Bob pointed out that vap+hapi:https://vires.services/hapi?id=GRACE_A_MAG&parameters=B_FGM&timerange=2008-01-01T00:00:04.787680Z/2008-01-01T01:00:04.787Z would fail due to rounding and a very particular server.
  62. release notes
  63. bugfix: Time,Radius should work fine when parameter names are timestamp,Radius
  64. release notes
  65. support for delim=NONE
  66. add comment control.
  67. introduce delim control for formatDataSet
  68. fix the problem with local file in seen in PDS3 testing
  69. fix the problem with local file
  70. try to figure out why jenkins tests always use local file and fail
  71. release notes
  72. use WindowManager so that the GUI is resizable
  73. use WindowManager so that the GUI is resizable
  74. rename button to enter parameters GUI
  75. clarify that dom.controller.dataSourceFilter can be null.
  76. whoops remove debug code
  77. release notes
  78. clean up code resolving the data file URL.
  79. always resolve the data resource based on the remote URL, never the downloaded one, since there may be resources which have not yet been downloaded.
  80. add LSB_BIT_STRING, which is read in as ubyte array
  81. support ( dataType.equals("CHARACTER") && unit.equals("UTC") )
  82. support for offset into data file (foo.DAT, 4)
  83. read data when label has pointer to structure (https://pds-ppi.igpp.ucla.edu/data/JNO-J-JED-3-CDR-V1.0/DATA/2016/366/JED_090_HIERSESP_CDR_2016366_V03.LBL?Lon)
  84. read data when label has pointer to structure (https://pds-ppi.igpp.ucla.edu/data/JNO-J-JED-3-CDR-V1.0/DATA/2016/366/JED_090_HIERSESP_CDR_2016366_V03.LBL?Lon)
  85. add DocumentUtil and dumpToXML to aid in development
  86. refactor to have one place which reads the Document from the label
  87. handle import of """^STRUCTURE = "JED_HIERSESP_CDR_V02.FMT""""
  88. release notes
  89. rfe 818:towards https://pds-ppi.igpp.ucla.edu/data/GO-J-PWS-2-EDR-WAVEFORM-80KHZ-V1.0/DATA/C032095/80KHZ_0320950402.LBL
  90. rfe 818:towards https://pds-ppi.igpp.ucla.edu/data/GO-J-PWS-2-EDR-WAVEFORM-80KHZ-V1.0/DATA/C032095/80KHZ_0320950402.LBL
  91. rfe 818: https://pds-ppi.igpp.ucla.edu/data/DS1-C-PEPE-2-EDR-BORRELLY-V1.0/DATA/ELC01262_B.LBL has BINARY_TABLE instead of just TABLE
  92. refactor to make separate PDS3 library
  93. refactor to make separate PDS3 library
  94. use JSON library
  95. https://sourceforge.net/p/autoplot/feature-requests/818/: keep all contents of lbl file in metadata
  96. https://sourceforge.net/p/autoplot/feature-requests/818/: keep documentation, since there is no label or title. Use name for label. support for more data types.
  97. initial support for https://pds-ppi.igpp.ucla.edu/data/JNO-J_SW-JAD-5-CALIBRATED-V1.0/DATA/2016/2016240/ELECTRONS/JAD_L50_LRS_ELC_ANY_DEF_2016240_V01.LBL
  98. add lbl to support PDS3 label files
  99. initial support for PDS3 files, in progress
  100. initial code for PDS3
  101. add nasa pds library, which produces a Document object from a PDS3 label.
  102. release notes
  103. release notes
  104. release notes
  105. release notes
  106. release notes
  107. release notes
  108. update the colorbar as selections are made.
  109. release notes
  110. release notes
  111. bugfix: code assumed min and max were both ints (e.g. 0,4.5)
  112. release notes
  113. write qcturl to the file, if it's enabled.
  114. click on corners to blur focus.
  115. release notes
  116. use edit annotation dialog for add annotation as well.
  117. add waitUntilIdle after fixLayout.
  118. data plot anchor type.
  119. release notes
  120. release notes
  121. add CONTEXT examples to GrannyTextEditor
  122. bugfix: avoid repeat names
  123. bugfix: avoid repeat names
  124. bugfix: file kept cached didn't check if the URI for completions has changed.
  125. reduce repeat code and support rank 0 through rank 4 data.
  126. release notes
  127. support append=T in format of IDLSav
  128. support append=T in format of IDLSav
  129. support append=T in format of IDLSav
  130. support append=T in format of IDLSav
  131. support append=T in format.
  132. release notes
  133. release notes
  134. bugfix 2573: annotation didn't properly listen to the ACTIVEDATASET property.
  135. revert to 27398 (last night) after deciding this needs more study
  136. rfe361: JLabelOperator doesn't work now with refactoring
  137. rfe361: wrap new single-instance class with static class until I can figure out how single-instance methods are imported into Jython name space.
  138. rfe361: move new class out of the way, so that class can proxy the old behavior
  139. rfe361: move new class out of the way, so that class can proxy the old behavior
  140. rfe361: Go ahead and make factory synchronized.
  141. rfe361: run scripts from any Autoplot instance
  142. rfe361: make ScriptContext a single-instance class, was static methods before.
  143. rfe361: refactor to make single-instance class, preparing for multiple instances
  144. rfe361: refactor to make single-instance class, preparing for multiple instances
  145. rfe361: refactor to make single-instance class, preparing for multiple instances
  146. rfe361: refactor to make single-instance class, preparing for multiple instances
  147. rfe361: refactor to make single-instance class, preparing for multiple instances
  148. rfe361: refactor to make single-instance class, preparing for multiple instances
  149. rfe361: refactor to make single-instance class, preparing for multiple instances
  150. bugfix: "(notfound)" message for name was clobbered later in code. "(exception)" shown when some exception happened, such as $d instead of %d.
  151. bugfix: "(notfound)" message for name was clobbered later in code.
  152. release notes
  153. release notes
  154. 2571: simplify logic for dissimilarChannels to make it more describable
  155. release notes
  156. release notes
  157. rfe417: experiment with format=$H:$M or format=%.2f for CONTEXT macro, adding name= so that the named dataset is retrieved
  158. rfe417: experiment with format=$H:$M or format=%.2f for CONTEXT macro.
  159. experiment with format=$H:$M or format=%.2f for CONTEXT macro.
  160. trivial runBatchTool cleanup. correction to csv output when no exception
  161. corrections to csv output
  162. experiment with checking for missing glyphs
  163. bug2571: add logic to try and detect dissimilar channel names.
  164. bug2571: add logic to try and detect dissimilar channel names.
  165. https://github.com/das-developers/das2docs/issues/3: add scrollpane
  166. https://github.com/das-developers/das2java/issues/89: add parallel and npar
  167. 2570: fix annotation when pointAt is used
  168. 2570: fix annotation when pointAt is used
  169. 2570: trivial rename variable
  170. 1507: use the names targetPlot and srcPlot
  171. 1507: more tweaks to the logic. Also the first dropped plot wouldn't set and bind app.timerange.
  172. 1507: sync the xaxis range only when the target is autoranging, and don't turn it off when the source's xaxis was off.
  173. improve type detection for return type
  174. refactor to support parsing without adding to output.
  175. introduce code to keep track of local variables
  176. getJavaExprType no longer static. get type for name[0].
  177. extra semicolon after import statement
  178. release notes
  179. bug 2566: support split()
  180. bug 2566: support split()
  181. bugfix: code assumed X and Y had the same units.
  182. release notes
  183. add the logic to add a single URI to the recent list. The PNGWalkTool had code to do this and it should be the responsibility of the DataSetSelector.
  184. add the logic to add a single URI to the recent list. The PNGWalkTool had code to do this and it should be the responsibility of the DataSetSelector.
  185. start QC tool when this is in the .pngwalk file.
  186. corrections to save as pngwalk file
  187. bugfix: X and Y parameter descriptions properly update with selections
  188. release notes
  189. release notes
  190. 2567: fix bug where text property wasn't re-bound after the plotId changed
  191. handle trivial case where string is empty, to make debugging easier
  192. add waitUntilIdle, since I have a feeling that's what's causing problems
  193. handle where old Autoplot versions would incorrectly set the multiple-column parents to marginRow
  194. rte_0611117604: sloppy code with X and Y
  195. convert jython dictionary at this level so das2 doesn't have to know about JSON
  196. special handling to support elif.
  197. bug2556: march through the stack trace looking for lines to annotate.
  198. bug2556: show something for syntax errors, just make it purple
  199. replace code which was removed because it was marking the wrong position. The solution to
  200. this support for "startswith" and other string codes was not committed before the Thansgiving holiday
  201. release notes
  202. add button to experiment with GUI
  203. whitespace bugfix, where return would mean that indent was applied twice
  204. allow assert of types
  205. binary operation with two int arguments is int.
  206. add two more obvious class method return types. Handle str.strip() -> str.trim()
  207. improve handling of subscript
  208. more types guess.
  209. introduce new iterator handling
  210. print the exception
  211. whitespace fix
  212. assume call to UpperCase function is a constructor call. Improve for output.
  213. guessType actually tries now. fix imports
  214. add try/except
  215. ...and slice of string
  216. support index
  217. support BoolOp
  218. document keyword use in calls so they aren't lost
  219. correct savePngwalkFile to use filePattern when URI_Template is used.
  220. better have in the list of fields in pngwalk tool's split function.
  221. rfe816: introduce "save to pngwalk" action
  222. rfe816: add save to pngwalk action
  223. release notes
  224. release notes
  225. release notes
  226. release notes
  227. bugfix: kludge workaround for another kludge where URLs were mangled by code looking for "opt1: explain opt1"
  228. release notes
  229. rfe811: clarify code which calculates the rows. Guess at rows layout assuming step 2.5 won't apply, so that we are close.
  230. rfe811: correct code where we were double-counting the room needed for the margins
  231. rfe811: same correction when all but the leftmost column's left or rightmost column's right are the same, move this to the marginColumn.
  232. rfe811: also work on a copy of the margin column, so that the dom is modified all at once.
  233. rfe811: also work on a copy of the margin row, so that the dom is modified all at once.
  234. rfe811: introduce step 2.5 which will move ems to the marginRow if it can make the rows have the same em offsets, now the bottom plot and TCAs
  235. rfe811: introduce step 2.5 which will move ems to the marginRow if it can make the rows have the same em offsets. Also remove check on row bottom which is ineffective and will be addressed by the same sort of check.
  236. rfe811: copy the rows and work on the copies. fix documentation
  237. rfe811: always use DasDevicePosition.formatLayoutStr so that we can adjust the resolution more easily
  238. release notes
  239. release notes
  240. TimeRangeToolEventsList uses svalue instead of relying on BUNDLE_1 to be set, after seeing where the HapiDataSource failed to install nominal units. Java 8 code changes.
  241. bug 2563: when the axis is resized, check to see if the range should be changed, and not the scale
  242. release notes
  243. add simple dialog to manage color schemes
  244. release notes
  245. handle redirect
  246. cases 22 and 23 are now supported
  247. TODO is todone: Jython fileExists supports remote file systems
  248. TODO is todone: Jython fileExists supports remote file systems
  249. add menu item to change color bar
  250. minor refactorings so the same code is used to calculate ephemeris lines. Small cheat on getXAxisLines, which peeks at the dasAxis to see how many lines are used by the ticks. If the margin row is going to pick up the ephemeris space, then don't count it again when calculating it for each row. Account for the extra tick line containing the date on midnight or the first tick.
  251. lanl data moved to jenkins area
  252. finally idempotent for https://github.com/autoplot/dev/rfe/sf/811/threePanelDstKpAe.1embar.10px.vap
  253. trivial javadoc
  254. finally split out fixVerticalLayout for symmetry with fixHorizontalLayout
  255. properly handle strings, where the nominal unit was not put into the dataset
  256. properly handle strings, where the nominal unit was not put into the dataset
  257. release notes
  258. rfe811 finally get the vertical layout to match correctness of horizontal
  259. rfe811: add logging to vertical layout
  260. bugfix: normalPlotWidths didn't account for additonal margins from the em offsets.
  261. redo logging in fixLayout to show step-by-step results
  262. separate the layout listeners to the one which is manually invoked and the one which manages the margins
  263. account for outside east legends in fixLayout
  264. accounting error where margins for each plot were mishandled.
  265. rfe811: name the DasRow and DasColumn the same name as in the Autoplot DOM. (It's a different namespace so there is no clash.)
  266. give the DasRow and DasColumn the same name as the DOM row and column, for debugging.
  267. 2560: whoops, failure of imagination, where the applied filters can be null.
  268. release notes
  269. release notes
  270. release notes
  271. release notes
  272. release notes
  273. try to limit the size of the title textfield
  274. bugfix: appliedFilters=' ' resulted in extra line being added to title
  275. rfe814: support file_%04d.png in output. support for fixed-width strings in output (replacing space with _) and allowing integer to be formatted with
  276. 811: add space for xaxis label
  277. commit new commented code which will account for labels and colorbar, but is not tested.
  278. account for x-axis label when there is a label
  279. account for OutsideNE and OutsideSE legend by adding a fixed amount (8ems)
  280. add comments to match vertical layout code, to make horizontal layout more legible
  281. rfe814: support file_%04d.png in output
  282. add comments and break up the fixLayout operation into discrete steps.
  283. don't make the last highlited log message stack trace be the tooltip, since this makes the GUI hard to use. The "AP>" prompt still has the text.
  284. consider the number of lines in the yaxis title when doing horizontal layout
  285. redo horizontal layout by rewriting the vertical layout
  286. redo horizontal layout by rewriting the vertical layout
  287. add horizontal spacing controls
  288. add horizontal spacing controls
  289. tweaked too much
  290. tweak to get closer to old result
  291. print row and column layout info to toString
  292. VA Testing's Test_031 showed where suddenly the per-plot right margin is miscalculated when multiple columns are used. Make this so that the colorbar presence or absence is all that is considered.
  293. trivial fix imports
  294. rfe363: support """lowCut_toggle, highcut_toggle, filttype_toggle, order_toggle = 0.5, 20, 'Bandpass', 4 """ getting configuration name, see https://github.com/autoplot/dev/blob/master/rfe/sf/363/assignTupleToTuple.jy
  295. release notes
  296. bugfix:and fix detection of isEmRow, which are rows which are only ems high (and not a percent).
  297. bugfix:properly account for relative heights, with percents including the emUp and emDown portions.
  298. recalculate em up and em down to make room for labels, instead of trusting what was there.
  299. turn off autolayout and reset marginRow in fixLayout.
  300. turn off autolayout and reset marginRow in fixLayout.
  301. release notes
  302. trivial clarify code
  303. add more spacing in drop down
  304. seems to be working, but this needs further review
  305. whoops doAdjust should be true
  306. corrections to fix layout which preserve 1-em high rows. keep track of row em heights for reference.
  307. corrections to fix layout which preserve 1-em high rows. keep track of row em heights for reference.
  308. corrections to fix layout which preserve 1-em high rows. keep track of row em heights for reference.
  309. always use scrollbars option
  310. support "file:" for javadoc location
  311. clarify code for fixLayout, which had a bunch of dead code and poorly named variables.
  312. account for ticklen in getBoundsForXAxis. Don't include hight for titles and ticks when the tick labels are not visible.
  313. release notes
  314. release notes
  315. 2557: dataset(QDataSet,u) now defers to Ops.dataset, where units are considered. Also datums and datumRanges
  316. support dataset( indgen(1000000), units=Units.cdfTT2000 ), clearing the format property put in by indgen
  317. trivial fix imports
  318. bug 2556: don't annotate <String> when editor filename is known
  319. show previews as changes are made.
  320. 0.5em should be the default
  321. correct examples, include delta=6 for MMS
  322. rfe811: add first four options proposed.
  323. rfe811: add ellipses after fix layout to indicate there's going to be another dialog.
  324. rfe811: add text about what is going to happen
  325. release notes
  326. release notes
  327. release notes
  328. rfe811: ephemerisLineCount property
  329. rfe811: here's the GUI to get started
  330. rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate
  331. rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate
  332. rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate
  333. rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate
  334. rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate
  335. rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate
  336. rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate
  337. rfe811: fixLayout runs without controllers, including fixHorizontalLayout
  338. rfe811: fixLayout runs without controllers.
  339. rfe811: fixLayout doesn't use controller
  340. rfe https://sourceforge.net/p/autoplot/feature-requests/811/: refactor fix layout so that it doesn't use controllers. (Not done!)
  341. add comment about the fact that calculating the bounds of a row and column is not entirely trivial.
  342. rfe811: begin fix layout panel
  343. release notes
  344. release notes
  345. release notes
  346. handle redirect for dsdf request
  347. handle redirect for dsdf request
  348. rfe811, correct reference to marginColumn, where marginRow was used by mistake.
  349. release notes
  350. release notes
  351. rfe811: add map argument to fixLayout to prepare for additional arguments
  352. rfe811: trivial fix imports
  353. rfe811: add codes to support rewrite of fixLayout function.
  354. use https for das2servers
  355. record carot position in CDF file
  356. javadoc improvements
  357. bugfix: empty line before line was treated as a Jython continuation.
  358. release notes
  359. https://sourceforge.net/p/autoplot/bugs/2553/: support 301 response from Jupiter server
  360. release notes
  361. release notes
  362. check else clause for usages
  363. optimize for rank 0 assignment to rank 0 location.
  364. release notes
  365. add True and False to known names
  366. don't find the showAllVarType checkbox, Sadie showed were it is needed to successfully load vap+cdaweb:ds=PSP_FLD_L2_DFB_DBM_DVAC&filter=dfb_dbm_dva&id=psp_fld_l2_dfb_dbm_dvac12&timerange=2021-01-17
  367. put in hooks for PDS4 file Product_Collection and Product_Bundle
  368. add stubs for collections
  369. put in hooks for PDS4 file Product_Collection and Product_Bundle
  370. make it easier to see the links.
  371. tweak the description for the first time in years.
  372. release notes
  373. release notes
  374. bug2319: fix git/dev/bugs/sf/2319/demoInferTypeFromCallResult.jy
  375. trivial javadoc
  376. simplifyScriptToGetCompletionsOkay now gets importedNames, in case constructor has been called and we know a names type. javadoc improvements
  377. release notes
  378. release notes
  379. ignore any old preferences, which haven't been used since 2018 but would be migrated in from old Autoplot instances.
  380. ignore any old preferences, which haven't been used since 2018 but would be migrated in from old Autoplot instances.
  381. ignore any old preferences, which haven't been used since 2018 but would be migrated in from old Autoplot instances.
  382. trivial javadoc
  383. trivial resizeLogger shows the resize request's extraW and extraH
  384. javadoc
  385. release notes
  386. bug 2546: rte_1735900169: the kludgy solution might hit null for the getMessage, so be careful to check for that.
  387. rte_1735900169: check that the representative URI also doesn't contain the variable before throwing an exception. Thanks, Kris!
  388. rte_0338377624: null can get into this array
Revision 27547 by jbfaden:
Look and Feel to Linux but also to support all platforms when desired
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/APLibs/lib/flatlaf-3.3.jarautoplot/APLibs/lib/flatlaf-3.3.jar
Revision 27546 by jbfaden:
add --flatLAF
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 27545 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 27544 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 27543 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 27542 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 27541 by jbfaden:
and remove the outside rectangle so that clipping works properly
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 27540 by jbfaden:
experiment with drawing a gray box around the masked region, since Linux often doesn't have a box around the GUI
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 27539 by jbfaden:
bugfix: dataSourceFilter for selected panel is shown.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/LayoutPanel.javaautoplot/Autoplot/src/org/autoplot/LayoutPanel.java
Revision 27538 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 27537 by jbfaden:
bug 2576: pick the first DSF when the focus has been blurred.
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
Revision 27536 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 27535 by jbfaden:
correction to label for post-run popup menu, should be "copy value to clipboard"
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 27534 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 27533 by jbfaden:
bug 2576: pick the first DSF when the focus has been blurred.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/ApplicationModel.javaautoplot/Autoplot/src/org/autoplot/ApplicationModel.java
Revision 27532 by jbfaden:
mkdir in synchronized block.  With Cassini processing I would see where threads were stepping on each other's toes.
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 27531 by jbfaden:
add test uris
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/test-uris.mdautoplot/PDSDataSource/src/org/autoplot/pds/test-uris.md
Revision 27530 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 27529 by jbfaden:
support for high-rank data as in https://pds-ppi.igpp.ucla.edu/data/JNO-J_SW-JAD-3-CALIBRATED-V1.0/DATA/2023/2023004/ELECTRONS/JAD_L30_LRS_ELC_ANY_CNT_2023004_V04.LBL?DATA
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
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.java
Revision 27528 by jbfaden:
look at CONTAINERs
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/ShowLabelAsXml.javaautoplot/PDSDataSource/src/org/autoplot/pds/ShowLabelAsXml.java
Revision 27527 by jbfaden:
make getDataObjectPds3 public so that scripts can be used to help in development
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 27526 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 27525 by jbfaden:
jenkins test caught where https://pds-ppi.igpp.ucla.edu/data/GO-J-PLS-5-RTS-MOMENTS-V1.0/DATA/PLS_PDS_RTS_ORB03.LBL?density&X=TIME
fails because it was ascii but didn't have FIELD_NUMBER (which isn't required, the code was wrong).
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
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.java
Revision 27524 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 27523 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 27522 by jbfaden:
bug 2575: notes about where autoBinding is turned on
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 27521 by jbfaden:
remove use of deprecated deleteBinding
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/ApplicationControllerSyncSupport.javaautoplot/Autoplot/src/org/autoplot/dom/ApplicationControllerSyncSupport.java
Revision 27520 by jbfaden:
remove use of deprecated deleteBinding
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/DataSourceController.javaautoplot/Autoplot/src/org/autoplot/dom/DataSourceController.java
Revision 27519 by jbfaden:
trivial reformatting to fit within 132 columns
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 27518 by jbfaden:
support for PDS3 spreadsheets
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
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/Pds3DataSourceFactory.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.java
Revision 27517 by jbfaden:
support for PDS3 spreadsheets
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/ShowLabelAsXml.javaautoplot/PDSDataSource/src/org/autoplot/pds/ShowLabelAsXml.java
Revision 27516 by jbfaden:
rfe820: add new skipBytes control, to support PDS3.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.java
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceFactory.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceFactory.java
Revision 27515 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 27514 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 27513 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 27512 by jbfaden:
rfe521: add addDim=T control, which will add a dimension as with images.
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 27511 by jbfaden:
documentation tweaks
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 27510 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 27509 by jbfaden:
https://sourceforge.net/p/autoplot/feature-requests/819/
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 27508 by jbfaden:
introduce triangleMesh, which is the oddest dataset autoplot will ever support
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 27507 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 27506 by jbfaden:
bug 2554: properly report the records written to the pending file.
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 27505 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 27504 by jbfaden:
rfe811: fixLayout would waitUntilIdle when "break into stack of plots" was already locked, causing hang. Now the code checks to make sure that it is possible.
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 27503 by jbfaden:
trivial links to documentation
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 27502 by jbfaden:
GO-J-PWS-5-DDR-PLASMA-DENSITY-FULL-V1.0/DATA/00_JUPITER/FPE_1996_05_25_V01.LBL has the file pointer in a different place.
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 27501 by jbfaden:
FilePointer now has units on the offset, since the offset can be in bytes
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 27500 by jbfaden:
bug 2554: finally figured out that runResults weren't accumulated while running with multi-thread, so the results file was empty.
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 27499 by jbfaden:
improve feedback though I think there's still an issue when I use Autoplot on binus.
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 27498 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 27497 by jbfaden:
provide better feedback when pending file is written
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 27496 by jbfaden:
bug 2554: tweaks to the GUI
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 27495 by jbfaden:
treat INVALID_CONSTANT as alias for MISSING CONSTANT.
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 27494 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 27493 by jbfaden:
rfe818: One last branch where file made local could not import remote file because operation was done using local reference, not the remote URI.
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 27492 by jbfaden:
bugfix: Inline data source throws Java (FileNotFoundException), not PyException (for assignment).
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonDataSource/src/org/autoplot/inline/InlineDataSource.javaautoplot/JythonDataSource/src/org/autoplot/inline/InlineDataSource.java
Revision 27491 by jbfaden:
bugfix: Inline data source throws Java (FileNotFoundException), not PyException.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonDataSource/src/org/autoplot/inline/InlineDataSource.javaautoplot/JythonDataSource/src/org/autoplot/inline/InlineDataSource.java
Revision 27490 by jbfaden:
clarify that author ed is Ed Jackson
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/zipfs/ZipFileSystemFactory.javaautoplot/DataSource/src/zipfs/ZipFileSystemFactory.java
Revision 27489 by jbfaden:
print the rows to study where test002 fails occasionally since the new layout was introduced.
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 27488 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 27487 by jbfaden:
format times to millisecond resolution, after Bob pointed out that vap+hapi:https://vires.services/hapi?id=GRACE_A_MAG&parameters=B_FGM&timerange=2008-01-01T00:00:04.787680Z/2008-01-01T01:00:04.787Z would fail due to rounding and a very particular server.
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 27486 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 27485 by jbfaden:
bugfix: Time,Radius should work fine when parameter names are timestamp,Radius
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 27484 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 27483 by jbfaden:
support for delim=NONE
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceFormat.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceFormat.java
Revision 27482 by jbfaden:
add comment control.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceFormat.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceFormat.java
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceFormatEditorPanel.formautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceFormatEditorPanel.form
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceFormatEditorPanel.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceFormatEditorPanel.java
Revision 27481 by jbfaden:
introduce delim control for formatDataSet
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceFormat.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceFormat.java
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceFormatEditorPanel.formautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceFormatEditorPanel.form
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceFormatEditorPanel.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceFormatEditorPanel.java
Revision 27480 by jbfaden:
fix the problem with local file in seen in PDS3 testing
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/Pds3DataSourceFactory.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.java
Revision 27479 by jbfaden:
fix the problem with local file
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/Pds3DataSourceFactory.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.java
Revision 27478 by jbfaden:
try to figure out why jenkins tests always use local file and fail
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 27477 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 27476 by jbfaden:
use WindowManager so that the GUI is resizable
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Das2ServerDataSource/src/org/das2/datasource/Das2ServerDataSourceEditorPanel.javaautoplot/Das2ServerDataSource/src/org/das2/datasource/Das2ServerDataSourceEditorPanel.java
Revision 27475 by jbfaden:
use WindowManager so that the GUI is resizable
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Das2ServerDataSource/src/org/das2/datasource/Das2ServerDataSourceEditorPanel.javaautoplot/Das2ServerDataSource/src/org/das2/datasource/Das2ServerDataSourceEditorPanel.java
Revision 27474 by jbfaden:
rename button to enter parameters GUI
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 27473 by jbfaden:
clarify that dom.controller.dataSourceFilter can be null.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AggregateUrisDialog.javaautoplot/Autoplot/src/org/autoplot/AggregateUrisDialog.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/ApplicationModel.javaautoplot/Autoplot/src/org/autoplot/ApplicationModel.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/ApplicationController.javaautoplot/Autoplot/src/org/autoplot/dom/ApplicationController.java
Revision 27472 by jbfaden:
whoops remove debug code
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 27471 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 27470 by jbfaden:
clean up code resolving the data file URL.
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 27469 by jbfaden:
always resolve the data resource based on the remote URL, never the downloaded one, since there may be resources which have not yet been downloaded.
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 27468 by jbfaden:
add LSB_BIT_STRING, which is read in as ubyte array
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 27467 by jbfaden:
support ( dataType.equals("CHARACTER") && unit.equals("UTC") )
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 27466 by jbfaden:
support for offset into data file (foo.DAT, 4)
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/FilePointer.javaautoplot/PDSDataSource/src/org/autoplot/pds/FilePointer.java
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.javaautoplot/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.java
Revision 27465 by jbfaden:
read data when label has pointer to structure (https://pds-ppi.igpp.ucla.edu/data/JNO-J-JED-3-CDR-V1.0/DATA/2016/366/JED_090_HIERSESP_CDR_2016366_V03.LBL?Lon)
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/Pds3DataSourceFactory.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.java
Revision 27464 by jbfaden:
read data when label has pointer to structure (https://pds-ppi.igpp.ucla.edu/data/JNO-J-JED-3-CDR-V1.0/DATA/2016/366/JED_090_HIERSESP_CDR_2016366_V03.LBL?Lon)
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 27463 by jbfaden:
add DocumentUtil and dumpToXML to aid in development
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/DocumentUtil.javaautoplot/PDSDataSource/src/org/autoplot/pds/DocumentUtil.java
Revision 27462 by jbfaden:
refactor to have one place which reads the Document from the label
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 27461 by jbfaden:
handle import of """^STRUCTURE                    = "JED_HIERSESP_CDR_V02.FMT""""
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 27460 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 27459 by jbfaden:
rfe 818:towards https://pds-ppi.igpp.ucla.edu/data/GO-J-PWS-2-EDR-WAVEFORM-80KHZ-V1.0/DATA/C032095/80KHZ_0320950402.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 27458 by jbfaden:
rfe 818:towards https://pds-ppi.igpp.ucla.edu/data/GO-J-PWS-2-EDR-WAVEFORM-80KHZ-V1.0/DATA/C032095/80KHZ_0320950402.LBL
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 27457 by jbfaden:
rfe 818: https://pds-ppi.igpp.ucla.edu/data/DS1-C-PEPE-2-EDR-BORRELLY-V1.0/DATA/ELC01262_B.LBL has BINARY_TABLE instead of just TABLE
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 27456 by jbfaden:
refactor to make separate PDS3 library
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/META-INF/org.autoplot.datasource.DataSourceFactory.extensionsautoplot/PDSDataSource/src/META-INF/org.autoplot.datasource.DataSourceFactory.extensions
Revision 27455 by jbfaden:
refactor to make separate PDS3 library
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 added/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSourceFactory.java
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PdsDataSourceFactory.javaautoplot/PDSDataSource/src/org/autoplot/pds/PdsDataSourceFactory.java
Revision 27454 by jbfaden:
use JSON library
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/nbproject/project.propertiesautoplot/PDSDataSource/nbproject/project.properties
Revision 27453 by jbfaden:
https://sourceforge.net/p/autoplot/feature-requests/818/: keep all contents of lbl file in metadata
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
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/PdsDataSourceFactory.javaautoplot/PDSDataSource/src/org/autoplot/pds/PdsDataSourceFactory.java
Revision 27452 by jbfaden:
https://sourceforge.net/p/autoplot/feature-requests/818/: keep documentation, since there is no label or title.  Use name for label.  support for more data types.
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
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.javaautoplot/PDSDataSource/src/org/autoplot/pds/Pds3DataSource.java
Revision 27451 by jbfaden:
initial support for https://pds-ppi.igpp.ucla.edu/data/JNO-J_SW-JAD-5-CALIBRATED-V1.0/DATA/2016/2016240/ELECTRONS/JAD_L50_LRS_ELC_ANY_DEF_2016240_V01.LBL
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
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/PdsDataSourceFactory.javaautoplot/PDSDataSource/src/org/autoplot/pds/PdsDataSourceFactory.java
Revision 27450 by jbfaden:
add lbl to support PDS3 label files
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/META-INF/org.autoplot.datasource.DataSourceFactory.extensionsautoplot/PDSDataSource/src/META-INF/org.autoplot.datasource.DataSourceFactory.extensions
Revision 27449 by jbfaden:
initial support for PDS3 files, in progress
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.javaautoplot/PDSDataSource/src/org/autoplot/pds/PDS3DataObject.java
The file was added/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/PdsDataSourceFactory.javaautoplot/PDSDataSource/src/org/autoplot/pds/PdsDataSourceFactory.java
The file was added/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/ShowLabelAsXml.javaautoplot/PDSDataSource/src/org/autoplot/pds/ShowLabelAsXml.java
Revision 27448 by jbfaden:
initial code for PDS3
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PdsDataSourceFactory.javaautoplot/PDSDataSource/src/org/autoplot/pds/PdsDataSourceFactory.java
Revision 27447 by jbfaden:
add nasa pds library, which produces a Document object from a PDS3 label.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/PDSDataSource/src/govautoplot/PDSDataSource/src/gov
The file was added/autoplot/trunk/PDSDataSource/src/gov/nasaautoplot/PDSDataSource/src/gov/nasa
The file was added/autoplot/trunk/PDSDataSource/src/gov/nasa/pdsautoplot/PDSDataSource/src/gov/nasa/pds
The file was added/autoplot/trunk/PDSDataSource/src/gov/nasa/pds/ppiautoplot/PDSDataSource/src/gov/nasa/pds/ppi
The file was added/autoplot/trunk/PDSDataSource/src/gov/nasa/pds/ppi/labelautoplot/PDSDataSource/src/gov/nasa/pds/ppi/label
The file was added/autoplot/trunk/PDSDataSource/src/gov/nasa/pds/ppi/label/PDSElement.javaautoplot/PDSDataSource/src/gov/nasa/pds/ppi/label/PDSElement.java
The file was added/autoplot/trunk/PDSDataSource/src/gov/nasa/pds/ppi/label/PDSException.javaautoplot/PDSDataSource/src/gov/nasa/pds/ppi/label/PDSException.java
The file was added/autoplot/trunk/PDSDataSource/src/gov/nasa/pds/ppi/label/PDSItem.javaautoplot/PDSDataSource/src/gov/nasa/pds/ppi/label/PDSItem.java
The file was added/autoplot/trunk/PDSDataSource/src/gov/nasa/pds/ppi/label/PDSLabel.javaautoplot/PDSDataSource/src/gov/nasa/pds/ppi/label/PDSLabel.java
The file was added/autoplot/trunk/PDSDataSource/src/gov/nasa/pds/ppi/label/PDSValue.javaautoplot/PDSDataSource/src/gov/nasa/pds/ppi/label/PDSValue.java
The file was added/autoplot/trunk/PDSDataSource/src/gov/nasa/pds/ppi/label/package.htmlautoplot/PDSDataSource/src/gov/nasa/pds/ppi/label/package.html
The file was added/autoplot/trunk/PDSDataSource/src/gov/nasa/pds/ppi/utilautoplot/PDSDataSource/src/gov/nasa/pds/ppi/util
The file was added/autoplot/trunk/PDSDataSource/src/gov/nasa/pds/ppi/util/PPITime.javaautoplot/PDSDataSource/src/gov/nasa/pds/ppi/util/PPITime.java
The file was added/autoplot/trunk/PDSDataSource/src/gov/nasa/pds/ppi/util/package.htmlautoplot/PDSDataSource/src/gov/nasa/pds/ppi/util/package.html
Revision 27446 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 27445 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 27444 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 27443 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 27442 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 27441 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 27440 by jbfaden:
update the colorbar as selections are made.
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 27439 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 27438 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 27437 by jbfaden:
bugfix: code assumed min and max were both ints (e.g. 0,4.5)
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 27436 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 27435 by jbfaden:
write qcturl to the file, if it's enabled.
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 27434 by jbfaden:
click on corners to blur focus.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/CanvasController.javaautoplot/Autoplot/src/org/autoplot/dom/CanvasController.java
Revision 27433 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 27432 by jbfaden:
use edit annotation dialog for add annotation as well.
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 27431 by jbfaden:
add waitUntilIdle after fixLayout. 
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 27430 by jbfaden:
data plot anchor type.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/AnnotationEditorPanel.formautoplot/Autoplot/src/org/autoplot/renderer/AnnotationEditorPanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/AnnotationEditorPanel.javaautoplot/Autoplot/src/org/autoplot/renderer/AnnotationEditorPanel.java
Revision 27429 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 27428 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 27427 by jbfaden:
add CONTEXT examples to GrannyTextEditor
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AddAnnotationDialog.javaautoplot/Autoplot/src/org/autoplot/AddAnnotationDialog.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/AxisPanel.javaautoplot/Autoplot/src/org/autoplot/AxisPanel.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/AnnotationEditorPanel.javaautoplot/Autoplot/src/org/autoplot/renderer/AnnotationEditorPanel.java
Revision 27426 by jbfaden:
bugfix: avoid repeat names
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 27425 by jbfaden:
bugfix: avoid repeat names
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 27424 by jbfaden:
bugfix: file kept cached didn't check if the URI for completions has changed.
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 27423 by jbfaden:
reduce repeat code and support rank 0 through rank 4 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 27422 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 27421 by jbfaden:
support append=T in format of IDLSav
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 27420 by jbfaden:
support append=T in format of IDLSav
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 27419 by jbfaden:
support append=T in format of IDLSav
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 27418 by jbfaden:
support append=T in format of IDLSav
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 27417 by jbfaden:
support append=T in format.
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/IdlsavDataSourceFormat.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFormat.java
Revision 27416 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 27415 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 27414 by jbfaden:
bugfix 2573: annotation didn't properly listen to the ACTIVEDATASET property.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/AnnotationController.javaautoplot/Autoplot/src/org/autoplot/dom/AnnotationController.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/DomUtil.javaautoplot/Autoplot/src/org/autoplot/dom/DomUtil.java
Revision 27413 by jbfaden:
revert to 27398 (last night) after deciding this needs more study
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplotapp2017.pyautoplot/Autoplot/src/autoplotapp2017.py
The file was modified/autoplot/trunk/Autoplot/src/external/AnnotationCommand.javaautoplot/Autoplot/src/external/AnnotationCommand.java
The file was modified/autoplot/trunk/Autoplot/src/external/PlotCommand.javaautoplot/Autoplot/src/external/PlotCommand.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AddSampListener.javaautoplot/Autoplot/src/org/autoplot/AddSampListener.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AppManager.javaautoplot/Autoplot/src/org/autoplot/AppManager.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/ApplicationModel.javaautoplot/Autoplot/src/org/autoplot/ApplicationModel.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotDataServer.javaautoplot/Autoplot/src/org/autoplot/AutoplotDataServer.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotServer.javaautoplot/Autoplot/src/org/autoplot/AutoplotServer.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
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonMain.javaautoplot/Autoplot/src/org/autoplot/JythonMain.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonUtil.javaautoplot/Autoplot/src/org/autoplot/JythonUtil.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/RunBatchTool.javaautoplot/Autoplot/src/org/autoplot/RunBatchTool.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/ScreenshotsTool.javaautoplot/Autoplot/src/org/autoplot/ScreenshotsTool.java
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/org/autoplot/pngwalk/CreatePngWalk.javaautoplot/Autoplot/src/org/autoplot/pngwalk/CreatePngWalk.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.javaautoplot/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandler.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandler.java
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/LogConsole.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/LogConsole.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/server/RequestHandler.javaautoplot/Autoplot/src/org/autoplot/server/RequestHandler.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/util/PlotDataMashupResolver.javaautoplot/Autoplot/src/org/autoplot/util/PlotDataMashupResolver.java
The file was modified/autoplot/trunk/Autoplot/src/test/Bug1362.javaautoplot/Autoplot/src/test/Bug1362.java
The file was modified/autoplot/trunk/Autoplot/src/test/ExerciseTest001.javaautoplot/Autoplot/src/test/ExerciseTest001.java
The file was modified/autoplot/trunk/Autoplot/src/test/FFTMultiThreadExperiment.javaautoplot/Autoplot/src/test/FFTMultiThreadExperiment.java
The file was modified/autoplot/trunk/Autoplot/src/test/PlotDom.javaautoplot/Autoplot/src/test/PlotDom.java
The file was modified/autoplot/trunk/Autoplot/src/test/ScannerTest.javaautoplot/Autoplot/src/test/ScannerTest.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test001.javaautoplot/Autoplot/src/test/endtoend/Test001.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test002.javaautoplot/Autoplot/src/test/endtoend/Test002.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test003.javaautoplot/Autoplot/src/test/endtoend/Test003.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test004.javaautoplot/Autoplot/src/test/endtoend/Test004.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test005.javaautoplot/Autoplot/src/test/endtoend/Test005.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test006.javaautoplot/Autoplot/src/test/endtoend/Test006.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test007.javaautoplot/Autoplot/src/test/endtoend/Test007.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test008.javaautoplot/Autoplot/src/test/endtoend/Test008.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test009.javaautoplot/Autoplot/src/test/endtoend/Test009.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test012.javaautoplot/Autoplot/src/test/endtoend/Test012.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test013.javaautoplot/Autoplot/src/test/endtoend/Test013.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test014.javaautoplot/Autoplot/src/test/endtoend/Test014.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test015.javaautoplot/Autoplot/src/test/endtoend/Test015.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test016.javaautoplot/Autoplot/src/test/endtoend/Test016.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test017.javaautoplot/Autoplot/src/test/endtoend/Test017.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test018.javaautoplot/Autoplot/src/test/endtoend/Test018.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test019.javaautoplot/Autoplot/src/test/endtoend/Test019.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test021.javaautoplot/Autoplot/src/test/endtoend/Test021.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test023.javaautoplot/Autoplot/src/test/endtoend/Test023.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test024.javaautoplot/Autoplot/src/test/endtoend/Test024.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test025.javaautoplot/Autoplot/src/test/endtoend/Test025.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test028.javaautoplot/Autoplot/src/test/endtoend/Test028.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test030.javaautoplot/Autoplot/src/test/endtoend/Test030.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test031.javaautoplot/Autoplot/src/test/endtoend/Test031.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test032.javaautoplot/Autoplot/src/test/endtoend/Test032.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test033.javaautoplot/Autoplot/src/test/endtoend/Test033.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test034.javaautoplot/Autoplot/src/test/endtoend/Test034.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test038.javaautoplot/Autoplot/src/test/endtoend/Test038.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test140.javaautoplot/Autoplot/src/test/endtoend/Test140.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test501.javaautoplot/Autoplot/src/test/endtoend/Test501.java
The file was modified/autoplot/trunk/HapiServerDemo/nbproject/project.propertiesautoplot/HapiServerDemo/nbproject/project.properties
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/First.javaautoplot/VATesting/src/org/autoplot/test/First.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/RendererPerformance.javaautoplot/VATesting/src/org/autoplot/test/RendererPerformance.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Second.javaautoplot/VATesting/src/org/autoplot/test/Second.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_000_Init.javaautoplot/VATesting/src/org/autoplot/test/Test_000_Init.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_005_URISwitching.javaautoplot/VATesting/src/org/autoplot/test/Test_005_URISwitching.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_022_ContextOverview.javaautoplot/VATesting/src/org/autoplot/test/Test_022_ContextOverview.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_031_MultiPanelPlot.javaautoplot/VATesting/src/org/autoplot/test/Test_031_MultiPanelPlot.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_032_FilterChainGUI.javaautoplot/VATesting/src/org/autoplot/test/Test_032_FilterChainGUI.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_033_OperationsCacheDoesNotProperlyUpdate.javaautoplot/VATesting/src/org/autoplot/test/Test_033_OperationsCacheDoesNotProperlyUpdate.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_034_TimeSeriesBrowse.javaautoplot/VATesting/src/org/autoplot/test/Test_034_TimeSeriesBrowse.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_035_3533882_timerange_reset.javaautoplot/VATesting/src/org/autoplot/test/Test_035_3533882_timerange_reset.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_037_ZoomPan.javaautoplot/VATesting/src/org/autoplot/test/Test_037_ZoomPan.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_038_CopyPlotElementsDown.javaautoplot/VATesting/src/org/autoplot/test/Test_038_CopyPlotElementsDown.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_039_OperationsCacheReset.javaautoplot/VATesting/src/org/autoplot/test/Test_039_OperationsCacheReset.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_041_Lanl20140214b.javaautoplot/VATesting/src/org/autoplot/test/Test_041_Lanl20140214b.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_042_TwoTsb.javaautoplot/VATesting/src/org/autoplot/test/Test_042_TwoTsb.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_043_DsfFilter.javaautoplot/VATesting/src/org/autoplot/test/Test_043_DsfFilter.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_050_FftFilter.javaautoplot/VATesting/src/org/autoplot/test/Test_050_FftFilter.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_051_HanningFilter.javaautoplot/VATesting/src/org/autoplot/test/Test_051_HanningFilter.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_052_FocusSwitching.javaautoplot/VATesting/src/org/autoplot/test/Test_052_FocusSwitching.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_054_FftFilter.javaautoplot/VATesting/src/org/autoplot/test/Test_054_FftFilter.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_060_HapiEditorPanel.javaautoplot/VATesting/src/org/autoplot/test/Test_060_HapiEditorPanel.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_100_Demo1423.javaautoplot/VATesting/src/org/autoplot/test/Test_100_Demo1423.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_101_Bug1511.javaautoplot/VATesting/src/org/autoplot/test/Test_101_Bug1511.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Third.javaautoplot/VATesting/src/org/autoplot/test/Third.java
Revision 27412 by jbfaden:
rfe361: JLabelOperator doesn't work now with refactoring
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_100_Demo1423.javaautoplot/VATesting/src/org/autoplot/test/Test_100_Demo1423.java
Revision 27411 by jbfaden:
rfe361: wrap new single-instance class with static class until I can figure out how single-instance methods are imported into Jython name space.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/Autoplot/src/org/autoplot/ScriptContext.javaautoplot/Autoplot/src/org/autoplot/ScriptContext.java
Revision 27410 by jbfaden:
rfe361: move new class out of the way, so that class can proxy the old behavior
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/First.javaautoplot/VATesting/src/org/autoplot/test/First.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/RendererPerformance.javaautoplot/VATesting/src/org/autoplot/test/RendererPerformance.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Second.javaautoplot/VATesting/src/org/autoplot/test/Second.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_000_Init.javaautoplot/VATesting/src/org/autoplot/test/Test_000_Init.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_005_URISwitching.javaautoplot/VATesting/src/org/autoplot/test/Test_005_URISwitching.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_022_ContextOverview.javaautoplot/VATesting/src/org/autoplot/test/Test_022_ContextOverview.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_031_MultiPanelPlot.javaautoplot/VATesting/src/org/autoplot/test/Test_031_MultiPanelPlot.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_032_FilterChainGUI.javaautoplot/VATesting/src/org/autoplot/test/Test_032_FilterChainGUI.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_033_OperationsCacheDoesNotProperlyUpdate.javaautoplot/VATesting/src/org/autoplot/test/Test_033_OperationsCacheDoesNotProperlyUpdate.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_034_TimeSeriesBrowse.javaautoplot/VATesting/src/org/autoplot/test/Test_034_TimeSeriesBrowse.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_035_3533882_timerange_reset.javaautoplot/VATesting/src/org/autoplot/test/Test_035_3533882_timerange_reset.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_037_ZoomPan.javaautoplot/VATesting/src/org/autoplot/test/Test_037_ZoomPan.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_038_CopyPlotElementsDown.javaautoplot/VATesting/src/org/autoplot/test/Test_038_CopyPlotElementsDown.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_039_OperationsCacheReset.javaautoplot/VATesting/src/org/autoplot/test/Test_039_OperationsCacheReset.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_041_Lanl20140214b.javaautoplot/VATesting/src/org/autoplot/test/Test_041_Lanl20140214b.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_042_TwoTsb.javaautoplot/VATesting/src/org/autoplot/test/Test_042_TwoTsb.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_043_DsfFilter.javaautoplot/VATesting/src/org/autoplot/test/Test_043_DsfFilter.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_050_FftFilter.javaautoplot/VATesting/src/org/autoplot/test/Test_050_FftFilter.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_051_HanningFilter.javaautoplot/VATesting/src/org/autoplot/test/Test_051_HanningFilter.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_052_FocusSwitching.javaautoplot/VATesting/src/org/autoplot/test/Test_052_FocusSwitching.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_054_FftFilter.javaautoplot/VATesting/src/org/autoplot/test/Test_054_FftFilter.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_060_HapiEditorPanel.javaautoplot/VATesting/src/org/autoplot/test/Test_060_HapiEditorPanel.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_100_Demo1423.javaautoplot/VATesting/src/org/autoplot/test/Test_100_Demo1423.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_101_Bug1511.javaautoplot/VATesting/src/org/autoplot/test/Test_101_Bug1511.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Third.javaautoplot/VATesting/src/org/autoplot/test/Third.java
Revision 27409 by jbfaden:
rfe361: move new class out of the way, so that class can proxy the old behavior
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplotapp2017.pyautoplot/Autoplot/src/autoplotapp2017.py
The file was modified/autoplot/trunk/Autoplot/src/external/AnnotationCommand.javaautoplot/Autoplot/src/external/AnnotationCommand.java
The file was modified/autoplot/trunk/Autoplot/src/external/PlotCommand.javaautoplot/Autoplot/src/external/PlotCommand.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AddSampListener.javaautoplot/Autoplot/src/org/autoplot/AddSampListener.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AppManager.javaautoplot/Autoplot/src/org/autoplot/AppManager.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/ApplicationModel.javaautoplot/Autoplot/src/org/autoplot/ApplicationModel.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotDataServer.javaautoplot/Autoplot/src/org/autoplot/AutoplotDataServer.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotServer.javaautoplot/Autoplot/src/org/autoplot/AutoplotServer.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
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonMain.javaautoplot/Autoplot/src/org/autoplot/JythonMain.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonUtil.javaautoplot/Autoplot/src/org/autoplot/JythonUtil.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/RunBatchTool.javaautoplot/Autoplot/src/org/autoplot/RunBatchTool.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/ScreenshotsTool.javaautoplot/Autoplot/src/org/autoplot/ScreenshotsTool.java
The file was removed/autoplot/trunk/Autoplot/src/org/autoplot/ScriptContext.javaautoplot/Autoplot/src/org/autoplot/ScriptContext.java
The file was added/autoplot/trunk/Autoplot/src/org/autoplot/ScriptContext2023.javaautoplot/Autoplot/src/org/autoplot/ScriptContext2023.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/CreatePngWalk.javaautoplot/Autoplot/src/org/autoplot/pngwalk/CreatePngWalk.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.javaautoplot/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandler.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandler.java
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/LogConsole.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/LogConsole.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/server/RequestHandler.javaautoplot/Autoplot/src/org/autoplot/server/RequestHandler.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/util/PlotDataMashupResolver.javaautoplot/Autoplot/src/org/autoplot/util/PlotDataMashupResolver.java
The file was modified/autoplot/trunk/Autoplot/src/test/Bug1362.javaautoplot/Autoplot/src/test/Bug1362.java
The file was modified/autoplot/trunk/Autoplot/src/test/ExerciseTest001.javaautoplot/Autoplot/src/test/ExerciseTest001.java
The file was modified/autoplot/trunk/Autoplot/src/test/FFTMultiThreadExperiment.javaautoplot/Autoplot/src/test/FFTMultiThreadExperiment.java
The file was modified/autoplot/trunk/Autoplot/src/test/PlotDom.javaautoplot/Autoplot/src/test/PlotDom.java
The file was modified/autoplot/trunk/Autoplot/src/test/ScannerTest.javaautoplot/Autoplot/src/test/ScannerTest.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test001.javaautoplot/Autoplot/src/test/endtoend/Test001.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test002.javaautoplot/Autoplot/src/test/endtoend/Test002.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test003.javaautoplot/Autoplot/src/test/endtoend/Test003.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test004.javaautoplot/Autoplot/src/test/endtoend/Test004.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test005.javaautoplot/Autoplot/src/test/endtoend/Test005.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test006.javaautoplot/Autoplot/src/test/endtoend/Test006.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test007.javaautoplot/Autoplot/src/test/endtoend/Test007.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test008.javaautoplot/Autoplot/src/test/endtoend/Test008.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test009.javaautoplot/Autoplot/src/test/endtoend/Test009.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test012.javaautoplot/Autoplot/src/test/endtoend/Test012.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test013.javaautoplot/Autoplot/src/test/endtoend/Test013.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test014.javaautoplot/Autoplot/src/test/endtoend/Test014.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test015.javaautoplot/Autoplot/src/test/endtoend/Test015.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test016.javaautoplot/Autoplot/src/test/endtoend/Test016.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test017.javaautoplot/Autoplot/src/test/endtoend/Test017.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test018.javaautoplot/Autoplot/src/test/endtoend/Test018.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test019.javaautoplot/Autoplot/src/test/endtoend/Test019.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test021.javaautoplot/Autoplot/src/test/endtoend/Test021.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test023.javaautoplot/Autoplot/src/test/endtoend/Test023.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test024.javaautoplot/Autoplot/src/test/endtoend/Test024.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test025.javaautoplot/Autoplot/src/test/endtoend/Test025.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test028.javaautoplot/Autoplot/src/test/endtoend/Test028.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test030.javaautoplot/Autoplot/src/test/endtoend/Test030.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test031.javaautoplot/Autoplot/src/test/endtoend/Test031.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test032.javaautoplot/Autoplot/src/test/endtoend/Test032.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test033.javaautoplot/Autoplot/src/test/endtoend/Test033.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test034.javaautoplot/Autoplot/src/test/endtoend/Test034.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test038.javaautoplot/Autoplot/src/test/endtoend/Test038.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test140.javaautoplot/Autoplot/src/test/endtoend/Test140.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test501.javaautoplot/Autoplot/src/test/endtoend/Test501.java
Revision 27408 by jbfaden:
rfe361: Go ahead and make factory synchronized.
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 27407 by jbfaden:
rfe361: run scripts from any Autoplot instance
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/First.javaautoplot/VATesting/src/org/autoplot/test/First.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/RendererPerformance.javaautoplot/VATesting/src/org/autoplot/test/RendererPerformance.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Second.javaautoplot/VATesting/src/org/autoplot/test/Second.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_000_Init.javaautoplot/VATesting/src/org/autoplot/test/Test_000_Init.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_005_URISwitching.javaautoplot/VATesting/src/org/autoplot/test/Test_005_URISwitching.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_022_ContextOverview.javaautoplot/VATesting/src/org/autoplot/test/Test_022_ContextOverview.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_031_MultiPanelPlot.javaautoplot/VATesting/src/org/autoplot/test/Test_031_MultiPanelPlot.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_032_FilterChainGUI.javaautoplot/VATesting/src/org/autoplot/test/Test_032_FilterChainGUI.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_033_OperationsCacheDoesNotProperlyUpdate.javaautoplot/VATesting/src/org/autoplot/test/Test_033_OperationsCacheDoesNotProperlyUpdate.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_034_TimeSeriesBrowse.javaautoplot/VATesting/src/org/autoplot/test/Test_034_TimeSeriesBrowse.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_035_3533882_timerange_reset.javaautoplot/VATesting/src/org/autoplot/test/Test_035_3533882_timerange_reset.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_037_ZoomPan.javaautoplot/VATesting/src/org/autoplot/test/Test_037_ZoomPan.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_038_CopyPlotElementsDown.javaautoplot/VATesting/src/org/autoplot/test/Test_038_CopyPlotElementsDown.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_039_OperationsCacheReset.javaautoplot/VATesting/src/org/autoplot/test/Test_039_OperationsCacheReset.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_041_Lanl20140214b.javaautoplot/VATesting/src/org/autoplot/test/Test_041_Lanl20140214b.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_042_TwoTsb.javaautoplot/VATesting/src/org/autoplot/test/Test_042_TwoTsb.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_043_DsfFilter.javaautoplot/VATesting/src/org/autoplot/test/Test_043_DsfFilter.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_050_FftFilter.javaautoplot/VATesting/src/org/autoplot/test/Test_050_FftFilter.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_051_HanningFilter.javaautoplot/VATesting/src/org/autoplot/test/Test_051_HanningFilter.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_052_FocusSwitching.javaautoplot/VATesting/src/org/autoplot/test/Test_052_FocusSwitching.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_054_FftFilter.javaautoplot/VATesting/src/org/autoplot/test/Test_054_FftFilter.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_060_HapiEditorPanel.javaautoplot/VATesting/src/org/autoplot/test/Test_060_HapiEditorPanel.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_100_Demo1423.javaautoplot/VATesting/src/org/autoplot/test/Test_100_Demo1423.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_101_Bug1511.javaautoplot/VATesting/src/org/autoplot/test/Test_101_Bug1511.java
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Third.javaautoplot/VATesting/src/org/autoplot/test/Third.java
Revision 27406 by jbfaden:
rfe361: make ScriptContext a single-instance class, was static methods before.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplotautoplot/Autoplot
The file was modified/autoplot/trunk/Autoplot/src/external/AnnotationCommand.javaautoplot/Autoplot/src/external/AnnotationCommand.java
The file was modified/autoplot/trunk/Autoplot/src/external/PlotCommand.javaautoplot/Autoplot/src/external/PlotCommand.java
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/AutoplotDataServer.javaautoplot/Autoplot/src/org/autoplot/AutoplotDataServer.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotServer.javaautoplot/Autoplot/src/org/autoplot/AutoplotServer.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/JythonMain.javaautoplot/Autoplot/src/org/autoplot/JythonMain.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonUtil.javaautoplot/Autoplot/src/org/autoplot/JythonUtil.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/RunBatchTool.javaautoplot/Autoplot/src/org/autoplot/RunBatchTool.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/ScreenshotsTool.javaautoplot/Autoplot/src/org/autoplot/ScreenshotsTool.java
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/org/autoplot/pngwalk/CreatePngWalk.javaautoplot/Autoplot/src/org/autoplot/pngwalk/CreatePngWalk.java
The file was removed/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/DemoPngWalk.javaautoplot/Autoplot/src/org/autoplot/pngwalk/DemoPngWalk.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.javaautoplot/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandler.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandler.java
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/server/RequestHandler.javaautoplot/Autoplot/src/org/autoplot/server/RequestHandler.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/util/PlotDataMashupResolver.javaautoplot/Autoplot/src/org/autoplot/util/PlotDataMashupResolver.java
The file was modified/autoplot/trunk/Autoplot/src/test/Bug1362.javaautoplot/Autoplot/src/test/Bug1362.java
The file was modified/autoplot/trunk/Autoplot/src/test/ExerciseTest001.javaautoplot/Autoplot/src/test/ExerciseTest001.java
The file was modified/autoplot/trunk/Autoplot/src/test/FFTMultiThreadExperiment.javaautoplot/Autoplot/src/test/FFTMultiThreadExperiment.java
The file was modified/autoplot/trunk/Autoplot/src/test/PlotDom.javaautoplot/Autoplot/src/test/PlotDom.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test005.javaautoplot/Autoplot/src/test/endtoend/Test005.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test007.javaautoplot/Autoplot/src/test/endtoend/Test007.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test008.javaautoplot/Autoplot/src/test/endtoend/Test008.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test009.javaautoplot/Autoplot/src/test/endtoend/Test009.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test012.javaautoplot/Autoplot/src/test/endtoend/Test012.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test013.javaautoplot/Autoplot/src/test/endtoend/Test013.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test014.javaautoplot/Autoplot/src/test/endtoend/Test014.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test015.javaautoplot/Autoplot/src/test/endtoend/Test015.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test016.javaautoplot/Autoplot/src/test/endtoend/Test016.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test017.javaautoplot/Autoplot/src/test/endtoend/Test017.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test018.javaautoplot/Autoplot/src/test/endtoend/Test018.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test021.javaautoplot/Autoplot/src/test/endtoend/Test021.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test023.javaautoplot/Autoplot/src/test/endtoend/Test023.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test024.javaautoplot/Autoplot/src/test/endtoend/Test024.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test025.javaautoplot/Autoplot/src/test/endtoend/Test025.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test028.javaautoplot/Autoplot/src/test/endtoend/Test028.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test030.javaautoplot/Autoplot/src/test/endtoend/Test030.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test031.javaautoplot/Autoplot/src/test/endtoend/Test031.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test032.javaautoplot/Autoplot/src/test/endtoend/Test032.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test033.javaautoplot/Autoplot/src/test/endtoend/Test033.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test034.javaautoplot/Autoplot/src/test/endtoend/Test034.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test038.javaautoplot/Autoplot/src/test/endtoend/Test038.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test140.javaautoplot/Autoplot/src/test/endtoend/Test140.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test501.javaautoplot/Autoplot/src/test/endtoend/Test501.java
The file was modified/autoplot/trunk/HapiServerDemo/nbproject/project.propertiesautoplot/HapiServerDemo/nbproject/project.properties
The file was modified/autoplot/trunk/PDSDataSourceautoplot/PDSDataSource
The file was modified/autoplot/trunk/PDSDataSource/nbprojectautoplot/PDSDataSource/nbproject
Revision 27405 by jbfaden:
rfe361: refactor to make single-instance class, preparing for multiple instances
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AddSampListener.javaautoplot/Autoplot/src/org/autoplot/AddSampListener.java
Revision 27404 by jbfaden:
rfe361: refactor to make single-instance class, preparing for multiple instances
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/ApplicationModel.javaautoplot/Autoplot/src/org/autoplot/ApplicationModel.java
Revision 27403 by jbfaden:
rfe361: refactor to make single-instance class, preparing for multiple instances
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test003.javaautoplot/Autoplot/src/test/endtoend/Test003.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test004.javaautoplot/Autoplot/src/test/endtoend/Test004.java
Revision 27402 by jbfaden:
rfe361: refactor to make single-instance class, preparing for multiple instances
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 27401 by jbfaden:
rfe361: refactor to make single-instance class, preparing for multiple instances
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test001.javaautoplot/Autoplot/src/test/endtoend/Test001.java
Revision 27400 by jbfaden:
rfe361: refactor to make single-instance class, preparing for multiple instances
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 27399 by jbfaden:
rfe361: refactor to make single-instance class, preparing for multiple instances
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 27398 by jbfaden:
bugfix: "(notfound)" message for name was clobbered later in code. "(exception)" shown when some exception happened, such as $d instead of %d.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/LabelConverter.javaautoplot/Autoplot/src/org/autoplot/dom/LabelConverter.java
Revision 27397 by jbfaden:
bugfix: "(notfound)" message for name was clobbered later in code.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/LabelConverter.javaautoplot/Autoplot/src/org/autoplot/dom/LabelConverter.java
Revision 27396 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 27395 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 27394 by jbfaden:
2571: simplify logic for dissimilarChannels to make it more describable
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 27393 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 27392 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 27391 by jbfaden:
rfe417: experiment with format=$H:$M or format=%.2f for CONTEXT macro, adding name= so that the named dataset is retrieved
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/LabelConverter.javaautoplot/Autoplot/src/org/autoplot/dom/LabelConverter.java
Revision 27390 by jbfaden:
rfe417: experiment with format=$H:$M or format=%.2f for CONTEXT macro.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/LabelConverter.javaautoplot/Autoplot/src/org/autoplot/dom/LabelConverter.java
Revision 27389 by jbfaden:
experiment with format=$H:$M or format=%.2f for CONTEXT macro.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/LabelConverter.javaautoplot/Autoplot/src/org/autoplot/dom/LabelConverter.java
Revision 27388 by jbfaden:
trivial runBatchTool cleanup.  correction to csv output when no exception
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 27387 by jbfaden:
corrections to csv output
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 27386 by jbfaden:
experiment with checking for missing glyphs
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/ZoeloeSoft/projects/JFontChooser/JFontChooser.javaautoplot/DataSource/src/ZoeloeSoft/projects/JFontChooser/JFontChooser.java
Revision 27385 by jbfaden:
bug2571: add logic to try and detect dissimilar channel names.
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 27384 by jbfaden:
bug2571: add logic to try and detect dissimilar channel names.
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 27383 by jbfaden:
https://github.com/das-developers/das2docs/issues/3: add scrollpane
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Das2ServerDataSource/src/org/das2/datasource/Das2ServerDataSourceEditorPanel.javaautoplot/Das2ServerDataSource/src/org/das2/datasource/Das2ServerDataSourceEditorPanel.java
Revision 27382 by jbfaden:
https://github.com/das-developers/das2java/issues/89: add parallel and npar
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27381 by jbfaden:
2570: fix annotation when pointAt is used
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
Revision 27380 by jbfaden:
2570: fix annotation when pointAt is used
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
Revision 27379 by jbfaden:
2570: trivial rename variable
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
Revision 27378 by jbfaden:
1507: use the names targetPlot and srcPlot
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 27377 by jbfaden:
1507: more tweaks to the logic.  Also the first dropped plot wouldn't set and bind app.timerange.
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 27376 by jbfaden:
1507: sync the xaxis range only when the target is autoranging, and don't turn it off when the source's xaxis was off.
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 27375 by jbfaden:
improve type detection for return type
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27374 by jbfaden:
refactor to support parsing without adding to output.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27373 by jbfaden:
introduce code to keep track of local variables
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27372 by jbfaden:
getJavaExprType no longer static.  get type for name[0].
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27371 by jbfaden:
extra semicolon after import statement
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27370 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 27369 by jbfaden:
bug 2566: support split()
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27368 by jbfaden:
bug 2566: support split()
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27367 by jbfaden:
bugfix: code assumed X and Y had the same units.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/AnnotationEditorPanel.formautoplot/Autoplot/src/org/autoplot/renderer/AnnotationEditorPanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/AnnotationEditorPanel.javaautoplot/Autoplot/src/org/autoplot/renderer/AnnotationEditorPanel.java
Revision 27366 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 27365 by jbfaden:
add the logic to add a single URI to the recent list.  The PNGWalkTool had code to do this and it should be the responsibility of the DataSetSelector.
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 27364 by jbfaden:
add the logic to add a single URI to the recent list.  The PNGWalkTool had code to do this and it should be the responsibility of the DataSetSelector.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSetSelector.javaautoplot/DataSource/src/org/autoplot/datasource/DataSetSelector.java
Revision 27363 by jbfaden:
start QC tool when this is in the .pngwalk file.
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 27362 by jbfaden:
corrections to save as pngwalk file
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 27361 by jbfaden:
bugfix: X and Y parameter descriptions properly update with selections
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/HDF5DataSourceEditorPanel.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/HDF5DataSourceEditorPanel.java
Revision 27360 by jbfaden:
release notes
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 27359 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 27358 by jbfaden:
2567: fix bug where text property wasn't re-bound after the plotId changed
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/AnnotationController.javaautoplot/Autoplot/src/org/autoplot/dom/AnnotationController.java
Revision 27357 by jbfaden:
handle trivial case where string is empty, to make debugging easier
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/LabelConverter.javaautoplot/Autoplot/src/org/autoplot/dom/LabelConverter.java
Revision 27356 by jbfaden:
add waitUntilIdle, since I have a feeling that's what's causing problems
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 27355 by jbfaden:
handle where old Autoplot versions would incorrectly set the multiple-column parents to marginRow
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/DomUtil.javaautoplot/Autoplot/src/org/autoplot/dom/DomUtil.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/state/StatePersistence.javaautoplot/Autoplot/src/org/autoplot/state/StatePersistence.java
Revision 27354 by jbfaden:
rte_0611117604: sloppy code with X and Y
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.java
Revision 27353 by jbfaden:
convert jython dictionary at this level so das2 doesn't have to know about JSON
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 27352 by jbfaden:
special handling to support elif.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27351 by jbfaden:
bug2556: march through the stack trace looking for lines to annotate.
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 27350 by jbfaden:
bug2556: show something for syntax errors, just make it purple
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
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorAnnotationsSupport.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorAnnotationsSupport.java
Revision 27349 by jbfaden:
replace code which was removed because it was marking the wrong position.  The solution to
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 27348 by jbfaden:
this support for "startswith" and other string codes was not committed before the Thansgiving holiday
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27347 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 27346 by jbfaden:
add button to experiment with GUI
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 27345 by jbfaden:
whitespace bugfix, where return would mean that indent was applied twice
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27344 by jbfaden:
allow assert of types
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27343 by jbfaden:
binary operation with two int arguments is int.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27342 by jbfaden:
add two more obvious class method return types.  Handle str.strip() -> str.trim()
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27341 by jbfaden:
improve handling of subscript
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27340 by jbfaden:
more types guess. 
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27339 by jbfaden:
introduce new iterator handling
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27338 by jbfaden:
print the exception
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JavaJythonConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JavaJythonConverter.java
Revision 27337 by jbfaden:
whitespace fix
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27336 by jbfaden:
assume call to UpperCase function is a constructor call.  Improve for output.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27335 by jbfaden:
guessType actually tries now.  fix imports
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27334 by jbfaden:
add try/except
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27333 by jbfaden:
...and slice of string
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27332 by jbfaden:
support index
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27331 by jbfaden:
support BoolOp
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27330 by jbfaden:
document keyword use in calls so they aren't lost
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonToJavaConverter.java
Revision 27329 by jbfaden:
correct savePngwalkFile to use filePattern when URI_Template is used.
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 27328 by jbfaden:
better have  in the list of fields in pngwalk tool's split function.
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 27327 by jbfaden:
rfe816: introduce "save to pngwalk" action
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27326 by jbfaden:
rfe816: add save to pngwalk action
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 27325 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 27324 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 27323 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 27322 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 27321 by jbfaden:
bugfix: kludge workaround for another kludge where URLs were mangled by code looking for "opt1: explain opt1"
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 27320 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 27319 by jbfaden:
rfe811: clarify code which calculates the rows.  Guess at rows layout assuming step 2.5 won't apply, so that we are close.
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 27318 by jbfaden:
rfe811: correct code where we were double-counting the room needed for the margins
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 27317 by jbfaden:
rfe811: same correction when all but the leftmost column's left or rightmost column's right are the same, move this to the marginColumn.
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 27316 by jbfaden:
rfe811: also work on a copy of the margin column, so that the dom is modified all at once.
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 27315 by jbfaden:
rfe811: also work on a copy of the margin row, so that the dom is modified all at once.
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 27314 by jbfaden:
rfe811: introduce step 2.5 which will move ems to the marginRow if it can make the rows have the same em offsets, now the bottom plot and TCAs
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 27313 by jbfaden:
rfe811: introduce step 2.5 which will move ems to the marginRow if it can make the rows have the same em offsets.  Also remove check on row bottom which is ineffective and will be addressed by the same sort of check.
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 27312 by jbfaden:
rfe811: copy the rows and work on the copies.  fix documentation
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 27311 by jbfaden:
rfe811: always use DasDevicePosition.formatLayoutStr so that we can adjust the resolution more easily
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 27310 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 27309 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 27308 by jbfaden:
TimeRangeToolEventsList uses svalue instead of relying on BUNDLE_1 to be set, after seeing where the HapiDataSource failed to install nominal units.  Java 8 code changes.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/TimeRangeToolEventsList.javaautoplot/DataSource/src/org/autoplot/datasource/TimeRangeToolEventsList.java
Revision 27307 by jbfaden:
bug 2563: when the axis is resized, check to see if the range should be changed, and not the scale
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/AxisController.javaautoplot/Autoplot/src/org/autoplot/dom/AxisController.java
Revision 27306 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 27305 by jbfaden:
add simple dialog to manage color schemes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorContextMenu.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorContextMenu.java
The file was added/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/SyntaxColorBean.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/SyntaxColorBean.java
Revision 27304 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 27303 by jbfaden:
handle redirect
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 27302 by jbfaden:
cases 22 and 23 are now supported
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test026.javaautoplot/Autoplot/src/test/endtoend/Test026.java
Revision 27301 by jbfaden:
TODO is todone: Jython fileExists supports remote file systems
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 27300 by jbfaden:
TODO is todone: Jython fileExists supports remote file systems
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 27299 by jbfaden:
add menu item to change 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 27298 by jbfaden:
minor refactorings so the same code is used to calculate ephemeris lines.  Small cheat on getXAxisLines, which peeks at the dasAxis to see how many lines are used by the ticks.  If the margin row is going to pick up the ephemeris space, then don't count it again when calculating it for each row.  Account for the extra tick line containing the date on midnight or the first tick.
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 27297 by jbfaden:
lanl data moved to jenkins area
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test014.javaautoplot/Autoplot/src/test/endtoend/Test014.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test016.javaautoplot/Autoplot/src/test/endtoend/Test016.java
Revision 27296 by jbfaden:
finally idempotent for https://github.com/autoplot/dev/rfe/sf/811/threePanelDstKpAe.1embar.10px.vap
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 27295 by jbfaden:
trivial javadoc
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 27294 by jbfaden:
finally split out fixVerticalLayout for symmetry with fixHorizontalLayout
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 27293 by jbfaden:
properly handle strings, where the nominal unit was not put into the dataset
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 27292 by jbfaden:
properly handle strings, where the nominal unit was not put into the dataset
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 27291 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 27290 by jbfaden:
rfe811 finally get the vertical layout to match correctness of horizontal
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 27289 by jbfaden:
rfe811: add logging to vertical layout
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 27288 by jbfaden:
bugfix: normalPlotWidths didn't account for additonal margins from the em offsets.
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 27287 by jbfaden:
redo logging in fixLayout to show step-by-step results
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 27286 by jbfaden:
separate the layout listeners to the one which is manually invoked and the one which manages the margins
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/LayoutListener.javaautoplot/Autoplot/src/org/autoplot/LayoutListener.java
Revision 27285 by jbfaden:
account for outside east legends in fixLayout
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 27284 by jbfaden:
accounting error where margins for each plot were mishandled.
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 27283 by jbfaden:
rfe811: name the DasRow and DasColumn the same name as in the Autoplot DOM.  (It's a different namespace so there is no clash.)
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/CanvasController.javaautoplot/Autoplot/src/org/autoplot/dom/CanvasController.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/ColumnController.javaautoplot/Autoplot/src/org/autoplot/dom/ColumnController.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/RowController.javaautoplot/Autoplot/src/org/autoplot/dom/RowController.java
Revision 27282 by jbfaden:
give the DasRow and DasColumn the same name as the DOM row and column, for debugging.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/ColumnController.javaautoplot/Autoplot/src/org/autoplot/dom/ColumnController.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/RowController.javaautoplot/Autoplot/src/org/autoplot/dom/RowController.java
Revision 27281 by jbfaden:
2560: whoops, failure of imagination, where the applied filters can be null.
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 27280 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 27279 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 27278 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 27277 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 27276 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 27275 by jbfaden:
try to limit the size of the title textfield
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AxisPanel.formautoplot/Autoplot/src/org/autoplot/AxisPanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AxisPanel.javaautoplot/Autoplot/src/org/autoplot/AxisPanel.java
Revision 27274 by jbfaden:
bugfix: appliedFilters=' ' resulted in extra line being added to title
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 27273 by jbfaden:
rfe814: support file_%04d.png in output.  support for fixed-width strings in output (replacing space with _) and allowing integer to be formatted with
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 27272 by jbfaden:
811: add space for xaxis label
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 27271 by jbfaden:
commit new commented code which will account for labels and colorbar, but is not tested.
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 27270 by jbfaden:
account for x-axis label when there is a label
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 27269 by jbfaden:
account for OutsideNE and OutsideSE legend by adding a fixed amount (8ems)
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 27268 by jbfaden:
add comments to match vertical layout code, to make horizontal layout more legible
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 27267 by jbfaden:
rfe814: support file_%04d.png in output
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 27266 by jbfaden:
add comments and break up the fixLayout operation into discrete steps.
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 27265 by jbfaden:
don't make the last highlited log message stack trace be the tooltip, since this makes the GUI hard to use.  The "AP>" prompt still has the text.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/LogConsole.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/LogConsole.java
Revision 27264 by jbfaden:
consider the number of lines in the yaxis title when doing horizontal layout
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 27263 by jbfaden:
redo horizontal layout by rewriting the vertical layout
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 27262 by jbfaden:
redo horizontal layout by rewriting the vertical layout
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 27261 by jbfaden:
add horizontal spacing controls
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 27260 by jbfaden:
add horizontal spacing controls
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/FixLayoutPanel.formautoplot/Autoplot/src/org/autoplot/FixLayoutPanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/FixLayoutPanel.javaautoplot/Autoplot/src/org/autoplot/FixLayoutPanel.java
Revision 27259 by jbfaden:
tweaked too much
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 27258 by jbfaden:
tweak to get closer to old result
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 27257 by jbfaden:
print row and column layout info to toString
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/Column.javaautoplot/Autoplot/src/org/autoplot/dom/Column.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/Row.javaautoplot/Autoplot/src/org/autoplot/dom/Row.java
Revision 27256 by jbfaden:
VA Testing's Test_031 showed where suddenly the per-plot right margin is miscalculated when multiple columns are used.  Make this so that the colorbar presence or absence is all that is considered.
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 27255 by jbfaden:
trivial fix imports
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 27254 by jbfaden:
rfe363: support """lowCut_toggle, highcut_toggle, filttype_toggle, order_toggle = 0.5, 20, 'Bandpass', 4 """ getting configuration name, see https://github.com/autoplot/dev/blob/master/rfe/sf/363/assignTupleToTuple.jy
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 27253 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 27252 by jbfaden:
bugfix:and fix detection of isEmRow, which are rows which are only ems high (and not a percent).
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 27251 by jbfaden:
bugfix:properly account for relative heights, with percents including the emUp and emDown portions. 
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 27250 by jbfaden:
recalculate em up and em down to make room for labels, instead of trusting what was there.
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 27249 by jbfaden:
turn off autolayout and reset marginRow in fixLayout.
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 27248 by jbfaden:
turn off autolayout and reset marginRow in fixLayout. 
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 27247 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 27246 by jbfaden:
trivial clarify code
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/DomUtil.javaautoplot/Autoplot/src/org/autoplot/dom/DomUtil.java
Revision 27245 by jbfaden:
add more spacing in drop down
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/FixLayoutPanel.formautoplot/Autoplot/src/org/autoplot/FixLayoutPanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/FixLayoutPanel.javaautoplot/Autoplot/src/org/autoplot/FixLayoutPanel.java
Revision 27244 by jbfaden:
seems to be working, but this needs further review
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 27243 by jbfaden:
whoops doAdjust should be true
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 27242 by jbfaden:
corrections to fix layout which preserve 1-em high rows.  keep track of row em heights for reference.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27241 by jbfaden:
corrections to fix layout which preserve 1-em high rows.  keep track of row em heights for reference.
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 27240 by jbfaden:
corrections to fix layout which preserve 1-em high rows.  keep track of row em heights for reference.
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 27239 by jbfaden:
always use scrollbars option
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 27238 by jbfaden:
support "file:" for javadoc location
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/DefaultDocumentationItem.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/DefaultDocumentationItem.java
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JavadocLookup.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/JavadocLookup.java
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/ui/DocumentationScrollPane.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/ui/DocumentationScrollPane.java
Revision 27237 by jbfaden:
clarify code for fixLayout, which had a bunch of dead code and poorly named variables.
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 27236 by jbfaden:
account for ticklen in getBoundsForXAxis.  Don't include hight for titles and ticks when the tick labels are not visible.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/DomUtil.javaautoplot/Autoplot/src/org/autoplot/dom/DomUtil.java
Revision 27235 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 27234 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 27233 by jbfaden:
2557: dataset(QDataSet,u) now defers to Ops.dataset, where units are considered.  Also datums and datumRanges
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 27232 by jbfaden:
support dataset( indgen(1000000), units=Units.cdfTT2000 ), clearing the format property put in by indgen
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 27231 by jbfaden:
trivial fix imports
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 27230 by jbfaden:
bug 2556: don't annotate <String> when editor filename is known
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 27229 by jbfaden:
show previews as changes are made.
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/FixLayoutPanel.formautoplot/Autoplot/src/org/autoplot/FixLayoutPanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/FixLayoutPanel.javaautoplot/Autoplot/src/org/autoplot/FixLayoutPanel.java
Revision 27228 by jbfaden:
0.5em should be the default
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/FixLayoutPanel.formautoplot/Autoplot/src/org/autoplot/FixLayoutPanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/FixLayoutPanel.javaautoplot/Autoplot/src/org/autoplot/FixLayoutPanel.java
Revision 27227 by jbfaden:
correct examples, include delta=6 for MMS
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 27226 by jbfaden:
rfe811: add first four options proposed.
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 27225 by jbfaden:
rfe811: add ellipses after fix layout to indicate there's going to be another dialog.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.formautoplot/Autoplot/src/org/autoplot/AutoplotUI.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.javaautoplot/Autoplot/src/org/autoplot/AutoplotUI.java
Revision 27224 by jbfaden:
rfe811: add text about what is going to happen
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/FixLayoutPanel.formautoplot/Autoplot/src/org/autoplot/FixLayoutPanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/FixLayoutPanel.javaautoplot/Autoplot/src/org/autoplot/FixLayoutPanel.java
Revision 27223 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 27222 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 27221 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 27220 by jbfaden:
rfe811: ephemerisLineCount property
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/Plot.javaautoplot/Autoplot/src/org/autoplot/dom/Plot.java
Revision 27219 by jbfaden:
rfe811: here's the GUI to get started
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/Autoplot/src/org/autoplot/FixLayoutPanel.formautoplot/Autoplot/src/org/autoplot/FixLayoutPanel.form
Revision 27218 by jbfaden:
rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate
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 27217 by jbfaden:
rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/DomUtil.javaautoplot/Autoplot/src/org/autoplot/dom/DomUtil.java
Revision 27216 by jbfaden:
rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/Plot.javaautoplot/Autoplot/src/org/autoplot/dom/Plot.java
Revision 27215 by jbfaden:
rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate
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 27214 by jbfaden:
rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate
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 27213 by jbfaden:
rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate
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
Revision 27212 by jbfaden:
rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/Plot.javaautoplot/Autoplot/src/org/autoplot/dom/Plot.java
Revision 27211 by jbfaden:
rfe811: fixLayout runs without controllers, including fixHorizontalLayout
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 27210 by jbfaden:
rfe811: fixLayout runs without controllers.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/DomUtil.javaautoplot/Autoplot/src/org/autoplot/dom/DomUtil.java
Revision 27209 by jbfaden:
rfe811: fixLayout doesn't use controller
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
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/DomUtil.javaautoplot/Autoplot/src/org/autoplot/dom/DomUtil.java
Revision 27208 by jbfaden:
rfe https://sourceforge.net/p/autoplot/feature-requests/811/: refactor fix layout so that it doesn't use controllers. (Not done!)
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 27207 by jbfaden:
add comment about the fact that calculating the bounds of a row and column is not entirely trivial.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/DomUtil.javaautoplot/Autoplot/src/org/autoplot/dom/DomUtil.java
Revision 27206 by jbfaden:
rfe811: begin fix layout panel
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/Autoplot/src/org/autoplot/FixLayoutPanel.javaautoplot/Autoplot/src/org/autoplot/FixLayoutPanel.java
Revision 27205 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 27204 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 27203 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 27202 by jbfaden:
handle redirect for dsdf request
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 27201 by jbfaden:
handle redirect for dsdf request
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Das2ServerDataSource/src/org/das2/datasource/Das2ServerDataSourceEditorPanel.javaautoplot/Das2ServerDataSource/src/org/das2/datasource/Das2ServerDataSourceEditorPanel.java
Revision 27200 by jbfaden:
rfe811, correct reference to marginColumn, where marginRow was used by mistake.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/CanvasController.javaautoplot/Autoplot/src/org/autoplot/dom/CanvasController.java
Revision 27199 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 27198 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 27197 by jbfaden:
rfe811: add map argument to fixLayout to prepare for additional arguments
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 27196 by jbfaden:
rfe811: trivial fix imports
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/DomUtil.javaautoplot/Autoplot/src/org/autoplot/dom/DomUtil.java
Revision 27195 by jbfaden:
rfe811: add codes to support rewrite of fixLayout function.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/DomUtil.javaautoplot/Autoplot/src/org/autoplot/dom/DomUtil.java
Revision 27194 by jbfaden:
use https for das2servers
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 27193 by jbfaden:
record carot position in CDF file
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test038.javaautoplot/Autoplot/src/test/endtoend/Test038.java
Revision 27192 by jbfaden:
javadoc improvements
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 27191 by jbfaden:
bugfix: empty line before line was treated as a Jython continuation.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/CompletionSupport.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/CompletionSupport.java
Revision 27190 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 27189 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2553/: support 301 response from Jupiter server
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Das2ServerDataSource/src/org/das2/datasource/Das2ServerDataSourceEditorPanel.javaautoplot/Das2ServerDataSource/src/org/das2/datasource/Das2ServerDataSourceEditorPanel.java
Revision 27188 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 27187 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 27186 by jbfaden:
check else clause for usages
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/StaticCodeAnalysis.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/StaticCodeAnalysis.java
Revision 27185 by jbfaden:
optimize for rank 0 assignment to rank 0 location.
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 27184 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 27183 by jbfaden:
add True and False to known names
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 27182 by jbfaden:
don't find the showAllVarType checkbox, Sadie showed were it is needed to successfully load vap+cdaweb:ds=PSP_FLD_L2_DFB_DBM_DVAC&filter=dfb_dbm_dva&id=psp_fld_l2_dfb_dbm_dvac12&timerange=2021-01-17
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.java
Revision 27181 by jbfaden:
put in hooks for PDS4 file Product_Collection and Product_Bundle
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 27180 by jbfaden:
add stubs for collections
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 27179 by jbfaden:
put in hooks for PDS4 file Product_Collection and Product_Bundle
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSourceRecognizer.javaautoplot/DataSource/src/org/autoplot/datasource/DataSourceRecognizer.java
Revision 27178 by jbfaden:
make it easier to see the links.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27177 by jbfaden:
tweak the description for the first time in years.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27176 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 27175 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 27174 by jbfaden:
bug2319: fix git/dev/bugs/sf/2319/demoInferTypeFromCallResult.jy
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 27173 by jbfaden:
trivial javadoc
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 27172 by jbfaden:
simplifyScriptToGetCompletionsOkay now gets importedNames, in case constructor has been called and we know a names type.  javadoc improvements
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 27171 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 27170 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 27169 by jbfaden:
ignore any old preferences, which haven't been used since 2018 but would be migrated in from old Autoplot instances.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/OptionsPrefsController.javaautoplot/Autoplot/src/org/autoplot/dom/OptionsPrefsController.java
Revision 27168 by jbfaden:
ignore any old preferences, which haven't been used since 2018 but would be migrated in from old Autoplot instances.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/OptionsPrefsController.javaautoplot/Autoplot/src/org/autoplot/dom/OptionsPrefsController.java
Revision 27167 by jbfaden:
ignore any old preferences, which haven't been used since 2018 but would be migrated in from old Autoplot instances.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/OptionsPrefsController.javaautoplot/Autoplot/src/org/autoplot/dom/OptionsPrefsController.java
Revision 27166 by jbfaden:
trivial javadoc
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/Options.javaautoplot/Autoplot/src/org/autoplot/dom/Options.java
Revision 27165 by jbfaden:
trivial resizeLogger shows the resize request's extraW and extraH
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 27164 by jbfaden:
javadoc
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 27163 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 27162 by jbfaden:
bug 2546: rte_1735900169: the kludgy solution might hit null for the getMessage, so be careful to check for that.
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 27161 by jbfaden:
rte_1735900169: check that the representative URI  also doesn't contain the variable before throwing an exception.  Thanks, Kris!
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 27160 by jbfaden:
rte_0338377624: null can get into this array
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