Changes

Summary

  1. release notes
  2. trivial javadoc
  3. release notes
  4. listen for changes in activeDataSet so that %{CONTEXT} will update
  5. activeDataSet property added
  6. release notes
  7. The CDFJ library converts float fill values into doubles, introducing noise, so round large VALIDMIN, VALIDMAX, and FILLVALS to seven decimal places so they are easier to read (-9.9999999999345e30 -> -1E31)
  8. release notes
  9. stub for colors editor
  10. release notes
  11. improve documentation for setOutputParam
  12. trivial capitalize Jython
  13. bug 2541: check for non-int in examples list
  14. release notes
  15. 2450: check to see if tab is already visible before enabling tab.
  16. check to see if layout is already visible in the tabs
  17. Test_022_ContextOverview maybe wait for remote bookmarks to load
  18. www-pw.physics.uiowa.edu moved to space.physics.uiowa.edu
  19. release notes
  20. release notes
  21. bug 2539: new code didn't consider F(t)
  22. release notes
  23. feedback for test 022.
  24. add delay to try and fix test 031
  25. add delay to try and fix test 031
  26. system.err.printlns for debugging
  27. release notes
  28. support sub-millisecond intervals
  29. bug 2537: https://sourceforge.net/p/autoplot/bugs/2514/: don't repeat DEPEND_1 when storing multiple tables.
  30. https://sourceforge.net/p/autoplot/bugs/2514/: don't repeat DEPEND_1 when storing multiple tables.
  31. handle file not found, so that vaps can be shared more easily
  32. release notes
  33. experiment with handling mouse wheel events on lineThick GUI
  34. experiment with handling mouse wheel events on lineThick GUI
  35. experiment with handling mouse wheel events on symbolSize GUI
  36. bugfix: * with two different names (IMG_*.png and *.png) caused runtime error because i0 was -1.
  37. don't throw exception here, we'll start using this soon
  38. use new NetCDF library
  39. release notes
  40. release notes
  41. Update to new version of netcdf and remove slf4, which seems no longer to be needed.
  42. uncomment commented code which would add labels from master, to support vap+cdaweb:ds=DN_MAGN-L2-HIRES_G17&filter=DN_MA&id=b_eci&timerange=2023-03-14
  43. handle runtime errors a little more gracefully.
  44. catch the runtime error where NetCDF doesn't load time-varying DEPEND_1.
  45. units safety check
  46. kludges to support icon_l2-4_fuv_day from cdaweb
  47. release notes
  48. handle icon_l2-5_fuv_night by not using DEPEND_1 which has the wrong length.
  49. masters should always be .cdf, even when files are .nc
  50. bug 2529: drop support for ncml.
  51. bug 2529: remove APIOServiceProvider, which is unlikely to be used now.
  52. bug 2529: remove APIOServiceProvider, which is unlikely to be used now.
  53. bug 2529: remove APIOServiceProvider, which is unlikely to be used now.
  54. bug 2529: use netcdfAll-5.5.3.jar to read NetCDF and HDF5 files
  55. bug 2529: use netcdfAll-5.5.3.jar to read NetCDF and HDF5 files
  56. bug 2529: use netcdfAll-5.5.3.jar to read NetCDF and HDF5 files
  57. bug 2529: use netcdfAll-5.5.3.jar to read NetCDF and HDF5 files
  58. bug 2529: add netcdfAll-5.5.3.jar, remove 4.1 and slf4j
  59. bug 2529: add netcdfAll-5.5.3.jar
  60. remove dependence on emfisis server
  61. release notes
  62. release notes
  63. release notes
  64. release notes
  65. indicate dimensions for each variable.
  66. https://pds-ppi.igpp.ucla.edu/data/cassini-caps-calibrated/data-els/2010/091_120_APR/ELS_201009106_V01.xml?UTC showed where ASCII_STRING was used to describe the timetags, which are iso8601. Now we set this as nominal data, then see if the first record contains a time.
  67. https://pds-ppi.igpp.ucla.edu/data/cassini-caps-calibrated/data-els/2010/091_120_APR/ELS_201009106_V01.xml?UTC showed where ASCII_STRING was used to describe the timetags, which are iso8601. Now we set this as nominal data, then see if the first record contains a time.
  68. fingbugs ICAST_INTEGER_MULTIPLY_CAST_TO_LONG
  69. release notes
  70. release notes
  71. indicate the error message when git diff results in error.
  72. release notes
  73. bug 2350: check for nulls in oldStdOut, oldStdErr, somehow they are getting in there.
  74. bug 2350: incorrect code would re-raise the frame which was already partially closed.
  75. 2530: disconnect the logConsole from the stdout and stderr. Python shows has infinite loop when restarting Autoplot.
  76. trivial javadoc
  77. add new allowExit property so that Python session doesn't shut down Python as well.
  78. make no-arg constructor private, I accidentally created one in a Jython session, causing confusion.
  79. Ivar pointed out that a logic error where a data variable was indicated as if it were a support variable, making "show all" insensitive.
  80. Ivar pointed out that the summary of rank 3 variable without DEPEND_2 didn't show any info about the last dimension. Assert that getDimensions will not return null.
  81. Ivar pointed out that the summary of rank 3 variable without DEPEND_2 didn't show any info about the last dimension. Now point in ellipses to indicate higher dimensionality.
  82. logging, prepare for uniq hash of parameters
  83. don't process parameters unless the script is whitelisted and non-null
  84. release notes
  85. syncTo glow
  86. https://github.com/das-developers/das2java/issues/61: glow property added
  87. release notes
  88. release notes
  89. mod was never included in the data mash up dialog
  90. give a better error when home/jbf/... was used for the filename.
  91. release notes
  92. saveAs dialog provides option to save using %{PWD} references.
  93. release notes
  94. release notes
  95. release notes
  96. release notes
  97. release notes
  98. release notes
  99. release notes
  100. release notes
  101. handle quotes, which were getting in there from URI history, removing pairs of single quotes
  102. release notes
  103. support where bundleDescriptor is not found
  104. use formatter property of datasets
  105. release notes
  106. release notes
  107. bugfix: run multi thread didn't set the parameters in the URI
  108. release notes
  109. catch exception when initializing with file:///home/jbf/ct/autoplot/u/2023/sadie/20230608/juno_cruise_bad.txt which resulted in GUI staying locked.
  110. catch exception when initializing with file:///home/jbf/ct/autoplot/u/2023/sadie/20230608/juno_cruise_bad.txt which resulted in GUI staying locked.
  111. rfe806: preserve message that script had issued using setStatus. "executing script" and "done executing script" messages should be issued by the same code.
  112. rfe806: preserve message that script had issued using setStatus. "executing script" and "done executing script" messages should be issued by the same code.
  113. release notes
  114. bug2520: use https to connect to test server in test024.
  115. release notes
  116. release notes
  117. temporarily disable gzip so that progress bar is visible and long requests do not time out.
  118. release notes
  119. release notes
  120. move over new changes for the 2023 version of the scripts, which improve constraints on parameters.
  121. GUI is nearly complete, but was never integrated
  122. release notes
  123. release notes
  124. allow plot to be set to ""
  125. Ivar pointed out warning where it assumed it was the first dimension.
  126. trivial comment explaining why http certs are disabled.
  127. release notes
  128. only include the first line of the quality control comment in the CSV.
  129. release notes
  130. echo the filename of the csv used, and allow open in browser, which for me results in open in libre office.
  131. release notes
  132. rfe802: instead of redundant timeRange, show caption (label), which is typically the timeRange.
  133. trivial javadoc for properties
  134. rfe802: check that the caption doesn't contain spaces.
  135. rfe802: add write to csv option.
  136. bugfix when listing certain directories, probably associated with %25s in name.
  137. release notes
  138. release notes
  139. release notes
  140. makeColorTable supports Units.rgbColor
  141. https://sourceforge.net/p/autoplot/bugs/2517/: this is fixed by replacing the "setResetPlotElement" which was mistakenly removed.
  142. https://sourceforge.net/p/autoplot/bugs/2516/: this is fixed by checking that the datum units are ratio units with a meaningful zero.
  143. bugfix: "vap+hapi:https://jfaden.net/HapiServerDemo/hapi?id=icwc&parameters=Conditions&timerange=2023-03-31+through+2023-04-04" would result in NullPointerException
  144. bugfix: "vap+hapi:https://jfaden.net/HapiServerDemo/hapi?id=icwc&parameters=Conditions&timerange=2023-03-31+through+2023-04-04" would result in NullPointerException
  145. whoops, forgot to update timestamp
  146. production release new code which allows datasetToArray to be called from scripts.
  147. trivial change to allow breakpoint at isBigEndian
  148. add accessor to get the variable type, to support "insert" in Autoplot CDF export.
  149. bugfix: remove debug printlns
  150. make datasetToArray public
  151. release notes
  152. release notes
  153. catch the runtime error Andrei sees occasionally.
  154. release notes
  155. release notes
  156. release notes
  157. support isotime, isotime as events list.
  158. update time stamp
  159. release notes
  160. release includes new launchers
  161. release notes
  162. check with another dataset, need to look at BUNDLE_1 as well.
  163. flatten rank2 to support BMag;BGSE for HAPI server support
  164. flatten rank2 to support BMag;BGSE for HAPI server support
  165. release notes
  166. 2514: don't put in the timetags for a variable which is being appended.
  167. don't put in the timetags for a variable which is being appended.
  168. put in todo and link to bug2514, where it can't determine that existing timetags can be used.
  169. release notes
  170. rte_0373978553: throw exception when width is zero seconds. Thanks trunali1131!
  171. rte_0373978553: throw exception when width is zero seconds. Thanks trunali1131!
  172. experiment with using PromptComboBoxEditor
  173. bugfix: formatDataSet inspect URI action would RTE when carot was after the last character
  174. clear the axisOffset and labelOffset properties.
  175. release notes
  176. rfe https://sourceforge.net/p/autoplot/feature-requests/798/: preserve x axis dimension.
  177. release notes
  178. release notes
  179. release notes
  180. release notes
  181. findbugs DLS_DEAD_LOCAL_STORE
  182. update version number
  183. put in a divider between submit and print buttons
  184. add print svg and pdf buttons
  185. release notes
  186. add prompt to search box, tooltip clarifies that they are regex
  187. add prompt to search box, tooltip clarifies that they are regex
  188. bug 2512: initial support for complex numbers.
  189. bug 2512: fixed whoops in complex double
  190. bug 2512: initial support for complex numbers.
  191. bug 2512: initial support for complex numbers.
  192. bug2511: use DatumRange.newRange with nominal data because of order.
  193. check for rank 1 complex number.
  194. support for complex arrays
  195. bug 2501: one last place where the map key should not be the ByteBuffer.
  196. bug 2501: correction to completions, which would only drill down into what started with the completeble.
  197. release notes
  198. release notes
  199. bugfix: Only read the IDLsav file once.
  200. bugfix: ReadIDLSav kept a cache of variable positions within the file, where the map keys were the ByteBuffer, but calculating the hash of a ByteBuffer is very expensive.
  201. move the arg_0 parameter up to the top since it is primary.
  202. bugfix in completions for IDLSav
  203. add completions for new dims parameter
  204. rfe797: add dims=[48,64]
  205. rfe797: support simple calculations like rank2=0:64*48
  206. release notes
  207. add link to documentation on RunTime Error submissions
  208. https://sourceforge.net/p/autoplot/bugs/2501/ clear the incorrect metadata
  209. https://sourceforge.net/p/autoplot/bugs/2501/ clear the incorrect metadata
  210. https://sourceforge.net/p/autoplot/bugs/2501/ clear the incorrect metadata
  211. release notes
  212. add fancy completions for X= and Y= parameters that show just the compatible parameters.
  213. add fancy completions for X= and Y= parameters that show just the compatible parameters.
  214. bugfix: rbspa_rel03_ect-rept-sci-L3_$Y$m$d_v$(v,sep).cdf?x=B_Calc&B_Calc;B_Eq;MLT;L&timerange=2012-10-01 works properly. selecting the four parameters.
  215. bugfix: ?DENSTOT&X=EPOCHL2&xunits=cdfTT2000 resulted in units on the wrong dataset
  216. release notes
  217. bugfix: support 64 bit ulongs, kinda
  218. bugfix: second click on "Select CDF Variable" would not update metadata panel.
  219. slice1 properly reads the label again. rte_2101508540: correction to allow loading of b[:,0];b[:,1];b[:,2] again, which was broken with recent change. Thanks Dante!
  220. trivial, old code now uses svalue to get label, instead of creating Datum.
  221. release notes
  222. release notes
  223. release notes
  224. remove code which had no effect, turning , into COMMA and COMMA into ,. Turn off delimParser.guessUnits when we use multi-field time locations.
  225. remove use of deprecated dr.rescale method.
  226. getFile('https://gith<C>') completions supported
  227. bugfix: svg wasn't supported because of more recent changes with log files.
  228. add usecache=false parameter at Bob's request
  229. release notes
  230. check for a reasonable valid range and use it for startDate and stopDate.
  231. set the valid range to the range found in all.xml.
  232. release notes
  233. release notes
  234. release notes
  235. bug 1696: setting plotId automatically anchors to canvas (soon plot), not data.
  236. bug 1696: setting plotId automatically anchors to canvas (soon plot), not data.
  237. release notes
  238. update version
  239. support virtual variables when multiple variables are loaded at once.
  240. clean up handling of non-ascii characters and spaces.
  241. clean up handling of non-ascii characters and spaces.
  242. clean up handling of non-ascii characters and spaces.
  243. commit old code which supported groupIds, which I think was an experimental feature. I'm going to remove it next commit.
  244. release notes
  245. newline
  246. add "go" button
  247. blank indicates action the scientist should take.
  248. update version
  249. correct link to demo.jsp. Remove pointer to github area which is incorrect, the current version is here.
  250. show gray blank plot when URI or VAP is not specified. Correction to URLEncoding.
  251. show gray blank plot when URI or VAP is not specified. Correction to URLEncoding.
  252. try to get the message out to the scientist
  253. lower LIMIT_STATS_COUNT to 150M after seeing https://cottagesystems.com/data/maps/earth/NE1_50M_SR_W.png takes upwards of 30 seconds to process. Load larger sets in the background.
  254. lower LIMIT_STATS_COUNT to 150M after seeing https://cottagesystems.com/data/maps/earth/NE1_50M_SR_W.png takes upwards of 30 seconds to process.
  255. release notes
  256. makeValid will remove domNodes with duplicate IDs.
  257. validateDom will at least catch when a .vap doesn't contain unique ids.
  258. validateDom will at least catch when a .vap doesn't contain unique ids.
  259. release notes
  260. rfe 796: when the default is a datumRange and the units are timeLocation units, then use a time range dialog.
  261. when the default is a datumRange and the units are timeLocation units, then use a time range dialog.
  262. when the default is a datumRange and the units are timeLocation units, then use a time range dialog.
  263. bugfix: when there are multiple getParams with the same variable name, use the last one.
  264. bugfix: remove debug println
  265. bugfix: layout wasn't set on the options panel, so it could not be resized.
  266. bugfix: Sadie noticed where if(len(r_erg)) would always be included. (/home/jbf/ct/autoplot/u/2023/sadie/20230131/testing_dial_Jan31.jy)
  267. bug 2501: don't allow EwEw&X=EwEw
  268. bug 2501: rename variable trivial
  269. bug 2501: correct where subset is used for X or Y
  270. bug 2501: when non-support variable is selected, show all variables.
  271. whoops, set isSupport
  272. the X and Y tabs now only show parameters which are consistent with the dependent parameter.
  273. https://sourceforge.net/p/autoplot/bugs/2501/: introduce new CdfUtil.getPlottable(file,options) which returns metadata in record, instead of string describing variable, so that additional operations can be done.
  274. release notes
  275. rte_1865701214: strange error, just catch the error when setting the status bar text instead of annoying the scientist.
  276. release notes
  277. add TimeUtil.isValidFormattedTime
  278. not Integer.parseInt
  279. update version
  280. remove width and height after loading.
  281. remove width and height after loading.
  282. document identifyContinuousBlocks introduction
  283. bugfix:script trace mode didn't properly set offset.
  284. release notes
  285. set the row and column if plotId is specified in annotation command.
  286. 2496: remove old debug code.
  287. release notes
  288. release notes
  289. release notes
  290. release notes
  291. remove debug code
  292. bugfix https://sourceforge.net/p/autoplot/bugs/2497/, allow "5" and PWD to be considered trivial.
  293. 2496: more logging
  294. 2496: more logging
  295. 2496: more logging
  296. 2496: remove tests
  297. 2496: commit for testing on testing server
  298. 2496: print the inputs and output to the autoRange call
  299. 2496: print the stack trace for the plotDefaults, not the plot
  300. put in stack trace to figure out what path it is taking
  301. bugfix:swe19970812.nc?Time was broken because the non-digit whitespace was needed for the logic.
  302. try to track down strange problem where autoranging during testing is sometimes different (2005-12-31T22:00 to 2006-01-02T01:00)
  303. bugfix: monitor finished would be called twice
  304. update version
  305. use new control, which is based on JavaScript version of TimeUtil.js
  306. use new control, which is based on JavaScript version of TimeUtil.js
  307. release notes
  308. formatted times within HDF5/NetCDF can contain delimeters, like 2022-12-28T00:00Z.
  309. support image autorange qube's log=true property
  310. allow scripts to peek at who is listening for a property, will be used for debugging.
  311. allow scripts to peek at who is listening for a property, will be used for debugging.
  312. release notes
  313. remove emfisis from list of tests
  314. add min, max, and extend autorange hints
  315. add min, max, and extend autorange hints
  316. revert code which would only remove gaps when the plots were attached to the margin column
  317. don't make new columns when so many columns have been created already.
  318. release notes
  319. release notes
  320. bugfix: "vap+das2server:" would cause popup error now because it tried to handle the URL. Correction for runtime error when "vap+das2server:xxx" is used.
  321. release notes
  322. bug2293: Mashup Tool occasional ClassCastException. Catch any exception, when for some reason it's not catching the particular exception.
  323. add a few more routines into the trivial calls list, so that """mm= dict( zip( map( lambda d : 'field%d'%d, ii), ss ) )""" is supported.
  324. release notes
  325. support boundingBox and the output of boundsDataset command
  326. release notes
  327. use cottagesystems.com for RTEs, since I'm having trouble with my jfaden.net certificate
  328. bug 2491: The strange message was because it was assuming it could coerce the strings into datasets. I've added a new mode where you can plot a URI but with a different timerange.
  329. release notes
  330. correction to new code, which needed to look for time strings like $Y$m$d$H$M$S$(subsec,places=3)
  331. release notes
  332. correction to completion where getDataSet( x+'?<C>' ) was preventing completion in y=getDataSet( '<C>')
  333. push the unidentified state.
  334. release notes
  335. https://sourceforge.net/p/autoplot/feature-requests/793/: handle nominal data
  336. https://sourceforge.net/p/autoplot/feature-requests/793/: handle nominal data
  337. remove redundant scale and timerange when xaxis is bound.
  338. remove redundant range and scale diffs, leaving just "scale"
  339. submenu rename
  340. release notes
  341. menu change
  342. acceptsData checks schemes for bounds.
  343. release notes
  344. javadoc and lambda use
  345. remove debug println
  346. "bounds" is included in plot types menu. "Plot Style" submenu renamed "Plot Type." Style is clearly wrong and used elsewhere on the GUI (font and colors in menubar).
  347. "bounds" is included in plot types menu. "Plot Style" submenu renamed "Plot Type." Style is clearly wrong and used elsewhere on the GUI (font and colors in menubar).
  348. release notes
  349. release notes
  350. release notes
  351. release notes
  352. bugfix: reject would cause a web call to get the logo, used to verify that there is a server there. When there isn't a server or some other issue, this would hang the GUI thread. Instead, always assume it's okay and use GUI feedback.
  353. release notes
  354. release notes
  355. 2488:flash DODGER_BLUE, not RED which is too alarming.
  356. support orbit numbers generation
  357. corrections to support polar=T in bounds renderer.
  358. guessSlice checks for array of bounding boxes because boundsRenderer can be used.
  359. add controls for texture backhash and crosshash
  360. add polar checkbox
  361. add texture combo box
  362. test013 showed NullPointerException when I didn't check for null in dims (non-qube).
  363. support rank 3 array of bounding boxes
  364. add quick and dirty resizeOption property
  365. release notes
  366. log a warning if the dataset is too big to perform stats.
  367. print the recent bookmarks file that cannot be read.
  368. print the recent bookmarks file that cannot be read.
  369. release notes
  370. bugfix: binding immediately after initializing the pngwalks would result in runtime error, causing the binding to fail.
  371. don't throw runtime error when the scientist uses the wrong directory name
  372. bugfix: pngwalk should not throw exception when the pngwalk does not exist. This is the scientist's problem to fix.
  373. minor corrections
  374. release notes
  375. release notes
  376. release notes
  377. release notes
  378. release notes
  379. record the user agent so that robots can be filtered.
  380. remove logger message that Integer is not going to be resolved for #ref. This seems obvious.
  381. bugfix: #ref in array was not properly handled, where I tried to make bins "$ref":"#/definitions/energy_bins"
  382. support unary minus and plus, and correct some formatting issues.
  383. add tooltip advertising run batch concurrent invocation. Tweak language in the run concurrent dialog
  384. remove virbo.org which no longer exists
  385. release notes
  386. https://sourceforge.net/p/autoplot/bugs/2483/: exampleInput routine limits reads of the URI to two days. It's easy to get very long reads, which is confusing when it pauses.
  387. release notes
  388. bug 2481: multi-field times with tab delimiters
  389. attempt to improve feedback when setTimeRange is called when there are no timeranges
  390. trivial netbeans suggestions
  391. "Jump To" action includes methods within classes.
  392. PyException was not printed.
  393. release notes
  394. release notes
  395. release notes
  396. handle completions on Jython object with fields.
  397. release notes 20221003a
  398. bugfix: calling getDataSet from a script would result in NPE, I hadn't tested with density= getDataSet('vap+cdaweb:ds=RBSP-A_DENSITY_EMFISIS-L4&filter=rbsp&id=density&timerange=2017-12-05')
  399. release notes
  400. correction to substring when it is within parenthesis
  401. add xrange(i,j) to list of conversions
  402. simply copy over the indent from the Java code, assuming the Java code has been formatted.
  403. add LIMIT_HUGE_DATASET, to improve handling of billion-point datasets.
  404. trivial javadoc
  405. surl is not a regex, and needs to be converted to one.
  406. uncommitted change for Windows
  407. release notes
  408. release notes
  409. 2453: refactor getReader(fname) so that one method (getReader(fname,map)) is used to get the reader, reducing repeated code.
  410. 2453: use CDFReader.getReader, which does not have the 2GB file limitation.
  411. 2477: aggregate uris skips over vap+internal, https://github.com/autoplot/dev/blob/master/bugs/sf/2477/aggregateMe.jy
  412. release notes
  413. correction in maybe to load the length as a long was flawed. This branch must not be used, because I'm just now finding the error.
  414. editor tools scripts were loaded on the event thread.
  415. hasX logic needs to check for * as well as $x, since * will be converted to $x later.
  416. hasX logic needs to check for * as well as $x, since * will be converted to $x later.
  417. correction where regex was handled improperly
  418. release notes
  419. release notes
  420. release notes
  421. bug2475: kludgy solution. TODO: study this again next week.
  422. don't offer rank 3 and higher data for X and Y, which are intended for independent data.
  423. trivial rename y and x lists
  424. release notes
  425. second kludge preventing takeScreenshot script from loading.
  426. javadoc
  427. use conventional lock
  428. release notes
  429. bug 2134: assignment to rank 2 when using rank 1 list of indices.
  430. release notes
  431. release notes
  432. bug 2471: test148 showed were the guessRenderType check was a bit too eager to use colorscatter.
  433. release notes
  434. release notes
  435. trivial try-with-resources
  436. 2472: simplify code and see what breaks
  437. release notes
  438. release notes
  439. for some reason, arrays were not allowed in user properties. They are fine.
  440. use standard code to make relative URI absolute (on non-Windows)
  441. don't initialize the CDAWebDB if we're going to use the web service to get the list of files, since it takes 20-30 seconds to initialize
  442. use intersects instead of contains when checking the time, so that P10D (last ten days) includes a file for today.
  443. whoops
  444. try to get it to match the template
  445. match up jnlp to internal jnlp, which is used for security and might be the problem I've been seeing
  446. add mine type and extension for PDS lblx files
  447. release notes
  448. updates to the release page, removing 12 year-old messages which aren't helpful.release notes.
  449. bugfix: bundle from HAPI bundle to export to CDF would fail.
  450. release notes
  451. release notes
  452. bug 2467: pass in the number of records that we're expecting. This actually not needed since we have the dependent data which has the record count, but I'll leave the private API change in there because it touched a bunch of places, was verified, and would be information that's useful to have.
  453. print the stack trace, since there was a runtime exception which was buried because of this code. This needs further review, since there are multiple reasons an IllegalArgumentException might be thrown
  454. bugfix, where https://cdaweb.gsfc.nasa.gov/sp_phys/data/psp/fields/l2/dfb_dbm_vac/2021/psp_fld_l2_dfb_dbm_vac_2021011812_v02.cdf?psp_fld_l2_dfb_dbm_vac1 had data psp_fld_l2_dfb_dbm_vac1[2,524288] which triggered a "bins kludge" which was very slow.
  455. release notes
  456. correction
  457. release notes
  458. release notes
  459. 2464: ancient bug in completions discovered and fixed. It must be that $m and 02 are the same length, so the bug didn't show until * meant "jno-PJ1-ionosphere-LFRH-Survey-16-240-1215-1320"
  460. 2459: try without quotes
  461. release notes
  462. 2463: Allison had erg_hep_l2_omniflux which has energy [2,n] for bins, and this is now supported.
  463. DataSource should be Java 8 project.
  464. release notes
  465. release notes
  466. release notes
  467. release notes
  468. bug 2461: re-run one shouldn't copy the dom. This doesn't work for many scripts.
  469. See bug 2461 https://sourceforge.net/p/autoplot/bugs/2461/
  470. revert feature from march where the dom was used to try and allow for multi-threaded processing including use of the dom. This didn't work, and multi-threaded processing only works when the dom isn't used, so this bit of code will be reverted.
  471. add separate "cancel" button
  472. limit filenameProvidesContext to hours datasets where range is -48 to 48, otherwise unexpected results occur which are difficult to debug.
  473. limit filenameProvidesContext to hours datasets where range is -48 to 48, otherwise unexpected results occur which are difficult to debug.
  474. support xunits when DEPEND_0 is used to automatically connect variables.
  475. support xunits when DEPEND_0 is used to automatically connect variables.
  476. os.family is coming back null on some platforms.
  477. control "timerange" parameter with time range GUI.
  478. release notes
  479. bugfix: colons in timerange parameter would be misinterpretted, mangling the time.
  480. release notes
  481. AVERAGE_TYPE property
  482. guard against NullPointerException when os.family is not set
  483. release notes
  484. don't rely on xml extension to detect label, since lblx can also be used.
  485. release notes
  486. remove debug println
  487. release notes
  488. bug2456: debug printing left in but commented out
  489. bug 2456: catch exceptions in RunLaterListener that would prevent other listeners from getting the message
  490. release notes
  491. bugfix 2455: Bill noticed case where script would now hang because list assignment was not the same length.
  492. release notes
  493. release notes
  494. release notes
  495. release notes
  496. bugfix: PWD needs to be the PWD of the script, not of the data.
  497. print a more precise error when a variable's block size is greater than 2GB.
  498. bugfix: code assumed that Ops.unbundle result was ArrayDataSet. New rule that RENDER_TYPE=scatter is inherited means the result won't necessarily be ArrayDataSet. MutablePropertyDataSet is sufficient and is unlikely to cause problems.
  499. release notes
  500. bug 2451: back out change from Mar 21 (rev 26562), which broke existing functionality
  501. trivial netbeans suggestion
  502. todo: windows
  503. release notes
  504. trivial use lamdba function
  505. release notes
  506. add support for ODL and STS in particular.
  507. advertise compatibility with HAPI servers, since this is probably more useful to space physics than openDAP.
  508. make sure plot information is in the output when creating pngs.
  509. trivial javadoc
  510. release notes
  511. release notes
  512. remove synchronized blocks which would hang Sadie's mac, replace with limited use of ReentrantLock.
  513. trivial diamond
  514. release notes
  515. rfe781: pngwalk tool "show only QC records" more options
  516. release notes
  517. remove check for imports which seems a bit unnecessary since connections are only allowed from localhost.
  518. remove old TODO
  519. add specialColors editor
  520. add specialColors editor
  521. release notes
  522. correct when tool.version is null, which happens
  523. clarify when { is seen on the stream, which is very different than getting the wrong number of fields.
  524. release notes
  525. check for pwd + product + version + .vap as well as pwd + product + .vap
  526. release notes
  527. allow a space to insert multiple columns
  528. allow a space to insert multiple columns
  529. add json so that JythonCommands can advertise completions
  530. release notes
  531. make it much more likely that we are automatically synchronizing data.
  532. handle when offline mode prevents getting javadoc
  533. allow for """interp= getParam( 'interp', vv[0], 'interpolate type', vv )"""
  534. corrections to support bin_chorus_micro_madeis.jy
  535. readConfiguration is now a trivial function call. refactor to use only one popup to show simplified script
  536. release notes
  537. crossProduct function added, release notes
  538. include json files in single-jar output
  539. include json files in single-jar output
  540. include json files in single-jar output
  541. add more precise completions for plot.
  542. add more precise completions for plot.
  543. bug2445: ensureMutable method always makes a copy of the data.
  544. change to autoplot-release-2022
  545. release notes
  546. release notes
  547. include map in the list of resolvable symbols
  548. don't print SCALEMIN SCALEMAX warning when they are NaN, NaN.
  549. clarify readConfiguration javadoc
  550. add to moveToJustAbove
  551. add to moveToJustAbove
  552. add to moveToJustBelow
  553. release notes
  554. bug 2444: create a new interpretter each time, so that information doesn't leak from one run to the next.
  555. refactoring to improve code readability
  556. refactoring to improve code readability
  557. rename icons for working -> ICON_WORKING. "Re-Run script" was done on event thread
  558. release notes
  559. bugfix: HAPI label property can be a string array, in which case each component has a label.
  560. bugfix: HAPI label property can be a string array, in which case each component has a label.
  561. release notes
  562. 2443: improvements to read-only and writable filesystem support.
  563. release notes
  564. correct usename typo
  565. release notes
  566. release notes
  567. support vapfile in .pngwalk file. Support ../junofgm in baseurl.
  568. whoops, JSyntaxPane was an absolute reference so it couldn't be built on the server
  569. whoops, JSyntaxPane was an absolute reference so it couldn't be built on the server
  570. test071 showed that app.scriptPanel is null for the first five seconds, to improve startup time.
  571. somehow in testing null is getting into refactored code.
  572. update jsyntaxpane version
  573. refactor to remove JythonScriptPanel references from JythonUtil, which was preventing compile of the AutoplotServlet (and mixed GUI with business logic).
  574. http->https
  575. release notes
  576. add re-run script to review run batch
  577. release notes
  578. add re-run script to review run batch
  579. trivial fix imports
  580. add popup menu and actions to the completed jobs view. Presently you can just copy the script URI.
  581. release notes
  582. release notes
  583. findbugs INT_BAD_COMPARISON_WITH_NONNEGATIVE_VALUE
  584. findbugs DLS_DEAD_LOCAL_STORE. trivial cleanup
  585. findbugs DLS_DEAD_LOCAL_STORE. fix imports
  586. findbugs MS_SHOULD_BE_FINAL
  587. findbugs MS_SHOULD_BE_FINAL
  588. findbugs MS_SHOULD_BE_FINAL
  589. allow the .vap file to live next to the .pngwalk file.
  590. allow the .vap file to live next to the .pngwalk file.
  591. add "problem save next" button. remove old menu items for start digitizer and start QC, which was confusing.
  592. release notes
  593. trivial fix imports
  594. trivial javadoc
  595. javadoc for where support methods
  596. make where support methods static
  597. test100 showed where new reset code would ignore RENDER_TYPE=hugeScatter.
  598. test100 showed where new reset code would ignore RENDER_TYPE=hugeScatter.
  599. release notes
  600. release notes
  601. bug2441: handle implicit unbundles by making them explicit
  602. cancel after shift-Go will just cancel, not run single-thread. Allow the number of threads to be controlled.
  603. cancel after shift-Go will just cancel, not run single-thread.
  604. add secret feature where shift-GO will offer to run jobs in parallel.
  605. add URI and vap metadata to output of AutoplotServer
  606. release notes
  607. parker solar probe files have many empty variables, so add option to filter these out.
  608. keep track of the last template used.
  609. BatchMaster name changed to RunBatchTool to match external name for it.
  610. bugfix: das2server redirects would mess up the plus which is used to indicate a space.
  611. indicate the units of the progress numbers.
  612. experiment with using Das2Stream timetags to provide progress feedback.
  613. experiment with JFormattedTextFields, which have immediate verification of inputs.
  614. release notes
  615. release notes
  616. swingUtilities.invokeLater is needed to update properly.
  617. release notes
  618. release notes
  619. rfe775: bugfix where second argument wasn't working
  620. rfe775: pngwalk tool enables the script button regardless of $Y or no $Y.
  621. rfe775: AutoplotServlet's ScriptGUIServlet also embeds the script URI in the image.
  622. rfe775: trivial change
  623. rfe775: bug fixed in doSelectMultiple
  624. rfe775: rfe If the png metadata contains "ScriptURI", then allow the operator to jump back into Autoplot, just as if they had a .vap.
  625. add pngwalk tool button
  626. Use "PNG Walk Tool" not PNG Walk Viewer in menu
  627. add the script name and parameters to the png outputs.
  628. correction to implement cancel
  629. release notes
  630. pick up min and max from constraints.
  631. pick up min and max from constraints.
  632. Jython Param now is its own class.
  633. Jython Param now is its own class.
  634. Param now is its own class.
  635. add droplist item to show scientist how multiple items are selected
  636. release notes
  637. rfe775: trim the extra spaces some people like to put in
  638. rfe775: support generate with multiple arguments.
  639. rfe775: support generate with multiple arguments.
  640. allow right parameter to be multi-arg
  641. release notes
  642. javadoc was never written for APSplash.
  643. when an exception occurs when running the simplified version of the script, still show the completions for known commands. Improve the appearance of the "eval error" message's documentation.
  644. set the sortPriority low so that it appears at the top of the list.
  645. old kludge for addMouseModule is corrected.
  646. Update to include the newest version of jsyntaxpane jar.
  647. initial support for tuple interpolation to get completions
  648. release notes
  649. release notes
  650. allow num to be resolved to str(num) in tryResolveNode
  651. lock file wasn't deleted when we check for no data.
  652. add demo showing attempt at fixing the html doc view in script editor.
  653. update version.
  654. add a note about source and allow 10.255
  655. only use X-Forwarded-For when the remote host is a client we trust.
  656. new version
  657. HapiDataSourceFactory completions now support timerange and parameters discovery
  658. popString function now returns an offset, since it might add constant strings to the front, changing the offset.
  659. introduce getLineNumberForOffset, which can be used with JTextComponent.
  660. introduce code to do a little Jython implementation to support URI completions when the URI is formed with string concatenation.
  661. introduce tryResolveStringNode
  662. introduce tryResolveStringNode
  663. release notes
  664. release notes
  665. release notes
  666. release notes
  667. pressing cancel should also cancel the batch process.
  668. update to jsyntaxpane-1.2
  669. these are removed in Java 12, so temporarily include them so we can run on both Java 8 and Java 12.
  670. correction to code when multi-line strings are used, generalize code.
  671. leave string expressions in code for completions, to assist in debugging.
  672. release notes
  673. bugfix:triple-quotes check didn't check for """, only '''.
  674. bugfix: number argument "green= getParam( 'green', 100, 'green', { "label":'Green', "min":0, "max":255 } )" didn't work.
  675. rfe772: Run Batch Tool sets list of M arguments
  676. release notes
  677. rte768: support for .tar, .tgz, and .tar.gz
  678. accidental reformat code with Netbeans 12.
  679. make resolveIndependentAxis static and public to enable testing. Add kludge for mvn_swe_l2_arcpad pitch angles to allow for study.
  680. https://pds-ppi.igpp.ucla.edu/data/maven-swea-calibrated/data/arc_pad/2016/03/mvn_swe_l2_arcpad_20160316_v04_r01.xml?energy shows where the resolveIndependentAxis fails.
  681. check for (Y;end) when indicating gaps
  682. update version number
  683. get rid of demo.html, so that there's only one code. update the HTML addressbar with the current URI. make timeranges more efficient.
  684. bug introduced in refactoring
  685. release notes
  686. remove old jsyntaxpane
  687. version
  688. verifier tests show that 1 ms read would cause internal 500 error.
  689. corrections to cache logic when cache file cannot be written
  690. check write access when creating cache files.
  691. use try-with-resources to make sure things are closed properly. Check for 400 error and clean up error stream.
  692. release notes
  693. add decimalYear.
  694. release notes
  695. bugfix: diff was done backwards
  696. remove reference to jsyntaxpane, which is now 1.2.0
  697. trusted client should check 0:0:0:0:0:0:0:1 for X-Forwarded-For as well.
  698. update server version
  699. compile the patterns used for input validation once. Limit lines to 132 characters.
  700. compile the patterns used for input validation once
  701. Util.isTrustedClient puts all the security checking in one place.
  702. Util.isTrustedClient puts all the security checking in one place.
  703. always report the directory when unable to get the cache
  704. update version number
  705. update version number
  706. update to use start and stop for HAPI 3.0 servers.
  707. update version
  708. trivial
  709. we needed to find a different way to get rid of space and replace with "Z" because that code is also used for QStreams
  710. update version number
  711. allow remote address of 192.168.0.x temporarily.
  712. use start and stop
  713. update version, going nuts...
  714. version 3.0 servers should support start and stop parameters.
  715. version 3.0 servers should support start and stop parameters.
  716. update HAPI_SERVER_HOME
  717. update the version
  718. update the version
  719. trivial
  720. add commented code which relays the HAPI_SERVER_HOME
  721. add logging for binary response. unverified correction to extra byte which is clipped from binary response's times.
  722. bugfix: remove old message about coding on Saturday mornings, there's nothing wrong with that state.
  723. remove goto-line action that is annoying, shift+click is required
  724. bugfix: if there was error when getting the catalog, then the last successful catalog would be shown, but with the new hapi server URL.
  725. browse trigger recognizes https://.../hapi/ as HAPI server
  726. release notes
  727. clear the busy icon and make inspect sensitive when we are going to throw a RuntimeException
  728. release notes
  729. trivial fix imports and comment
  730. update version
  731. also, blacklist check on .vap file argument would throw NullPointerException because uri was used instead of vap.
  732. add server PID to the cache directory, so two servers running as different users can work side-by-side.
  733. check for exception when creating log file
  734. log execution times to logger
  735. release notes
  736. "trace" functionality scrolls along with the script program counter
  737. "trace" functionality scrolls along with the script program counter
  738. reimplement script "trace" functionality using Jython AST parser to separate the lines
  739. run batch used showOpenDialog for save
  740. release notes
  741. add fill color property
  742. support detection of bounding box
  743. support for bounding box
  744. trim the value of the argument. No argument can contain leading or trailing spaces. (It's too easy to do and for every one time you mean for it to be there, there's a 100 times you didn't mean for it to be there.
  745. Rename, fix paths, which didn't properly identify location of the jardesc/jar in autoplot.
  746. release notes
  747. release notes
  748. recently-added code for string data assumed there were at least two columns coming back.
  749. handle bundle(X,Y) autoranging
  750. trivial netbeans suggestions
  751. release notes
  752. bugfix 2429: correction to only do the automatic depend0 logic when the column isn't column 0.
  753. release notes
  754. bugfix 2429: only do the automatic depend0 logic when the column isn't column 0.
  755. release notes
  756. release notes
  757. release notes
  758. rfe651: add resetOrbitsFor so that the green play button will always reload the file.
  759. annotate patch scrolls to location of first patch. Also scrollTo does an invoke later, which wasn't mentioned in the last commit.
  760. scrollToOffset now shows three lines preceding (or about) to show context.
  761. release notes
  762. remove trailing whitespace after noticing that Windows doesn't work properly (make private)
  763. remove trailing whitespace after noticing that Windows doesn't work properly
  764. release notes
  765. release notes
  766. rfe363: remove fall-through code so that branches can be studied.
  767. rfe363: special handling of allowCache= getParam( 'allowCache', True, 'allow storage of ephemeris to local file', [ True,False ] )
  768. rfe363: isAssignableFrom was backwards
  769. bugfix where incorrect sort position was given to local variable.
  770. rfe363: xx= RHOmag[r] assigns QDataSet to xx
  771. rfe363: when traversing, assume unsupported node means we can't complete, instead of assuming we could
  772. rfe363: don't allow variable which is calculated in the else block to provide completions
  773. rfe363: assume that any binary operation is going to return a QDataSet.
  774. rfe363: allow completions using the symbol names which have been assigned to QDataSet using methods from Ops.
  775. rfe363: correct where JOptionPane,showConfirmDialog is included in completions.
  776. more time math mistakes
  777. bugfix at 2001-12 to 2002-01
  778. version number update
  779. remove check which seems incorrect for "2012-01" minus one month.
  780. formatISO8601Range optimizations for whole days and whole months.
  781. Add JAR description file for creating JARs from within Eclipse.
  782. hard-code width and height based on voyager lowrate application. Ideally this would be kept from the last invocation.
  783. 2426: throw an error when java.awt.headless is not set to true.
  784. add hidden button so the default is just to update (not previous, which was getting the "Enter" event)
  785. load TimeRangeParser.js
  786. correction to width, which is non-trivial for [2020,01,...] - [2019,12,...]
  787. TimeRangeParser handles "$Y-$m-$d"
  788. corrections to TimeRangeParser, and handle borrow
  789. corrections to TimeRangeParser
  790. release notes
  791. handle static method calls like TimeParser.create(), where we can infer types by looking at return types.
  792. queryMethods now detects that the context is an array and will get the Java component type so that completions are provided.
  793. showCompletionsView now trims the script to the carot position.
  794. rfe363: fix case where line was included which shouldn't have been
  795. release notes
  796. make the log directory
  797. commit to test Netbeans 12 with Java 11
  798. extraneous ; caused by whitespace after }. Keep track of known variables.
  799. support float and int constants which can be used to infer type. support tuples by echoing tuple, just for readability. only assign type once.
  800. indent on functions
  801. start to handle slices (/home/jbf/ct/autoplot/git/dev/demos/2019/20190219/customRenderer.jy to Java)
  802. correction to list
  803. refactor to remove repeated code
  804. refactor so that each node as accessible method
  805. improvements to support https://github.com/autoplot/dev/blob/master/demos/2022/20220104/simple_002.jy
  806. release notes
  807. 2424: set the application when running custom actions in the editor
  808. trivial Netbeans suggestions
  809. 2424: keep track of the app
  810. 2424: keep track of the app
  811. improve logging
  812. add getFile without progress monitor argument, to retrieve small files
  813. trivial javadoc
  814. allow %{PWD} to be used in configurationFiles
  815. add readConfiguration
  816. trivial make final
  817. hang_1147198202_20211230_080855: use ReentrantLock instead of synchronized blocks.
  818. hang_1147198202_20211230_080855: statusLabel use must be on event thread
  819. bug 2422 recent Javas complain about ByteBuffer.flip()
  820. release notes
  821. release notes
  822. release notes
  823. add developer action to see what script is being used to get GUI params
  824. trivial
  825. add demo of SwingWorker, which should be used in places where a long task is started from the event thread.
  826. execute custom actions off of the event thread.
  827. the PWD in the editor custom actions (like clone).
  828. release notes
  829. release notes
  830. trivial Netbeans suggestions
  831. trivial Netbeans suggestions
  832. scroll to where the bug is found in a Jython code.
  833. add GrannyTextEditor button.
  834. GitCommand now returns int code and response message.
  835. whoops, missed 64bit versions
  836. release notes
  837. go ahead and disable log4j2.formatMsgNoLookups even though the library is not used, just in case someone links it in with Jython.
  838. go ahead and disable log4j2.formatMsgNoLookups even though the library is not used, just in case someone links it in with Jython.
  839. new code to allow tests to have short names broke https://research-git.uiowa.edu/jbf/autoplot-testing/-/raw/main/test247.txt.
  840. check to see that the URI is actually something that could be requested, having a resourceURI.
  841. test099 private tests were broken by new change that allowed tests to be named
  842. release notes
  843. 2419: "jar://..." URI used with vap+wdc:ftp://ftp.ngdc.noaa.gov/STP/GEOMAGNETIC_DATA/INDICES/KP_AP/$Y?apkp=kp&timerange=1940+through+1942 because vap+wdc needed to check for internal version of the script showed that downloadResourceAsTempFile should only use new logic for http and https.
  844. new code to allow tests to have short names caused URIs with spaces to break.
  845. 2419: recent change to allow bookmarks files from GitHubFileSystem caused test010 to break because a directory was retrieved, not a file.
  846. release notes
  847. release notes
  848. AutoplotUI to will rebuild the script editor context menu after the editor bookmarks have changed.
  849. allow AutoplotUI to rebuild the script editor context menu after the editor bookmarks have changed.
  850. getTemporaryFile now checks the local file cache for the file, allowing temporary files to come from GitHubFileSystem
  851. new logic for test140 allows ids to be specified. See https://research-git.uiowa.edu/jbf/autoplot-testing/-/blob/main/test247.txt
  852. rfe 729: support for missing_value
  853. rfe 761: return the number of differences found.
  854. rfe 762: report problems when XmlFileDataSourceFactory rejects. I was very confused when this code didn't provide any feedback but I didn't know it was running.
  855. rfe 762: https://space.physics.uiowa.edu/voyager/data/voyager-1-pws-sa/data/$Y/vg1pws_lr_$Y$m$d_v5.10.xml demonstrates that AggregatingDataSourceFactory needs to peek inside the XML file to get the type.
  856. rfe 762: https://space.physics.uiowa.edu/voyager/data/voyager-1-pws-sa/data/$Y/vg1pws_lr_$Y$m$d_v5.10.xml demonstrates that AggregatingDataSourceFactory needs to peek inside the XML file to get the type.
  857. rfe 762: https://space.physics.uiowa.edu/voyager/data/voyager-1-pws-sa/data/$Y/vg1pws_lr_$Y$m$d_v5.10.xml demonstrates that AggregatingDataSourceFactory needs to peek inside the XML file to get the type.
  858. javadoc improvements
  859. release notes
  860. get invalid_constant, valid_minimum, and valid_maximum. add in support for rank 3 data, which still needs to be tested.
  861. release notes
  862. release notes
  863. trivial javadoc
  864. release notes
  865. bugfix when epoch16 was used with a component, the slice1 control was incorrectly trying to slice two-component epoch16.
  866. rte_0404633081_20211201: ctrl-Z when nothing has been done resulted in exception.
  867. rfe762: new code assumed URI had extension.
  868. rte280945130: NullPointerException when multiple parameters are loaded and one isn't in file. Thanks, Daniele!
  869. bugfix: arbitrary name "H_lo" used when id and arg_0 were not present, causing confusing messages. This was left in years ago presumably after debugging.
  870. correction for test https://jfaden.net/jenkins/job/autoplot-test142/
  871. bugfix: Juno TCA didn't subset when requiresInterval and item_00 was found in DSDF.
  872. add lblx extension.
  873. release notes
  874. release notes
  875. check that the image is actually changed and display a small "(no changes)" image when it is not used
  876. trivial whitespace to limit line length
  877. rfe764: arg_0 label specified
  878. arg_0 completions should be plotted (set maybePlot True)
  879. bugfix: NullPointerException when param didn't have units.
  880. correct spelling of indices
  881. experiment with a method for specifying a label, where the empty option is the one that provides the label.
  882. experiment with a method for specifying a label, where the empty option is the one that provides the label.
  883. bugfix in automatic aggregation of "$Y/$m/$d/$Y$m$dT$H_all.csv" where replaceLast, where kludgy code assumed the delimiter (- in $Y-$m-$d) was in a fixed position. Test templates also had delimiter identifier incorrectly marked as $3 instead of $4.
  884. trivial Netbeans suggestions. Remove unnecessary yield.
  885. whoops. "vap+pds4" was not a type
  886. trivial tweak javadoc and make sure no line is more than 132 characters.
  887. trivial tweak javadoc and make sure no line is more than 132 characters.
  888. release notes
  889. rfe762: DataSource now needs JSON parser
  890. rfe762: introduce DataSourceRecognizer to recognize file schemes.
  891. rfe762: introduce DataSourceRecognizer to recognize file schemes.
  892. move all images out of org.autoplot.datasource to resources
  893. release notes
  894. release notes
  895. allow numeric fields to have a comma in them.
  896. class does not need to be synchronized.
  897. Netbeans Java8 suggestions
  898. deprecate misspelled method name
  899. deprecate misspelled method name
  900. add "pull" action which is enabled for GitHubFileSystems
  901. read the current value of readOnlyCache and set the initial directory to that.
  902. release notes
  903. add ability to log to the eventThreadResponseMonitor. Wish I had this on old versions, but it'll be there for the future.
  904. add ability to log to the eventThreadResponseMonitor. Wish I had this on old versions, but it'll be there for the future.
  905. add ability to log to the eventThreadResponseMonitor.
  906. add "ms since 1970-01-01T00:00" to the list of units, since that comes up often
  907. echo JAVA_HOME
  908. trivial netbeans suggestions
  909. trivial netbeans suggestions
  910. move digitizer and QC tool to "Tools" menu
  911. move digitizer and QC tool to "Tools" menu
  912. trivial Netbeans Java 8 suggestions
  913. make QC Tool icons opaque, because they are hard to see on a dark background
  914. rfe761: handle where the QCTUrl is not set.
  915. call the commit method
  916. release notes
  917. release notes
  918. release notes
  919. qcturl property allows the Quality Control files to be written to another place, so that read-only pngwalks can be annotated.
  920. move GrannyTextEditor into dasCore
  921. change field "domPlot" to just "plot" to be consistent with other codes (dasPlot is the implementing object).
  922. thread-proof setup, after seeing strange NullPointerException in test071.
  923. release notes
  924. release notes
  925. release notes
  926. remove accidental import
  927. release notes
  928. 2412: undo should not be called from the event thread.
  929. release notes
  930. release notes
  931. more places to use newGrannyTextRenderer
  932. release notes
  933. release notes
  934. introduce !(painter;psym;circles;connect=solid) to GrannyTextRenderer
  935. 2412: remove inconsistent synchronized block
  936. 2412: correction after more testing
  937. 2412: new version would allow undo of the initial ground state, causing rte.
  938. 2412: new version would allow undo of the initial ground state, causing rte.
  939. 2412: changes to clean up undo/redo and remove synchronization blocks which led to rte_2038937185_20211104_103105_sadieelliott.xml
  940. tweak to test updates
  941. add description of extentions
  942. add description of extentions
  943. update version to reflect change in HAPI support with latest Autoplot version
  944. release notes
  945. add x_colorLookup
  946. add x_colorLookup
  947. update server version
  948. properly support characters with trim to length.
  949. update the version
  950. move the console output from the table so it can span the page
  951. update version
  952. whitelist/blacklist logic for server
  953. whitelist/blacklist logic for server
  954. David's suggestion that labels go around checkboxes to make them easier to click on.
  955. normalizeTime and other functions needed for next/prev buttons
  956. trivial reformat
  957. trivial, set width for console
  958. trivial change
  959. use tickValues property, rather than tickSpacing, since tickValues is the standard
  960. release notes
  961. release notes
  962. catch the Exception and report it to the console output.
  963. catch the Exception and report it to the console output.
  964. show the URI at the bottom of the screen
  965. leave the busy cursor while setURI is happening. I found that the ASCII source with huge text files would not give this useful feedback.
  966. 2410: address bar fires off two inspect GUIs. Make button gray and insensitive.
  967. set the yaxis to visible=false for events bar.
  968. set the yaxis to visible=false for events bar.
  969. set the yaxis to visible=false for events bar.
  970. enlarge the timerange field
  971. update version number
  972. add stats file to monitor performance. add key to log file.
  973. add stats file to monitor performance. add key to log file.
  974. introduce constants. prep for asynchronous operation
  975. trivial javadoc
  976. add timeout in loop that waits for output
  977. make QStreamMonitor and Das2Stream monitor public so they can be used in new streaming code.
  978. update version
  979. hide next/prev buttons while they don't work.
  980. correct checkboxes
  981. more code cleanup
  982. minor code cleanup
  983. recode to run script just once instead of twice for text and png output.
  984. undeprecate method with no explaination about why it is being deprecated
  985. release notes
  986. release notes
  987. add GrannyTextEditor button. Tweak instructional link label
  988. add GrannyTextEditor button. Tweak instructional link label
  989. release notes
  990. check syntax and give better message than RTE
  991. if no symbol is found, then allow the "old" textfield to be editted.
  992. clean up release screen
  993. whoops, specific label was clobbered
  994. allow T B R L for orient
  995. allow T B R L for orient
  996. release notes
  997. support both or just top/bottom/left/right
  998. support both or just top/bottom/left/right
  999. more string editors!
  1000. rfe758: add editor for layout strings
  1001. bugfix 2403: long result caused NullPointerException, since it has no package.
  1002. trivial
  1003. release notes
  1004. sometimes we can remove the getters and setters to mimic Jython behavior
  1005. 2405: add paste action with small editor and VariableRename refactoring.
  1006. 1961: never replace a saved .jy script with a .jyds. If you want to review the scripts used on the canvas, you must clear the editor first, then click on the data.
  1007. trivial javadoc
  1008. simplifyScript wouldn't handle subscripts properly. Put in kludgy code to provide completions for p=dom.plots[0] p=<C>
  1009. add setContext
  1010. add editor for autoRangeHints property.
  1011. add placeholder for AutoRangeHints
  1012. fire an actionEvent
  1013. update version number
  1014. remove the old code where I attempted to do this last time.
  1015. remove the old code where I attempted to do this last time.
  1016. capture the stdout as well as the graphic output
  1017. indicate the script which was to be run
  1018. release notes
  1019. add buttons to new Granny Text Editor
  1020. trivial javadoc
  1021. units for canvas size now allows the size to be set in inches or cm.
  1022. handle triple-quote in trace
  1023. trivial change variable name to 'script' to match other codes
  1024. release notes
  1025. 757: https://ci-pw.physics.uiowa.edu/job/autoplot-test037/ showed where the title isn't reset. Careless code must have picked up some case I'm not thinking of.
  1026. 757: add kludge to correct where loading a vap doesn't set the colorbarColumnPosition properly.
  1027. 757: add kludge to correct where loading a vap doesn't set the colorbarColumnPosition properly.
  1028. release notes
  1029. release notes
  1030. make logger name more precise.
  1031. release notes
  1032. release notes
  1033. remove difflib, is now in QDataSet
  1034. release notes
  1035. add support for dev/bugs/2021/20211015/moreReferenceTests.jy
  1036. release notes (whoops)
  1037. release notes
  1038. bugfix 1659: when dataset does not have master file, subTaskMonitor.finished was called twice, causing a warning to be issued.
  1039. add colorbarColumnPosition property, so that the scientist can have two axes on the right of the plot.
  1040. improve error feedback. Report Autoplot version, since it is often in question.
  1041. include link to documentation on annotations
  1042. 2399: verify times as they are read in from recent history.
  1043. verify the times as they are read in.
  1044. Removing some unused imports. One of them was not found, which was causing a problem with Java 16.
  1045. Removing some unused imports. One of them was not found, which was causing a problem with Java 16.
  1046. whoops, the libraries needed by PDS were never put into AutoplotAll.jar for testing.
  1047. clearify error message where filename is missing
  1048. allow rank2 waveform.
  1049. whoops, check for null if we haven't run a script before
  1050. whoops, check for null if we haven't run a script before
  1051. release notes
  1052. show diffs in security dialog.
  1053. introduce annotate patch
  1054. add see also to invokeLater, I was looking for runInParallel earlier this week.
  1055. make polygon
  1056. warn if there is are non-monotonic timetags.
  1057. delete change can be a list of deletes.
  1058. point to github area with example scripts, rather than old unmaintained pile of scripts Autoplot carries around.
  1059. add support for differences in code and data files.
  1060. add support for differences in code and data files.
  1061. improve enough to support git diff command and annotating changes.
  1062. release notes
  1063. add completions for x= and y=
  1064. add completions for filenameProvidesContext, but also avail and reduce.
  1065. add xunits control.
  1066. corrections to javadoc for applyLambda
  1067. add sleep to see if that fixes problem where invalid axis setting shows up for test005_demo14.png
  1068. release notes
  1069. release notes
  1070. release notes
  1071. release notes
  1072. rfe456: detect when external editor has modified the script panel file, automatically load into the editor, like Netbeans and other editors do.
  1073. add annotation colors for insert, delete, and change
  1074. add method that takes to strings but no progress monitor.
  1075. add method that takes to strings but no progress monitor.
  1076. add java-diff-utils code, so that I can study why it doesn't seem to work with QDataSets.
  1077. add AuralizationHandler, which can be useful.
  1078. add java-diff-utils to support git
  1079. git output resulted in 70 lines of text, making a huge dialog
  1080. 2396: update documentation block
  1081. release notes
  1082. 2394: finally, advance file pointer by correct amount for tag following a string array.
  1083. 2394: put fileOffset and byteLength in file
  1084. 2394: ArrayData results contain the fileOffset and byteLength correction
  1085. 2394: ArrayData results contain the fileOffset and byteLength.
  1086. 2394: improvements to debug file that doesn't work properly.
  1087. check for "AP> " and ">>> " in commands sent to the interactive console.
  1088. release notes
  1089. automatically convert ISO8601 formatted strings to times.
  1090. correct formatting on logger, don't use String.valueOf because that performs work which is typically not needed.
  1091. javadoc, also more telemetry to try to figure out what's going on with file Lindsay provided.
  1092. correction to how completions of structures is done, correcting GUI which is automatically
  1093. allow the type of arrays to be reported.
  1094. make decodeTypeCode more visible
  1095. a zero character string takes 0 bytes, not 4 as I was remembering.
  1096. label the types (7→string, etc.). String array advances the proper amount.
  1097. support string array, whoops
  1098. support string array
  1099. support string array
  1100. add logging
  1101. add logging
  1102. check for case where result is not a map during completions
  1103. put in %d format specifier for short, int, and longs.
  1104. bugfix: check for null, which happens when we first expose the tab. (Not sure why I wasn't seeing this before.)
  1105. bugfix: don't assume valid variable name for structure, check for null.
  1106. use pluses in depend0Units instead of spaces.
  1107. add $(subsec;places=9) for nanosecond fields.
  1108. release notes
  1109. release notes
  1110. bugfix 2391: Unnecessary units checking required slicing the data rank times, each time to get the units. Now if the units are set, then use this to get a converter.
  1111. allow assignment of elements from a index list having max-1, so that differences don't trigger warnings.
  1112. bugfix:getCacheFilename would return null for local file. This would cause a NullPointerException when running a script that had a warning and the annotation was used.
  1113. release notes
  1114. assign the PyQDataSet units when putProperty( UNITS, ... ) is called.
  1115. bugfix: Cindy's email would insert a non-breaking space (unicode 160), which would break Jython 2.2. JythonRefactory, which corrects old org.virbo references, now also removes non-breaking spaces.
  1116. 1028: getItemAllLists now supports negative indices. Verify that all branches of putItem support negative indices.
  1117. 1028: getItemAllLists now supports negative indices. Verify that all branches of putItem support negative indices.
  1118. release notes
  1119. log a warning when the first line doesn't start with a digit.
  1120. handle times like 'lastday', printing a warning but supporting the direction.
  1121. handle times like 'lastday', printing a warning but supporting the direction.
  1122. trivial lambda for runnables.
  1123. Ivar noticed that changing the background color to black would cause all the child component colors to become white. This is because they are listening to property changes in the parent.
  1124. release notes
  1125. release notes
  1126. release notes
  1127. release notes
  1128. release notes
  1129. release notes
  1130. 2390: recent changes worked to make a new bug. The code can now be simpler.
  1131. 2390: make logic more consistent, as there were cases where axisDimensionsChange where old plotElements could be kept, minimizing changes. axisDimensionsChange is made static and public so that it can be studied more easily.
  1132. add a listener for the canvas that will trigger close-to-appropriate repaint
  1133. https://sourceforge.net/p/autoplot/bugs/2390/: preserve the plotElements which have a parent, instead of dropping them.
  1134. reset the offline mode to save time and confusion in the future.
  1135. release notes
  1136. whoops, update version number
  1137. release notes
  1138. release notes
  1139. update javadoc to include right and left.
  1140. put in sanity check for fixLayout that the adjusted rows correspond to plots in marginColumn.
  1141. add tag so that version tag can be inserted, rather than hard-coded version. Bill commented he looked here before and thought this was confusing.
  1142. add tag so that version tag can be inserted, rather than hard-coded version. Bill commented he looked here before and thought this was confusing.
  1143. release notes
  1144. put fixHorizontalLayout back in since the Jenkins tests are clear.
  1145. move the blocks for new OS (Mint 20.2)
  1146. comment out fixHorizontalLayout for jenkins testing after new server
  1147. release notes
  1148. add legendFontSize property
  1149. put horizontal layout fix back in so I can make a devel release
  1150. release notes
  1151. Java 8 suggestions, like lambdas
  1152. bugfix: recent list was loaded in reverse chronological order (most recent first), but its code assumed chronical order.
  1153. https://sourceforge.net/p/autoplot/feature-requests/753/: trivial code cleanup when checking to see that .listing files are handled properly.
  1154. temporarily back out fixHorizontalLayout while cleaning up Jenkins tests after server migration
  1155. change the default back to "below current" after realizing this breaks nightly test and might break things for scientists.
  1156. tweak index.html to mention that autoplot_1GB can run off of the build server.
  1157. tweak index.html to mention that autoplot_1GB can run off of the build server.
  1158. release notes
  1159. release notes
  1160. bugfix 2385: templates were showing up in all.xml with question marks (?) in the name, which was causing a problem with my FileStorageModel getRepresentativeFile.
  1161. release notes
  1162. release notes
  1163. go back to using https://jfaden.net/RTEReceiver
  1164. go back to using https://jfaden.net/RTEReceiver
  1165. release notes
  1166. 2383: linux/mac starter script for single jar now sets autoplot.release.type=singlejar
  1167. release notes
  1168. HapiServer never checked for redirect.
  1169. don't test papco.org now
  1170. bug 2383 add autoplot.release.type property to see if this works.
  1171. bug 2383 add autoplot.release.type property to see if this works.
  1172. bug 2383 add autoplot.release.type property to see if this works.
  1173. bug 2383 add autoplot.release.type property to see if this works.
  1174. bug 2383 add autoplot.release.type property to see if this works.
  1175. bug 2383 add autoplot.release.type property to see if this works.
  1176. bug 2383 add autoplot.release.type property to see if this works.
  1177. add autoplot.release.type property to see if this works.
  1178. add autoplot.release.type property to see if this works.
  1179. trivial
  1180. add fixHorizontalLayout, which will clear horizontal gaps and overlaps
  1181. java 8 lambda expressions
  1182. whoops, forgot case
  1183. support when plot is not marginColumn and dir==RIGHT or dir==RIGHT.
  1184. add support for adding plots to the right or left of the margin column.
  1185. release notes
  1186. whoops, I'd left in code for debugging
  1187. release notes
  1188. use http while my https is broken.
  1189. bugfix: triple quoted strings would always move the lastLine pointer, triggering a bug in Sadie's code. See file:///home/jbf/ct/autoplot/u/2021/sadie/20210819/0_3_newPOESdef2.simplified.jy
  1190. error message from PySyntaxError admits that the script is modified.
  1191. remove file to string code and use FileUtil.readFileToString.
  1192. trivial correct error message to make legible to newbies
  1193. release notes
  1194. release notes
  1195. experiment with using multiple resource areas in jnlp to see if I can make one jnlp which works on 64bit and 32bit machines
  1196. release notes
  1197. release notes
  1198. automatically resolve the independent axis parameter.
  1199. make result immutable immediately, so that it's not a big change made two years from now.
  1200. release notes
  1201. release notes
  1202. commit TdmsFileReader to continue work off site.
  1203. findbugs SBSC_USE_STRINGBUFFER_CONCATENATION
  1204. findbugs URF_UNREAD_FIELD
  1205. findbugs SWL_SLEEP_WITH_LOCK_HELD .
  1206. findbugs SWL_SLEEP_WITH_LOCK_HELD .
  1207. findbugs SWL_SLEEP_WITH_LOCK_HELD . sleep must have been for debugging
  1208. findbugs EQ_DOESNT_OVERRIDE_EQUALS
  1209. findbugs OBL_UNSATISFIED_OBLIGATION
  1210. findbugs IS2_INCONSISTENT_SYNC: maybeCreateMenu was synchronized when it didn't need to be.
  1211. javadoc for applyLambda
  1212. release notes
  1213. release notes
  1214. release notes
  1215. release notes
  1216. sps and spd reading scripts now come from github.com/autoplot/scripts/blob/master/formats/sps/
  1217. use model.getDom, not model.getDocumentModel
  1218. add check to see if byteLength would cause the code to read past the end of file and give a more actionable error message.
  1219. In Eclipse, get das from (external) das2java, not from built-in autoplot directories.
  1220. release notes
  1221. trivial project properties
  1222. experiment with SimplifyScriptSupport's can resolve.
  1223. redo timerange completions to just use the getSampleTime method of CDAWebDB.
  1224. add support for https://github.com/autoplot/dev/blob/master/bugs/sf/2376/demoSetItemUnits4.jy
  1225. change comment after verifying that code repeat is intentional.
  1226. test052 showed that the units couldn't be set by assigning a datum with non-dimensionless units to a dataset without units.
  1227. point at the devel version
  1228. make the custom editor actions (bookmarked scripts) more accessible.
  1229. make hints brighter on a dark background
  1230. java8 suggestions
  1231. move custom bookmark menu items up one level so they are easier to access.
  1232. bugfix: return type of the function call was sometimes mis-reported, as in convertUnitsTo.
  1233. release notes
  1234. 2376: setItem wouldn't check units when index lists are used. Use new putRank0Value which checks the units.
  1235. 2376: setItem wouldn't check units when index lists are used. Use new putRank0Value which checks the units.
  1236. 2376: setItem wouldn't check units when index lists are used. Use new putRank0Value which checks the units.
  1237. 2376: setItem wouldn't check units when index lists are used.
  1238. make docs for getDataSet consistent regardless of args
  1239. release notes
  1240. release notes
  1241. sync up two lists of "okay" trivial function calls. add map, join, and split to support '''plug= ','.join(map(str,range(1900,1947)))'''
  1242. comment on security
  1243. release notes
  1244. trivial, "the user" should be "the scientist" by convention.
  1245. 2375: trusted script label was added to the CENTER, clobbering the tabbed pane.
  1246. 2375: trusted script label was added to the CENTER, clobbering the tabbed pane.
  1247. trivial javadoc
  1248. release notes
  1249. 2374: StaticCodeAnalysis.showUsage has code to tweak locations to work around bug.
  1250. add getOffsetForLineNumber after looking for the functionality elsewhere
  1251. 2374: add experimental kludge to fix problem.
  1252. 2374: add experimental kludge to fix problem.
  1253. reportOffset is now T or F, yes and no are still allowed.
  1254. put in commented code to tweak position.
  1255. trivial tweak doStaticCodeAnalysis name to match the GUI.
  1256. release notes
  1257. make starter script use 4GB by default.
  1258. make starter script use 4GB by default.
  1259. allow the current plot to be replaced by multiple plot rows.
  1260. release notes
  1261. bugfix: getIntParameter code limited binary reader to offsets within 2GB of beginning of file.
  1262. Don't say URL, since often bookmarks will be URIs.
  1263. refactor change variable URLTextField to uriTextField. Clean up where things are made ineditable. Initial view should not be editable.
  1264. remove old "dashup" references, where the library was called dashup before mashup.
  1265. Netbeans lambda expressions
  1266. Andrei pointed out that fftPower didn't work with the mash-up tool, and "None" could not be used to make it work.
  1267. Allison pointed out that the single-jar launcher works on Macs as well.
  1268. release notes
  1269. release notes
  1270. release notes
  1271. add both array and List forms for leftAndRightMostPlot,to aid in scripting.
  1272. set dom.controller.selectedPlots property
  1273. make logging more precise
  1274. add a property to select a bunch of plots, so that new dom operations can be defined which only input the dom.
  1275. add a property to select a bunch of plots, so that new dom operations can be defined which only input the dom.
  1276. release notes
  1277. bugfix: https://github.com/autoplot/dev/blob/master/demos/2021/20210722/boxAndWhisker.jy showed that there was a problem where the dataset could be lost.
  1278. release notes
  1279. introduce secret qubeSubset keyword, which will make the data into a qube by dropping non-standard records.
  1280. study edit undo in editor
  1281. 2364: code which always closed server connection was removed, I'm not sure why this was changed.
  1282. 2373: javadoc on guessTimeFormat.
  1283. guess time format didn't check that the four-character content was numeric before guessing $H$M
  1284. use "Run" instead of "execute" https://github.com/autoplot/documentation/issues/1
  1285. use "Run" instead of "execute" https://github.com/autoplot/documentation/issues/1
  1286. use "Run" instead of "execute" https://github.com/autoplot/documentation/issues/1
  1287. release notes
  1288. release notes
  1289. support non-ascii and dangerous characters like / and ..
  1290. add plotUri methods with position as a parameter.
  1291. tweaks to the warning message that a script has not been run.
  1292. bugfix: (subsec,places=3) isn't working, so just use $(milli) for now
  1293. release
  1294. release
  1295. findbugs SF_SWITCH_NO_DEFAULT
  1296. findbugs SF_SWITCH_NO_DEFAULT
  1297. clean up jnlp release
  1298. clean up jnlp release
  1299. release notes
  1300. add createApplicationModel which allows an application to be created and embedded within another Autoplot instance.
  1301. add getDom, so that scripts can use model.dom, for consistency.
  1302. headers should include units in parenthesis.
  1303. export to csv looks for bundle descriptor
  1304. bugfix: code assumed that export type had format editor panel.
  1305. release notes
  1306. 1043: don't throw error when double question marks are found with .jyds. This must be supported so string arguments can contain question mark.
  1307. release notes
  1308. rfe747: introduce support for manual thread dump
  1309. add see to script that demonstrates
  1310. release notes
  1311. 2367: begin refactorings to provide export to more places.
  1312. 2367: begin refactorings to provide export to more places.
  1313. 2367: begin refactorings to provide export to more places.
  1314. 2367: begin refactorings to provide export to more places.
  1315. 2367: make setFile public, needs to be now
  1316. 2367: save options for slice. correct filename
  1317. 2367: save options for slice. correct filename
  1318. release notes
  1319. release notes
  1320. use the editorPanel.getURI so that the configuration options are used. Thanks, George!
  1321. whoops, forgot to commit this bit that handed y
  1322. release notes
  1323. display more meaningful message if the image file no longer exists.
  1324. detect double question mark in URI. In-line allows it, but jyds shouldn't.
  1325. Sadie noticed plane_2 didn't work to ID a plane of a Das2Server dataset. The new reader branch didn't properly support this.
  1326. replace tokens in production jnlps as well
  1327. improve enable server error message when data would be sent to second Autoplot for plotting.
  1328. 2363: variable info is shown for X and Y.
  1329. 2363: support X and Y
  1330. release notes
  1331. 2363: support X and Y, deprecate x and y. If Y is specified by arg_0 is not, then Y is arg_0.
  1332. 2363: support X and Y, deprecate x and y.
  1333. release notes
  1334. release notes
  1335. CDAWebDataSource can now use NetCDF files, bring in the libraries to support test100 (and other tests).
  1336. javadoc corrections to parseConstraint
  1337. 2361 implement slice for CDF virtual variables
  1338. release notes
  1339. release notes
  1340. rfe61: embed data in vap feature now allows the scientist to control if https files are embedded.
  1341. don't print double-question-mark warning for vap+jyds, which might have a URI as an argument.
  1342. add NetCDF support.
  1343. release notes
  1344. corrections to logging org.virbo-> org.autoplot
  1345. update logger name from org.virbo to org.autoplot.
  1346. 2357: any time the editor is used to display a message to the scientist, make sure there is no file associated with it.
  1347. update the jnlp which is used to verify the launch jnlp.
  1348. new mime types
  1349. release notes
  1350. rfe743: initial support for NetCDF files within CDAWeb
  1351. rfe743: initial support for NetCDF files within CDAWeb
  1352. bugfix 2354: Kris pointed out that small gaps in orbit file were marked as a missing file.
  1353. the default "nightly build" release should be used autoplot.jnlp.
  1354. make separate jnlps for production
  1355. new launch, these are for new launch area
  1356. new launch, these are for new launch area
  1357. new launch
  1358. new launch
  1359. make block of four 1-line launch links. Thanks, Brian!
  1360. vertical align
  1361. icons must be local to the web server because of csp rule
  1362. update next/previous checks size of data before scanning for next (forgot to check for rank 0)
  1363. new home on https://das2.org/autoplot/jnlp/20210601a/
  1364. new home on https://das2.org/autoplot/jnlp/20210601a/
  1365. release notes
  1366. needs json library
  1367. add QStream
  1368. release notes
  1369. findbugs DLS_DEAD_LOCAL_STORE
  1370. findbugs UUF_UNUSED_FIELD
  1371. insert Boolean.FALSE if timetags are not monotonic. Before it would only do this when they were monotonic.
  1372. update next/previous checks size of data before scanning for next
  1373. release notes
  1374. add ephemerisLabels property so that labels can be explicitly set
  1375. release notes
  1376. don't mark symbol "_" as unread, instead use it as a special symbol to communicate that it will be ignored.
  1377. tweak the screenshot to show the result
  1378. tweak the screenshot to show the result
  1379. findbugs MS_SHOULD_BE_FINAL
  1380. release notes
  1381. release notes
  1382. Java 8 refactoring
  1383. trivial use constant
  1384. release notes
  1385. 1871: expose "dirty" flag which shows the scientist has edited the value, and it should not be set automatically.
  1386. 1871: expose "dirty" flag which shows the scientist has edited the value, and it should not be set automatically.
  1387. 1871: also, bug where order was reversed incorrectly is corrected.
  1388. 1871: keep track of recent time entries. RecentComboBox automatically keeps track of changes (dirty) and saves out the changes when the getText method is called.
  1389. 1871: keep track of recent time entries.
  1390. keep track of recent time entries.
  1391. add note about how to dismiss the popup documentation.
  1392. make the ColorOps available to other codes.
  1393. code which returns color icon stupidly assumed any field was a color (whoops!)
  1394. the icon for a color can just be a block painted with the color.
  1395. release notes
  1396. release notes
  1397. bug2347: put in reminder that the bug is there.
  1398. 2348: grid for axes should be drawn under not over
  1399. 2346: deprecate histogram property, which is not used anywhere besides the metadata tab (I think).
  1400. increase the number of points allowed for stats. Add a constant with the word "LIMIT" in it.
  1401. release notes
  1402. bugfix: writeToPng didn't allow spaces in the name.
  1403. Correcting the classpath to include das checked out separately via GitHub.
  1404. bug2341: automatic bind-to-app-timerange fails to bind when 3 rows and 2 columns
  1405. release notes
  1406. tiny kludge to support $x. This should be redone.
  1407. add trigger for $x.png and $x_$x.png
  1408. alt+shift,shift can be used to stop recording as well as ctrl+shift,shift. The name for the PNGWalkTool is the template, to support writing out real-time.
  1409. update version number
  1410. add an extra pixel to that black axis border is not visible
  1411. add border type selection
  1412. if initial selected border type is none, then make it transparent background as well.
  1413. allow the initial border type to be selected
  1414. release notes
  1415. bugfix: new code assumed that any attribute could be trivially added to the simplified script, but it didn't consider if the symbol was a known symbol.
  1416. release notes
  1417. release notes
Revision 27159 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 27158 by jbfaden:
trivial javadoc
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 27157 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 27156 by jbfaden:
listen for changes in activeDataSet so that %{CONTEXT} will update
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 27155 by jbfaden:
activeDataSet property added
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 27154 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 27153 by jbfaden:
The CDFJ library converts float fill values into doubles, introducing noise, so round large VALIDMIN, VALIDMAX, and FILLVALS to seven decimal places so they are easier to read (-9.9999999999345e30 -> -1E31)
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java
Revision 27152 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 27151 by jbfaden:
stub for colors editor
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/ScriptColorsPanel.formautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/ScriptColorsPanel.form
The file was added/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/ScriptColorsPanel.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/ScriptColorsPanel.java
Revision 27150 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 27149 by jbfaden:
improve documentation for setOutputParam
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/autoplot2023.pyautoplot/JythonSupport/src/autoplot2023.py
Revision 27148 by jbfaden:
trivial capitalize Jython
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/autoplot2023.pyautoplot/JythonSupport/src/autoplot2023.py
Revision 27147 by jbfaden:
bug 2541: check for non-int in examples list
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/autoplot2023.pyautoplot/JythonSupport/src/autoplot2023.py
Revision 27146 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 27145 by jbfaden:
2450: check to see if tab is already visible before enabling tab. 
Change TypePath in RepositoryPath in Workspace
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_039_OperationsCacheReset.javaautoplot/VATesting/src/org/autoplot/test/Test_039_OperationsCacheReset.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
Revision 27144 by jbfaden:
check to see if layout is already visible in the tabs
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_031_MultiPanelPlot.javaautoplot/VATesting/src/org/autoplot/test/Test_031_MultiPanelPlot.java
Revision 27143 by jbfaden:
Test_022_ContextOverview maybe wait for remote bookmarks to load
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_022_ContextOverview.javaautoplot/VATesting/src/org/autoplot/test/Test_022_ContextOverview.java
Revision 27142 by jbfaden:
www-pw.physics.uiowa.edu moved to space.physics.uiowa.edu
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test019.javaautoplot/Autoplot/src/test/endtoend/Test019.java
Revision 27141 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 27140 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 27139 by jbfaden:
bug 2539: new code didn't consider F(t)
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormat.javaautoplot/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormat.java
Revision 27138 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 27137 by jbfaden:
feedback for test 022.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_022_ContextOverview.javaautoplot/VATesting/src/org/autoplot/test/Test_022_ContextOverview.java
Revision 27136 by jbfaden:
add delay to try and fix test 031
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_022_ContextOverview.javaautoplot/VATesting/src/org/autoplot/test/Test_022_ContextOverview.java
Revision 27135 by jbfaden:
add delay to try and fix test 031
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_031_MultiPanelPlot.javaautoplot/VATesting/src/org/autoplot/test/Test_031_MultiPanelPlot.java
Revision 27134 by jbfaden:
system.err.printlns for debugging
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_031_MultiPanelPlot.javaautoplot/VATesting/src/org/autoplot/test/Test_031_MultiPanelPlot.java
Revision 27133 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 27132 by jbfaden:
support sub-millisecond intervals
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 27131 by jbfaden:
bug 2537: https://sourceforge.net/p/autoplot/bugs/2514/: don't repeat DEPEND_1 when storing multiple tables.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.java
Revision 27130 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2514/: don't repeat DEPEND_1 when storing multiple tables.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.java
Revision 27129 by jbfaden:
handle file not found, so that vaps can be shared more easily
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 27128 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 27127 by jbfaden:
experiment with handling mouse wheel events on lineThick GUI
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/ColorScatterStylePanel.formautoplot/Autoplot/src/org/autoplot/renderer/ColorScatterStylePanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/ColorScatterStylePanel.javaautoplot/Autoplot/src/org/autoplot/renderer/ColorScatterStylePanel.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/ContourStylePanel.formautoplot/Autoplot/src/org/autoplot/renderer/ContourStylePanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/ContourStylePanel.javaautoplot/Autoplot/src/org/autoplot/renderer/ContourStylePanel.java
Revision 27126 by jbfaden:
experiment with handling mouse wheel events on lineThick GUI
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/SeriesStylePanel.formautoplot/Autoplot/src/org/autoplot/renderer/SeriesStylePanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/SeriesStylePanel.javaautoplot/Autoplot/src/org/autoplot/renderer/SeriesStylePanel.java
Revision 27125 by jbfaden:
experiment with handling mouse wheel events on symbolSize GUI
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/SeriesStylePanel.formautoplot/Autoplot/src/org/autoplot/renderer/SeriesStylePanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/SeriesStylePanel.javaautoplot/Autoplot/src/org/autoplot/renderer/SeriesStylePanel.java
Revision 27124 by jbfaden:
bugfix: * with two different names (IMG_*.png and *.png) caused runtime error because i0 was -1.
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 27123 by jbfaden:
don't throw exception here, we'll start using this soon
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/util/FontStringSchemeEditor.javaautoplot/Autoplot/src/org/autoplot/util/FontStringSchemeEditor.java
Revision 27122 by jbfaden:
use new NetCDF library
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/build-impl.xmlautoplot/AutoplotServlet/nbproject/build-impl.xml
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/genfiles.propertiesautoplot/AutoplotServlet/nbproject/genfiles.properties
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/project.xmlautoplot/AutoplotServlet/nbproject/project.xml
Revision 27121 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 27120 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 27119 by jpeachey:
Update to new version of netcdf and remove slf4, which seems no longer to be needed.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/.classpathautoplot/.classpath
Revision 27118 by jbfaden:
uncomment commented code which would add labels from master, to support vap+cdaweb:ds=DN_MAGN-L2-HIRES_G17&filter=DN_MA&id=b_eci&timerange=2023-03-14
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.java
Revision 27117 by jbfaden:
handle runtime errors a little more gracefully.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/NetCdfVarDataSet.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/NetCdfVarDataSet.java
Revision 27116 by jbfaden:
catch the runtime error where NetCDF doesn't load time-varying DEPEND_1.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.java
Revision 27115 by jbfaden:
units safety check
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.java
Revision 27114 by jbfaden:
kludges to support icon_l2-4_fuv_day from cdaweb
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/NetCdfVarDataSet.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/NetCdfVarDataSet.java
Revision 27113 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 27112 by jbfaden:
handle icon_l2-5_fuv_night by not using DEPEND_1 which has the wrong length.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.java
Revision 27111 by jbfaden:
masters should always be .cdf, even when files are .nc
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.java
Revision 27110 by jbfaden:
bug 2529: drop support for ncml.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test023.javaautoplot/Autoplot/src/test/endtoend/Test023.java
Revision 27109 by jbfaden:
bug 2529: remove APIOServiceProvider, which is unlikely to be used now.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/compile-application-all.shautoplot/Autoplot/compile-application-all.sh
Revision 27108 by jbfaden:
bug 2529: remove APIOServiceProvider, which is unlikely to be used now.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/compile-application.shautoplot/Autoplot/compile-application.sh
Revision 27107 by jbfaden:
bug 2529: remove APIOServiceProvider, which is unlikely to be used now.
Change TypePath in RepositoryPath in Workspace
The file was removed/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/APIOServiceProvider.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/APIOServiceProvider.java
Revision 27106 by jbfaden:
bug 2529: use netcdfAll-5.5.3.jar to read NetCDF and HDF5 files
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/project.propertiesautoplot/AutoplotServlet/nbproject/project.properties
Revision 27105 by jbfaden:
bug 2529: use netcdfAll-5.5.3.jar to read NetCDF and HDF5 files
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/nbproject/project.propertiesautoplot/Autoplot/nbproject/project.properties
Revision 27104 by jbfaden:
bug 2529: use netcdfAll-5.5.3.jar to read NetCDF and HDF5 files
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/NetCdfDataSource/nbproject/project.propertiesautoplot/NetCdfDataSource/nbproject/project.properties
Revision 27103 by jbfaden:
bug 2529: use netcdfAll-5.5.3.jar to read NetCDF and HDF5 files
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
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/HDF5DataSourceFormat.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/HDF5DataSourceFormat.java
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/NetCDFDataSourceFactory.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/NetCDFDataSourceFactory.java
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/NetCdfVarDataSet.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/NetCdfVarDataSet.java
Revision 27102 by jbfaden:
bug 2529: add netcdfAll-5.5.3.jar, remove 4.1 and slf4j
Change TypePath in RepositoryPath in Workspace
The file was removed/autoplot/trunk/APLibs/lib/netCDF/netcdf-4.1.jarautoplot/APLibs/lib/netCDF/netcdf-4.1.jar
The file was removed/autoplot/trunk/APLibs/lib/netCDF/slf4j-jdk14.jarautoplot/APLibs/lib/netCDF/slf4j-jdk14.jar
Revision 27101 by jbfaden:
bug 2529: add netcdfAll-5.5.3.jar
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/APLibs/lib/netcdfAll-5.5.3.jarautoplot/APLibs/lib/netcdfAll-5.5.3.jar
Revision 27100 by jbfaden:
remove dependence on emfisis server
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test019.javaautoplot/Autoplot/src/test/endtoend/Test019.java
Revision 27099 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 27098 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 27097 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 27096 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 27095 by jbfaden:
indicate dimensions for each variable.
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
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PdsDataSourceFactory.javaautoplot/PDSDataSource/src/org/autoplot/pds/PdsDataSourceFactory.java
Revision 27094 by jbfaden:
https://pds-ppi.igpp.ucla.edu/data/cassini-caps-calibrated/data-els/2010/091_120_APR/ELS_201009106_V01.xml?UTC showed where ASCII_STRING was used to describe the timetags, which are iso8601.  Now we set this as nominal data, then see if the first record contains a time.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27093 by jbfaden:
https://pds-ppi.igpp.ucla.edu/data/cassini-caps-calibrated/data-els/2010/091_120_APR/ELS_201009106_V01.xml?UTC showed where ASCII_STRING was used to describe the timetags, which are iso8601.  Now we set this as nominal data, then see if the first record contains a time.
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 27092 by jbfaden:
fingbugs ICAST_INTEGER_MULTIPLY_CAST_TO_LONG
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSource.javaautoplot/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSource.java
Revision 27091 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 27090 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 27089 by jbfaden:
indicate the error message when git diff results in error.
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 27088 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 27087 by jbfaden:
bug 2350: check for nulls in oldStdOut, oldStdErr, somehow they are getting in there.
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 27086 by jbfaden:
bug 2350: incorrect code would re-raise the frame which was already partially closed.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AppManager.javaautoplot/Autoplot/src/org/autoplot/AppManager.java
Revision 27085 by jbfaden:
2530: disconnect the logConsole from the stdout and stderr.  Python shows has infinite loop when restarting Autoplot.
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 27084 by jbfaden:
trivial javadoc
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 27083 by jbfaden:
add new allowExit property so that Python session doesn't shut down Python as well.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AppManager.javaautoplot/Autoplot/src/org/autoplot/AppManager.java
Revision 27082 by jbfaden:
make no-arg constructor private, I accidentally created one in a Jython session, causing confusion.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AppManager.javaautoplot/Autoplot/src/org/autoplot/AppManager.java
Revision 27081 by jbfaden:
Ivar pointed out that a logic error where a data variable was indicated as if it were a support variable, making "show all" insensitive.
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 27080 by jbfaden:
Ivar pointed out that the summary of rank 3 variable without DEPEND_2 didn't show any info about the last dimension. Assert that getDimensions will not return null.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java
Revision 27079 by jbfaden:
Ivar pointed out that the summary of rank 3 variable without DEPEND_2 didn't show any info about the last dimension. Now point in ellipses to indicate higher dimensionality.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java
Revision 27078 by jbfaden:
logging, prepare for uniq hash of parameters
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 27077 by jbfaden:
don't process parameters unless the script is whitelisted and non-null
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 27076 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 27075 by jbfaden:
syncTo glow
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/Annotation.javaautoplot/Autoplot/src/org/autoplot/dom/Annotation.java
Revision 27074 by jbfaden:
https://github.com/das-developers/das2java/issues/61: glow property added
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/Annotation.javaautoplot/Autoplot/src/org/autoplot/dom/Annotation.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/AnnotationController.javaautoplot/Autoplot/src/org/autoplot/dom/AnnotationController.java
Revision 27073 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 27072 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 27071 by jbfaden:
mod was never included in the data mash up dialog
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.formautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.form
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.java
Revision 27070 by jbfaden:
give a better error when home/jbf/... was used for the filename.
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 27069 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 27068 by jbfaden:
saveAs dialog provides option to save using %{PWD} references.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/ApplicationModel.javaautoplot/Autoplot/src/org/autoplot/ApplicationModel.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.javaautoplot/Autoplot/src/org/autoplot/AutoplotUI.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/PersistentStateSupport.javaautoplot/Autoplot/src/org/autoplot/PersistentStateSupport.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/VapSchemeChooser.formautoplot/Autoplot/src/org/autoplot/VapSchemeChooser.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/VapSchemeChooser.javaautoplot/Autoplot/src/org/autoplot/VapSchemeChooser.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/state/StatePersistence.javaautoplot/Autoplot/src/org/autoplot/state/StatePersistence.java
Revision 27067 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 27066 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 27065 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 27064 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 27063 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 27062 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 27061 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 27060 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 27059 by jbfaden:
handle quotes, which were getting in there from URI history, removing pairs of single quotes
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 27058 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 27057 by jbfaden:
support where bundleDescriptor is not found
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormat.javaautoplot/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormat.java
Revision 27056 by jbfaden:
use formatter property of datasets
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormat.javaautoplot/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormat.java
Revision 27055 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 27054 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 27053 by jbfaden:
bugfix: run multi thread didn't set the parameters in the URI
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 27052 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 27051 by jbfaden:
catch exception when initializing with file:///home/jbf/ct/autoplot/u/2023/sadie/20230608/juno_cruise_bad.txt which resulted in GUI staying locked.
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
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.java
Revision 27050 by jbfaden:
catch exception when initializing with file:///home/jbf/ct/autoplot/u/2023/sadie/20230608/juno_cruise_bad.txt which resulted in GUI staying locked.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.java
Revision 27049 by jbfaden:
rfe806: preserve message that script had issued using setStatus.  "executing script" and "done executing script" messages should be issued by the same code.
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 27048 by jbfaden:
rfe806: preserve message that script had issued using setStatus.  "executing script" and "done executing script" messages should be issued by the same code.
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 27047 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 27046 by jbfaden:
bug2520: use https to connect to test server in test024.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test024.javaautoplot/Autoplot/src/test/endtoend/Test024.java
Revision 27045 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 27044 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 27043 by jbfaden:
temporarily disable gzip so that progress bar is visible and long requests do not time out.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
Revision 27042 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 27041 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 27040 by jbfaden:
move over new changes for the 2023 version of the scripts, which improve constraints on parameters.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/JythonSupport/src/autoplot2023.pyautoplot/JythonSupport/src/autoplot2023.py
Revision 27039 by jbfaden:
GUI is nearly complete, but was never integrated
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/GetParamTool.formautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/GetParamTool.form
The file was added/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/GetParamTool.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/GetParamTool.java
Revision 27038 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 27037 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 27036 by jbfaden:
allow plot to be set to ""
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 27035 by jbfaden:
Ivar pointed out warning where it assumed it was the first dimension.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java
Revision 27034 by jbfaden:
trivial comment explaining why http certs are disabled.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/APDataSet.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/APDataSet.java
Revision 27033 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 27032 by jbfaden:
only include the first line of the quality control comment in the CSV.
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 27031 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 27030 by jbfaden:
echo the filename of the csv used, and allow open in browser, which for me results in open in libre office.
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 27029 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 27028 by jbfaden:
rfe802: instead of redundant timeRange, show caption (label), which is typically the timeRange.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.javaautoplot/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/WalkImageSequence.javaautoplot/Autoplot/src/org/autoplot/pngwalk/WalkImageSequence.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/WalkUtil.javaautoplot/Autoplot/src/org/autoplot/pngwalk/WalkUtil.java
Revision 27027 by jbfaden:
trivial javadoc for properties
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/WalkImage.javaautoplot/Autoplot/src/org/autoplot/pngwalk/WalkImage.java
Revision 27026 by jbfaden:
rfe802: check that the caption doesn't contain spaces.
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 27025 by jbfaden:
rfe802: add write to csv option.
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 27024 by jbfaden:
bugfix when listing certain directories, probably associated with %25s in name.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/WalkImage.javaautoplot/Autoplot/src/org/autoplot/pngwalk/WalkImage.java
Revision 27023 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 27022 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 27021 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 27020 by jbfaden:
makeColorTable supports Units.rgbColor
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 27019 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2517/: this is fixed by replacing the "setResetPlotElement" which was mistakenly removed.
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 27018 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2516/: this is fixed by checking that the datum units are ratio units with a meaningful zero.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/PyDatum.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/PyDatum.java
Revision 27017 by jbfaden:
bugfix: "vap+hapi:https://jfaden.net/HapiServerDemo/hapi?id=icwc&parameters=Conditions&timerange=2023-03-31+through+2023-04-04" would result in NullPointerException
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 27016 by jbfaden:
bugfix: "vap+hapi:https://jfaden.net/HapiServerDemo/hapi?id=icwc&parameters=Conditions&timerange=2023-03-31+through+2023-04-04" would result in NullPointerException
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 27015 by jbfaden:
whoops, forgot to update timestamp
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27014 by jbfaden:
production release new code which allows datasetToArray to be called from scripts.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27013 by jbfaden:
trivial change to allow breakpoint at isBigEndian
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/CDFImpl.javaautoplot/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/CDFImpl.java
Revision 27012 by jbfaden:
add accessor to get the variable type, to support "insert" in Autoplot CDF export.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/CDFWriter.javaautoplot/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/CDFWriter.java
Revision 27011 by jbfaden:
bugfix: remove debug printlns
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/CDFWriter.javaautoplot/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/CDFWriter.java
Revision 27010 by jbfaden:
make datasetToArray public
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.java
Revision 27009 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 27008 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 27007 by jbfaden:
catch the runtime error Andrei sees occasionally.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/util/MigratePreference.javaautoplot/DataSource/src/org/autoplot/util/MigratePreference.java
Revision 27006 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 27005 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 27004 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 27003 by jbfaden:
support isotime, isotime as events list.
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 27002 by jbfaden:
update time stamp
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 27001 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 27000 by jbfaden:
release includes new launchers
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 26999 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 26998 by jbfaden:
check with another dataset, need to look at BUNDLE_1 as well.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.java
Revision 26997 by jbfaden:
flatten rank2 to support BMag;BGSE for HAPI server support
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.java
Revision 26996 by jbfaden:
flatten rank2 to support BMag;BGSE for HAPI server support
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.java
Revision 26995 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 26994 by jbfaden:
2514: don't put in the timetags for a variable which is being appended.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.java
Revision 26993 by jbfaden:
don't put in the timetags for a variable which is being appended.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.java
Revision 26992 by jbfaden:
put in todo and link to bug2514, where it can't determine that existing timetags can be used.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.java
Revision 26991 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 26990 by jbfaden:
rte_0373978553: throw exception when width is zero seconds.  Thanks trunali1131!
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 26989 by jbfaden:
rte_0373978553: throw exception when width is zero seconds.  Thanks trunali1131!
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/TimeRangeEditor.javaautoplot/DataSource/src/org/autoplot/datasource/TimeRangeEditor.java
Revision 26988 by jbfaden:
experiment with using PromptComboBoxEditor
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.java
Revision 26987 by jbfaden:
bugfix: formatDataSet inspect URI action would RTE when carot was after the last character
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.java
Revision 26986 by jbfaden:
clear the axisOffset and labelOffset properties.
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 26985 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 26984 by jbfaden:
rfe https://sourceforge.net/p/autoplot/feature-requests/798/: preserve x axis dimension.
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 26983 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 26982 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 26981 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 26980 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 26979 by jbfaden:
findbugs DLS_DEAD_LOCAL_STORE
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 26978 by jbfaden:
update version number
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26977 by jbfaden:
put in a divider between submit and print buttons
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26976 by jbfaden:
add print svg and pdf buttons
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26975 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 26974 by jbfaden:
add prompt to search box, tooltip clarifies that they are regex
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.java
Revision 26973 by jbfaden:
add prompt to search box, tooltip clarifies that they are regex
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.formautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.form
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.java
Revision 26972 by jbfaden:
bug 2512: initial support for complex numbers.
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
Revision 26971 by jbfaden:
bug 2512: fixed whoops in complex double
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 26970 by jbfaden:
bug 2512: initial support for complex numbers.
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 26969 by jbfaden:
bug 2512: initial support for complex numbers.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 26968 by jbfaden:
bug2511: use DatumRange.newRange with nominal data because of order.
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 26967 by jbfaden:
check for rank 1 complex number.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUtil.javaautoplot/Autoplot/src/org/autoplot/AutoplotUtil.java
Revision 26966 by jbfaden:
support for complex arrays
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
Revision 26965 by jbfaden:
bug 2501: one last place where the map key should not be the ByteBuffer.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 26964 by jbfaden:
bug 2501: correction to completions, which would only drill down into what started with the completeble.
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 26963 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 26962 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 26961 by jbfaden:
bugfix: Only read the IDLsav file once.
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 26960 by jbfaden:
bugfix: ReadIDLSav kept a cache of variable positions within the file, where the map keys were the ByteBuffer, but calculating the hash of a ByteBuffer is very expensive.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 26959 by jbfaden:
move the arg_0 parameter up to the top since it is primary.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/CompletionsDataSourceEditor.javaautoplot/DataSource/src/org/autoplot/datasource/CompletionsDataSourceEditor.java
Revision 26958 by jbfaden:
bugfix in completions for IDLSav
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 26957 by jbfaden:
add completions for new dims parameter
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSourceFactory.javaautoplot/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSourceFactory.java
Revision 26956 by jbfaden:
rfe797: add dims=[48,64]
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSource.javaautoplot/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSource.java
Revision 26955 by jbfaden:
rfe797: support simple calculations like rank2=0:64*48
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSource.javaautoplot/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSource.java
Revision 26954 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 26953 by jbfaden:
add link to documentation on RunTime Error submissions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandlerSubmitForm.formautoplot/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandlerSubmitForm.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandlerSubmitForm.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandlerSubmitForm.java
Revision 26952 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2501/ clear the incorrect metadata
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 26951 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2501/ clear the incorrect metadata
Change TypePath in RepositoryPath in Workspace
The file was removed/autoplot/trunk/Autoplot/src/screen.gifautoplot/Autoplot/src/screen.gif
Revision 26950 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2501/ clear the incorrect metadata
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java
Revision 26949 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 26948 by jbfaden:
add fancy completions for X= and Y= parameters that show just the compatible parameters.
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 26947 by jbfaden:
add fancy completions for X= and Y= parameters that show just the compatible parameters.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceFactory.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceFactory.java
Revision 26946 by jbfaden:
bugfix: rbspa_rel03_ect-rept-sci-L3_$Y$m$d_v$(v,sep).cdf?x=B_Calc&B_Calc;B_Eq;MLT;L&timerange=2012-10-01 works properly. selecting the four parameters.
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 26945 by jbfaden:
bugfix: ?DENSTOT&X=EPOCHL2&xunits=cdfTT2000 resulted in units on the wrong dataset
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
Revision 26944 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 26943 by jbfaden:
bugfix: support 64 bit ulongs, kinda
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 26942 by jbfaden:
bugfix: second click on "Select CDF Variable" would not update metadata panel.
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 26941 by jbfaden:
slice1 properly reads the label again.  rte_2101508540: correction to allow loading of b[:,0];b[:,1];b[:,2] again, which was broken with recent change.  Thanks Dante!
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.java
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java
Revision 26940 by jbfaden:
trivial, old code now uses svalue to get label, instead of creating Datum.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/metatree/IstpMetadataModel.javaautoplot/DataSource/src/org/autoplot/metatree/IstpMetadataModel.java
Revision 26939 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 26938 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 26937 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 26936 by jbfaden:
remove code which had no effect, turning , into COMMA and COMMA into ,.  Turn off delimParser.guessUnits when we use multi-field time locations.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.java
Revision 26935 by jbfaden:
remove use of deprecated dr.rescale method.
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 26934 by jbfaden:
getFile('https://gith<C>') completions supported
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 26933 by jbfaden:
bugfix: svg wasn't supported because of more recent changes with log files.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/SimpleServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/SimpleServlet.java
Revision 26932 by jbfaden:
add usecache=false parameter at Bob's request
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/SimpleServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/SimpleServlet.java
Revision 26931 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 26930 by jbfaden:
check for a reasonable valid range and use it for startDate and stopDate.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceFormat.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceFormat.java
Revision 26929 by jbfaden:
set the valid range to the range found in all.xml.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.java
Revision 26928 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 26927 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 26926 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 26925 by jbfaden:
bug 1696: setting plotId automatically anchors to canvas (soon plot), not data.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/external/AnnotationCommand.javaautoplot/Autoplot/src/external/AnnotationCommand.java
Revision 26924 by jbfaden:
bug 1696: setting plotId automatically anchors to canvas (soon plot), not data.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/external/AnnotationCommand.javaautoplot/Autoplot/src/external/AnnotationCommand.java
Revision 26923 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 26922 by jbfaden:
update version
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26921 by jbfaden:
support virtual variables when multiple variables are loaded at once.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.java
Revision 26920 by jbfaden:
clean up handling of non-ascii characters and spaces.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiServer.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiServer.java
Revision 26919 by jbfaden:
clean up handling of non-ascii characters and spaces.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiServer.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiServer.java
Revision 26918 by jbfaden:
clean up handling of non-ascii characters and spaces.
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 26917 by jbfaden:
commit old code which supported groupIds, which I think was an experimental feature.  I'm going to remove it next commit.
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 26916 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 26915 by jbfaden:
newline
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/thin/zoom/demo.jspautoplot/AutoplotServlet/web/thin/zoom/demo.jsp
Revision 26914 by jbfaden:
add "go" button
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/thin/zoom/demo.jspautoplot/AutoplotServlet/web/thin/zoom/demo.jsp
The file was added/autoplot/trunk/AutoplotServlet/web/thin/zoom/go.pngautoplot/AutoplotServlet/web/thin/zoom/go.png
Revision 26913 by jbfaden:
blank indicates action the scientist should take.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/thin/zoom/blank.pngautoplot/AutoplotServlet/web/thin/zoom/blank.png
Revision 26912 by jbfaden:
update version
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26911 by jbfaden:
correct link to demo.jsp.  Remove pointer to github area which is incorrect, the current version is here.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/index.jspautoplot/AutoplotServlet/web/index.jsp
Revision 26910 by jbfaden:
show gray blank plot when URI or VAP is not specified.  Correction to URLEncoding.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/thin/zoom/autoplot-zoom.jsautoplot/AutoplotServlet/web/thin/zoom/autoplot-zoom.js
Revision 26909 by jbfaden:
show gray blank plot when URI or VAP is not specified.  Correction to URLEncoding. 
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/thin/zoom/autoplot-zoom.jsautoplot/AutoplotServlet/web/thin/zoom/autoplot-zoom.js
The file was added/autoplot/trunk/AutoplotServlet/web/thin/zoom/blank.pngautoplot/AutoplotServlet/web/thin/zoom/blank.png
The file was modified/autoplot/trunk/AutoplotServlet/web/thin/zoom/demo.jspautoplot/AutoplotServlet/web/thin/zoom/demo.jsp
Revision 26908 by jbfaden:
try to get the message out to the scientist
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 26907 by jbfaden:
lower LIMIT_STATS_COUNT to 150M after seeing https://cottagesystems.com/data/maps/earth/NE1_50M_SR_W.png takes upwards of 30 seconds to process.  Load larger sets in the background.
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 26906 by jbfaden:
lower LIMIT_STATS_COUNT to 150M after seeing https://cottagesystems.com/data/maps/earth/NE1_50M_SR_W.png takes upwards of 30 seconds to process.
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 26905 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 26904 by jbfaden:
makeValid will remove domNodes with duplicate IDs.
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 26903 by jbfaden:
validateDom will at least catch when a .vap doesn't contain unique ids.
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 26902 by jbfaden:
validateDom will at least catch when a .vap doesn't contain unique ids.
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 26901 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 26900 by jbfaden:
rfe 796: when the default is a datumRange and the units are timeLocation units, then use a time range dialog.
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 26899 by jbfaden:
when the default is a datumRange and the units are timeLocation units, then use a time range dialog.
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 26898 by jbfaden:
when the default is a datumRange and the units are timeLocation units, then use a time range dialog. 
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 26897 by jbfaden:
bugfix: when there are multiple getParams with the same variable name, use the last one.
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 26896 by jbfaden:
bugfix: remove debug println
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 26895 by jbfaden:
bugfix: layout wasn't set on the options panel, so it could not be resized.
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 26894 by jbfaden:
bugfix: Sadie noticed where if(len(r_erg)) would always be included. (/home/jbf/ct/autoplot/u/2023/sadie/20230131/testing_dial_Jan31.jy)
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.java
Revision 26893 by jbfaden:
bug 2501: don't allow EwEw&X=EwEw
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 26892 by jbfaden:
bug 2501: rename variable trivial
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 26891 by jbfaden:
bug 2501: correct where subset is used for X or 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 26890 by jbfaden:
bug 2501: when non-support variable is selected, show all variables.
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 26889 by jbfaden:
whoops, set isSupport
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java
Revision 26888 by jbfaden:
the X and Y tabs now only show parameters which are consistent with the dependent parameter.
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
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java
Revision 26887 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2501/: introduce new CdfUtil.getPlottable(file,options) which returns metadata in record, instead of string describing variable, so that additional operations can be done.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java
Revision 26886 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 26885 by jbfaden:
rte_1865701214: strange error, just catch the error when setting the status bar text instead of annoying the scientist.
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 26884 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 26883 by jbfaden:
add TimeUtil.isValidFormattedTime
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/TimeUtil.jsautoplot/AutoplotServlet/web/TimeUtil.js
Revision 26882 by jbfaden:
not Integer.parseInt
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/TimeUtil.jsautoplot/AutoplotServlet/web/TimeUtil.js
Revision 26881 by jbfaden:
update version
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26880 by jbfaden:
remove width and height after loading.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26879 by jbfaden:
remove width and height after loading.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/AutoplotServlet/web/ScriptGUIServlet.jsautoplot/AutoplotServlet/web/ScriptGUIServlet.js
Revision 26878 by jbfaden:
document identifyContinuousBlocks introduction
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 26877 by jbfaden:
bugfix:script trace mode didn't properly set offset.
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 26876 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 26875 by jbfaden:
set the row and column if plotId is specified in annotation command.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/external/AnnotationCommand.javaautoplot/Autoplot/src/external/AnnotationCommand.java
Revision 26874 by jbfaden:
2496: remove old debug code.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoRangeUtil.javaautoplot/Autoplot/src/org/autoplot/AutoRangeUtil.java
Revision 26873 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 26872 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 26871 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 26870 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 added/autoplot/trunk/Autoplot/src/screen.gifautoplot/Autoplot/src/screen.gif
Revision 26869 by jbfaden:
remove debug code
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/Axis.javaautoplot/Autoplot/src/org/autoplot/dom/Axis.java
Revision 26868 by jbfaden:
bugfix https://sourceforge.net/p/autoplot/bugs/2497/, allow "5" and PWD to be considered trivial.
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 26867 by jbfaden:
2496: more logging
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoRangeUtil.javaautoplot/Autoplot/src/org/autoplot/AutoRangeUtil.java
Revision 26866 by jbfaden:
2496: more logging
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoRangeUtil.javaautoplot/Autoplot/src/org/autoplot/AutoRangeUtil.java
Revision 26865 by jbfaden:
2496: more logging
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoRangeUtil.javaautoplot/Autoplot/src/org/autoplot/AutoRangeUtil.java
Revision 26864 by jbfaden:
2496: remove tests
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 26863 by jbfaden:
2496: commit for testing on testing server
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 26862 by jbfaden:
2496: print the inputs and output to the autoRange call
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 26861 by jbfaden:
2496: print the stack trace for the plotDefaults, not the plot
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/Axis.javaautoplot/Autoplot/src/org/autoplot/dom/Axis.java
Revision 26860 by jbfaden:
put in stack trace to figure out what path it is taking
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/Axis.javaautoplot/Autoplot/src/org/autoplot/dom/Axis.java
Revision 26859 by jbfaden:
bugfix:swe19970812.nc?Time was broken because the non-digit whitespace was needed for the logic.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/NetCdfVarDataSet.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/NetCdfVarDataSet.java
Revision 26858 by jbfaden:
try to track down strange problem where autoranging during testing is sometimes different (2005-12-31T22:00 to 2006-01-02T01:00)
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/Axis.javaautoplot/Autoplot/src/org/autoplot/dom/Axis.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test005.javaautoplot/Autoplot/src/test/endtoend/Test005.java
Revision 26857 by jbfaden:
bugfix: monitor finished would be called twice
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/xmlfile/XmlfileDataSource.javaautoplot/DataSourcePack/src/org/autoplot/xmlfile/XmlfileDataSource.java
Revision 26856 by jbfaden:
update version
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26855 by jbfaden:
use new control, which is based on JavaScript version of TimeUtil.js
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26854 by jbfaden:
use new control, which is based on JavaScript version of TimeUtil.js
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/AutoplotServlet/web/TimeUtil.jsautoplot/AutoplotServlet/web/TimeUtil.js
The file was added/autoplot/trunk/AutoplotServlet/web/sprintf.jsautoplot/AutoplotServlet/web/sprintf.js
The file was modified/autoplot/trunk/AutoplotServlet/web/util.jsautoplot/AutoplotServlet/web/util.js
Revision 26853 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 26852 by jbfaden:
formatted times within HDF5/NetCDF can contain delimeters, like 2022-12-28T00:00Z.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/NetCdfVarDataSet.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/NetCdfVarDataSet.java
Revision 26851 by jbfaden:
support image autorange qube's log=true property
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 26850 by jbfaden:
allow scripts to peek at who is listening for a property, will be used for debugging.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/DebugPropertyChangeSupport.javaautoplot/Autoplot/src/org/autoplot/dom/DebugPropertyChangeSupport.java
Revision 26849 by jbfaden:
allow scripts to peek at who is listening for a property, will be used for debugging.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/DebugPropertyChangeSupport.javaautoplot/Autoplot/src/org/autoplot/dom/DebugPropertyChangeSupport.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/DomUtil.javaautoplot/Autoplot/src/org/autoplot/dom/DomUtil.java
Revision 26848 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 26847 by jbfaden:
remove emfisis from list of tests
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test010.javaautoplot/Autoplot/src/test/endtoend/Test010.java
Revision 26846 by jbfaden:
add min, max, and extend autorange hints
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/util/AutoRangeHintsStringSchemeEditor.formautoplot/Autoplot/src/org/autoplot/util/AutoRangeHintsStringSchemeEditor.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/util/AutoRangeHintsStringSchemeEditor.javaautoplot/Autoplot/src/org/autoplot/util/AutoRangeHintsStringSchemeEditor.java
Revision 26845 by jbfaden:
add min, max, and extend autorange hints
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 26844 by jbfaden:
revert code which would only remove gaps when the plots were attached to the margin column
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 26843 by jbfaden:
don't make new columns when so many columns have been created already.
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 26842 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 26841 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 26840 by jbfaden:
bugfix: "vap+das2server:" would cause popup error now because it tried to handle the URL.  Correction for runtime error when "vap+das2server:xxx" is used.
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 26839 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 26838 by jbfaden:
bug2293: Mashup Tool occasional ClassCastException.  Catch any exception, when for some reason it's not catching the particular exception.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/WindowManager.javaautoplot/DataSource/src/org/autoplot/datasource/WindowManager.java
Revision 26837 by jbfaden:
add a few more routines into the trivial calls list, so that """mm= dict( zip(  map( lambda d : 'field%d'%d, ii), ss ) )""" is supported.
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 26836 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 26835 by jbfaden:
support boundingBox and the output of boundsDataset command
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 26834 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 26833 by jbfaden:
use cottagesystems.com for RTEs, since I'm having trouble with my jfaden.net certificate
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandler.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandler.java
Revision 26832 by jbfaden:
bug 2491: The strange message was because it was assuming it could coerce the strings into datasets.  I've added a new mode
where you can plot a URI but with a different timerange.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/external/PlotCommand.javaautoplot/Autoplot/src/external/PlotCommand.java
Revision 26831 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 26830 by jbfaden:
correction to new code, which needed to look for time strings like $Y$m$d$H$M$S$(subsec,places=3)
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/NetCdfVarDataSet.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/NetCdfVarDataSet.java
Revision 26829 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 26828 by jbfaden:
correction to completion where getDataSet( x+'?<C>' ) was preventing completion in y=getDataSet( '<C>')
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 26827 by jbfaden:
push the unidentified state.
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 26826 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 26825 by jbfaden:
https://sourceforge.net/p/autoplot/feature-requests/793/: handle nominal data
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 26824 by jbfaden:
https://sourceforge.net/p/autoplot/feature-requests/793/: handle nominal data
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/NetCdfVarDataSet.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/NetCdfVarDataSet.java
Revision 26823 by jbfaden:
remove redundant scale and timerange when xaxis is bound.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/state/UndoRedoSupport.javaautoplot/Autoplot/src/org/autoplot/state/UndoRedoSupport.java
Revision 26822 by jbfaden:
remove redundant range and scale diffs, leaving just "scale"
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/state/UndoRedoSupport.javaautoplot/Autoplot/src/org/autoplot/state/UndoRedoSupport.java
Revision 26821 by jbfaden:
submenu rename
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_041_Lanl20140214b.javaautoplot/VATesting/src/org/autoplot/test/Test_041_Lanl20140214b.java
Revision 26820 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 26819 by jbfaden:
menu change
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Util.javaautoplot/VATesting/src/org/autoplot/test/Util.java
Revision 26818 by jbfaden:
acceptsData checks schemes for bounds.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/RenderType.javaautoplot/Autoplot/src/org/autoplot/RenderType.java
Revision 26817 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 26816 by jbfaden:
javadoc and lambda use
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/BoundsStylePanel.javaautoplot/Autoplot/src/org/autoplot/renderer/BoundsStylePanel.java
Revision 26815 by jbfaden:
remove debug println
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/BoundsStylePanel.javaautoplot/Autoplot/src/org/autoplot/renderer/BoundsStylePanel.java
Revision 26814 by jbfaden:
"bounds" is included in plot types menu.  "Plot Style" submenu renamed "Plot Type."  Style is clearly wrong and used elsewhere on the GUI (font and colors in menubar).
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 26813 by jbfaden:
"bounds" is included in plot types menu.  "Plot Style" submenu renamed "Plot Type."  Style is clearly wrong and used elsewhere on the GUI (font and colors in menubar).
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 26812 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 26811 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 26810 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 26809 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 26808 by jbfaden:
bugfix: reject would cause a web call to get the logo, used to verify that there is a server there.  When there isn't a server or some other issue, this would hang the GUI thread.  Instead, always assume it's okay and use GUI feedback.
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 26807 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 26806 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 26805 by jbfaden:
2488:flash DODGER_BLUE, not RED which is too alarming.
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 26804 by jbfaden:
support orbit numbers generation
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 26803 by jbfaden:
corrections to support polar=T in bounds renderer.
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 26802 by jbfaden:
guessSlice checks for array of bounding boxes because boundsRenderer can be used.
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 26801 by jbfaden:
add controls for texture backhash and crosshash
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/BoundsStylePanel.formautoplot/Autoplot/src/org/autoplot/renderer/BoundsStylePanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/BoundsStylePanel.javaautoplot/Autoplot/src/org/autoplot/renderer/BoundsStylePanel.java
Revision 26800 by jbfaden:
add polar checkbox
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/BoundsStylePanel.formautoplot/Autoplot/src/org/autoplot/renderer/BoundsStylePanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/BoundsStylePanel.javaautoplot/Autoplot/src/org/autoplot/renderer/BoundsStylePanel.java
Revision 26799 by jbfaden:
add texture combo box
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/BoundsStylePanel.formautoplot/Autoplot/src/org/autoplot/renderer/BoundsStylePanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/BoundsStylePanel.javaautoplot/Autoplot/src/org/autoplot/renderer/BoundsStylePanel.java
Revision 26798 by jbfaden:
test013 showed NullPointerException when I didn't check for null in dims (non-qube).
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUtil.javaautoplot/Autoplot/src/org/autoplot/AutoplotUtil.java
Revision 26797 by jbfaden:
support rank 3 array of bounding boxes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoRangeUtil.javaautoplot/Autoplot/src/org/autoplot/AutoRangeUtil.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUtil.javaautoplot/Autoplot/src/org/autoplot/AutoplotUtil.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java
Revision 26796 by jbfaden:
add quick and dirty resizeOption property
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.javaautoplot/Autoplot/src/org/autoplot/AutoplotUI.java
Revision 26795 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 26794 by jbfaden:
log a warning if the dataset is too big to perform stats.
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 26793 by jbfaden:
print the recent bookmarks file that cannot be read.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/bookmarks/Util.javaautoplot/Autoplot/src/org/autoplot/bookmarks/Util.java
Revision 26792 by jbfaden:
print the recent bookmarks file that cannot be read.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/bookmarks/Util.javaautoplot/Autoplot/src/org/autoplot/bookmarks/Util.java
Revision 26791 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 26790 by jbfaden:
bugfix: binding immediately after initializing the pngwalks would result in runtime error, causing the binding to fail.
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 26789 by jbfaden:
don't throw runtime error when the scientist uses the wrong directory name
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 26788 by jbfaden:
bugfix: pngwalk should not throw exception when the pngwalk does not exist.  This is the scientist's problem to fix.
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 26787 by jbfaden:
minor corrections
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
Revision 26786 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 26785 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 26784 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 26783 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 26782 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 26781 by jbfaden:
record the user agent so that robots can be filtered.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26780 by jbfaden:
remove logger message that Integer is not going to be resolved for #ref.  This seems obvious.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiUtil.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiUtil.java
Revision 26779 by jbfaden:
bugfix: #ref in array was not properly handled, where I tried to make bins "$ref":"#/definitions/energy_bins"
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiUtil.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiUtil.java
Revision 26778 by jbfaden:
support unary minus and plus, and correct some formatting issues.
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 26777 by jbfaden:
add tooltip advertising run batch concurrent invocation.  Tweak language in the run concurrent dialog
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 26776 by jbfaden:
remove virbo.org which no longer exists
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test005.javaautoplot/Autoplot/src/test/endtoend/Test005.java
Revision 26775 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 26774 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2483/: exampleInput routine limits reads of the URI to two days.  It's easy to get very long reads, which is confusing when it pauses.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/tca/UriTcaSource.javaautoplot/Autoplot/src/org/autoplot/tca/UriTcaSource.java
Revision 26773 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 26772 by jbfaden:
bug 2481: multi-field times with tab delimiters
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.java
Revision 26771 by jbfaden:
attempt to improve feedback when setTimeRange is called when there are no timeranges
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/WalkImageSequence.javaautoplot/Autoplot/src/org/autoplot/pngwalk/WalkImageSequence.java
Revision 26770 by jbfaden:
trivial netbeans suggestions
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
Revision 26769 by jbfaden:
"Jump To" action includes methods within classes.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.java
Revision 26768 by jbfaden:
PyException was not printed.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/SinglePngWalkView.javaautoplot/Autoplot/src/org/autoplot/pngwalk/SinglePngWalkView.java
Revision 26767 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 26766 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 26765 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 26764 by jbfaden:
handle completions on Jython object with fields.
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 26763 by jbfaden:
release notes 20221003a
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 26762 by jbfaden:
bugfix: calling getDataSet from a script would result in NPE, I hadn't tested with density= getDataSet('vap+cdaweb:ds=RBSP-A_DENSITY_EMFISIS-L4&filter=rbsp&id=density&timerange=2017-12-05')
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.java
Revision 26761 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 26760 by jbfaden:
correction to substring when it is within parenthesis
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 26759 by jbfaden:
add xrange(i,j) to list of conversions
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 26758 by jbfaden:
simply copy over the indent from the Java code, assuming the Java code has been formatted.
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 26757 by jbfaden:
add LIMIT_HUGE_DATASET, to improve handling of billion-point datasets.
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 26756 by jbfaden:
trivial javadoc
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/zipfs/ZipFileObject.javaautoplot/DataSource/src/zipfs/ZipFileObject.java
The file was modified/autoplot/trunk/DataSource/src/zipfs/ZipFileSystemFactory.javaautoplot/DataSource/src/zipfs/ZipFileSystemFactory.java
Revision 26755 by jbfaden:
surl is not a regex, and needs to be converted to one.
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 26754 by jbfaden:
uncommitted change for Windows
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/CDFWriter.javaautoplot/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/CDFWriter.java
Revision 26753 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 26752 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 26751 by jbfaden:
2453: refactor getReader(fname) so that one method (getReader(fname,map)) is used to get the reader, reducing repeated code.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/ReaderFactory.javaautoplot/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/ReaderFactory.java
Revision 26750 by jbfaden:
2453: use CDFReader.getReader, which does not have the 2GB file limitation.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.java
Revision 26749 by jbfaden:
2477: aggregate uris skips over vap+internal, https://github.com/autoplot/dev/blob/master/bugs/sf/2477/aggregateMe.jy
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AggregateUrisDialog.javaautoplot/Autoplot/src/org/autoplot/AggregateUrisDialog.java
Revision 26748 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 26747 by jbfaden:
correction in maybe to load the length as a long was flawed.  This branch must not be used, because I'm just now finding the error.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/CDF3Impl.javaautoplot/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/CDF3Impl.java
Revision 26746 by jbfaden:
editor tools scripts were loaded on the event thread.
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 26745 by jbfaden:
hasX logic needs to check for * as well as $x, since * will be converted to $x later.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/WalkImageSequence.javaautoplot/Autoplot/src/org/autoplot/pngwalk/WalkImageSequence.java
Revision 26744 by jbfaden:
hasX logic needs to check for * as well as $x, since * will be converted to $x later.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/WalkImageSequence.javaautoplot/Autoplot/src/org/autoplot/pngwalk/WalkImageSequence.java
Revision 26743 by jbfaden:
correction where regex was handled improperly
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 26742 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 26741 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 26740 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 26739 by jbfaden:
bug2475: kludgy solution. TODO: study this again next week.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/WalkImageSequence.javaautoplot/Autoplot/src/org/autoplot/pngwalk/WalkImageSequence.java
Revision 26738 by jbfaden:
don't offer rank 3 and higher data for X and Y, which are intended for independent data.
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 26737 by jbfaden:
trivial rename y and x lists
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.formautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.form
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.java
Revision 26736 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 26735 by jbfaden:
second kludge preventing takeScreenshot script from loading.
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 26734 by jbfaden:
javadoc
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26733 by jbfaden:
use conventional lock
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26732 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 26731 by jbfaden:
bug 2134: assignment to rank 2 when using rank 1 list of indices.
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 26730 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 26729 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 26728 by jbfaden:
bug 2471: test148 showed were the guessRenderType check was a bit too eager to use colorscatter. 
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUtil.javaautoplot/Autoplot/src/org/autoplot/AutoplotUtil.java
Revision 26727 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 26726 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 26725 by jbfaden:
trivial try-with-resources
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/das2Stream/QStreamDataSourceFormat.javaautoplot/DataSourcePack/src/org/autoplot/das2Stream/QStreamDataSourceFormat.java
Revision 26724 by jbfaden:
2472: simplify code and see what breaks
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 26723 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 26722 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 26721 by jbfaden:
for some reason, arrays were not allowed in user properties.  They are fine.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.java
Revision 26720 by jbfaden:
use standard code to make relative URI absolute (on non-Windows)
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 26719 by jbfaden:
don't initialize the CDAWebDB if we're going to use the web service to get the list of files, since it takes 20-30 seconds to initialize
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.java
Revision 26718 by jbfaden:
use intersects instead of contains when checking the time, so that P10D (last ten days) includes a file for today.
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 26717 by jbfaden:
whoops
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplot_1GB.jnlpautoplot/Autoplot/src/autoplot_1GB.jnlp
Revision 26716 by jbfaden:
try to get it to match the template
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplot_1GB.jnlpautoplot/Autoplot/src/autoplot_1GB.jnlp
Revision 26715 by jbfaden:
match up jnlp to internal jnlp, which is used for security and might be the problem I've been seeing
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/JNLP-INF/APPLICATION_TEMPLATE.JNLPautoplot/Autoplot/src/JNLP-INF/APPLICATION_TEMPLATE.JNLP
The file was modified/autoplot/trunk/Autoplot/src/autoplot_1GB.jnlpautoplot/Autoplot/src/autoplot_1GB.jnlp
The file was modified/autoplot/trunk/Autoplot/src/autoplot_4GB.jnlpautoplot/Autoplot/src/autoplot_4GB.jnlp
The file was modified/autoplot/trunk/Autoplot/src/autoplot_prod_1GB.jnlpautoplot/Autoplot/src/autoplot_prod_1GB.jnlp
The file was modified/autoplot/trunk/Autoplot/src/autoplot_prod_4GB.jnlpautoplot/Autoplot/src/autoplot_prod_4GB.jnlp
Revision 26714 by jbfaden:
add mine type and extension for PDS lblx files
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplot.jnlpautoplot/Autoplot/src/autoplot.jnlp
The file was modified/autoplot/trunk/Autoplot/src/autoplot_1GB.jnlpautoplot/Autoplot/src/autoplot_1GB.jnlp
The file was modified/autoplot/trunk/Autoplot/src/autoplot_4GB.jnlpautoplot/Autoplot/src/autoplot_4GB.jnlp
The file was modified/autoplot/trunk/Autoplot/src/autoplot_prod_1GB.jnlpautoplot/Autoplot/src/autoplot_prod_1GB.jnlp
The file was modified/autoplot/trunk/Autoplot/src/autoplot_prod_4GB.jnlpautoplot/Autoplot/src/autoplot_prod_4GB.jnlp
Revision 26713 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 26712 by jbfaden:
updates to the release page, removing 12 year-old messages which aren't helpful.release notes.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 26711 by jbfaden:
bugfix: bundle from HAPI bundle to export to CDF would fail.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSourceFormat.java
Revision 26710 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 26709 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 26708 by jbfaden:
bug 2467: pass in the number of records that we're expecting.  This actually not needed since we have the dependent data which has the
record count, but I'll leave the private API change in there because it touched a bunch of places, was verified, and would be information that's useful to have.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java
Revision 26707 by jbfaden:
print the stack trace, since there was a runtime exception which was buried because of this code.  This needs further review, since there
are multiple reasons an IllegalArgumentException might be thrown
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.java
Revision 26706 by jbfaden:
bugfix, where https://cdaweb.gsfc.nasa.gov/sp_phys/data/psp/fields/l2/dfb_dbm_vac/2021/psp_fld_l2_dfb_dbm_vac_2021011812_v02.cdf?psp_fld_l2_dfb_dbm_vac1
had data psp_fld_l2_dfb_dbm_vac1[2,524288] which triggered a "bins kludge" which was very slow.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java
Revision 26705 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 26704 by jbfaden:
correction
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 26703 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 26702 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 26701 by jbfaden:
2464: ancient bug in completions discovered and fixed.  It must be that $m and 02 are the same length, so the bug didn't show until * meant "jno-PJ1-ionosphere-LFRH-Survey-16-240-1215-1320"
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/aggregator/AggregatingDataSourceFactory.javaautoplot/DataSource/src/org/autoplot/aggregator/AggregatingDataSourceFactory.java
Revision 26700 by jbfaden:
2459: try without quotes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/starterScript.shautoplot/Autoplot/starterScript.sh
Revision 26699 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 26698 by jbfaden:
2463: Allison had erg_hep_l2_omniflux which has energy [2,n] for bins, and this is now supported.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java
Revision 26697 by jbfaden:
DataSource should be Java 8 project.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/nbproject/project.propertiesautoplot/DataSource/nbproject/project.properties
Revision 26696 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 26695 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 26694 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 26693 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 26692 by jbfaden:
bug 2461: re-run one shouldn't copy the dom.  This doesn't work for many scripts.
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 26691 by jbfaden:
See bug 2461 https://sourceforge.net/p/autoplot/bugs/2461/
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 26690 by jbfaden:
revert feature from march where the dom was used to try and allow for multi-threaded processing including use of the dom.  This didn't work, and multi-threaded processing only works when the dom isn't used, so this bit of code will be reverted.
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 26689 by jbfaden:
add separate "cancel" button
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 26688 by jbfaden:
limit filenameProvidesContext to hours datasets where range is -48 to 48, otherwise unexpected results occur which are difficult to debug.
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 26687 by jbfaden:
limit filenameProvidesContext to hours datasets where range is -48 to 48, otherwise unexpected results occur which are difficult to debug.
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 26686 by jbfaden:
support xunits when DEPEND_0 is used to automatically connect variables.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/NetCdfVarDataSet.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/NetCdfVarDataSet.java
Revision 26685 by jbfaden:
support xunits when DEPEND_0 is used to automatically connect variables.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/NetCDFDataSource.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/NetCDFDataSource.java
Revision 26684 by jbfaden:
os.family is coming back null on some platforms.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JarRelauncher.javaautoplot/Autoplot/src/org/autoplot/JarRelauncher.java
Revision 26683 by jbfaden:
control "timerange" parameter with time range GUI.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/CompletionsDataSourceEditor.javaautoplot/DataSource/src/org/autoplot/datasource/CompletionsDataSourceEditor.java
Revision 26682 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 26681 by jbfaden:
bugfix: colons in timerange parameter would be misinterpretted, mangling the time.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/CompletionsDataSourceEditor.javaautoplot/DataSource/src/org/autoplot/datasource/CompletionsDataSourceEditor.java
Revision 26680 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 26679 by jbfaden:
AVERAGE_TYPE property
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 26678 by jbfaden:
guard against NullPointerException  when os.family is not set
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.javaautoplot/Autoplot/src/org/autoplot/AutoplotUI.java
Revision 26677 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 26676 by jbfaden:
don't rely on xml extension to detect label, since lblx can also be used.
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 26675 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 26674 by jbfaden:
remove debug println
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/util/RunLaterListener.javaautoplot/Autoplot/src/org/autoplot/util/RunLaterListener.java
Revision 26673 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 26672 by jbfaden:
bug2456: debug printing left in but commented out
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/ChangesSupport.javaautoplot/Autoplot/src/org/autoplot/dom/ChangesSupport.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/DataSourceController.javaautoplot/Autoplot/src/org/autoplot/dom/DataSourceController.java
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSetURI.javaautoplot/DataSource/src/org/autoplot/datasource/DataSetURI.java
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/URISplit.javaautoplot/DataSource/src/org/autoplot/datasource/URISplit.java
Revision 26671 by jbfaden:
bug 2456: catch exceptions in RunLaterListener that would prevent other listeners from getting the message
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/util/RunLaterListener.javaautoplot/Autoplot/src/org/autoplot/util/RunLaterListener.java
Revision 26670 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 26669 by jbfaden:
bugfix 2455: Bill noticed case where script would now hang because list assignment was not the same length.
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 26668 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 26667 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 26666 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 26665 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 26664 by jbfaden:
bugfix: PWD needs to be the PWD of the script, not of the data.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonDataSource/src/org/autoplot/datasource/jython/JythonDataSource.javaautoplot/JythonDataSource/src/org/autoplot/datasource/jython/JythonDataSource.java
Revision 26663 by jbfaden:
print a more precise error when a variable's block size is greater than 2GB.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/CDF3Impl.javaautoplot/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/CDF3Impl.java
Revision 26662 by jbfaden:
bugfix: code assumed that Ops.unbundle result was ArrayDataSet.  New rule that RENDER_TYPE=scatter is inherited
means the result won't necessarily be ArrayDataSet. MutablePropertyDataSet is sufficient and is unlikely to cause
problems.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.java
Revision 26661 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 26660 by jbfaden:
bug 2451: back out change from Mar 21 (rev 26562), which broke existing functionality
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 26659 by jbfaden:
trivial netbeans suggestion
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 26658 by jbfaden:
todo: windows
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 26657 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 26656 by jbfaden:
trivial use lamdba function
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 26655 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 26654 by jbfaden:
add support for ODL and STS in particular.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/META-INF/org.autoplot.datasource.DataSourceFactory.extensionsautoplot/DataSourcePack/src/META-INF/org.autoplot.datasource.DataSourceFactory.extensions
The file was added/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/OdlDataSource.javaautoplot/DataSourcePack/src/org/autoplot/ascii/OdlDataSource.java
The file was added/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/OdlDataSourceFactory.javaautoplot/DataSourcePack/src/org/autoplot/ascii/OdlDataSourceFactory.java
Revision 26653 by jbfaden:
advertise compatibility with HAPI servers, since this is probably more useful to space physics than openDAP.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 26652 by jbfaden:
make sure plot information is in the output when creating pngs.
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 26651 by jbfaden:
trivial javadoc
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 26650 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 26649 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 26648 by jbfaden:
remove synchronized blocks which would hang Sadie's mac, replace with limited use of ReentrantLock.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/WalkImageSequence.javaautoplot/Autoplot/src/org/autoplot/pngwalk/WalkImageSequence.java
Revision 26647 by jbfaden:
trivial diamond
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/state/StatePersistence.javaautoplot/Autoplot/src/org/autoplot/state/StatePersistence.java
Revision 26646 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 26645 by jbfaden:
rfe781: pngwalk tool "show only QC records" more options
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 26644 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 26643 by jbfaden:
remove check for imports which seems a bit unnecessary since connections are only allowed from localhost.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/server/RequestHandler.javaautoplot/Autoplot/src/org/autoplot/server/RequestHandler.java
Revision 26642 by jbfaden:
remove old TODO
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/server/RequestHandler.javaautoplot/Autoplot/src/org/autoplot/server/RequestHandler.java
Revision 26641 by jbfaden:
add specialColors editor
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 26640 by jbfaden:
add specialColors editor
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 26639 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 26638 by jbfaden:
correct when tool.version is null, which happens
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 26637 by jbfaden:
clarify when { is seen on the stream, which is very different than getting the wrong number of fields.
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 26636 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 26635 by jbfaden:
check for pwd + product + version + .vap as well as pwd + product + .vap
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 26634 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 26633 by jbfaden:
allow a space to insert multiple columns
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonDataSource/src/org/autoplot/inline/InlineDataSourceEditorPanel.javaautoplot/JythonDataSource/src/org/autoplot/inline/InlineDataSourceEditorPanel.java
Revision 26632 by jbfaden:
allow a space to insert multiple columns
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonDataSource/src/org/autoplot/inline/InlineDataSourceEditorPanel.javaautoplot/JythonDataSource/src/org/autoplot/inline/InlineDataSourceEditorPanel.java
Revision 26631 by jbfaden:
add json so that JythonCommands can advertise completions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/nbproject/project.propertiesautoplot/JythonSupport/nbproject/project.properties
Revision 26630 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 26629 by jbfaden:
make it much more likely that we are automatically synchronizing data.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.java
Revision 26628 by jbfaden:
handle when offline mode prevents getting javadoc
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JavadocLookup.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/JavadocLookup.java
Revision 26627 by jbfaden:
allow for """interp= getParam( 'interp', vv[0], 'interpolate type', vv )"""
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 26626 by jbfaden:
corrections to support bin_chorus_micro_madeis.jy
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.java
Revision 26625 by jbfaden:
readConfiguration is now a trivial function call.  refactor to use only one popup to show simplified script
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.java
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorContextMenu.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorContextMenu.java
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.java
Revision 26624 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 26623 by jbfaden:
crossProduct function added, 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
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.formautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.form
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.java
Revision 26622 by jbfaden:
include json files in single-jar output
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/compile-application-all.shautoplot/Autoplot/compile-application-all.sh
The file was modified/autoplot/trunk/Autoplot/compile-application.shautoplot/Autoplot/compile-application.sh
Revision 26621 by jbfaden:
include json files in single-jar output
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/compile-application-all.shautoplot/Autoplot/compile-application-all.sh
Revision 26620 by jbfaden:
include json files in single-jar output
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/compile-application.shautoplot/Autoplot/compile-application.sh
Revision 26619 by jbfaden:
add more precise completions for plot.
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 26618 by jbfaden:
add more precise completions for plot.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/external/PlotCommand.javaautoplot/Autoplot/src/external/PlotCommand.java
The file was added/autoplot/trunk/Autoplot/src/external/PlotCommand.jsonautoplot/Autoplot/src/external/PlotCommand.json
Revision 26617 by jbfaden:
bug2445: ensureMutable method always makes a copy of the data.
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 26616 by jbfaden:
change to autoplot-release-2022
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplot_1GB.jnlpautoplot/Autoplot/src/autoplot_1GB.jnlp
Revision 26615 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 26614 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 26613 by jbfaden:
include map in the list of resolvable symbols
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 26612 by jbfaden:
don't print SCALEMIN SCALEMAX warning when they are NaN, NaN.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/metatree/IstpMetadataModel.javaautoplot/DataSource/src/org/autoplot/metatree/IstpMetadataModel.java
Revision 26611 by jbfaden:
clarify readConfiguration javadoc
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 26610 by jbfaden:
add to moveToJustAbove
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/dom/PlotController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotController.java
Revision 26609 by jbfaden:
add to moveToJustAbove
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 26608 by jbfaden:
add to moveToJustBelow
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 26607 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 26606 by jbfaden:
bug 2444: create a new interpretter each time, so that information doesn't leak
from one run to the next.
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 26605 by jbfaden:
refactoring to improve code readability
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 26604 by jbfaden:
refactoring to improve code readability
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 26603 by jbfaden:
rename icons for working -> ICON_WORKING.  "Re-Run script" was done on event thread
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 26602 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 26601 by jbfaden:
bugfix: HAPI label property can be a string array, in which case each component has a label.
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 26600 by jbfaden:
bugfix: HAPI label property can be a string array, in which case each component has a label.
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 26599 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 26598 by jbfaden:
2443: improvements to read-only and writable filesystem support.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.formautoplot/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.javaautoplot/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.java
Revision 26597 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 26596 by jbfaden:
correct usename typo
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandlerSubmitForm.formautoplot/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandlerSubmitForm.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandlerSubmitForm.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandlerSubmitForm.java
Revision 26595 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 26594 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 26593 by jbfaden:
support vapfile in .pngwalk file.  Support ../junofgm in baseurl.
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 26592 by jbfaden:
whoops, JSyntaxPane was an absolute reference so it couldn't be built on the server
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/nbproject/project.propertiesautoplot/JythonSupport/nbproject/project.properties
Revision 26591 by jbfaden:
whoops, JSyntaxPane was an absolute reference so it couldn't be built on the server
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/build-impl.xmlautoplot/AutoplotServlet/nbproject/build-impl.xml
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/genfiles.propertiesautoplot/AutoplotServlet/nbproject/genfiles.properties
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/project.propertiesautoplot/AutoplotServlet/nbproject/project.properties
Revision 26590 by jbfaden:
test071 showed that app.scriptPanel is null for the first five seconds, to improve startup time.
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 26589 by jbfaden:
somehow in testing null is getting into refactored code.
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 26588 by jbfaden:
update jsyntaxpane version
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/VATesting/nbproject/project.propertiesautoplot/VATesting/nbproject/project.properties
Revision 26587 by jbfaden:
refactor to remove JythonScriptPanel references from JythonUtil, which was preventing compile of the AutoplotServlet (and mixed GUI with business logic).
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 added/autoplot/trunk/Autoplot/src/org/autoplot/JythonRunListener.javaautoplot/Autoplot/src/org/autoplot/JythonRunListener.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonUtil.javaautoplot/Autoplot/src/org/autoplot/JythonUtil.java
Revision 26586 by jbfaden:
http->https
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test036.javaautoplot/Autoplot/src/test/endtoend/Test036.java
Revision 26585 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 26584 by jbfaden:
add re-run script to review run batch
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/RunBatchTool.javaautoplot/Autoplot/src/org/autoplot/RunBatchTool.java
Revision 26583 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 26582 by jbfaden:
add re-run script to review run batch
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 26581 by jbfaden:
trivial fix imports
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 26580 by jbfaden:
add popup menu and actions to the completed jobs view.  Presently you can just copy the script URI.
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 26579 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 26578 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 26577 by jbfaden:
findbugs INT_BAD_COMPARISON_WITH_NONNEGATIVE_VALUE
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 26576 by jbfaden:
findbugs  DLS_DEAD_LOCAL_STORE. trivial cleanup
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 26575 by jbfaden:
findbugs DLS_DEAD_LOCAL_STORE.  fix imports
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
Revision 26574 by jbfaden:
findbugs MS_SHOULD_BE_FINAL
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/Param.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/Param.java
Revision 26573 by jbfaden:
findbugs MS_SHOULD_BE_FINAL
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java
Revision 26572 by jbfaden:
findbugs MS_SHOULD_BE_FINAL
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 26571 by jbfaden:
allow the .vap file to live next to the .pngwalk file.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 26570 by jbfaden:
allow the .vap file to live next to 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 26569 by jbfaden:
add "problem save next" button.  remove old menu items for start digitizer and start QC, which was confusing.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.javaautoplot/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.formautoplot/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.javaautoplot/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.java
Revision 26568 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 26567 by jbfaden:
trivial fix imports
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 26566 by jbfaden:
trivial javadoc
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java
Revision 26565 by jbfaden:
javadoc for where support methods
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/AbstractDataSource.javaautoplot/DataSource/src/org/autoplot/datasource/AbstractDataSource.java
Revision 26564 by jbfaden:
make where support methods static
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/AbstractDataSource.javaautoplot/DataSource/src/org/autoplot/datasource/AbstractDataSource.java
Revision 26563 by jbfaden:
test100 showed where new reset code would ignore RENDER_TYPE=hugeScatter.
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 26562 by jbfaden:
test100 showed where new reset code would ignore RENDER_TYPE=hugeScatter.
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 26561 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 26560 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 26559 by jbfaden:
bug2441: handle implicit unbundles by making them explicit
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 26558 by jbfaden:
cancel after shift-Go will just cancel, not run single-thread.  Allow the number of threads to be controlled.
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 26557 by jbfaden:
cancel after shift-Go will just cancel, not run single-thread.
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 26556 by jbfaden:
add secret feature where shift-GO will offer to run jobs in parallel.
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 26555 by jbfaden:
add URI and vap metadata to output of AutoplotServer
Change TypePath in RepositoryPath in Workspace
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/ScriptContext.javaautoplot/Autoplot/src/org/autoplot/ScriptContext.java
Revision 26554 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 26553 by jbfaden:
parker solar probe files have many empty variables, so add option to filter these out.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.formautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.form
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.java
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java
Revision 26552 by jbfaden:
keep track of the last template used.
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 26551 by jbfaden:
BatchMaster name changed to RunBatchTool to match external name for it.
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 removed/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.formautoplot/Autoplot/src/org/autoplot/BatchMaster.form
The file was removed/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.javaautoplot/Autoplot/src/org/autoplot/BatchMaster.java
The file was added/autoplot/trunk/Autoplot/src/org/autoplot/RunBatchTool.formautoplot/Autoplot/src/org/autoplot/RunBatchTool.form
The file was added/autoplot/trunk/Autoplot/src/org/autoplot/RunBatchTool.javaautoplot/Autoplot/src/org/autoplot/RunBatchTool.java
Revision 26550 by jbfaden:
bugfix: das2server redirects would mess up the plus which is used to indicate a space.
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 26549 by jbfaden:
indicate the units of the progress numbers.
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 26548 by jbfaden:
experiment with using Das2Stream timetags to provide progress feedback.
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 26547 by jbfaden:
experiment with JFormattedTextFields, which have immediate verification of inputs.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/Autoplot/src/test/TestFormattedTextField.formautoplot/Autoplot/src/test/TestFormattedTextField.form
The file was added/autoplot/trunk/Autoplot/src/test/TestFormattedTextField.javaautoplot/Autoplot/src/test/TestFormattedTextField.java
Revision 26546 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 26545 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 26544 by jbfaden:
swingUtilities.invokeLater is needed to update properly.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/OrbitStylePanel.javaautoplot/Autoplot/src/org/autoplot/renderer/OrbitStylePanel.java
Revision 26543 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 26542 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 26541 by jbfaden:
rfe775: bugfix where second argument wasn't working
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.formautoplot/Autoplot/src/org/autoplot/BatchMaster.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.javaautoplot/Autoplot/src/org/autoplot/BatchMaster.java
Revision 26540 by jbfaden:
rfe775: pngwalk tool enables the script button regardless of $Y or no $Y.
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 26539 by jbfaden:
rfe775: AutoplotServlet's ScriptGUIServlet also embeds the script URI in the image.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26538 by jbfaden:
rfe775: trivial change
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.javaautoplot/Autoplot/src/org/autoplot/BatchMaster.java
Revision 26537 by jbfaden:
rfe775: bug fixed in doSelectMultiple
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.javaautoplot/Autoplot/src/org/autoplot/BatchMaster.java
Revision 26536 by jbfaden:
rfe775: rfe If the png metadata contains "ScriptURI", then allow the operator to jump back into Autoplot, just as if they had a .vap.
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 26535 by jbfaden:
add pngwalk tool button
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.formautoplot/Autoplot/src/org/autoplot/BatchMaster.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.javaautoplot/Autoplot/src/org/autoplot/BatchMaster.java
Revision 26534 by jbfaden:
Use "PNG Walk Tool" not PNG Walk Viewer in menu
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 26533 by jbfaden:
add the script name and parameters to the png outputs.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.javaautoplot/Autoplot/src/org/autoplot/BatchMaster.java
Revision 26532 by jbfaden:
correction to implement cancel
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.javaautoplot/Autoplot/src/org/autoplot/BatchMaster.java
Revision 26531 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 26530 by jbfaden:
pick up min and max from constraints.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.formautoplot/Autoplot/src/org/autoplot/BatchMaster.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.javaautoplot/Autoplot/src/org/autoplot/BatchMaster.java
Revision 26529 by jbfaden:
pick up min and max from constraints.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.java
Revision 26528 by jbfaden:
Jython Param now is its own class.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonDataSource/src/org/autoplot/datasource/jython/JythonDataSourceFactory.javaautoplot/JythonDataSource/src/org/autoplot/datasource/jython/JythonDataSourceFactory.java
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/ParametersFormPanel.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/ParametersFormPanel.java
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/Util.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/Util.java
Revision 26527 by jbfaden:
Jython Param now is its own class.
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/BatchMaster.javaautoplot/Autoplot/src/org/autoplot/BatchMaster.java
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test038.javaautoplot/Autoplot/src/test/endtoend/Test038.java
Revision 26526 by jbfaden:
Param now is its own class.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.java
The file was added/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/Param.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/Param.java
Revision 26525 by jbfaden:
add droplist item to show scientist how multiple items are selected
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.javaautoplot/Autoplot/src/org/autoplot/BatchMaster.java
Revision 26524 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 26523 by jbfaden:
rfe775: trim the extra spaces some people like to put in
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.javaautoplot/Autoplot/src/org/autoplot/BatchMaster.java
Revision 26522 by jbfaden:
rfe775: support generate with multiple arguments.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.javaautoplot/Autoplot/src/org/autoplot/BatchMaster.java
Revision 26521 by jbfaden:
rfe775: support generate with multiple arguments.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.javaautoplot/Autoplot/src/org/autoplot/BatchMaster.java
Revision 26520 by jbfaden:
allow right parameter to be multi-arg
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.formautoplot/Autoplot/src/org/autoplot/BatchMaster.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.javaautoplot/Autoplot/src/org/autoplot/BatchMaster.java
Revision 26519 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 26518 by jbfaden:
javadoc was never written for APSplash.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/APSplash.javaautoplot/Autoplot/src/org/autoplot/APSplash.java
Revision 26517 by jbfaden:
when an exception occurs when running the simplified version of the script, still show the completions for known commands.  Improve the appearance of the "eval error" message's documentation.
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 26516 by jbfaden:
set the sortPriority low so that it appears at the top of the list.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/MessageCompletionItem.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/MessageCompletionItem.java
Revision 26515 by jbfaden:
old kludge for addMouseModule is corrected.
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 26514 by jpeachey:
Update to include the newest version of jsyntaxpane jar.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/.classpathautoplot/.classpath
Revision 26513 by jbfaden:
initial support for tuple interpolation to get completions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/SimplifyScriptSupport.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/SimplifyScriptSupport.java
Revision 26512 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 26511 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 26510 by jbfaden:
allow num to be resolved to str(num) in tryResolveNode
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 26509 by jbfaden:
lock file wasn't deleted when we check for no data.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/CreatePngWalk.javaautoplot/Autoplot/src/org/autoplot/pngwalk/CreatePngWalk.java
Revision 26508 by jbfaden:
add demo showing attempt at fixing the html doc view in script editor.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/Autoplot/src/test/TestScroll.javaautoplot/Autoplot/src/test/TestScroll.java
Revision 26507 by jbfaden:
update version.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26506 by jbfaden:
add a note about source and allow 10.255
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/SecurityUtil.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/SecurityUtil.java
Revision 26505 by jbfaden:
only use X-Forwarded-For when the remote host is a client we trust.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/SecurityUtil.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/SecurityUtil.java
Revision 26504 by jbfaden:
new version
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 26503 by jbfaden:
HapiDataSourceFactory completions now support timerange and parameters discovery
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceFactory.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceFactory.java
Revision 26502 by jbfaden:
popString function now returns an offset, since it might add constant strings to the front, changing the offset.
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
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/JythonCompletionTask.java
Revision 26501 by jbfaden:
introduce getLineNumberForOffset, which can be used with JTextComponent.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/Utilities.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/Utilities.java
Revision 26500 by jbfaden:
introduce code to do a little Jython implementation to support URI completions when the URI is formed with string concatenation.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/DataSetUrlCompletionTask.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/DataSetUrlCompletionTask.java
Revision 26499 by jbfaden:
introduce tryResolveStringNode
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 26498 by jbfaden:
introduce tryResolveStringNode
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 26497 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 26496 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 26495 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 26494 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 26493 by jbfaden:
pressing cancel should also cancel the batch process.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.javaautoplot/Autoplot/src/org/autoplot/BatchMaster.java
Revision 26492 by jbfaden:
update to jsyntaxpane-1.2
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/nbproject/project.propertiesautoplot/Autoplot/nbproject/project.properties
Revision 26491 by jbfaden:
these are removed in Java 12, so temporarily include them so we can run on both Java 8 and Java 12.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/APLibs/lib/jakarta.xml.bind-api-2.3.3.jarautoplot/APLibs/lib/jakarta.xml.bind-api-2.3.3.jar
The file was added/autoplot/trunk/APLibs/lib/jaxb-impl-2.3.4.jarautoplot/APLibs/lib/jaxb-impl-2.3.4.jar
Revision 26490 by jbfaden:
correction to code when multi-line strings are used, generalize code.
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 26489 by jbfaden:
leave string expressions in code for completions, to assist in debugging.
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 26488 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 26487 by jbfaden:
bugfix:triple-quotes check didn't check for """, only '''.
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 26486 by jbfaden:
bugfix: number argument "green= getParam( 'green', 100, 'green', { "label":'Green', "min":0, "max":255 } )" didn't work.
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 26485 by jbfaden:
rfe772: Run Batch Tool sets list of M arguments
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.formautoplot/Autoplot/src/org/autoplot/BatchMaster.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.javaautoplot/Autoplot/src/org/autoplot/BatchMaster.java
Revision 26484 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 26483 by jbfaden:
rte768: support for .tar, .tgz, and .tar.gz
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
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSetSelectorSupport.javaautoplot/DataSource/src/org/autoplot/datasource/DataSetSelectorSupport.java
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSetURI.javaautoplot/DataSource/src/org/autoplot/datasource/DataSetURI.java
Revision 26482 by jbfaden:
accidental reformat code with Netbeans 12.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/CreatePngWalk.javaautoplot/Autoplot/src/org/autoplot/pngwalk/CreatePngWalk.java
Revision 26481 by jbfaden:
make  resolveIndependentAxis static and public to enable testing.  Add kludge for mvn_swe_l2_arcpad pitch angles to allow for study.
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 26480 by jbfaden:
https://pds-ppi.igpp.ucla.edu/data/maven-swea-calibrated/data/arc_pad/2016/03/mvn_swe_l2_arcpad_20160316_v04_r01.xml?energy shows where the resolveIndependentAxis fails.
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 26479 by jbfaden:
check for (Y;end) when indicating gaps
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/WalkImageSequence.javaautoplot/Autoplot/src/org/autoplot/pngwalk/WalkImageSequence.java
Revision 26478 by jbfaden:
update version number
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26477 by jbfaden:
get rid of demo.html, so that there's only one code.  update the HTML addressbar with the current URI. make timeranges more efficient.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/thin/zoom/autoplot-zoom.jsautoplot/AutoplotServlet/web/thin/zoom/autoplot-zoom.js
The file was modified/autoplot/trunk/AutoplotServlet/web/thin/zoom/demo.htmlautoplot/AutoplotServlet/web/thin/zoom/demo.html
The file was modified/autoplot/trunk/AutoplotServlet/web/thin/zoom/demo.jspautoplot/AutoplotServlet/web/thin/zoom/demo.jsp
Revision 26476 by jbfaden:
bug introduced in refactoring
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 26475 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 26474 by jbfaden:
remove old jsyntaxpane
Change TypePath in RepositoryPath in Workspace
The file was removed/autoplot/trunk/APLibs/lib/jsyntaxpane-1.1.7.jarautoplot/APLibs/lib/jsyntaxpane-1.1.7.jar
Revision 26473 by jbfaden:
version
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.java
Revision 26472 by jbfaden:
verifier tests show that 1 ms read would cause internal 500 error.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/RecordIterator.javaautoplot/DataSource/src/org/autoplot/datasource/RecordIterator.java
Revision 26471 by jbfaden:
corrections to cache logic when cache file cannot be written
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/DataServlet.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/DataServlet.java
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.java
The file was modified/autoplot/trunk/HapiServerDemo/web/hapi/versions.htmlautoplot/HapiServerDemo/web/hapi/versions.html
Revision 26470 by jbfaden:
check write access when creating cache files.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/DataServlet.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/DataServlet.java
Revision 26469 by jbfaden:
use try-with-resources to make sure things are closed properly. Check for 400 error and clean up error stream.
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 26468 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 26467 by jbfaden:
add decimalYear.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.formautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.form
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.java
Revision 26466 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 26465 by jbfaden:
bugfix: diff was done backwards
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonUtil.javaautoplot/Autoplot/src/org/autoplot/JythonUtil.java
Revision 26464 by jbfaden:
remove reference to jsyntaxpane, which is now 1.2.0
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/build-impl.xmlautoplot/AutoplotServlet/nbproject/build-impl.xml
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/genfiles.propertiesautoplot/AutoplotServlet/nbproject/genfiles.properties
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/project.propertiesautoplot/AutoplotServlet/nbproject/project.properties
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/project.xmlautoplot/AutoplotServlet/nbproject/project.xml
Revision 26463 by jbfaden:
trusted client should check 0:0:0:0:0:0:0:1 for X-Forwarded-For as well.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.java
Revision 26462 by jbfaden:
update server version
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.java
Revision 26461 by jbfaden:
compile the patterns used for input validation once.  Limit lines to 132 characters.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.java
Revision 26460 by jbfaden:
compile the patterns used for input validation once
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/DataServlet.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/DataServlet.java
Revision 26459 by jbfaden:
Util.isTrustedClient puts all the security checking in one place.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/DataServlet.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/DataServlet.java
Revision 26458 by jbfaden:
Util.isTrustedClient puts all the security checking in one place.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/AboutServlet.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/AboutServlet.java
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/SetLogLevel.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/SetLogLevel.java
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.java
Revision 26457 by jbfaden:
always report the directory when unable to get the cache
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26456 by jbfaden:
update version number
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26455 by jbfaden:
update version number
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26454 by jbfaden:
update to use start and stop for HAPI 3.0 servers.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/hapiserver/HapiClient.javaautoplot/HapiDataSource/src/org/hapiserver/HapiClient.java
Revision 26453 by jbfaden:
update version
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.java
The file was modified/autoplot/trunk/HapiServerDemo/web/hapi/versions.htmlautoplot/HapiServerDemo/web/hapi/versions.html
Revision 26452 by jbfaden:
trivial
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/BinaryDataFormatter.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/BinaryDataFormatter.java
Revision 26451 by jbfaden:
we needed to find a different way to get rid of space and replace with "Z" because that code is also used for QStreams
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/BinaryDataFormatter.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/BinaryDataFormatter.java
Revision 26450 by jbfaden:
update version number
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26449 by jbfaden:
allow remote address of 192.168.0.x temporarily.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/SetLogLevel.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/SetLogLevel.java
Revision 26448 by jbfaden:
use start and stop
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/web/hapi/index.jspautoplot/HapiServerDemo/web/hapi/index.jsp
Revision 26447 by jbfaden:
update version, going nuts...
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.java
Revision 26446 by jbfaden:
version 3.0 servers should support start and stop parameters.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/DataServlet.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/DataServlet.java
The file was modified/autoplot/trunk/HapiServerDemo/web/hapi/versions.htmlautoplot/HapiServerDemo/web/hapi/versions.html
Revision 26445 by jbfaden:
version 3.0 servers should support start and stop parameters.
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
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiSpec.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiSpec.java
Revision 26444 by jbfaden:
update HAPI_SERVER_HOME
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/web/WEB-INF/web.xmlautoplot/HapiServerDemo/web/WEB-INF/web.xml
Revision 26443 by jbfaden:
update the version
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/web/hapi/versions.htmlautoplot/HapiServerDemo/web/hapi/versions.html
Revision 26442 by jbfaden:
update the version
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.java
Revision 26441 by jbfaden:
trivial
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/BinaryDataFormatter.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/BinaryDataFormatter.java
Revision 26440 by jbfaden:
add commented code which relays the HAPI_SERVER_HOME
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/AboutServlet.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/AboutServlet.java
Revision 26439 by jbfaden:
add logging for binary response. unverified correction to extra byte which is clipped from binary response's times.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/BinaryDataFormatter.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/BinaryDataFormatter.java
Revision 26438 by jbfaden:
bugfix: remove old message about coding on Saturday mornings, there's nothing wrong with that state.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.javaautoplot/Autoplot/src/org/autoplot/BatchMaster.java
Revision 26437 by jbfaden:
remove goto-line action that is annoying, shift+click is required
Change TypePath in RepositoryPath in Workspace
The file was removed/autoplot/trunk/APLibs/lib/jsyntaxpane-1.1.6.jarautoplot/APLibs/lib/jsyntaxpane-1.1.6.jar
The file was added/autoplot/trunk/APLibs/lib/jsyntaxpane-1.2.0.jarautoplot/APLibs/lib/jsyntaxpane-1.2.0.jar
Revision 26436 by jbfaden:
bugfix: if there was error when getting the catalog, then the last successful catalog would be shown, but with the new hapi server URL.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.java
Revision 26435 by jbfaden:
browse trigger recognizes https://.../hapi/ as HAPI server
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 26434 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 26433 by jbfaden:
clear the busy icon and make inspect sensitive when we are going to throw a RuntimeException
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 26432 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 26431 by jbfaden:
trivial fix imports and comment
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/SimpleServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/SimpleServlet.java
Revision 26430 by jbfaden:
update version
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26429 by jbfaden:
also, blacklist check on .vap file argument would throw NullPointerException because uri was used instead of vap.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/SimpleServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/SimpleServlet.java
Revision 26428 by jbfaden:
add server PID to the cache directory, so two servers running as different users can work side-by-side.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/SimpleServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/SimpleServlet.java
Revision 26427 by jbfaden:
check for exception when creating log file
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/SimpleServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/SimpleServlet.java
Revision 26426 by jbfaden:
log execution times to logger
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 26425 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 26424 by jbfaden:
"trace" functionality scrolls along with the script program counter
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorAnnotationsSupport.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorAnnotationsSupport.java
Revision 26423 by jbfaden:
"trace" functionality scrolls along with the script program counter
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 26422 by jbfaden:
reimplement script "trace" functionality using Jython AST parser to separate the lines
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 26421 by jbfaden:
run batch used showOpenDialog for save
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.javaautoplot/Autoplot/src/org/autoplot/BatchMaster.java
Revision 26420 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 26419 by jbfaden:
add fill color property
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/BoundsStylePanel.formautoplot/Autoplot/src/org/autoplot/renderer/BoundsStylePanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/BoundsStylePanel.javaautoplot/Autoplot/src/org/autoplot/renderer/BoundsStylePanel.java
Revision 26418 by jbfaden:
support detection of bounding box
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUtil.javaautoplot/Autoplot/src/org/autoplot/AutoplotUtil.java
Revision 26417 by jbfaden:
support for bounding box
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
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
Revision 26416 by jbfaden:
trim the value of the argument.  No argument can contain leading or trailing spaces. (It's too easy to do and for every one time you mean for it to be there, there's a 100 times you didn't mean for it to be there.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.javaautoplot/Autoplot/src/org/autoplot/BatchMaster.java
Revision 26415 by jpeachey:
Rename, fix paths, which didn't properly identify location of the jardesc/jar in autoplot.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/EclipseBuild/autoplot.jardescautoplot/EclipseBuild/autoplot.jardesc
The file was removed/autoplot/trunk/EclipseBuild/autoplot_midl.jardescautoplot/EclipseBuild/autoplot_midl.jardesc
Revision 26414 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 26413 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 26412 by jbfaden:
recently-added code for string data assumed there were at least two columns coming back.
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 26411 by jbfaden:
handle bundle(X,Y) autoranging
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 26410 by jbfaden:
trivial netbeans suggestions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/RenderType.javaautoplot/Autoplot/src/org/autoplot/RenderType.java
Revision 26409 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 26408 by jbfaden:
bugfix 2429: correction to only do the automatic depend0 logic when the column isn't column 0.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.java
Revision 26407 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 26406 by jbfaden:
bugfix 2429: only do the automatic depend0 logic when the column isn't column 0.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.java
Revision 26405 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 26404 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 26403 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 26402 by jbfaden:
rfe651: add resetOrbitsFor so that the green play button will always reload the file.
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 26401 by jbfaden:
annotate patch scrolls to location of first patch.  Also scrollTo does an invoke later, which wasn't mentioned in the last commit.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/ScriptPanelSupport.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/ScriptPanelSupport.java
Revision 26400 by jbfaden:
scrollToOffset now shows three lines preceding (or about) to show context.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorAnnotationsSupport.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorAnnotationsSupport.java
Revision 26399 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 26398 by jbfaden:
remove trailing whitespace after noticing that Windows doesn't work properly (make private)
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonUtil.javaautoplot/Autoplot/src/org/autoplot/JythonUtil.java
Revision 26397 by jbfaden:
remove trailing whitespace after noticing that Windows doesn't work properly
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonUtil.javaautoplot/Autoplot/src/org/autoplot/JythonUtil.java
Revision 26396 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 26395 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 26394 by jbfaden:
rfe363: remove fall-through code so that branches can be studied.
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 26393 by jbfaden:
rfe363: special handling of
allowCache= getParam( 'allowCache', True, 'allow storage of ephemeris to local file', [ True,False ] )
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 26392 by jbfaden:
rfe363: isAssignableFrom was backwards
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 26391 by jbfaden:
bugfix where incorrect sort position was given to local variable.
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 26390 by jbfaden:
rfe363: xx= RHOmag[r] assigns QDataSet to xx
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 26389 by jbfaden:
rfe363: when traversing, assume unsupported node means we can't complete, instead of assuming we could
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 26388 by jbfaden:
rfe363: don't allow variable which is calculated in the else block to provide completions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/SimplifyScriptSupport.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/SimplifyScriptSupport.java
Revision 26387 by jbfaden:
rfe363: assume that any binary operation is going to return a QDataSet.
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 26386 by jbfaden:
rfe363: allow completions using the symbol names which have been assigned to QDataSet using methods from Ops.
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 26385 by jbfaden:
rfe363: correct where JOptionPane,showConfirmDialog is included in completions.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/SimplifyScriptSupport.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/SimplifyScriptSupport.java
Revision 26384 by jbfaden:
more time math mistakes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/TimeRangeParser.jsautoplot/AutoplotServlet/web/TimeRangeParser.js
The file was modified/autoplot/trunk/AutoplotServlet/web/thin/zoom/TimeRangeParser.jsautoplot/AutoplotServlet/web/thin/zoom/TimeRangeParser.js
Revision 26383 by jbfaden:
bugfix at 2001-12 to 2002-01
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/TimeRangeParser.jsautoplot/AutoplotServlet/web/TimeRangeParser.js
Revision 26382 by jbfaden:
version number update
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26381 by jbfaden:
remove check which seems incorrect for "2012-01" minus one month.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/TimeRangeParser.jsautoplot/AutoplotServlet/web/TimeRangeParser.js
Revision 26380 by jbfaden:
formatISO8601Range optimizations for whole days and whole months.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/TimeRangeParser.jsautoplot/AutoplotServlet/web/TimeRangeParser.js
Revision 26379 by jpeachey:
Add JAR description file for creating JARs from within Eclipse.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/EclipseBuildautoplot/EclipseBuild
The file was added/autoplot/trunk/EclipseBuild/autoplot_midl.jardescautoplot/EclipseBuild/autoplot_midl.jardesc
Revision 26378 by jbfaden:
hard-code width and height based on voyager lowrate application.  Ideally this would be kept from the last invocation.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26377 by jbfaden:
2426: throw an error when java.awt.headless is not set to true.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26376 by jbfaden:
add hidden button so the default is just to update (not previous, which was getting the "Enter" event)
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26375 by jbfaden:
load TimeRangeParser.js
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26374 by jbfaden:
correction to width, which is non-trivial for [2020,01,...] - [2019,12,...]
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/TimeRangeParser.jsautoplot/AutoplotServlet/web/TimeRangeParser.js
The file was modified/autoplot/trunk/AutoplotServlet/web/thin/zoom/TimeRangeParser.jsautoplot/AutoplotServlet/web/thin/zoom/TimeRangeParser.js
The file was modified/autoplot/trunk/AutoplotServlet/web/util.jsautoplot/AutoplotServlet/web/util.js
Revision 26373 by jbfaden:
TimeRangeParser handles "$Y-$m-$d"
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/TimeRangeParser.jsautoplot/AutoplotServlet/web/TimeRangeParser.js
The file was modified/autoplot/trunk/AutoplotServlet/web/thin/zoom/TimeRangeParser.jsautoplot/AutoplotServlet/web/thin/zoom/TimeRangeParser.js
The file was modified/autoplot/trunk/AutoplotServlet/web/util.jsautoplot/AutoplotServlet/web/util.js
Revision 26372 by jbfaden:
corrections to TimeRangeParser, and handle borrow
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/TimeRangeParser.jsautoplot/AutoplotServlet/web/TimeRangeParser.js
The file was modified/autoplot/trunk/AutoplotServlet/web/thin/zoom/TimeRangeParser.jsautoplot/AutoplotServlet/web/thin/zoom/TimeRangeParser.js
Revision 26371 by jbfaden:
corrections to TimeRangeParser
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/AutoplotServlet/web/TimeRangeParser.jsautoplot/AutoplotServlet/web/TimeRangeParser.js
The file was modified/autoplot/trunk/AutoplotServlet/web/thin/zoom/TimeRangeParser.jsautoplot/AutoplotServlet/web/thin/zoom/TimeRangeParser.js
Revision 26370 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 26369 by jbfaden:
handle static method calls like TimeParser.create(), where we can infer types by looking at return types.
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 26368 by jbfaden:
queryMethods now detects that the context is an array and will get the Java component type so that completions are provided.
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 26367 by jbfaden:
showCompletionsView now trims the script to the carot position.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.java
Revision 26366 by jbfaden:
rfe363: fix case where line was included which shouldn't have been
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 26365 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 26364 by jbfaden:
make the log directory
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26363 by jbfaden:
commit to test Netbeans 12 with Java 11
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 26362 by jbfaden:
extraneous ; caused by whitespace after }.  Keep track of known 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 26361 by jbfaden:
support float and int constants which can be used to infer type.  support tuples by echoing tuple, just for readability.  only assign type once.
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 26360 by jbfaden:
indent on functions
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 26359 by jbfaden:
start to handle slices (/home/jbf/ct/autoplot/git/dev/demos/2019/20190219/customRenderer.jy to Java)
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 26358 by jbfaden:
correction to list
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 26357 by jbfaden:
refactor to remove repeated code
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 26356 by jbfaden:
refactor so that each node as accessible method
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 26355 by jbfaden:
improvements to support https://github.com/autoplot/dev/blob/master/demos/2022/20220104/simple_002.jy
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 26354 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 26353 by jbfaden:
2424: set the application when running custom actions in the editor
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 26352 by jbfaden:
trivial Netbeans suggestions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/it/sauronsoftware/ftp4j/FTPDataTransferServer.javaautoplot/DataSource/src/it/sauronsoftware/ftp4j/FTPDataTransferServer.java
Revision 26351 by jbfaden:
2424: keep track of the app
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 26350 by jbfaden:
2424: keep track of the app
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java
Revision 26349 by jbfaden:
improve logging
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 26348 by jbfaden:
add getFile without progress monitor argument, to retrieve small files
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSetURI.javaautoplot/DataSource/src/org/autoplot/datasource/DataSetURI.java
Revision 26347 by jbfaden:
trivial javadoc
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 26346 by jbfaden:
allow %{PWD} to be used in configurationFiles
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 26345 by jbfaden:
add readConfiguration
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 26344 by jbfaden:
trivial make final
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/WalkImage.javaautoplot/Autoplot/src/org/autoplot/pngwalk/WalkImage.java
Revision 26343 by jbfaden:
hang_1147198202_20211230_080855: use ReentrantLock instead of synchronized blocks.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/WalkImage.javaautoplot/Autoplot/src/org/autoplot/pngwalk/WalkImage.java
Revision 26342 by jbfaden:
hang_1147198202_20211230_080855: statusLabel use must be on event thread
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 26341 by jbfaden:
bug 2422 recent Javas complain about ByteBuffer.flip()
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSourceUtil.javaautoplot/DataSource/src/org/autoplot/datasource/DataSourceUtil.java
Revision 26340 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 26339 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 26338 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 26337 by jbfaden:
add developer action to see what script is being used to get GUI params
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
Revision 26336 by jbfaden:
trivial
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/PrimesSwingWorker.javaautoplot/Autoplot/src/test/PrimesSwingWorker.java
Revision 26335 by jbfaden:
add demo of SwingWorker, which should be used in places where a long task is started from the event thread.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/Autoplot/src/test/PrimesSwingWorker.javaautoplot/Autoplot/src/test/PrimesSwingWorker.java
Revision 26334 by jbfaden:
execute custom actions off of the event thread.
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 26333 by jbfaden:
the PWD in the editor custom actions (like clone).
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 26332 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 26331 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 26330 by jbfaden:
trivial Netbeans suggestions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorAnnotationsSupport.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorAnnotationsSupport.java
Revision 26329 by jbfaden:
trivial Netbeans suggestions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorAnnotationsSupport.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorAnnotationsSupport.java
Revision 26328 by jbfaden:
scroll to where the bug is found in a Jython code.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorAnnotationsSupport.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorAnnotationsSupport.java
Revision 26327 by jbfaden:
add GrannyTextEditor button.
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 26326 by jbfaden:
GitCommand now returns int code and response message.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/com/cottagesystems/jdiskhog/JDiskHogPanel.javaautoplot/Autoplot/src/com/cottagesystems/jdiskhog/JDiskHogPanel.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/ScriptPanelSupport.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/ScriptPanelSupport.java
Revision 26325 by jbfaden:
whoops, missed 64bit versions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplot.jnlpautoplot/Autoplot/src/autoplot.jnlp
Revision 26324 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 26323 by jbfaden:
go ahead and disable log4j2.formatMsgNoLookups even though the library is not used, just in case someone links it in with Jython.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplot_1GB.jnlpautoplot/Autoplot/src/autoplot_1GB.jnlp
The file was modified/autoplot/trunk/Autoplot/src/autoplot_4GB.jnlpautoplot/Autoplot/src/autoplot_4GB.jnlp
The file was modified/autoplot/trunk/Autoplot/src/autoplot_prod_1GB.jnlpautoplot/Autoplot/src/autoplot_prod_1GB.jnlp
The file was modified/autoplot/trunk/Autoplot/src/autoplot_prod_4GB.jnlpautoplot/Autoplot/src/autoplot_prod_4GB.jnlp
Revision 26322 by jbfaden:
go ahead and disable log4j2.formatMsgNoLookups even though the library is not used, just in case someone links it in with Jython.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplot.jnlpautoplot/Autoplot/src/autoplot.jnlp
Revision 26321 by jbfaden:
new code to allow tests to have short names broke https://research-git.uiowa.edu/jbf/autoplot-testing/-/raw/main/test247.txt.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test140.javaautoplot/Autoplot/src/test/endtoend/Test140.java
Revision 26320 by jbfaden:
check to see that the URI is actually something that could be requested, having a resourceURI.
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 26319 by jbfaden:
test099 private tests were broken by new change that allowed tests to be named
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test140.javaautoplot/Autoplot/src/test/endtoend/Test140.java
Revision 26318 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 26317 by jbfaden:
2419: "jar://..." URI used with vap+wdc:ftp://ftp.ngdc.noaa.gov/STP/GEOMAGNETIC_DATA/INDICES/KP_AP/$Y?apkp=kp&timerange=1940+through+1942 because vap+wdc needed to check for internal version of the script showed that downloadResourceAsTempFile should only use new logic for http and https.
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 26316 by jbfaden:
new code to allow tests to have short names caused URIs with spaces to break.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test140.javaautoplot/Autoplot/src/test/endtoend/Test140.java
Revision 26315 by jbfaden:
2419: recent change to allow bookmarks files from GitHubFileSystem caused test010 to break because a directory was retrieved, not a file.
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 26314 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 26313 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 26312 by jbfaden:
AutoplotUI to will rebuild the script editor context menu after the editor bookmarks have changed.
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 26311 by jbfaden:
allow AutoplotUI to rebuild the script editor context menu after the editor bookmarks have changed.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorContextMenu.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorContextMenu.java
Revision 26310 by jbfaden:
getTemporaryFile now checks the local file cache for the file, allowing temporary files to come from GitHubFileSystem
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/bookmarks/BookmarksManager.javaautoplot/Autoplot/src/org/autoplot/bookmarks/BookmarksManager.java
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSetURI.javaautoplot/DataSource/src/org/autoplot/datasource/DataSetURI.java
Revision 26309 by jbfaden:
new logic for test140 allows ids to be specified.  See https://research-git.uiowa.edu/jbf/autoplot-testing/-/blob/main/test247.txt
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test140.javaautoplot/Autoplot/src/test/endtoend/Test140.java
Revision 26308 by jbfaden:
rfe 729: support for missing_value
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 26307 by jbfaden:
rfe 761: return the number of differences found.
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 26306 by jbfaden:
rfe 762: report problems when XmlFileDataSourceFactory rejects.  I was very confused when this code didn't provide any feedback but I didn't know it was running.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/xmlfile/XmlFileDataSourceFactory.javaautoplot/DataSourcePack/src/org/autoplot/xmlfile/XmlFileDataSourceFactory.java
Revision 26305 by jbfaden:
rfe 762: https://space.physics.uiowa.edu/voyager/data/voyager-1-pws-sa/data/$Y/vg1pws_lr_$Y$m$d_v5.10.xml demonstrates that AggregatingDataSourceFactory needs to peek inside the XML file to get the type.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSourceEditorPanelUtil.javaautoplot/DataSource/src/org/autoplot/datasource/DataSourceEditorPanelUtil.java
Revision 26304 by jbfaden:
rfe 762: https://space.physics.uiowa.edu/voyager/data/voyager-1-pws-sa/data/$Y/vg1pws_lr_$Y$m$d_v5.10.xml demonstrates that AggregatingDataSourceFactory needs to peek inside the XML file to get the type.
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 26303 by jbfaden:
rfe 762: https://space.physics.uiowa.edu/voyager/data/voyager-1-pws-sa/data/$Y/vg1pws_lr_$Y$m$d_v5.10.xml demonstrates that AggregatingDataSourceFactory needs to peek inside the XML file to get the type.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/aggregator/AggregatingDataSourceFactory.javaautoplot/DataSource/src/org/autoplot/aggregator/AggregatingDataSourceFactory.java
Revision 26302 by jbfaden:
javadoc improvements
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 26301 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 26300 by jbfaden:
get invalid_constant, valid_minimum, and valid_maximum.
add in support for rank 3 data, which still needs to be tested.
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 26299 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 26298 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 26297 by jbfaden:
trivial javadoc
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 26296 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 26295 by jbfaden:
bugfix when epoch16 was used with a component, the slice1 control was incorrectly trying to slice two-component epoch16.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java
Revision 26294 by jbfaden:
rte_0404633081_20211201: ctrl-Z when nothing has been done resulted in exception.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/state/UndoRedoSupport.javaautoplot/Autoplot/src/org/autoplot/state/UndoRedoSupport.java
Revision 26293 by jbfaden:
rfe762: new code assumed URI had extension.
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
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSourceEditorPanelUtil.javaautoplot/DataSource/src/org/autoplot/datasource/DataSourceEditorPanelUtil.java
Revision 26292 by jbfaden:
rte280945130: NullPointerException when multiple parameters are loaded and one isn't in file.  Thanks, Daniele!
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java
Revision 26291 by jbfaden:
bugfix: arbitrary name "H_lo" used when id and arg_0 were not present, causing confusing messages.  This was left in years ago presumably after debugging.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.java
Revision 26290 by jbfaden:
correction for test https://jfaden.net/jenkins/job/autoplot-test142/
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 26289 by jbfaden:
bugfix: Juno TCA didn't subset when requiresInterval and item_00 was found in DSDF. 
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 26288 by jbfaden:
add lblx extension.
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 26287 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 26286 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 26285 by jbfaden:
check that the image is actually changed and display a small "(no changes)" image when it is not used
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26284 by jbfaden:
trivial whitespace to limit line length
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 26283 by jbfaden:
rfe764: arg_0 label specified
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 26282 by jbfaden:
arg_0 completions should be plotted (set maybePlot True)
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/FitsDataSource/src/org/autoplot/fits/FitsDataSourceFactory.javaautoplot/FitsDataSource/src/org/autoplot/fits/FitsDataSourceFactory.java
Revision 26281 by jbfaden:
bugfix: NullPointerException when param didn't have units.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/FitsDataSource/src/org/autoplot/fits/FitsDataSource.javaautoplot/FitsDataSource/src/org/autoplot/fits/FitsDataSource.java
Revision 26280 by jbfaden:
correct spelling of indices
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSourceFactory.javaautoplot/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSourceFactory.java
Revision 26279 by jbfaden:
experiment with a method for specifying a label, where the empty option is the one that provides the label.
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 26278 by jbfaden:
experiment with a method for specifying a label, where the empty option is the one that provides the label.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/CompletionsDataSourceEditor.javaautoplot/DataSource/src/org/autoplot/datasource/CompletionsDataSourceEditor.java
Revision 26277 by jbfaden:
bugfix in automatic aggregation of "$Y/$m/$d/$Y$m$dT$H_all.csv" where replaceLast, where kludgy code assumed the delimiter (- in $Y-$m-$d) was in a fixed position.  Test templates also had delimiter identifier incorrectly marked as $3 instead of $4.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSourceUtil.javaautoplot/DataSource/src/org/autoplot/datasource/DataSourceUtil.java
Revision 26276 by jbfaden:
trivial Netbeans suggestions.  Remove unnecessary yield.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/WalkImage.javaautoplot/Autoplot/src/org/autoplot/pngwalk/WalkImage.java
Revision 26275 by jbfaden:
whoops.  "vap+pds4" was not a type
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 26274 by jbfaden:
trivial tweak javadoc and make sure no line is more than 132 characters.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.javaautoplot/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.java
Revision 26273 by jbfaden:
trivial tweak javadoc and make sure no line is more than 132 characters.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.java
Revision 26272 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 26271 by jbfaden:
rfe762: DataSource now needs JSON parser
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/nbproject/project.propertiesautoplot/DataSource/nbproject/project.properties
Revision 26270 by jbfaden:
rfe762: introduce DataSourceRecognizer to recognize file schemes.
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
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSetURI.javaautoplot/DataSource/src/org/autoplot/datasource/DataSetURI.java
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSourceEditorPanelUtil.javaautoplot/DataSource/src/org/autoplot/datasource/DataSourceEditorPanelUtil.java
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSourceRecognizer.javaautoplot/DataSource/src/org/autoplot/datasource/DataSourceRecognizer.java
The file was modified/autoplot/trunk/JythonDataSource/src/META-INF/org.autoplot.datasource.DataSourceEditorPanel.extensionsautoplot/JythonDataSource/src/META-INF/org.autoplot.datasource.DataSourceEditorPanel.extensions
The file was modified/autoplot/trunk/JythonDataSource/src/META-INF/org.autoplot.datasource.DataSourceFactory.extensionsautoplot/JythonDataSource/src/META-INF/org.autoplot.datasource.DataSourceFactory.extensions
The file was modified/autoplot/trunk/JythonDataSource/src/org/autoplot/datasource/jython/JythonExtensionDataSourceFactory.javaautoplot/JythonDataSource/src/org/autoplot/datasource/jython/JythonExtensionDataSourceFactory.java
Revision 26269 by jbfaden:
rfe762: introduce DataSourceRecognizer to recognize file schemes.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSourceRecognizer.javaautoplot/DataSource/src/org/autoplot/datasource/DataSourceRecognizer.java
Revision 26268 by jbfaden:
move all images out of org.autoplot.datasource to resources
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.formautoplot/Autoplot/src/org/autoplot/BatchMaster.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/BatchMaster.javaautoplot/Autoplot/src/org/autoplot/BatchMaster.java
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSetSelector.formautoplot/DataSource/src/org/autoplot/datasource/DataSetSelector.form
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSetSelector.javaautoplot/DataSource/src/org/autoplot/datasource/DataSetSelector.java
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSourceEditorDialog.formautoplot/DataSource/src/org/autoplot/datasource/DataSourceEditorDialog.form
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSourceEditorDialog.javaautoplot/DataSource/src/org/autoplot/datasource/DataSourceEditorDialog.java
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/TimeRangeEditor.formautoplot/DataSource/src/org/autoplot/datasource/TimeRangeEditor.form
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/TimeRangeEditor.javaautoplot/DataSource/src/org/autoplot/datasource/TimeRangeEditor.java
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/TimeRangeTool.formautoplot/DataSource/src/org/autoplot/datasource/TimeRangeTool.form
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/TimeRangeTool.javaautoplot/DataSource/src/org/autoplot/datasource/TimeRangeTool.java
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/TimeRangeToolEventsList.formautoplot/DataSource/src/org/autoplot/datasource/TimeRangeToolEventsList.form
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/TimeRangeToolEventsList.javaautoplot/DataSource/src/org/autoplot/datasource/TimeRangeToolEventsList.java
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/package.htmlautoplot/DataSource/src/org/autoplot/datasource/package.html
The file was added/autoplot/trunk/DataSource/src/org/autoplot/datasource/package_1.htmlautoplot/DataSource/src/org/autoplot/datasource/package_1.html
The file was added/autoplot/trunk/DataSource/src/resources/add.pngautoplot/DataSource/src/resources/add.png
The file was added/autoplot/trunk/DataSource/src/resources/calendar.pngautoplot/DataSource/src/resources/calendar.png
The file was added/autoplot/trunk/DataSource/src/resources/file.pngautoplot/DataSource/src/resources/file.png
The file was added/autoplot/trunk/DataSource/src/resources/file2.pngautoplot/DataSource/src/resources/file2.png
The file was added/autoplot/trunk/DataSource/src/resources/fileMag.pngautoplot/DataSource/src/resources/fileMag.png
The file was added/autoplot/trunk/DataSource/src/resources/go-small.pngautoplot/DataSource/src/resources/go-small.png
The file was added/autoplot/trunk/DataSource/src/resources/go.pngautoplot/DataSource/src/resources/go.png
The file was added/autoplot/trunk/DataSource/src/resources/help_1.pngautoplot/DataSource/src/resources/help_1.png
The file was added/autoplot/trunk/DataSource/src/resources/history.pngautoplot/DataSource/src/resources/history.png
The file was added/autoplot/trunk/DataSource/src/resources/lookingGlass.gifautoplot/DataSource/src/resources/lookingGlass.gif
The file was added/autoplot/trunk/DataSource/src/resources/nextNext.pngautoplot/DataSource/src/resources/nextNext.png
The file was added/autoplot/trunk/DataSource/src/resources/nextNextNext.pngautoplot/DataSource/src/resources/nextNextNext.png
The file was added/autoplot/trunk/DataSource/src/resources/nextNextNextStop.pngautoplot/DataSource/src/resources/nextNextNextStop.png
The file was removed/autoplot/trunk/DataSource/src/resources/package.htmlautoplot/DataSource/src/resources/package.html
The file was added/autoplot/trunk/DataSource/src/resources/prevPrev.pngautoplot/DataSource/src/resources/prevPrev.png
The file was added/autoplot/trunk/DataSource/src/resources/prevPrevPrev.pngautoplot/DataSource/src/resources/prevPrevPrev.png
The file was added/autoplot/trunk/DataSource/src/resources/prevPrevPrevStop.pngautoplot/DataSource/src/resources/prevPrevPrevStop.png
The file was added/autoplot/trunk/DataSource/src/resources/skipBack1616.pngautoplot/DataSource/src/resources/skipBack1616.png
The file was added/autoplot/trunk/DataSource/src/resources/skipBackSens1616.pngautoplot/DataSource/src/resources/skipBackSens1616.png
The file was added/autoplot/trunk/DataSource/src/resources/skipForward1616.pngautoplot/DataSource/src/resources/skipForward1616.png
The file was added/autoplot/trunk/DataSource/src/resources/skipForwardSens1616.pngautoplot/DataSource/src/resources/skipForwardSens1616.png
The file was added/autoplot/trunk/DataSource/src/resources/subtract.pngautoplot/DataSource/src/resources/subtract.png
Revision 26267 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 26266 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 26265 by jbfaden:
allow numeric fields to have a comma in them.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/html/AsciiTableMaker.javaautoplot/DataSourcePack/src/org/autoplot/html/AsciiTableMaker.java
Revision 26264 by jbfaden:
class does not need to be synchronized.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/RowPngWalkView.javaautoplot/Autoplot/src/org/autoplot/pngwalk/RowPngWalkView.java
Revision 26263 by jbfaden:
Netbeans Java8 suggestions
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 26262 by jbfaden:
deprecate misspelled method name
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 26261 by jbfaden:
deprecate misspelled method name
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.javaautoplot/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.java
Revision 26260 by jbfaden:
add "pull" action which is enabled for GitHubFileSystems
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/com/cottagesystems/jdiskhog/JDiskHogPanel.javaautoplot/Autoplot/src/com/cottagesystems/jdiskhog/JDiskHogPanel.java
The file was modified/autoplot/trunk/Autoplot/src/com/cottagesystems/jdiskhog/MyMouseListener.javaautoplot/Autoplot/src/com/cottagesystems/jdiskhog/MyMouseListener.java
Revision 26259 by jbfaden:
read the current value of readOnlyCache and set the initial directory to that.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/com/cottagesystems/jdiskhog/JDiskHogPanel.formautoplot/Autoplot/src/com/cottagesystems/jdiskhog/JDiskHogPanel.form
The file was modified/autoplot/trunk/Autoplot/src/com/cottagesystems/jdiskhog/JDiskHogPanel.javaautoplot/Autoplot/src/com/cottagesystems/jdiskhog/JDiskHogPanel.java
Revision 26258 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 26257 by jbfaden:
add ability to log to the eventThreadResponseMonitor.  Wish I had this on old versions, but it'll be there for the future.
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 26256 by jbfaden:
add ability to log to the eventThreadResponseMonitor.  Wish I had this on old versions, but it'll be there for the future.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/EventThreadResponseMonitor.javaautoplot/Autoplot/src/org/autoplot/EventThreadResponseMonitor.java
Revision 26255 by jbfaden:
add ability to log to the eventThreadResponseMonitor.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/EventThreadResponseMonitor.javaautoplot/Autoplot/src/org/autoplot/EventThreadResponseMonitor.java
Revision 26254 by jbfaden:
add "ms since 1970-01-01T00:00" to the list of units, since that comes up often
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.formautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.form
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.java
Revision 26253 by jbfaden:
echo JAVA_HOME
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/compile-application.shautoplot/Autoplot/compile-application.sh
Revision 26252 by jbfaden:
trivial netbeans suggestions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.javaautoplot/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.java
Revision 26251 by jbfaden:
trivial netbeans suggestions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.formautoplot/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.javaautoplot/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.java
Revision 26250 by jbfaden:
move digitizer and QC tool to "Tools" menu
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 26249 by jbfaden:
move digitizer and QC tool to "Tools" menu
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 26248 by jbfaden:
trivial Netbeans Java 8 suggestions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/QualityControlRecord.javaautoplot/Autoplot/src/org/autoplot/pngwalk/QualityControlRecord.java
Revision 26247 by jbfaden:
make QC Tool icons opaque, because they are hard to see on a dark background
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/resources/badge_ignore.pngautoplot/Autoplot/src/resources/badge_ignore.png
The file was modified/autoplot/trunk/Autoplot/src/resources/badge_ok.pngautoplot/Autoplot/src/resources/badge_ok.png
The file was modified/autoplot/trunk/Autoplot/src/resources/badge_problem.pngautoplot/Autoplot/src/resources/badge_problem.png
Revision 26246 by jbfaden:
rfe761: handle where the QCTUrl is not set.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.javaautoplot/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.java
Revision 26245 by jbfaden:
call the commit method
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/QualityControlRecord.javaautoplot/Autoplot/src/org/autoplot/pngwalk/QualityControlRecord.java
Revision 26244 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/ftpfs/FtpFileObject.javaautoplot/DataSource/src/ftpfs/FtpFileObject.java
Revision 26243 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 26242 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 26241 by jbfaden:
qcturl property allows the Quality Control files to be written to another place, so that read-only pngwalks can be annotated.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.javaautoplot/Autoplot/src/org/autoplot/pngwalk/PngWalkTool.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.javaautoplot/Autoplot/src/org/autoplot/pngwalk/QualityControlPanel.java
Revision 26240 by jbfaden:
move GrannyTextEditor into dasCore
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
Revision 26239 by jbfaden:
change field "domPlot" to just "plot" to be consistent with other codes (dasPlot is the implementing object).
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/TimeSeriesBrowseController.javaautoplot/Autoplot/src/org/autoplot/dom/TimeSeriesBrowseController.java
Revision 26238 by jbfaden:
thread-proof setup, after seeing strange NullPointerException in test071.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/TimeSeriesBrowseController.javaautoplot/Autoplot/src/org/autoplot/dom/TimeSeriesBrowseController.java
Revision 26237 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 26236 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 26235 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 26234 by jbfaden:
remove accidental import
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/util/DataSetSelectorStringSchemeEditor.javaautoplot/Autoplot/src/org/autoplot/util/DataSetSelectorStringSchemeEditor.java
Revision 26233 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 26232 by jbfaden:
2412: undo should not be called from the event thread.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/state/UndoRedoSupport.javaautoplot/Autoplot/src/org/autoplot/state/UndoRedoSupport.java
Revision 26231 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 26230 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 26229 by jbfaden:
more places to use newGrannyTextRenderer
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/AxisPanel.javaautoplot/Autoplot/src/org/autoplot/AxisPanel.java
Revision 26228 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 26227 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 26226 by jbfaden:
introduce !(painter;psym;circles;connect=solid) to GrannyTextRenderer
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 26225 by jbfaden:
2412: remove inconsistent synchronized block
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/state/UndoRedoSupport.javaautoplot/Autoplot/src/org/autoplot/state/UndoRedoSupport.java
Revision 26224 by jbfaden:
2412: correction after more testing
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/state/UndoRedoSupport.javaautoplot/Autoplot/src/org/autoplot/state/UndoRedoSupport.java
Revision 26223 by jbfaden:
2412: new version would allow undo of the initial ground state, causing rte.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/state/UndoRedoSupport.javaautoplot/Autoplot/src/org/autoplot/state/UndoRedoSupport.java
Revision 26222 by jbfaden:
2412: new version would allow undo of the initial ground state, causing rte.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/state/UndoRedoSupport.javaautoplot/Autoplot/src/org/autoplot/state/UndoRedoSupport.java
Revision 26221 by jbfaden:
2412: changes to clean up undo/redo and remove synchronization blocks which led to rte_2038937185_20211104_103105_sadieelliott.xml
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/state/UndoRedoSupport.javaautoplot/Autoplot/src/org/autoplot/state/UndoRedoSupport.java
Revision 26220 by jbfaden:
tweak to test updates
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/web/moreabout/about.htmlautoplot/HapiServerDemo/web/moreabout/about.html
Revision 26219 by jbfaden:
add description of extentions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/web/moreabout/extentions.htmlautoplot/HapiServerDemo/web/moreabout/extentions.html
Revision 26218 by jbfaden:
add description of extentions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/web/hapi/versions.htmlautoplot/HapiServerDemo/web/hapi/versions.html
The file was added/autoplot/trunk/HapiServerDemo/web/moreabout/extentions.htmlautoplot/HapiServerDemo/web/moreabout/extentions.html
Revision 26217 by jbfaden:
update version to reflect change in HAPI support with latest Autoplot version
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26216 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 26215 by jbfaden:
add x_colorLookup
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 26214 by jbfaden:
add x_colorLookup
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiUtil.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiUtil.java
Revision 26213 by jbfaden:
update server version
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.java
Revision 26212 by jbfaden:
properly support characters with trim to length.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/BinaryDataFormatter.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/BinaryDataFormatter.java
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/CsvDataFormatter.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/CsvDataFormatter.java
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/DataServlet.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/DataServlet.java
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.java
Revision 26211 by jbfaden:
update the version
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26210 by jbfaden:
move the console output from the table so it can span the page
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26209 by jbfaden:
update version
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26208 by jbfaden:
whitelist/blacklist logic for server
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletUtil.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletUtil.java
Revision 26207 by jbfaden:
whitelist/blacklist logic for server
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/SimpleServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/SimpleServlet.java
Revision 26206 by jbfaden:
David's suggestion that labels go around checkboxes to make them easier to click on.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26205 by jbfaden:
normalizeTime and other functions needed for next/prev buttons
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/thin/zoom/TimeRangeParser.htmlautoplot/AutoplotServlet/web/thin/zoom/TimeRangeParser.html
The file was modified/autoplot/trunk/AutoplotServlet/web/thin/zoom/TimeRangeParser.jsautoplot/AutoplotServlet/web/thin/zoom/TimeRangeParser.js
Revision 26204 by jbfaden:
trivial reformat
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/web/thin/zoom/TimeRangeParser.jsautoplot/AutoplotServlet/web/thin/zoom/TimeRangeParser.js
Revision 26203 by jbfaden:
trivial, set width for console
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26202 by jbfaden:
trivial change
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/OrbitStylePanel.javaautoplot/Autoplot/src/org/autoplot/renderer/OrbitStylePanel.java
Revision 26201 by jbfaden:
use tickValues property, rather than tickSpacing, since tickValues is the standard
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/OrbitStylePanel.formautoplot/Autoplot/src/org/autoplot/renderer/OrbitStylePanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/renderer/OrbitStylePanel.javaautoplot/Autoplot/src/org/autoplot/renderer/OrbitStylePanel.java
Revision 26200 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 26199 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 26198 by jbfaden:
catch the Exception and report it to the console output.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26197 by jbfaden:
catch the Exception and report it to the console output.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26196 by jbfaden:
show the URI at the bottom of the screen
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26195 by jbfaden:
leave the busy cursor while setURI is happening.  I found that the ASCII source with huge text files would not give this useful feedback.
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 26194 by jbfaden:
2410: address bar fires off two inspect GUIs. Make button gray and insensitive.
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
The file was added/autoplot/trunk/DataSource/src/resources/fileMagGray.pngautoplot/DataSource/src/resources/fileMagGray.png
Revision 26193 by jbfaden:
set the yaxis to visible=false for events bar.
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 26192 by jbfaden:
set the yaxis to visible=false for events bar.
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 26191 by jbfaden:
set the yaxis to visible=false for events bar.
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 26190 by jbfaden:
enlarge the timerange field
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26189 by jbfaden:
update version number
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26188 by jbfaden:
add stats file to monitor performance.  add key to log file.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServletPick.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServletPick.java
Revision 26187 by jbfaden:
add stats file to monitor performance.  add key to log file.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServletPick.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServletPick.java
Revision 26186 by jbfaden:
introduce constants. prep for asynchronous operation
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26185 by jbfaden:
trivial javadoc
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26184 by jbfaden:
add timeout in loop that waits for output
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26183 by jbfaden:
make QStreamMonitor and Das2Stream monitor public so they can be used in new streaming code.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotDataServer.javaautoplot/Autoplot/src/org/autoplot/AutoplotDataServer.java
Revision 26182 by jbfaden:
update version
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26181 by jbfaden:
hide next/prev buttons while they don't work.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26180 by jbfaden:
correct checkboxes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26179 by jbfaden:
more code cleanup
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26178 by jbfaden:
minor code cleanup
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26177 by jbfaden:
recode to run script just once instead of twice for text and png output.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26176 by jbfaden:
undeprecate method with no explaination about why it is being deprecated
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonRefactory.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonRefactory.java
Revision 26175 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 26174 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 26173 by jbfaden:
add GrannyTextEditor button.  Tweak instructional link label
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 26172 by jbfaden:
add GrannyTextEditor button.  Tweak instructional link label
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AddAnnotationDialog.formautoplot/Autoplot/src/org/autoplot/AddAnnotationDialog.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AddAnnotationDialog.javaautoplot/Autoplot/src/org/autoplot/AddAnnotationDialog.java
Revision 26171 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 26170 by jbfaden:
check syntax and give better message than RTE
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ClipboardEditorPanel.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ClipboardEditorPanel.java
Revision 26169 by jbfaden:
if no symbol is found, then allow the "old" textfield to be editted.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/RefactorRenameVariable.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/RefactorRenameVariable.java
Revision 26168 by jbfaden:
clean up release screen
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
Revision 26167 by jbfaden:
whoops, specific label was clobbered
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/util/LayoutStringSchemeEditor.formautoplot/Autoplot/src/org/autoplot/util/LayoutStringSchemeEditor.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/util/LayoutStringSchemeEditor.javaautoplot/Autoplot/src/org/autoplot/util/LayoutStringSchemeEditor.java
Revision 26166 by jbfaden:
allow T B R L for orient
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 26165 by jbfaden:
allow T B R L for orient
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/util/LayoutStringSchemeEditor.formautoplot/Autoplot/src/org/autoplot/util/LayoutStringSchemeEditor.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/util/LayoutStringSchemeEditor.javaautoplot/Autoplot/src/org/autoplot/util/LayoutStringSchemeEditor.java
Revision 26164 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 26163 by jbfaden:
support both or just top/bottom/left/right
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 26162 by jbfaden:
support both or just top/bottom/left/right
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/util/LayoutStringSchemeEditor.formautoplot/Autoplot/src/org/autoplot/util/LayoutStringSchemeEditor.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/util/LayoutStringSchemeEditor.javaautoplot/Autoplot/src/org/autoplot/util/LayoutStringSchemeEditor.java
Revision 26161 by jbfaden:
more string editors!
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/Autoplot/src/org/autoplot/util/DataSetSelectorStringSchemeEditor.formautoplot/Autoplot/src/org/autoplot/util/DataSetSelectorStringSchemeEditor.form
The file was added/autoplot/trunk/Autoplot/src/org/autoplot/util/DataSetSelectorStringSchemeEditor.javaautoplot/Autoplot/src/org/autoplot/util/DataSetSelectorStringSchemeEditor.java
The file was added/autoplot/trunk/Autoplot/src/org/autoplot/util/FontStringSchemeEditor.formautoplot/Autoplot/src/org/autoplot/util/FontStringSchemeEditor.form
The file was added/autoplot/trunk/Autoplot/src/org/autoplot/util/FontStringSchemeEditor.javaautoplot/Autoplot/src/org/autoplot/util/FontStringSchemeEditor.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/util/LayoutStringSchemeEditor.javaautoplot/Autoplot/src/org/autoplot/util/LayoutStringSchemeEditor.java
Revision 26160 by jbfaden:
rfe758: add editor for layout strings
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/Autoplot/src/org/autoplot/util/LayoutStringSchemeEditor.formautoplot/Autoplot/src/org/autoplot/util/LayoutStringSchemeEditor.form
The file was added/autoplot/trunk/Autoplot/src/org/autoplot/util/LayoutStringSchemeEditor.javaautoplot/Autoplot/src/org/autoplot/util/LayoutStringSchemeEditor.java
Revision 26159 by jbfaden:
bugfix 2403: long result caused NullPointerException, since it has no package.
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 26158 by jbfaden:
trivial
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
Revision 26157 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 26156 by jbfaden:
sometimes we can remove the getters and setters to mimic Jython behavior
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 26155 by jbfaden:
2405: add paste action with small editor and VariableRename refactoring.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ClipboardEditorPanel.formautoplot/JythonSupport/src/org/autoplot/jythonsupport/ClipboardEditorPanel.form
The file was added/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ClipboardEditorPanel.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ClipboardEditorPanel.java
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/RefactorRenameVariable.formautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/RefactorRenameVariable.form
The file was added/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/RefactorRenameVariable.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/RefactorRenameVariable.java
Revision 26154 by jbfaden:
1961: never replace a saved .jy script with a .jyds.  If you want to review the scripts used on the canvas, you must clear the editor first, then click on the data.
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 26153 by jbfaden:
trivial javadoc
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletUtil.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletUtil.java
Revision 26152 by jbfaden:
simplifyScript wouldn't handle subscripts properly.  Put in kludgy code to provide completions for p=dom.plots[0] p=<C>
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 26151 by jbfaden:
add setContext
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/util/AutoRangeHintsStringSchemeEditor.javaautoplot/Autoplot/src/org/autoplot/util/AutoRangeHintsStringSchemeEditor.java
Revision 26150 by jbfaden:
add editor for autoRangeHints property.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/util/AutoRangeHintsStringSchemeEditor.formautoplot/Autoplot/src/org/autoplot/util/AutoRangeHintsStringSchemeEditor.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/util/AutoRangeHintsStringSchemeEditor.javaautoplot/Autoplot/src/org/autoplot/util/AutoRangeHintsStringSchemeEditor.java
Revision 26149 by jbfaden:
add placeholder for AutoRangeHints
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 added/autoplot/trunk/Autoplot/src/org/autoplot/util/AutoRangeHintsStringSchemeEditor.formautoplot/Autoplot/src/org/autoplot/util/AutoRangeHintsStringSchemeEditor.form
The file was added/autoplot/trunk/Autoplot/src/org/autoplot/util/AutoRangeHintsStringSchemeEditor.javaautoplot/Autoplot/src/org/autoplot/util/AutoRangeHintsStringSchemeEditor.java
Revision 26148 by jbfaden:
fire an actionEvent
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AxisPanel.javaautoplot/Autoplot/src/org/autoplot/AxisPanel.java
Revision 26147 by jbfaden:
update version number
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ServletInfo.java
Revision 26146 by jbfaden:
remove the old code where I attempted to do this last time.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26145 by jbfaden:
remove the old code where I attempted to do this last time.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26144 by jbfaden:
capture the stdout as well as the graphic output
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26143 by jbfaden:
indicate the script which was to be run
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.javaautoplot/AutoplotServlet/src/java/org/autoplot/servlet/ScriptGUIServlet.java
Revision 26142 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 26141 by jbfaden:
add buttons to new Granny Text Editor
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 26140 by jbfaden:
trivial javadoc
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonUtil.javaautoplot/Autoplot/src/org/autoplot/JythonUtil.java
Revision 26139 by jbfaden:
units for canvas size now allows the size to be set in inches or cm.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/PlotStylePanel.formautoplot/Autoplot/src/org/autoplot/PlotStylePanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/PlotStylePanel.javaautoplot/Autoplot/src/org/autoplot/PlotStylePanel.java
Revision 26138 by jbfaden:
handle triple-quote in trace
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 26137 by jbfaden:
trivial change variable name to 'script' to match other codes
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 26136 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 26135 by jbfaden:
757: https://ci-pw.physics.uiowa.edu/job/autoplot-test037/ showed where the title isn't reset.  Careless code must have picked up some case I'm not thinking of.
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 26134 by jbfaden:
757: add kludge to correct where loading a vap doesn't set the colorbarColumnPosition properly.
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 26133 by jbfaden:
757: add kludge to correct where loading a vap doesn't set the colorbarColumnPosition properly.
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 26132 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 26131 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 26130 by jbfaden:
make logger name more precise.
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 26129 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 26128 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 26127 by jbfaden:
remove difflib, is now in QDataSet
Change TypePath in RepositoryPath in Workspace
The file was removed/autoplot/trunk/Autoplot/src/com/githubautoplot/Autoplot/src/com/github
Revision 26126 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 26125 by jbfaden:
add support for dev/bugs/2021/20211015/moreReferenceTests.jy
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/DatasetCommand.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/DatasetCommand.java
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonOps.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonOps.java
Revision 26124 by jbfaden:
release notes (whoops)
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 26123 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 26122 by jbfaden:
bugfix 1659: when dataset does not have master file, subTaskMonitor.finished was called twice, causing a warning to be issued.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDB.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDB.java
Revision 26121 by jbfaden:
add colorbarColumnPosition property, so that the scientist can have two axes on the right of the plot.
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
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotController.java
Revision 26120 by jbfaden:
improve error feedback.  Report Autoplot version, since it is often in question.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/APDataSet.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/APDataSet.java
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/QDataSetBridge.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/QDataSetBridge.java
Revision 26119 by jbfaden:
include link to documentation on annotations
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/external/AnnotationCommand.javaautoplot/Autoplot/src/external/AnnotationCommand.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AddAnnotationDialog.formautoplot/Autoplot/src/org/autoplot/AddAnnotationDialog.form
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/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 26118 by jbfaden:
2399: verify times as they are read in from recent history.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/TimeRangeTool.javaautoplot/DataSource/src/org/autoplot/datasource/TimeRangeTool.java
Revision 26117 by jbfaden:
verify the times as they are read in.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/TimeRangeTool.javaautoplot/DataSource/src/org/autoplot/datasource/TimeRangeTool.java
Revision 26116 by jpeachey:
Removing some unused imports. One of them was not found, which was causing a problem with Java 16.
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 26115 by jpeachey:
Removing some unused imports. One of them was not found, which was causing a problem with Java 16.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/SendEmailFeedback.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/SendEmailFeedback.java
Revision 26114 by jbfaden:
whoops, the libraries needed by PDS were never put into AutoplotAll.jar for testing.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/compile-application-all.shautoplot/Autoplot/compile-application-all.sh
Revision 26113 by jbfaden:
clearify error message where filename is missing
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 26112 by jbfaden:
allow rank2 waveform.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AudioSystemDataSource/src/org/autoplot/asdatasource/AudioSystemDataSourceFormat.javaautoplot/AudioSystemDataSource/src/org/autoplot/asdatasource/AudioSystemDataSourceFormat.java
Revision 26111 by jbfaden:
whoops, check for null if we haven't run a script before
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test005.javaautoplot/Autoplot/src/test/endtoend/Test005.java
Revision 26110 by jbfaden:
whoops, check for null if we haven't run a script before
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonUtil.javaautoplot/Autoplot/src/org/autoplot/JythonUtil.java
Revision 26109 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 26108 by jbfaden:
show diffs in security dialog.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonUtil.javaautoplot/Autoplot/src/org/autoplot/JythonUtil.java
Revision 26107 by jbfaden:
introduce annotate patch
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/ScriptPanelSupport.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/ScriptPanelSupport.java
Revision 26106 by jbfaden:
add see also to invokeLater, I was looking for runInParallel earlier this week.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/autoplot2017.pyautoplot/JythonSupport/src/autoplot2017.py
Revision 26105 by jbfaden:
make polygon
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DeletePainter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/DeletePainter.java
Revision 26104 by jbfaden:
warn if there is are non-monotonic timetags.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java
Revision 26103 by jbfaden:
delete change can be a list of deletes.
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 26102 by jbfaden:
point to github area with example scripts, rather than old unmaintained pile of scripts Autoplot carries around.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java
Revision 26101 by jbfaden:
add support for differences in code and data files.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/ScriptPanelSupport.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/ScriptPanelSupport.java
Revision 26100 by jbfaden:
add support for differences in code and data files.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DeletePainter.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/DeletePainter.java
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorAnnotationsSupport.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorAnnotationsSupport.java
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorContextMenu.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorContextMenu.java
Revision 26099 by jbfaden:
improve enough to support git diff command and annotating changes.
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 26098 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 26097 by jbfaden:
add completions for x= and y=
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/NetCDFDataSourceFactory.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/NetCDFDataSourceFactory.java
Revision 26096 by jbfaden:
add completions for filenameProvidesContext, but also avail and reduce.
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
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/aggregator/AggregatingDataSourceFactory.javaautoplot/DataSource/src/org/autoplot/aggregator/AggregatingDataSourceFactory.java
Revision 26095 by jbfaden:
add xunits control.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/NetCDFDataSource.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/NetCDFDataSource.java
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/NetCDFDataSourceFactory.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/NetCDFDataSourceFactory.java
Revision 26094 by jbfaden:
corrections to javadoc for applyLambda
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 26093 by jbfaden:
add sleep to see if that fixes problem where invalid axis setting shows up for test005_demo14.png
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test005.javaautoplot/Autoplot/src/test/endtoend/Test005.java
Revision 26092 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 26091 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 26090 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/compile-application-all.shautoplot/Autoplot/compile-application-all.sh
The file was modified/autoplot/trunk/Autoplot/compile-application.shautoplot/Autoplot/compile-application.sh
Revision 26089 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 26088 by jbfaden:
rfe456: detect when external editor has modified the script panel file, automatically load into the editor, like Netbeans and other editors do.
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 26087 by jbfaden:
add annotation colors for insert, delete, and change
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorAnnotationsSupport.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorAnnotationsSupport.java
Revision 26086 by jbfaden:
add method that takes to strings but no progress monitor.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/com/github/difflib/DiffUtils.javaautoplot/Autoplot/src/com/github/difflib/DiffUtils.java
Revision 26085 by jbfaden:
add method that takes to strings but no progress monitor.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/com/github/difflib/DiffUtils.javaautoplot/Autoplot/src/com/github/difflib/DiffUtils.java
Revision 26084 by jbfaden:
add java-diff-utils code, so that I can study why it doesn't seem to work with QDataSets.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/Autoplot/src/com/githubautoplot/Autoplot/src/com/github
The file was added/autoplot/trunk/Autoplot/src/com/github/difflibautoplot/Autoplot/src/com/github/difflib
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/DiffUtils.javaautoplot/Autoplot/src/com/github/difflib/DiffUtils.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/UnifiedDiffUtils.javaautoplot/Autoplot/src/com/github/difflib/UnifiedDiffUtils.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/algorithmautoplot/Autoplot/src/com/github/difflib/algorithm
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/algorithm/Change.javaautoplot/Autoplot/src/com/github/difflib/algorithm/Change.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/algorithm/DiffAlgorithmFactory.javaautoplot/Autoplot/src/com/github/difflib/algorithm/DiffAlgorithmFactory.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/algorithm/DiffAlgorithmI.javaautoplot/Autoplot/src/com/github/difflib/algorithm/DiffAlgorithmI.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/algorithm/DiffAlgorithmListener.javaautoplot/Autoplot/src/com/github/difflib/algorithm/DiffAlgorithmListener.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/algorithm/myersautoplot/Autoplot/src/com/github/difflib/algorithm/myers
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/algorithm/myers/MeyersDiff.javaautoplot/Autoplot/src/com/github/difflib/algorithm/myers/MeyersDiff.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/algorithm/myers/MeyersDiffWithLinearSpace.javaautoplot/Autoplot/src/com/github/difflib/algorithm/myers/MeyersDiffWithLinearSpace.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/algorithm/myers/PathNode.javaautoplot/Autoplot/src/com/github/difflib/algorithm/myers/PathNode.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/patchautoplot/Autoplot/src/com/github/difflib/patch
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/patch/AbstractDelta.javaautoplot/Autoplot/src/com/github/difflib/patch/AbstractDelta.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/patch/ChangeDelta.javaautoplot/Autoplot/src/com/github/difflib/patch/ChangeDelta.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/patch/Chunk.javaautoplot/Autoplot/src/com/github/difflib/patch/Chunk.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/patch/ConflictOutput.javaautoplot/Autoplot/src/com/github/difflib/patch/ConflictOutput.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/patch/DeleteDelta.javaautoplot/Autoplot/src/com/github/difflib/patch/DeleteDelta.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/patch/DeltaType.javaautoplot/Autoplot/src/com/github/difflib/patch/DeltaType.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/patch/DiffException.javaautoplot/Autoplot/src/com/github/difflib/patch/DiffException.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/patch/EqualDelta.javaautoplot/Autoplot/src/com/github/difflib/patch/EqualDelta.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/patch/InsertDelta.javaautoplot/Autoplot/src/com/github/difflib/patch/InsertDelta.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/patch/Patch.javaautoplot/Autoplot/src/com/github/difflib/patch/Patch.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/patch/PatchFailedException.javaautoplot/Autoplot/src/com/github/difflib/patch/PatchFailedException.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/patch/VerifyChunk.javaautoplot/Autoplot/src/com/github/difflib/patch/VerifyChunk.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/textautoplot/Autoplot/src/com/github/difflib/text
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/text/DiffRow.javaautoplot/Autoplot/src/com/github/difflib/text/DiffRow.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/text/DiffRowGenerator.javaautoplot/Autoplot/src/com/github/difflib/text/DiffRowGenerator.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/text/StringUtils.javaautoplot/Autoplot/src/com/github/difflib/text/StringUtils.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/unifieddiffautoplot/Autoplot/src/com/github/difflib/unifieddiff
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/unifieddiff/UnifiedDiff.javaautoplot/Autoplot/src/com/github/difflib/unifieddiff/UnifiedDiff.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/unifieddiff/UnifiedDiffFile.javaautoplot/Autoplot/src/com/github/difflib/unifieddiff/UnifiedDiffFile.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/unifieddiff/UnifiedDiffParserException.javaautoplot/Autoplot/src/com/github/difflib/unifieddiff/UnifiedDiffParserException.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/unifieddiff/UnifiedDiffReader.javaautoplot/Autoplot/src/com/github/difflib/unifieddiff/UnifiedDiffReader.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/unifieddiff/UnifiedDiffWriter.javaautoplot/Autoplot/src/com/github/difflib/unifieddiff/UnifiedDiffWriter.java
The file was added/autoplot/trunk/Autoplot/src/com/github/difflib/unifieddiff/package-info.javaautoplot/Autoplot/src/com/github/difflib/unifieddiff/package-info.java
Revision 26083 by jbfaden:
add AuralizationHandler, which can be useful.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/compile-application-all.shautoplot/Autoplot/compile-application-all.sh
The file was modified/autoplot/trunk/Autoplot/compile-application.shautoplot/Autoplot/compile-application.sh
Revision 26082 by jbfaden:
add java-diff-utils to support git
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/APLibs/lib/java-diff-utils-4.10-SNAPSHOT.jarautoplot/APLibs/lib/java-diff-utils-4.10-SNAPSHOT.jar
Revision 26081 by jbfaden:
git output resulted in 70 lines of text, making a huge dialog
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 26080 by jbfaden:
2396: update documentation block
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
Revision 26079 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 26078 by jbfaden:
2394: finally, advance file pointer by correct amount for tag following a string array.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 26077 by jbfaden:
2394: put fileOffset and byteLength in file
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSource.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSource.java
Revision 26076 by jbfaden:
2394: ArrayData results contain the fileOffset and byteLength correction
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 26075 by jbfaden:
2394: ArrayData results contain the fileOffset and byteLength.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 26074 by jbfaden:
2394: improvements to debug file that doesn't work properly.
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/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSource.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSource.java
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 26073 by jbfaden:
check for "AP> " and ">>> " in commands sent to the interactive console.
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
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/server/RequestHandler.javaautoplot/Autoplot/src/org/autoplot/server/RequestHandler.java
Revision 26072 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 26071 by jbfaden:
automatically convert ISO8601 formatted strings to times.
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
Revision 26070 by jbfaden:
correct formatting on logger, don't use String.valueOf because that performs work which is typically not needed.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 26069 by jbfaden:
javadoc, also more telemetry to try to figure out what's going on with file Lindsay provided.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 26068 by jbfaden:
correction to how completions of structures is done, correcting GUI which is automatically
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 26067 by jbfaden:
allow the type of arrays to be reported.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFactory.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/IdlsavDataSourceFactory.java
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 26066 by jbfaden:
make decodeTypeCode more visible
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 26065 by jbfaden:
a zero character string takes 0 bytes, not 4 as I was remembering.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 26064 by jbfaden:
label the types (7→string, etc.).  String array advances the proper amount.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 26063 by jbfaden:
support string array, whoops
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
Revision 26062 by jbfaden:
support string array
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
Revision 26061 by jbfaden:
support string array
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 26060 by jbfaden:
add logging
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
Revision 26059 by jbfaden:
add logging
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 26058 by jbfaden:
check for case where result is not a map during completions
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 26057 by jbfaden:
put in %d format specifier for short, int, and longs.
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
Revision 26056 by jbfaden:
bugfix: check for null, which happens when we first expose the tab.  (Not sure why I wasn't seeing this before.)
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 26055 by jbfaden:
bugfix: don't assume valid variable name for structure, check for null.
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 26054 by jbfaden:
use pluses in depend0Units instead of spaces.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.java
Revision 26053 by jbfaden:
add $(subsec;places=9) for nanosecond fields.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.formautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.form
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.java
Revision 26052 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 26051 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 26050 by jbfaden:
bugfix 2391: Unnecessary units checking required slicing the data rank times, each time to get the units.  Now if the units are set, then use this to get a converter.
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 26049 by jbfaden:
allow assignment of elements from a index list having max-1, so that
differences don't trigger warnings.
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 26048 by jbfaden:
bugfix:getCacheFilename would return null for local file.  This would cause a NullPointerException when running a script that had a warning and the annotation was used.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSetURI.javaautoplot/DataSource/src/org/autoplot/datasource/DataSetURI.java
Revision 26047 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 26046 by jbfaden:
assign the PyQDataSet units when putProperty( UNITS, ... ) is called.
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 26045 by jbfaden:
bugfix: Cindy's email would insert a non-breaking space (unicode 160), which would break Jython 2.2.  JythonRefactory, which corrects old org.virbo references, now also removes non-breaking spaces.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonUtil.javaautoplot/Autoplot/src/org/autoplot/JythonUtil.java
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonRefactory.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonRefactory.java
Revision 26044 by jbfaden:
1028: getItemAllLists now supports negative indices.  Verify that all branches of putItem support negative indices.
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 26043 by jbfaden:
1028: getItemAllLists now supports negative indices.  Verify that all branches of putItem support negative indices.
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 26042 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 26041 by jbfaden:
log a warning when the first line doesn't start with a digit.
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 26040 by jbfaden:
handle times like 'lastday', printing a warning but supporting the direction.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSource.java
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.java
Revision 26039 by jbfaden:
handle times like 'lastday', printing a warning but supporting the direction.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.javaautoplot/HapiDataSource/src/org/autoplot/hapi/HapiDataSourceEditorPanel.java
Revision 26038 by jbfaden:
trivial lambda for runnables.
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 26037 by jbfaden:
Ivar noticed that changing the background color to black would cause all the child component colors to become white.  This is because they are listening to property changes in the parent.
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 26036 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/FontAndColorsDialog.javaautoplot/Autoplot/src/org/autoplot/FontAndColorsDialog.java
Revision 26035 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 26034 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 26033 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 26032 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 26031 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 26030 by jbfaden:
2390: recent changes worked to make a new bug.  The code can now be simpler.
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 26029 by jbfaden:
2390: make logic more consistent, as there were cases where axisDimensionsChange where old plotElements could be kept, minimizing changes.  axisDimensionsChange is made static and public so that it can be studied more easily.
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 26028 by jbfaden:
add a listener for the canvas that will trigger close-to-appropriate repaint
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 26027 by jbfaden:
https://sourceforge.net/p/autoplot/bugs/2390/: preserve the plotElements which have a parent, instead of dropping them.
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 26026 by jbfaden:
reset the offline mode to save time and confusion in the future.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test005.javaautoplot/Autoplot/src/test/endtoend/Test005.java
Revision 26025 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 26024 by jbfaden:
whoops, update version number
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 26023 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 26022 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 26021 by jbfaden:
update javadoc to include right and left.
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 26020 by jbfaden:
put in sanity check for fixLayout that the adjusted rows correspond to plots in 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 26019 by jbfaden:
add tag so that version tag can be inserted, rather than hard-coded version.  Bill
commented he looked here before and thought this was confusing.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUtil.javaautoplot/Autoplot/src/org/autoplot/AutoplotUtil.java
Revision 26018 by jbfaden:
add tag so that version tag can be inserted, rather than hard-coded version.  Bill
commented he looked here before and thought this was confusing.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/aboutAutoplot.htmlautoplot/Autoplot/src/org/autoplot/aboutAutoplot.html
Revision 26017 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 26016 by jbfaden:
put fixHorizontalLayout back in since the Jenkins tests are clear.
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 26015 by jbfaden:
move the blocks for new OS (Mint 20.2)
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/VATesting/src/org/autoplot/test/Test_052_FocusSwitching.javaautoplot/VATesting/src/org/autoplot/test/Test_052_FocusSwitching.java
Revision 26014 by jbfaden:
comment out fixHorizontalLayout for jenkins testing after new server
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 26013 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 26012 by jbfaden:
add legendFontSize 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
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotController.java
Revision 26011 by jbfaden:
put horizontal layout fix back in so I can make a devel release
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 26010 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 26009 by jbfaden:
Java 8 suggestions, like lambdas
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 26008 by jbfaden:
bugfix: recent list was loaded in reverse chronological order (most recent first), but its code assumed chronical order.
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 26007 by jbfaden:
https://sourceforge.net/p/autoplot/feature-requests/753/: trivial code cleanup when checking to see that .listing files are handled properly.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/ftpfs/FTPBeanFileSystem.javaautoplot/DataSource/src/ftpfs/FTPBeanFileSystem.java
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/wgetfs/WGetFileSystem.javaautoplot/DataSource/src/org/autoplot/wgetfs/WGetFileSystem.java
Revision 26006 by jbfaden:
temporarily back out fixHorizontalLayout while cleaning up Jenkins tests after server migration
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 26005 by jbfaden:
change the default back to "below current" after realizing this breaks nightly test and might break things for scientists.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AddPlotsDialog.formautoplot/Autoplot/src/org/autoplot/AddPlotsDialog.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AddPlotsDialog.javaautoplot/Autoplot/src/org/autoplot/AddPlotsDialog.java
Revision 26004 by jbfaden:
tweak index.html to mention that autoplot_1GB can run off of the build server.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplot.jnlpautoplot/Autoplot/src/autoplot.jnlp
The file was modified/autoplot/trunk/Autoplot/src/autoplot_1GB.jnlpautoplot/Autoplot/src/autoplot_1GB.jnlp
Revision 26003 by jbfaden:
tweak index.html to mention that autoplot_1GB can run off of the build server.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 26002 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 26001 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 26000 by jbfaden:
bugfix 2385: templates were showing up in all.xml with question marks (?) in the name, which was causing a problem with my FileStorageModel getRepresentativeFile.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDB.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDB.java
Revision 25999 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 25998 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 25997 by jbfaden:
go back to using https://jfaden.net/RTEReceiver
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 25996 by jbfaden:
go back to using https://jfaden.net/RTEReceiver
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandler.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandler.java
Revision 25995 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 25994 by jbfaden:
2383: linux/mac starter script for single jar now sets autoplot.release.type=singlejar
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/starterScript.shautoplot/Autoplot/starterScript.sh
Revision 25993 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 25992 by jbfaden:
HapiServer never checked for redirect.
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 25991 by jbfaden:
don't test papco.org now
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test010.javaautoplot/Autoplot/src/test/endtoend/Test010.java
Revision 25990 by jbfaden:
bug 2383 add autoplot.release.type property to see if this works.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test005.javaautoplot/Autoplot/src/test/endtoend/Test005.java
Revision 25989 by jbfaden:
bug 2383 add autoplot.release.type property to see if this works.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/JNLP-INF/APPLICATION_TEMPLATE.JNLPautoplot/Autoplot/src/JNLP-INF/APPLICATION_TEMPLATE.JNLP
Revision 25988 by jbfaden:
bug 2383 add autoplot.release.type property to see if this works.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUtil.javaautoplot/Autoplot/src/org/autoplot/AutoplotUtil.java
Revision 25987 by jbfaden:
bug 2383 add autoplot.release.type property to see if this works.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test005.javaautoplot/Autoplot/src/test/endtoend/Test005.java
Revision 25986 by jbfaden:
bug 2383 add autoplot.release.type property to see if this works.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/test/endtoend/Test005.javaautoplot/Autoplot/src/test/endtoend/Test005.java
Revision 25985 by jbfaden:
bug 2383 add autoplot.release.type property to see if this works.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplot.jnlpautoplot/Autoplot/src/autoplot.jnlp
Revision 25984 by jbfaden:
bug 2383 add autoplot.release.type property to see if this works.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandler.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandler.java
Revision 25983 by jbfaden:
add autoplot.release.type property to see if this works.
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/AutoplotUtil.javaautoplot/Autoplot/src/org/autoplot/AutoplotUtil.java
Revision 25982 by jbfaden:
add autoplot.release.type property to see if this works.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplot.jnlpautoplot/Autoplot/src/autoplot.jnlp
Revision 25981 by jbfaden:
trivial
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 25980 by jbfaden:
add fixHorizontalLayout, which will clear horizontal gaps and overlaps
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 25979 by jbfaden:
java 8 lambda expressions
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 25978 by jbfaden:
whoops, forgot case
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 25977 by jbfaden:
support when plot is not marginColumn and dir==RIGHT or dir==RIGHT.
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 25976 by jbfaden:
add support for adding plots to the right or left of the margin column.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AddPlotsDialog.formautoplot/Autoplot/src/org/autoplot/AddPlotsDialog.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AddPlotsDialog.javaautoplot/Autoplot/src/org/autoplot/AddPlotsDialog.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/ApplicationController.javaautoplot/Autoplot/src/org/autoplot/dom/ApplicationController.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/CanvasController.javaautoplot/Autoplot/src/org/autoplot/dom/CanvasController.java
Revision 25975 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 25974 by jbfaden:
whoops, I'd left in code for debugging
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 25973 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 25972 by jbfaden:
use http while my https is broken.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandler.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandler.java
Revision 25971 by jbfaden:
bugfix: triple quoted strings would always move the lastLine pointer, triggering a bug in Sadie's code.   See file:///home/jbf/ct/autoplot/u/2021/sadie/20210819/0_3_newPOESdef2.simplified.jy
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.java
Revision 25970 by jbfaden:
error message from PySyntaxError admits that the script is modified.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonUtil.javaautoplot/Autoplot/src/org/autoplot/JythonUtil.java
Revision 25969 by jbfaden:
remove file to string code and use FileUtil.readFileToString.
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 25968 by jbfaden:
trivial correct error message to make legible to newbies
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/DataContainer.javaautoplot/CdfJavaDataSource/src/gov/nasa/gsfc/spdf/cdfj/DataContainer.java
Revision 25967 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/compile-application.shautoplot/Autoplot/compile-application.sh
Revision 25966 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/compile-application.shautoplot/Autoplot/compile-application.sh
Revision 25965 by jbfaden:
experiment with using multiple resource areas in jnlp to see if I can make one jnlp which works on 64bit and 32bit machines
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/Autoplot/src/autoplot.jnlpautoplot/Autoplot/src/autoplot.jnlp
Revision 25964 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 25963 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 25962 by jbfaden:
automatically resolve the independent axis parameter.
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 25961 by jbfaden:
make result immutable immediately, so that it's not a big change made two years from now.
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 25960 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 25959 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 25958 by jbfaden:
commit TdmsFileReader to continue work off site.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/Autoplot/src/test/TdmsFileReader.javaautoplot/Autoplot/src/test/TdmsFileReader.java
Revision 25957 by jbfaden:
findbugs SBSC_USE_STRINGBUFFER_CONCATENATION
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java
Revision 25956 by jbfaden:
findbugs URF_UNREAD_FIELD
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 25955 by jbfaden:
findbugs SWL_SLEEP_WITH_LOCK_HELD .
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonDataSource/src/org/autoplot/datasource/jython/JythonDataSource.javaautoplot/JythonDataSource/src/org/autoplot/datasource/jython/JythonDataSource.java
Revision 25954 by jbfaden:
findbugs SWL_SLEEP_WITH_LOCK_HELD . 
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonDataSource/src/org/autoplot/datasource/jython/JythonDataSource.javaautoplot/JythonDataSource/src/org/autoplot/datasource/jython/JythonDataSource.java
Revision 25953 by jbfaden:
findbugs SWL_SLEEP_WITH_LOCK_HELD .  sleep must have been for debugging
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.java
Revision 25952 by jbfaden:
findbugs EQ_DOESNT_OVERRIDE_EQUALS
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/PyDatum.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/PyDatum.java
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/PyQDataSet.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/PyQDataSet.java
Revision 25951 by jbfaden:
findbugs OBL_UNSATISFIED_OBLIGATION
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 25950 by jbfaden:
findbugs IS2_INCONSISTENT_SYNC: maybeCreateMenu was synchronized when it didn't need to be.
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
Revision 25949 by jbfaden:
javadoc for applyLambda
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 25948 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 25947 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 25946 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 25945 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 25944 by jbfaden:
sps and spd reading scripts now come from github.com/autoplot/scripts/blob/master/formats/sps/
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonDataSource/src/org/autoplot/datasource/jython/JythonExtensionDataSourceFactory.javaautoplot/JythonDataSource/src/org/autoplot/datasource/jython/JythonExtensionDataSourceFactory.java
Revision 25943 by jbfaden:
use model.getDom, not model.getDocumentModel
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonUtil.javaautoplot/Autoplot/src/org/autoplot/JythonUtil.java
Revision 25942 by jbfaden:
add check to see if byteLength would cause the code to read past the end of file and give a more actionable error message.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSource.javaautoplot/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSource.java
Revision 25941 by jpeachey:
In Eclipse, get das from (external) das2java, not from built-in autoplot directories.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/.classpathautoplot/.classpath
Revision 25940 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 25939 by jbfaden:
trivial project properties
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/nbproject/project.xmlautoplot/JythonSupport/nbproject/project.xml
Revision 25938 by jbfaden:
experiment with SimplifyScriptSupport's can resolve. 
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 25937 by jbfaden:
redo timerange completions to just use the getSampleTime method of CDAWebDB.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSourceFactory.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSourceFactory.java
Revision 25936 by jbfaden:
add support for https://github.com/autoplot/dev/blob/master/bugs/sf/2376/demoSetItemUnits4.jy
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 25935 by jbfaden:
change comment after verifying that code repeat is intentional.
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 25934 by jbfaden:
test052 showed that the units couldn't be set by assigning a datum with non-dimensionless units to a dataset without units.
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 25933 by jbfaden:
point at the devel version
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplot_1GB.jnlpautoplot/Autoplot/src/autoplot_1GB.jnlp
The file was modified/autoplot/trunk/Autoplot/src/autoplot_4GB.jnlpautoplot/Autoplot/src/autoplot_4GB.jnlp
Revision 25932 by jbfaden:
make the custom editor actions (bookmarked scripts) more accessible.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AutoplotUI.javaautoplot/Autoplot/src/org/autoplot/AutoplotUI.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorContextMenu.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorContextMenu.java
Revision 25931 by jbfaden:
make hints brighter on a dark background
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorAnnotationsSupport.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorAnnotationsSupport.java
Revision 25930 by jbfaden:
java8 suggestions
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
Revision 25929 by jbfaden:
move custom bookmark menu items up one level so they are easier to access.
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
Revision 25928 by jbfaden:
bugfix: return type of the function call was sometimes mis-reported, as in convertUnitsTo.
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 25927 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 25926 by jbfaden:
2376: setItem wouldn't check units when index lists are used.  Use new putRank0Value which checks the units.
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 25925 by jbfaden:
2376: setItem wouldn't check units when index lists are used.  Use new putRank0Value which checks the units.
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 25924 by jbfaden:
2376: setItem wouldn't check units when index lists are used.  Use new putRank0Value which checks the units.
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 25923 by jbfaden:
2376: setItem wouldn't check units when index lists are used.
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 25922 by jbfaden:
make docs for getDataSet consistent regardless of args
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 25921 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 25920 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 25919 by jbfaden:
sync up two lists of "okay" trivial function calls.  add map, join, and split to support '''plug= ','.join(map(str,range(1900,1947)))'''
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/JythonUtil.java
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/SimplifyScriptSupport.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/SimplifyScriptSupport.java
Revision 25918 by jbfaden:
comment on security
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/RunScriptPanel.formautoplot/Autoplot/src/org/autoplot/RunScriptPanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/RunScriptPanel.javaautoplot/Autoplot/src/org/autoplot/RunScriptPanel.java
Revision 25917 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 25916 by jbfaden:
trivial, "the user" should be "the scientist" by convention.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonUtil.javaautoplot/Autoplot/src/org/autoplot/JythonUtil.java
Revision 25915 by jbfaden:
2375: trusted script label was added to the CENTER, clobbering the tabbed pane.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonUtil.javaautoplot/Autoplot/src/org/autoplot/JythonUtil.java
Revision 25914 by jbfaden:
2375: trusted script label was added to the CENTER, clobbering the tabbed pane.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/JythonUtil.javaautoplot/Autoplot/src/org/autoplot/JythonUtil.java
Revision 25913 by jbfaden:
trivial javadoc
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 25912 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 25911 by jbfaden:
2374: StaticCodeAnalysis.showUsage has code to tweak locations to work around bug.
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
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.java
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/Utilities.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/Utilities.java
Revision 25910 by jbfaden:
add getOffsetForLineNumber after looking for the functionality elsewhere
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/Utilities.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/Utilities.java
Revision 25909 by jbfaden:
2374: add experimental kludge to fix problem.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.java
Revision 25908 by jbfaden:
2374: add experimental kludge to fix problem.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.java
Revision 25907 by jbfaden:
reportOffset is now T or F, yes and no are still allowed.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSource.javaautoplot/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSource.java
The file was modified/autoplot/trunk/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSourceFactory.javaautoplot/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSourceFactory.java
Revision 25906 by jbfaden:
put in commented code to tweak position.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.java
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/Utilities.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/Utilities.java
Revision 25905 by jbfaden:
trivial tweak doStaticCodeAnalysis name to match the GUI.
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 modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.java
Revision 25904 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 25903 by jbfaden:
make starter script use 4GB by default.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/starterScript.shautoplot/Autoplot/starterScript.sh
Revision 25902 by jbfaden:
make starter script use 4GB by default.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/starterScript.shautoplot/Autoplot/starterScript.sh
Revision 25901 by jbfaden:
allow the current plot to be replaced by multiple plot rows.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AddPlotsDialog.javaautoplot/Autoplot/src/org/autoplot/AddPlotsDialog.java
Revision 25900 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 25899 by jbfaden:
bugfix: getIntParameter code limited binary reader to offsets within 2GB of beginning of file. 
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSource.javaautoplot/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSource.java
The file was modified/autoplot/trunk/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSourceFactory.javaautoplot/BinaryDataSource/src/org/autoplot/binarydatasource/BinaryDataSourceFactory.java
Revision 25898 by jbfaden:
Don't say URL, since often bookmarks will be URIs.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/bookmarks/BookmarksManager.javaautoplot/Autoplot/src/org/autoplot/bookmarks/BookmarksManager.java
Revision 25897 by jbfaden:
refactor change variable URLTextField to uriTextField.  Clean up where things are made ineditable. Initial view should not be editable.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/bookmarks/BookmarksManager.formautoplot/Autoplot/src/org/autoplot/bookmarks/BookmarksManager.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/bookmarks/BookmarksManager.javaautoplot/Autoplot/src/org/autoplot/bookmarks/BookmarksManager.java
Revision 25896 by jbfaden:
remove old "dashup" references, where the library was called dashup before mashup.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.java
Revision 25895 by jbfaden:
Netbeans lambda expressions
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.java
Revision 25894 by jbfaden:
Andrei pointed out that fftPower didn't work with the mash-up tool, and "None" could not be used to make it work.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/DataMashUp.java
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/NamedURIListTool.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/NamedURIListTool.java
Revision 25893 by jbfaden:
Allison pointed out that the single-jar launcher works on Macs as well.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 25892 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 25891 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 25890 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 25889 by jbfaden:
add both array and List forms for leftAndRightMostPlot,to aid in scripting.
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 25888 by jbfaden:
set dom.controller.selectedPlots property
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 25887 by jbfaden:
make logging more precise
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/util/CanvasLayoutPanel.javaautoplot/Autoplot/src/org/autoplot/util/CanvasLayoutPanel.java
Revision 25886 by jbfaden:
add a property to select a bunch of plots, so that new dom operations can be defined which only input the dom.
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 25885 by jbfaden:
add a property to select a bunch of plots, so that new dom operations can be defined which only input the dom.
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 25884 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 25883 by jbfaden:
bugfix: https://github.com/autoplot/dev/blob/master/demos/2021/20210722/boxAndWhisker.jy showed
that there was a problem where the dataset could be lost.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/external/PlotCommand.javaautoplot/Autoplot/src/external/PlotCommand.java
Revision 25882 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 25881 by jbfaden:
introduce secret qubeSubset keyword, which will make the data into a qube by dropping non-standard records.
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
The file was modified/autoplot/trunk/Das2ServerDataSource/src/org/das2/datasource/Das2ServerDataSourceEditorPanel.javaautoplot/Das2ServerDataSource/src/org/das2/datasource/Das2ServerDataSourceEditorPanel.java
Revision 25880 by jbfaden:
study edit undo in editor
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 modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.java
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/JLinkyLabel.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/JLinkyLabel.java
Revision 25879 by jbfaden:
2364: code which always closed server connection was removed, I'm not sure why this was changed.
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 25878 by jbfaden:
2373: javadoc on guessTimeFormat.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.java
Revision 25877 by jbfaden:
guess time format didn't check that the four-character content was numeric before guessing $H$M
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSourceEditorPanel.java
Revision 25876 by jbfaden:
use "Run" instead of "execute" https://github.com/autoplot/documentation/issues/1
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 25875 by jbfaden:
use "Run" instead of "execute" https://github.com/autoplot/documentation/issues/1
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSetSelector.formautoplot/DataSource/src/org/autoplot/datasource/DataSetSelector.form
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSetSelector.javaautoplot/DataSource/src/org/autoplot/datasource/DataSetSelector.java
Revision 25874 by jbfaden:
use "Run" instead of "execute" https://github.com/autoplot/documentation/issues/1
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/bookmarks/BookmarksManager.javaautoplot/Autoplot/src/org/autoplot/bookmarks/BookmarksManager.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/DebuggerConsole.formautoplot/Autoplot/src/org/autoplot/scriptconsole/DebuggerConsole.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/DebuggerConsole.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/DebuggerConsole.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.formautoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/JythonScriptPanel.java
Revision 25873 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 25872 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 25871 by jbfaden:
support non-ascii and dangerous characters like / and ..
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/DataServlet.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/DataServlet.java
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/InfoServlet.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/InfoServlet.java
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.java
The file was modified/autoplot/trunk/HapiServerDemo/web/hapi/index.jspautoplot/HapiServerDemo/web/hapi/index.jsp
The file was modified/autoplot/trunk/HapiServerDemo/web/hapi/versions.htmlautoplot/HapiServerDemo/web/hapi/versions.html
Revision 25870 by jbfaden:
add plotUri methods with position as a parameter.
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 25869 by jbfaden:
tweaks to the warning message that a script has not been run.
Change TypePath in RepositoryPath in Workspace
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/scriptconsole/MakeToolPanel.formautoplot/Autoplot/src/org/autoplot/scriptconsole/MakeToolPanel.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/MakeToolPanel.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/MakeToolPanel.java
Revision 25868 by jbfaden:
bugfix: (subsec,places=3) isn't working, so just use $(milli) for now
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 25867 by jbfaden:
release
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/compile-application.shautoplot/Autoplot/compile-application.sh
Revision 25866 by jbfaden:
release
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplot_1GB.jnlpautoplot/Autoplot/src/autoplot_1GB.jnlp
The file was modified/autoplot/trunk/Autoplot/src/autoplot_4GB.jnlpautoplot/Autoplot/src/autoplot_4GB.jnlp
Revision 25865 by jbfaden:
findbugs SF_SWITCH_NO_DEFAULT
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplot_1GB.jnlpautoplot/Autoplot/src/autoplot_1GB.jnlp
The file was modified/autoplot/trunk/Autoplot/src/autoplot_4GB.jnlpautoplot/Autoplot/src/autoplot_4GB.jnlp
Revision 25864 by jbfaden:
findbugs SF_SWITCH_NO_DEFAULT
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/ImageDataSource/src/org/autoplot/imagedatasource/ImageDataSourceFactory.javaautoplot/ImageDataSource/src/org/autoplot/imagedatasource/ImageDataSourceFactory.java
Revision 25863 by jbfaden:
clean up jnlp release
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplot_1GB.jnlpautoplot/Autoplot/src/autoplot_1GB.jnlp
The file was modified/autoplot/trunk/Autoplot/src/autoplot_4GB.jnlpautoplot/Autoplot/src/autoplot_4GB.jnlp
Revision 25862 by jbfaden:
clean up jnlp release
Change TypePath in RepositoryPath in Workspace
The file was removed/autoplot/trunk/Autoplot/src/autoplot.jnlpautoplot/Autoplot/src/autoplot.jnlp
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 25861 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 25860 by jbfaden:
add createApplicationModel which allows an application to be created and embedded within another Autoplot instance.
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 25859 by jbfaden:
add getDom, so that scripts can use model.dom, for consistency.
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 25858 by jbfaden:
headers should include units in parenthesis.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormat.javaautoplot/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormat.java
Revision 25857 by jbfaden:
export to csv looks for bundle descriptor
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormat.javaautoplot/DataSourcePack/src/org/autoplot/csv/CsvDataSourceFormat.java
Revision 25856 by jbfaden:
bugfix: code assumed that export type had format editor panel.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/ExportDataPanel.javaautoplot/Autoplot/src/org/autoplot/ExportDataPanel.java
Revision 25855 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 25854 by jbfaden:
1043: don't throw error when double question marks are found with .jyds.  This must be supported so string arguments can contain question mark.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonDataSource/src/org/autoplot/datasource/jython/JythonDataSource.javaautoplot/JythonDataSource/src/org/autoplot/datasource/jython/JythonDataSource.java
Revision 25853 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 25852 by jbfaden:
rfe747: introduce support for manual thread dump
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/EventThreadResponseMonitor.javaautoplot/Autoplot/src/org/autoplot/EventThreadResponseMonitor.java
Revision 25851 by jbfaden:
add see to script that demonstrates
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 25850 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 25849 by jbfaden:
2367: begin refactorings to provide export to more places.
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 25848 by jbfaden:
2367: begin refactorings to provide export to more places.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/ExportDataPanel.javaautoplot/Autoplot/src/org/autoplot/ExportDataPanel.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java
Revision 25847 by jbfaden:
2367: begin refactorings to provide export to more places.
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/DataSource/src/org/autoplot/datasource/AnonymousDataSource.javaautoplot/DataSource/src/org/autoplot/datasource/AnonymousDataSource.java
Revision 25846 by jbfaden:
2367: begin refactorings to provide export to more places.
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 25845 by jbfaden:
2367: make setFile public, needs to be now
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/ExportDataPanel.javaautoplot/Autoplot/src/org/autoplot/ExportDataPanel.java
Revision 25844 by jbfaden:
2367: save options for slice. correct filename
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 25843 by jbfaden:
2367: save options for slice. correct filename
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 25842 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 25841 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 25840 by jbfaden:
use the editorPanel.getURI so that the configuration options are used.  Thanks, George!
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 25839 by jbfaden:
whoops, forgot to commit this bit that handed y
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.javaautoplot/DataSourcePack/src/org/autoplot/ascii/AsciiTableDataSource.java
Revision 25838 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 25837 by jbfaden:
display more meaningful message if the image file no longer exists.
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 25836 by jbfaden:
detect double question mark in URI.  In-line allows it, but jyds shouldn't.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonDataSource/src/org/autoplot/datasource/jython/JythonDataSource.javaautoplot/JythonDataSource/src/org/autoplot/datasource/jython/JythonDataSource.java
Revision 25835 by jbfaden:
Sadie noticed plane_2 didn't work to ID a plane of a Das2Server dataset.  The new reader branch didn't properly support this.
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 25834 by jbfaden:
replace tokens in production jnlps as well
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/compile-application.shautoplot/Autoplot/compile-application.sh
Revision 25833 by jbfaden:
improve enable server error message when data would be sent to second Autoplot for plotting.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.java
Revision 25832 by jbfaden:
2363: variable info is shown for X and Y.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/HDF5DataSourceEditorPanel.formautoplot/NetCdfDataSource/src/org/autoplot/netCDF/HDF5DataSourceEditorPanel.form
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/HDF5DataSourceEditorPanel.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/HDF5DataSourceEditorPanel.java
Revision 25831 by jbfaden:
2363: support X and Y
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.formautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.form
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfJavaDataSourceEditorPanel.java
Revision 25830 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 25829 by jbfaden:
2363: support X and Y, deprecate x and y.  If Y is specified by arg_0 is not, then Y is arg_0.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/HDF5DataSourceEditorPanel.formautoplot/NetCdfDataSource/src/org/autoplot/netCDF/HDF5DataSourceEditorPanel.form
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/HDF5DataSourceEditorPanel.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/HDF5DataSourceEditorPanel.java
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/NetCDFDataSource.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/NetCDFDataSource.java
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/NetCDFDataSourceFactory.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/NetCDFDataSourceFactory.java
The file was modified/autoplot/trunk/NetCdfDataSource/src/org/autoplot/netCDF/NetCdfVarDataSet.javaautoplot/NetCdfDataSource/src/org/autoplot/netCDF/NetCdfVarDataSet.java
Revision 25828 by jbfaden:
2363: support X and Y, deprecate x and y.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java
Revision 25827 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 25826 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 25825 by jbfaden:
CDAWebDataSource can now use NetCDF files, bring in the libraries to support test100 (and other tests).
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/nbproject/build-impl.xmlautoplot/CDAWebDataSource/nbproject/build-impl.xml
The file was modified/autoplot/trunk/CDAWebDataSource/nbproject/genfiles.propertiesautoplot/CDAWebDataSource/nbproject/genfiles.properties
The file was modified/autoplot/trunk/CDAWebDataSource/nbproject/project.propertiesautoplot/CDAWebDataSource/nbproject/project.properties
The file was modified/autoplot/trunk/CDAWebDataSource/nbproject/project.xmlautoplot/CDAWebDataSource/nbproject/project.xml
Revision 25824 by jbfaden:
javadoc corrections to parseConstraint
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/DataSourceUtil.javaautoplot/DataSource/src/org/autoplot/datasource/DataSourceUtil.java
Revision 25823 by jbfaden:
2361 implement slice for CDF virtual variables
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.java
Revision 25822 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 25821 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 25820 by jbfaden:
rfe61: embed data in vap feature now allows the scientist to control if https files are embedded.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/PersistentStateSupport.javaautoplot/Autoplot/src/org/autoplot/PersistentStateSupport.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/VapSchemeChooser.formautoplot/Autoplot/src/org/autoplot/VapSchemeChooser.form
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/VapSchemeChooser.javaautoplot/Autoplot/src/org/autoplot/VapSchemeChooser.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/state/EmbedDataExperiment.javaautoplot/Autoplot/src/org/autoplot/state/EmbedDataExperiment.java
Revision 25819 by jbfaden:
don't print double-question-mark warning for vap+jyds, which might have a URI as an argument.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/AbstractDataSource.javaautoplot/DataSource/src/org/autoplot/datasource/AbstractDataSource.java
Revision 25818 by jbfaden:
add NetCDF support.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/build-impl.xmlautoplot/AutoplotServlet/nbproject/build-impl.xml
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/genfiles.propertiesautoplot/AutoplotServlet/nbproject/genfiles.properties
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/project.propertiesautoplot/AutoplotServlet/nbproject/project.properties
The file was modified/autoplot/trunk/AutoplotServlet/nbproject/project.xmlautoplot/AutoplotServlet/nbproject/project.xml
Revision 25817 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 25816 by jbfaden:
corrections to logging org.virbo-> org.autoplot
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/OpenDapDataSource/src/org/autoplot/dods/DodsAdapter.javaautoplot/OpenDapDataSource/src/org/autoplot/dods/DodsAdapter.java
The file was modified/autoplot/trunk/OpenDapDataSource/src/org/autoplot/dods/DodsDataSourceFactory.javaautoplot/OpenDapDataSource/src/org/autoplot/dods/DodsDataSourceFactory.java
Revision 25815 by jbfaden:
update logger name from org.virbo to org.autoplot.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/OpenDapDataSource/src/org/autoplot/dods/DodsDataSource.javaautoplot/OpenDapDataSource/src/org/autoplot/dods/DodsDataSource.java
Revision 25814 by jbfaden:
2357: any time the editor is used to display a message to the scientist, make sure there is no file associated with it.
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 25813 by jbfaden:
update the jnlp which is used to verify the launch jnlp.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/JNLP-INF/APPLICATION_TEMPLATE.JNLPautoplot/Autoplot/src/JNLP-INF/APPLICATION_TEMPLATE.JNLP
Revision 25812 by jbfaden:
new mime types
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplot_1GB.jnlpautoplot/Autoplot/src/autoplot_1GB.jnlp
The file was modified/autoplot/trunk/Autoplot/src/autoplot_4GB.jnlpautoplot/Autoplot/src/autoplot_4GB.jnlp
The file was modified/autoplot/trunk/Autoplot/src/autoplot_prod_1GB.jnlpautoplot/Autoplot/src/autoplot_prod_1GB.jnlp
The file was modified/autoplot/trunk/Autoplot/src/autoplot_prod_4GB.jnlpautoplot/Autoplot/src/autoplot_prod_4GB.jnlp
Revision 25811 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 25810 by jbfaden:
rfe743: initial support for NetCDF files within CDAWeb
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfUtil.java
Revision 25809 by jbfaden:
rfe743: initial support for NetCDF files within CDAWeb
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDB.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDB.java
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebDataSource.java
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/filenames_alt.txtautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/filenames_alt.txt
Revision 25808 by jbfaden:
bugfix 2354: Kris pointed out that small gaps in orbit file were marked as a missing file.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/pngwalk/RowPngWalkView.javaautoplot/Autoplot/src/org/autoplot/pngwalk/RowPngWalkView.java
Revision 25807 by jbfaden:
the default "nightly build" release should be used autoplot.jnlp.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 25806 by jbfaden:
make separate jnlps for production
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/compile-application.shautoplot/Autoplot/compile-application.sh
Revision 25805 by jbfaden:
new launch, these are for new launch area
Change TypePath in RepositoryPath in Workspace
The file was added/autoplot/trunk/Autoplot/src/autoplot_prod_1GB.jnlpautoplot/Autoplot/src/autoplot_prod_1GB.jnlp
The file was added/autoplot/trunk/Autoplot/src/autoplot_prod_4GB.jnlpautoplot/Autoplot/src/autoplot_prod_4GB.jnlp
Revision 25804 by jbfaden:
new launch, these are for new launch area
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplot_1GB.jnlpautoplot/Autoplot/src/autoplot_1GB.jnlp
The file was modified/autoplot/trunk/Autoplot/src/autoplot_4GB.jnlpautoplot/Autoplot/src/autoplot_4GB.jnlp
Revision 25803 by jbfaden:
new launch
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplot.jnlpautoplot/Autoplot/src/autoplot.jnlp
Revision 25802 by jbfaden:
new launch
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplot_1GB.jnlpautoplot/Autoplot/src/autoplot_1GB.jnlp
The file was modified/autoplot/trunk/Autoplot/src/autoplot_4GB.jnlpautoplot/Autoplot/src/autoplot_4GB.jnlp
Revision 25801 by jbfaden:
make block of four 1-line launch links.  Thanks, Brian!
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 25800 by jbfaden:
vertical align
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 25799 by jbfaden:
icons must be local to the web server because of csp rule
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
The file was added/autoplot/trunk/Autoplot/src/mac.pngautoplot/Autoplot/src/mac.png
The file was added/autoplot/trunk/Autoplot/src/singlejar.pngautoplot/Autoplot/src/singlejar.png
The file was added/autoplot/trunk/Autoplot/src/webstart.pngautoplot/Autoplot/src/webstart.png
The file was added/autoplot/trunk/Autoplot/src/windows.pngautoplot/Autoplot/src/windows.png
Revision 25798 by jbfaden:
update next/previous checks size of data before scanning for next (forgot to check for rank 0)
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 25797 by jbfaden:
new home on https://das2.org/autoplot/jnlp/20210601a/
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplot_1GB.jnlpautoplot/Autoplot/src/autoplot_1GB.jnlp
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html
Revision 25796 by jbfaden:
new home on https://das2.org/autoplot/jnlp/20210601a/
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/autoplot_4GB.jnlpautoplot/Autoplot/src/autoplot_4GB.jnlp
Revision 25795 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 25794 by jbfaden:
needs json library
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Das2ServerDataSource/nbproject/project.propertiesautoplot/Das2ServerDataSource/nbproject/project.properties
Revision 25793 by jbfaden:
add QStream
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/nbproject/project.propertiesautoplot/HapiServerDemo/nbproject/project.properties
Revision 25792 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 25791 by jbfaden:
findbugs DLS_DEAD_LOCAL_STORE
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
The file was modified/autoplot/trunk/PDSDataSource/src/org/autoplot/pds/PdsDataSourceFactory.javaautoplot/PDSDataSource/src/org/autoplot/pds/PdsDataSourceFactory.java
Revision 25790 by jbfaden:
findbugs UUF_UNUSED_FIELD
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.javaautoplot/IdlMatlabSupport/src/org/autoplot/idlsupport/ReadIDLSav.java
Revision 25789 by jbfaden:
insert Boolean.FALSE if timetags are not monotonic.  Before it would only do this when they were monotonic.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.javaautoplot/CdfJavaDataSource/src/org/autoplot/cdf/CdfDataSource.java
Revision 25788 by jbfaden:
update next/previous checks size of data before scanning for next
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 25787 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 25786 by jbfaden:
add ephemerisLabels property so that labels can be explicitly set
Change TypePath in RepositoryPath in Workspace
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/dom/DomOps.javaautoplot/Autoplot/src/org/autoplot/dom/DomOps.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/Plot.javaautoplot/Autoplot/src/org/autoplot/dom/Plot.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotController.java
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotElementController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotElementController.java
Revision 25785 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 25784 by jbfaden:
don't mark symbol "_" as unread, instead use it as a special symbol to communicate that it will be ignored.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.javaautoplot/JythonSupport/src/org/autoplot/jythonsupport/ui/EditorTextPane.java
Revision 25783 by jbfaden:
tweak the screenshot to show the result
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
Revision 25782 by jbfaden:
tweak the screenshot to show the result
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/screen.pngautoplot/Autoplot/src/screen.png
Revision 25781 by jbfaden:
findbugs MS_SHOULD_BE_FINAL
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/ImageDataSource/src/org/autoplot/imagedatasource/ImageDataSource.javaautoplot/ImageDataSource/src/org/autoplot/imagedatasource/ImageDataSource.java
Revision 25780 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 25779 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 25778 by jbfaden:
Java 8 refactoring
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 25777 by jbfaden:
trivial use constant
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 25776 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 25775 by jbfaden:
1871: expose "dirty" flag which shows the scientist has edited the value, and it should not be set automatically.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebEditorPanel.javaautoplot/CDAWebDataSource/src/org/autoplot/cdaweb/CDAWebEditorPanel.java
Revision 25774 by jbfaden:
1871: expose "dirty" flag which shows the scientist has edited the value, and it should not be set automatically.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/RecentComboBox.javaautoplot/DataSource/src/org/autoplot/datasource/RecentComboBox.java
Revision 25773 by jbfaden:
1871: also, bug where order was reversed incorrectly is corrected.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/RecentComboBox.javaautoplot/DataSource/src/org/autoplot/datasource/RecentComboBox.java
Revision 25772 by jbfaden:
1871: keep track of recent time entries. RecentComboBox automatically keeps track of changes (dirty) and saves out the changes when the getText method is called.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/DataSource/src/org/autoplot/datasource/RecentComboBox.javaautoplot/DataSource/src/org/autoplot/datasource/RecentComboBox.java
Revision 25771 by jbfaden:
1871: keep track of recent time entries.
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 25770 by jbfaden:
keep track of recent time entries.
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 25769 by jbfaden:
add note about how to dismiss the popup documentation.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/JythonSupport/src/org/das2/jythoncompletion/ui/DocumentationScrollPane.javaautoplot/JythonSupport/src/org/das2/jythoncompletion/ui/DocumentationScrollPane.java
Revision 25768 by jbfaden:
make the ColorOps available to other codes.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/ImageDataSource/src/org/autoplot/imagedatasource/ImageDataSource.javaautoplot/ImageDataSource/src/org/autoplot/imagedatasource/ImageDataSource.java
Revision 25767 by jbfaden:
code which returns color icon stupidly assumed any field was a color (whoops!)
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 25766 by jbfaden:
the icon for a color can just be a block painted with the color.
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 25765 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 25764 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 25763 by jbfaden:
bug2347: put in reminder that the bug is there.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandler.javaautoplot/Autoplot/src/org/autoplot/scriptconsole/GuiExceptionHandler.java
Revision 25762 by jbfaden:
2348:  grid for axes should be drawn under not over
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 25761 by jbfaden:
2346: deprecate histogram property, which is not used anywhere besides the metadata tab (I think).
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 25760 by jbfaden:
increase the number of points allowed for stats.  Add a constant with the word "LIMIT" in it.
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 25759 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 25758 by jbfaden:
bugfix: writeToPng didn't allow spaces in the name. 
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 25757 by jpeachey:
Correcting the classpath to include das checked out separately via GitHub.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/.classpathautoplot/.classpath
Revision 25756 by jbfaden:
bug2341: automatic bind-to-app-timerange fails to bind when 3 rows and 2 columns
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
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/dom/PlotController.javaautoplot/Autoplot/src/org/autoplot/dom/PlotController.java
Revision 25755 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 25754 by jbfaden:
tiny kludge to support $x.  This should be redone.
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 25753 by jbfaden:
add trigger for $x.png and $x_$x.png
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 25752 by jbfaden:
alt+shift,shift can be used to stop recording as well as ctrl+shift,shift.  The name for the PNGWalkTool is the template, to support writing out real-time.
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 25751 by jbfaden:
update version number
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.javaautoplot/HapiServerDemo/src/java/org/autoplot/hapiserver/Util.java
Revision 25750 by jbfaden:
add an extra pixel to that black axis border is not visible
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/HapiServerDemo/web/hapi/index.jspautoplot/HapiServerDemo/web/hapi/index.jsp
Revision 25749 by jbfaden:
add border type selection
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 25748 by jbfaden:
if initial selected border type is none, then make it transparent background as well.
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AddAnnotationDialog.javaautoplot/Autoplot/src/org/autoplot/AddAnnotationDialog.java
Revision 25747 by jbfaden:
allow the initial border type to be selected
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/org/autoplot/AddAnnotationDialog.formautoplot/Autoplot/src/org/autoplot/AddAnnotationDialog.form
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/GuiSupport.javaautoplot/Autoplot/src/org/autoplot/GuiSupport.java
Revision 25746 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 25745 by jbfaden:
bugfix: new code assumed that any attribute could be trivially added to the simplified script, but it didn't consider if the symbol was a known symbol.
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 25744 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 25743 by jbfaden:
release notes
Change TypePath in RepositoryPath in Workspace
The file was modified/autoplot/trunk/Autoplot/src/index.htmlautoplot/Autoplot/src/index.html