Changes

#11 (Feb 7, 2024 4:39:24 PM)

  1. Look and Feel to Linux but also to support all platforms when desired — Jeremy Faden / detail
  2. add --flatLAF — Jeremy Faden / detail
  3. release notes — Jeremy Faden / detail
  4. release notes — Jeremy Faden / detail
  5. release notes — Jeremy Faden / detail
  6. release notes — Jeremy Faden / detail
  7. and remove the outside rectangle so that clipping works properly — Jeremy Faden / detail
  8. experiment with drawing a gray box around the masked region, since Linux often doesn't have a box around the GUI — Jeremy Faden / detail
  9. bugfix: dataSourceFilter for selected panel is shown. — Jeremy Faden / detail
  10. release notes — Jeremy Faden / detail
  11. bug 2576: pick the first DSF when the focus has been blurred. — Jeremy Faden / detail
  12. release notes — Jeremy Faden / detail
  13. correction to label for post-run popup menu, should be "copy value to clipboard" — Jeremy Faden / detail
  14. release notes — Jeremy Faden / detail
  15. bug 2576: pick the first DSF when the focus has been blurred. — Jeremy Faden / detail
  16. mkdir in synchronized block.  With Cassini processing I would see where threads were stepping on each other's toes. — Jeremy Faden / detail
  17. add test uris — Jeremy Faden / detail
  18. release notes — Jeremy Faden / detail
  19. support for high-rank data as in https://pds-ppi.igpp.ucla.edu/data/JNO-J_SW-JAD-3-CALIBRATED-V1.0/DATA/2023/2023004/ELECTRONS/JAD_L30_LRS_ELC_ANY_CNT_2023004_V04.LBL?DATA — Jeremy Faden / detail
  20. look at CONTAINERs — Jeremy Faden / detail
  21. make getDataObjectPds3 public so that scripts can be used to help in development — Jeremy Faden / detail
  22. release notes — Jeremy Faden / detail
  23. jenkins test caught where https://pds-ppi.igpp.ucla.edu/data/GO-J-PLS-5-RTS-MOMENTS-V1.0/DATA/PLS_PDS_RTS_ORB03.LBL?density&X=TIME
    fails because it was ascii but didn't have FIELD_NUMBER (which isn't required, the code was wrong). — Jeremy Faden / detail
  24. release notes — Jeremy Faden / detail
  25. release notes — Jeremy Faden / detail
  26. bug 2575: notes about where autoBinding is turned on — Jeremy Faden / detail
  27. remove use of deprecated deleteBinding — Jeremy Faden / detail
  28. remove use of deprecated deleteBinding — Jeremy Faden / detail
  29. trivial reformatting to fit within 132 columns — Jeremy Faden / detail
  30. support for PDS3 spreadsheets — Jeremy Faden / detail
  31. support for PDS3 spreadsheets — Jeremy Faden / detail
  32. rfe820: add new skipBytes control, to support PDS3. — Jeremy Faden / detail
  33. release notes — Jeremy Faden / detail
  34. release notes — Jeremy Faden / detail
  35. release notes — Jeremy Faden / detail
  36. rfe521: add addDim=T control, which will add a dimension as with images. — Jeremy Faden / detail
  37. documentation tweaks — Jeremy Faden / detail
  38. release notes — Jeremy Faden / detail
  39. https://sourceforge.net/p/autoplot/feature-requests/819/ — Jeremy Faden / detail
  40. introduce triangleMesh, which is the oddest dataset autoplot will ever support — Jeremy Faden / detail
  41. release notes — Jeremy Faden / detail
  42. bug 2554: properly report the records written to the pending file. — Jeremy Faden / detail
  43. release notes — Jeremy Faden / detail
  44. rfe811: fixLayout would waitUntilIdle when "break into stack of plots" was already locked, causing hang. Now the code checks to make sure that it is possible. — Jeremy Faden / detail
  45. trivial links to documentation — Jeremy Faden / detail
  46. GO-J-PWS-5-DDR-PLASMA-DENSITY-FULL-V1.0/DATA/00_JUPITER/FPE_1996_05_25_V01.LBL has the file pointer in a different place. — Jeremy Faden / detail
  47. FilePointer now has units on the offset, since the offset can be in bytes — Jeremy Faden / detail
  48. bug 2554: finally figured out that runResults weren't accumulated while running with multi-thread, so the results file was empty. — Jeremy Faden / detail
  49. improve feedback though I think there's still an issue when I use Autoplot on binus. — Jeremy Faden / detail
  50. release notes — Jeremy Faden / detail
  51. provide better feedback when pending file is written — Jeremy Faden / detail
  52. bug 2554: tweaks to the GUI — Jeremy Faden / detail
  53. treat INVALID_CONSTANT as alias for MISSING CONSTANT. — Jeremy Faden / detail
  54. release notes — Jeremy Faden / detail
  55. rfe818: One last branch where file made local could not import remote file because operation was done using local reference, not the remote URI. — Jeremy Faden / detail
  56. bugfix: Inline data source throws Java (FileNotFoundException), not PyException (for assignment). — Jeremy Faden / detail
  57. bugfix: Inline data source throws Java (FileNotFoundException), not PyException. — Jeremy Faden / detail
  58. clarify that author ed is Ed Jackson — Jeremy Faden / detail
  59. print the rows to study where test002 fails occasionally since the new layout was introduced. — Jeremy Faden / detail
  60. release notes — Jeremy Faden / detail
  61. format times to millisecond resolution, after Bob pointed out that vap+hapi:https://vires.services/hapi?id=GRACE_A_MAG&parameters=B_FGM&timerange=2008-01-01T00:00:04.787680Z/2008-01-01T01:00:04.787Z would fail due to rounding and a very particular server.
    Jeremy Faden / detail
  62. release notes — Jeremy Faden / detail
  63. bugfix: Time,Radius should work fine when parameter names are timestamp,Radius — Jeremy Faden / detail
  64. release notes — Jeremy Faden / detail
  65. support for delim=NONE — Jeremy Faden / detail
  66. add comment control. — Jeremy Faden / detail
  67. introduce delim control for formatDataSet
    Jeremy Faden / detail
  68. fix the problem with local file in seen in PDS3 testing — Jeremy Faden / detail
  69. fix the problem with local file — Jeremy Faden / detail
  70. try to figure out why jenkins tests always use local file and fail — Jeremy Faden / detail
  71. release notes — Jeremy Faden / detail
  72. use WindowManager so that the GUI is resizable — Jeremy Faden / detail
  73. use WindowManager so that the GUI is resizable — Jeremy Faden / detail
  74. rename button to enter parameters GUI — Jeremy Faden / detail
  75. clarify that dom.controller.dataSourceFilter can be null. — Jeremy Faden / detail
  76. whoops remove debug code — Jeremy Faden / detail
  77. release notes — Jeremy Faden / detail
  78. clean up code resolving the data file URL. — Jeremy Faden / detail
  79. always resolve the data resource based on the remote URL, never the downloaded one, since there may be resources which have not yet been downloaded. — Jeremy Faden / detail
  80. add LSB_BIT_STRING, which is read in as ubyte array — Jeremy Faden / detail
  81. support ( dataType.equals("CHARACTER") && unit.equals("UTC") ) — Jeremy Faden / detail
  82. support for offset into data file (foo.DAT, 4) — Jeremy Faden / detail
  83. read data when label has pointer to structure (https://pds-ppi.igpp.ucla.edu/data/JNO-J-JED-3-CDR-V1.0/DATA/2016/366/JED_090_HIERSESP_CDR_2016366_V03.LBL?Lon) — Jeremy Faden / detail
  84. read data when label has pointer to structure (https://pds-ppi.igpp.ucla.edu/data/JNO-J-JED-3-CDR-V1.0/DATA/2016/366/JED_090_HIERSESP_CDR_2016366_V03.LBL?Lon) — Jeremy Faden / detail
  85. add DocumentUtil and dumpToXML to aid in development — Jeremy Faden / detail
  86. refactor to have one place which reads the Document from the label — Jeremy Faden / detail
  87. handle import of """^STRUCTURE                    = "JED_HIERSESP_CDR_V02.FMT"""" — Jeremy Faden / detail
  88. release notes — Jeremy Faden / detail
  89. rfe 818:towards https://pds-ppi.igpp.ucla.edu/data/GO-J-PWS-2-EDR-WAVEFORM-80KHZ-V1.0/DATA/C032095/80KHZ_0320950402.LBL — Jeremy Faden / detail
  90. rfe 818:towards https://pds-ppi.igpp.ucla.edu/data/GO-J-PWS-2-EDR-WAVEFORM-80KHZ-V1.0/DATA/C032095/80KHZ_0320950402.LBL — Jeremy Faden / detail
  91. rfe 818: https://pds-ppi.igpp.ucla.edu/data/DS1-C-PEPE-2-EDR-BORRELLY-V1.0/DATA/ELC01262_B.LBL has BINARY_TABLE instead of just TABLE — Jeremy Faden / detail
  92. refactor to make separate PDS3 library — Jeremy Faden / detail
  93. refactor to make separate PDS3 library — Jeremy Faden / detail
  94. use JSON library — Jeremy Faden / detail
  95. https://sourceforge.net/p/autoplot/feature-requests/818/: keep all contents of lbl file in metadata — Jeremy Faden / detail
  96. https://sourceforge.net/p/autoplot/feature-requests/818/: keep documentation, since there is no label or title.  Use name for label.  support for more data types. — Jeremy Faden / detail
  97. initial support for https://pds-ppi.igpp.ucla.edu/data/JNO-J_SW-JAD-5-CALIBRATED-V1.0/DATA/2016/2016240/ELECTRONS/JAD_L50_LRS_ELC_ANY_DEF_2016240_V01.LBL — Jeremy Faden / detail
  98. add lbl to support PDS3 label files — Jeremy Faden / detail
  99. initial support for PDS3 files, in progress — Jeremy Faden / detail
  100. initial code for PDS3 — Jeremy Faden / detail
  101. add nasa pds library, which produces a Document object from a PDS3 label. — Jeremy Faden / detail
  102. release notes — Jeremy Faden / detail
  103. release notes — Jeremy Faden / detail
  104. release notes — Jeremy Faden / detail
  105. release notes — Jeremy Faden / detail
  106. release notes — Jeremy Faden / detail
  107. release notes — Jeremy Faden / detail
  108. update the colorbar as selections are made. — Jeremy Faden / detail
  109. release notes — Jeremy Faden / detail
  110. release notes — Jeremy Faden / detail
  111. bugfix: code assumed min and max were both ints (e.g. 0,4.5) — Jeremy Faden / detail
  112. release notes — Jeremy Faden / detail
  113. write qcturl to the file, if it's enabled. — Jeremy Faden / detail
  114. click on corners to blur focus. — Jeremy Faden / detail
  115. release notes — Jeremy Faden / detail
  116. use edit annotation dialog for add annotation as well. — Jeremy Faden / detail
  117. add waitUntilIdle after fixLayout.  — Jeremy Faden / detail
  118. data plot anchor type. — Jeremy Faden / detail
  119. release notes — Jeremy Faden / detail
  120. release notes — Jeremy Faden / detail
  121. add CONTEXT examples to GrannyTextEditor — Jeremy Faden / detail
  122. bugfix: avoid repeat names — Jeremy Faden / detail
  123. bugfix: avoid repeat names — Jeremy Faden / detail
  124. bugfix: file kept cached didn't check if the URI for completions has changed. — Jeremy Faden / detail
  125. reduce repeat code and support rank 0 through rank 4 data. — Jeremy Faden / detail
  126. release notes — Jeremy Faden / detail
  127. support append=T in format of IDLSav — Jeremy Faden / detail
  128. support append=T in format of IDLSav — Jeremy Faden / detail
  129. support append=T in format of IDLSav — Jeremy Faden / detail
  130. support append=T in format of IDLSav — Jeremy Faden / detail
  131. support append=T in format. — Jeremy Faden / detail
  132. release notes — Jeremy Faden / detail
  133. release notes — Jeremy Faden / detail
  134. bugfix 2573: annotation didn't properly listen to the ACTIVEDATASET property. — Jeremy Faden / detail
  135. revert to 27398 (last night) after deciding this needs more study — Jeremy Faden / detail
  136. rfe361: JLabelOperator doesn't work now with refactoring — Jeremy Faden / detail
  137. rfe361: wrap new single-instance class with static class until I can figure out how single-instance methods are imported into Jython name space. — Jeremy Faden / detail
  138. rfe361: move new class out of the way, so that class can proxy the old behavior — Jeremy Faden / detail
  139. rfe361: move new class out of the way, so that class can proxy the old behavior — Jeremy Faden / detail
  140. rfe361: Go ahead and make factory synchronized. — Jeremy Faden / detail
  141. rfe361: run scripts from any Autoplot instance — Jeremy Faden / detail
  142. rfe361: make ScriptContext a single-instance class, was static methods before. — Jeremy Faden / detail
  143. rfe361: refactor to make single-instance class, preparing for multiple instances — Jeremy Faden / detail
  144. rfe361: refactor to make single-instance class, preparing for multiple instances — Jeremy Faden / detail
  145. rfe361: refactor to make single-instance class, preparing for multiple instances — Jeremy Faden / detail
  146. rfe361: refactor to make single-instance class, preparing for multiple instances — Jeremy Faden / detail
  147. rfe361: refactor to make single-instance class, preparing for multiple instances — Jeremy Faden / detail
  148. rfe361: refactor to make single-instance class, preparing for multiple instances — Jeremy Faden / detail
  149. rfe361: refactor to make single-instance class, preparing for multiple instances — Jeremy Faden / detail
  150. bugfix: "(notfound)" message for name was clobbered later in code. "(exception)" shown when some exception happened, such as $d instead of %d. — Jeremy Faden / detail
  151. bugfix: "(notfound)" message for name was clobbered later in code. — Jeremy Faden / detail
  152. release notes — Jeremy Faden / detail
  153. release notes — Jeremy Faden / detail
  154. 2571: simplify logic for dissimilarChannels to make it more describable — Jeremy Faden / detail
  155. release notes — Jeremy Faden / detail
  156. release notes — Jeremy Faden / detail
  157. rfe417: experiment with format=$H:$M or format=%.2f for CONTEXT macro, adding name= so that the named dataset is retrieved — Jeremy Faden / detail
  158. rfe417: experiment with format=$H:$M or format=%.2f for CONTEXT macro. — Jeremy Faden / detail
  159. experiment with format=$H:$M or format=%.2f for CONTEXT macro. — Jeremy Faden / detail
  160. trivial runBatchTool cleanup.  correction to csv output when no exception — Jeremy Faden / detail
  161. corrections to csv output — Jeremy Faden / detail
  162. experiment with checking for missing glyphs — Jeremy Faden / detail
  163. bug2571: add logic to try and detect dissimilar channel names. — Jeremy Faden / detail
  164. bug2571: add logic to try and detect dissimilar channel names. — Jeremy Faden / detail
  165. https://github.com/das-developers/das2docs/issues/3: add scrollpane — Jeremy Faden / detail
  166. https://github.com/das-developers/das2java/issues/89: add parallel and npar — Jeremy Faden / detail
  167. 2570: fix annotation when pointAt is used — Jeremy Faden / detail
  168. 2570: fix annotation when pointAt is used — Jeremy Faden / detail
  169. 2570: trivial rename variable — Jeremy Faden / detail
  170. 1507: use the names targetPlot and srcPlot — Jeremy Faden / detail
  171. 1507: more tweaks to the logic.  Also the first dropped plot wouldn't set and bind app.timerange. — Jeremy Faden / detail
  172. 1507: sync the xaxis range only when the target is autoranging, and don't turn it off when the source's xaxis was off. — Jeremy Faden / detail
  173. improve type detection for return type — Jeremy Faden / detail
  174. refactor to support parsing without adding to output. — Jeremy Faden / detail
  175. introduce code to keep track of local variables — Jeremy Faden / detail
  176. getJavaExprType no longer static.  get type for name[0]. — Jeremy Faden / detail
  177. extra semicolon after import statement — Jeremy Faden / detail
  178. release notes — Jeremy Faden / detail
  179. bug 2566: support split() — Jeremy Faden / detail
  180. bug 2566: support split() — Jeremy Faden / detail
  181. bugfix: code assumed X and Y had the same units. — Jeremy Faden / detail
  182. release notes — Jeremy Faden / detail
  183. add the logic to add a single URI to the recent list.  The PNGWalkTool had code to do this and it should be the responsibility of the DataSetSelector. — Jeremy Faden / detail
  184. add the logic to add a single URI to the recent list.  The PNGWalkTool had code to do this and it should be the responsibility of the DataSetSelector. — Jeremy Faden / detail
  185. start QC tool when this is in the .pngwalk file. — Jeremy Faden / detail
  186. corrections to save as pngwalk file — Jeremy Faden / detail
  187. bugfix: X and Y parameter descriptions properly update with selections — Jeremy Faden / detail
  188. release notes — Jeremy Faden / detail
  189. release notes — Jeremy Faden / detail
  190. 2567: fix bug where text property wasn't re-bound after the plotId changed — Jeremy Faden / detail
  191. handle trivial case where string is empty, to make debugging easier — Jeremy Faden / detail
  192. add waitUntilIdle, since I have a feeling that's what's causing problems — Jeremy Faden / detail
  193. handle where old Autoplot versions would incorrectly set the multiple-column parents to marginRow — Jeremy Faden / detail
  194. rte_0611117604: sloppy code with X and Y — Jeremy Faden / detail
  195. convert jython dictionary at this level so das2 doesn't have to know about JSON — Jeremy Faden / detail
  196. special handling to support elif. — Jeremy Faden / detail
  197. bug2556: march through the stack trace looking for lines to annotate. — Jeremy Faden / detail
  198. bug2556: show something for syntax errors, just make it purple — Jeremy Faden / detail
  199. replace code which was removed because it was marking the wrong position.  The solution to — Jeremy Faden / detail
  200. this support for "startswith" and other string codes was not committed before the Thansgiving holiday — Jeremy Faden / detail
  201. release notes — Jeremy Faden / detail
  202. add button to experiment with GUI — Jeremy Faden / detail
  203. whitespace bugfix, where return would mean that indent was applied twice — Jeremy Faden / detail
  204. allow assert of types — Jeremy Faden / detail
  205. binary operation with two int arguments is int. — Jeremy Faden / detail
  206. add two more obvious class method return types.  Handle str.strip() -> str.trim() — Jeremy Faden / detail
  207. improve handling of subscript — Jeremy Faden / detail
  208. more types guess.  — Jeremy Faden / detail
  209. introduce new iterator handling — Jeremy Faden / detail
  210. print the exception — Jeremy Faden / detail
  211. whitespace fix — Jeremy Faden / detail
  212. assume call to UpperCase function is a constructor call.  Improve for output. — Jeremy Faden / detail
  213. guessType actually tries now.  fix imports — Jeremy Faden / detail
  214. add try/except — Jeremy Faden / detail
  215. ...and slice of string — Jeremy Faden / detail
  216. support index — Jeremy Faden / detail
  217. support BoolOp — Jeremy Faden / detail
  218. document keyword use in calls so they aren't lost — Jeremy Faden / detail
  219. correct savePngwalkFile to use filePattern when URI_Template is used. — Jeremy Faden / detail
  220. better have  in the list of fields in pngwalk tool's split function. — Jeremy Faden / detail
  221. rfe816: introduce "save to pngwalk" action — Jeremy Faden / detail
  222. rfe816: add save to pngwalk action — Jeremy Faden / detail
  223. release notes — Jeremy Faden / detail
  224. release notes — Jeremy Faden / detail
  225. release notes — Jeremy Faden / detail
  226. release notes — Jeremy Faden / detail
  227. bugfix: kludge workaround for another kludge where URLs were mangled by code looking for "opt1: explain opt1" — Jeremy Faden / detail
  228. release notes — Jeremy Faden / detail
  229. rfe811: clarify code which calculates the rows.  Guess at rows layout assuming step 2.5 won't apply, so that we are close. — Jeremy Faden / detail
  230. rfe811: correct code where we were double-counting the room needed for the margins — Jeremy Faden / detail
  231. rfe811: same correction when all but the leftmost column's left or rightmost column's right are the same, move this to the marginColumn. — Jeremy Faden / detail
  232. rfe811: also work on a copy of the margin column, so that the dom is modified all at once. — Jeremy Faden / detail
  233. rfe811: also work on a copy of the margin row, so that the dom is modified all at once. — Jeremy Faden / detail
  234. rfe811: introduce step 2.5 which will move ems to the marginRow if it can make the rows have the same em offsets, now the bottom plot and TCAs — Jeremy Faden / detail
  235. rfe811: introduce step 2.5 which will move ems to the marginRow if it can make the rows have the same em offsets.  Also remove check on row bottom which is ineffective and will be addressed by the same sort of check. — Jeremy Faden / detail
  236. rfe811: copy the rows and work on the copies.  fix documentation — Jeremy Faden / detail
  237. rfe811: always use DasDevicePosition.formatLayoutStr so that we can adjust the resolution more easily — Jeremy Faden / detail
  238. release notes — Jeremy Faden / detail
  239. release notes — Jeremy Faden / detail
  240. TimeRangeToolEventsList uses svalue instead of relying on BUNDLE_1 to be set, after seeing where the HapiDataSource failed to install nominal units.  Java 8 code changes. — Jeremy Faden / detail
  241. bug 2563: when the axis is resized, check to see if the range should be changed, and not the scale — Jeremy Faden / detail
  242. release notes — Jeremy Faden / detail
  243. add simple dialog to manage color schemes — Jeremy Faden / detail
  244. release notes — Jeremy Faden / detail
  245. handle redirect — Jeremy Faden / detail
  246. cases 22 and 23 are now supported — Jeremy Faden / detail
  247. TODO is todone: Jython fileExists supports remote file systems — Jeremy Faden / detail
  248. TODO is todone: Jython fileExists supports remote file systems — Jeremy Faden / detail
  249. add menu item to change color bar — Jeremy Faden / detail
  250. minor refactorings so the same code is used to calculate ephemeris lines.  Small cheat on getXAxisLines, which peeks at the dasAxis to see how many lines are used by the ticks.  If the margin row is going to pick up the ephemeris space, then don't count it again when calculating it for each row.  Account for the extra tick line containing the date on midnight or the first tick. — Jeremy Faden / detail
  251. lanl data moved to jenkins area — Jeremy Faden / detail
  252. finally idempotent for https://github.com/autoplot/dev/rfe/sf/811/threePanelDstKpAe.1embar.10px.vap — Jeremy Faden / detail
  253. trivial javadoc — Jeremy Faden / detail
  254. finally split out fixVerticalLayout for symmetry with fixHorizontalLayout — Jeremy Faden / detail
  255. properly handle strings, where the nominal unit was not put into the dataset — Jeremy Faden / detail
  256. properly handle strings, where the nominal unit was not put into the dataset — Jeremy Faden / detail
  257. release notes — Jeremy Faden / detail
  258. rfe811 finally get the vertical layout to match correctness of horizontal — Jeremy Faden / detail
  259. rfe811: add logging to vertical layout — Jeremy Faden / detail
  260. bugfix: normalPlotWidths didn't account for additonal margins from the em offsets. — Jeremy Faden / detail
  261. redo logging in fixLayout to show step-by-step results — Jeremy Faden / detail
  262. separate the layout listeners to the one which is manually invoked and the one which manages the margins — Jeremy Faden / detail
  263. account for outside east legends in fixLayout — Jeremy Faden / detail
  264. accounting error where margins for each plot were mishandled. — Jeremy Faden / detail
  265. rfe811: name the DasRow and DasColumn the same name as in the Autoplot DOM.  (It's a different namespace so there is no clash.) — Jeremy Faden / detail
  266. give the DasRow and DasColumn the same name as the DOM row and column, for debugging. — Jeremy Faden / detail
  267. 2560: whoops, failure of imagination, where the applied filters can be null. — Jeremy Faden / detail
  268. release notes — Jeremy Faden / detail
  269. release notes — Jeremy Faden / detail
  270. release notes — Jeremy Faden / detail
  271. release notes — Jeremy Faden / detail
  272. release notes — Jeremy Faden / detail
  273. try to limit the size of the title textfield — Jeremy Faden / detail
  274. bugfix: appliedFilters=' ' resulted in extra line being added to title — Jeremy Faden / detail
  275. rfe814: support file_%04d.png in output.  support for fixed-width strings in output (replacing space with _) and allowing integer to be formatted with — Jeremy Faden / detail
  276. 811: add space for xaxis label — Jeremy Faden / detail
  277. commit new commented code which will account for labels and colorbar, but is not tested. — Jeremy Faden / detail
  278. account for x-axis label when there is a label — Jeremy Faden / detail
  279. account for OutsideNE and OutsideSE legend by adding a fixed amount (8ems) — Jeremy Faden / detail
  280. add comments to match vertical layout code, to make horizontal layout more legible — Jeremy Faden / detail
  281. rfe814: support file_%04d.png in output — Jeremy Faden / detail
  282. add comments and break up the fixLayout operation into discrete steps. — Jeremy Faden / detail
  283. don't make the last highlited log message stack trace be the tooltip, since this makes the GUI hard to use.  The "AP>" prompt still has the text. — Jeremy Faden / detail
  284. consider the number of lines in the yaxis title when doing horizontal layout — Jeremy Faden / detail
  285. redo horizontal layout by rewriting the vertical layout — Jeremy Faden / detail
  286. redo horizontal layout by rewriting the vertical layout — Jeremy Faden / detail
  287. add horizontal spacing controls — Jeremy Faden / detail
  288. add horizontal spacing controls — Jeremy Faden / detail
  289. tweaked too much — Jeremy Faden / detail
  290. tweak to get closer to old result — Jeremy Faden / detail
  291. print row and column layout info to toString — Jeremy Faden / detail
  292. VA Testing's Test_031 showed where suddenly the per-plot right margin is miscalculated when multiple columns are used.  Make this so that the colorbar presence or absence is all that is considered. — Jeremy Faden / detail
  293. trivial fix imports — Jeremy Faden / detail
  294. rfe363: support """lowCut_toggle, highcut_toggle, filttype_toggle, order_toggle = 0.5, 20, 'Bandpass', 4 """ getting configuration name, see https://github.com/autoplot/dev/blob/master/rfe/sf/363/assignTupleToTuple.jy — Jeremy Faden / detail
  295. release notes — Jeremy Faden / detail
  296. bugfix:and fix detection of isEmRow, which are rows which are only ems high (and not a percent). — Jeremy Faden / detail
  297. bugfix:properly account for relative heights, with percents including the emUp and emDown portions.  — Jeremy Faden / detail
  298. recalculate em up and em down to make room for labels, instead of trusting what was there. — Jeremy Faden / detail
  299. turn off autolayout and reset marginRow in fixLayout. — Jeremy Faden / detail
  300. turn off autolayout and reset marginRow in fixLayout.  — Jeremy Faden / detail
  301. release notes — Jeremy Faden / detail
  302. trivial clarify code — Jeremy Faden / detail
  303. add more spacing in drop down — Jeremy Faden / detail
  304. seems to be working, but this needs further review — Jeremy Faden / detail
  305. whoops doAdjust should be true — Jeremy Faden / detail
  306. corrections to fix layout which preserve 1-em high rows.  keep track of row em heights for reference. — Jeremy Faden / detail
  307. corrections to fix layout which preserve 1-em high rows.  keep track of row em heights for reference. — Jeremy Faden / detail
  308. corrections to fix layout which preserve 1-em high rows.  keep track of row em heights for reference. — Jeremy Faden / detail
  309. always use scrollbars option — Jeremy Faden / detail
  310. support "file:" for javadoc location — Jeremy Faden / detail
  311. clarify code for fixLayout, which had a bunch of dead code and poorly named variables. — Jeremy Faden / detail
  312. account for ticklen in getBoundsForXAxis.  Don't include hight for titles and ticks when the tick labels are not visible. — Jeremy Faden / detail
  313. release notes — Jeremy Faden / detail
  314. release notes — Jeremy Faden / detail
  315. 2557: dataset(QDataSet,u) now defers to Ops.dataset, where units are considered.  Also datums and datumRanges — Jeremy Faden / detail
  316. support dataset( indgen(1000000), units=Units.cdfTT2000 ), clearing the format property put in by indgen — Jeremy Faden / detail
  317. trivial fix imports — Jeremy Faden / detail
  318. bug 2556: don't annotate <String> when editor filename is known — Jeremy Faden / detail
  319. show previews as changes are made. — Jeremy Faden / detail
  320. 0.5em should be the default — Jeremy Faden / detail
  321. correct examples, include delta=6 for MMS — Jeremy Faden / detail
  322. rfe811: add first four options proposed. — Jeremy Faden / detail
  323. rfe811: add ellipses after fix layout to indicate there's going to be another dialog. — Jeremy Faden / detail
  324. rfe811: add text about what is going to happen — Jeremy Faden / detail
  325. release notes — Jeremy Faden / detail
  326. release notes — Jeremy Faden / detail
  327. release notes — Jeremy Faden / detail
  328. rfe811: ephemerisLineCount property — Jeremy Faden / detail
  329. rfe811: here's the GUI to get started — Jeremy Faden / detail
  330. rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate — Jeremy Faden / detail
  331. rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate — Jeremy Faden / detail
  332. rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate — Jeremy Faden / detail
  333. rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate — Jeremy Faden / detail
  334. rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate — Jeremy Faden / detail
  335. rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate — Jeremy Faden / detail
  336. rfe811: fixLayout needs ephemerisLineCount so that it knows how much space to allocate — Jeremy Faden / detail
  337. rfe811: fixLayout runs without controllers, including fixHorizontalLayout — Jeremy Faden / detail
  338. rfe811: fixLayout runs without controllers. — Jeremy Faden / detail
  339. rfe811: fixLayout doesn't use controller — Jeremy Faden / detail
  340. rfe https://sourceforge.net/p/autoplot/feature-requests/811/: refactor fix layout so that it doesn't use controllers. (Not done!) — Jeremy Faden / detail
  341. add comment about the fact that calculating the bounds of a row and column is not entirely trivial. — Jeremy Faden / detail
  342. rfe811: begin fix layout panel — Jeremy Faden / detail
  343. release notes — Jeremy Faden / detail
  344. release notes — Jeremy Faden / detail
  345. release notes — Jeremy Faden / detail
  346. handle redirect for dsdf request — Jeremy Faden / detail
  347. handle redirect for dsdf request — Jeremy Faden / detail
  348. rfe811, correct reference to marginColumn, where marginRow was used by mistake. — Jeremy Faden / detail
  349. release notes — Jeremy Faden / detail
  350. release notes — Jeremy Faden / detail
  351. rfe811: add map argument to fixLayout to prepare for additional arguments — Jeremy Faden / detail
  352. rfe811: trivial fix imports — Jeremy Faden / detail
  353. rfe811: add codes to support rewrite of fixLayout function. — Jeremy Faden / detail
  354. use https for das2servers — Jeremy Faden / detail
  355. record carot position in CDF file — Jeremy Faden / detail
  356. javadoc improvements — Jeremy Faden / detail
  357. bugfix: empty line before line was treated as a Jython continuation. — Jeremy Faden / detail
  358. release notes — Jeremy Faden / detail
  359. https://sourceforge.net/p/autoplot/bugs/2553/: support 301 response from Jupiter server — Jeremy Faden / detail
  360. release notes — Jeremy Faden / detail
  361. release notes — Jeremy Faden / detail
  362. check else clause for usages — Jeremy Faden / detail
  363. optimize for rank 0 assignment to rank 0 location. — Jeremy Faden / detail
  364. release notes — Jeremy Faden / detail
  365. add True and False to known names — Jeremy Faden / detail
  366. don't find the showAllVarType checkbox, Sadie showed were it is needed to successfully load vap+cdaweb:ds=PSP_FLD_L2_DFB_DBM_DVAC&filter=dfb_dbm_dva&id=psp_fld_l2_dfb_dbm_dvac12&timerange=2021-01-17 — Jeremy Faden / detail
  367. put in hooks for PDS4 file Product_Collection and Product_Bundle — Jeremy Faden / detail
  368. add stubs for collections — Jeremy Faden / detail
  369. put in hooks for PDS4 file Product_Collection and Product_Bundle — Jeremy Faden / detail
  370. make it easier to see the links. — Jeremy Faden / detail
  371. tweak the description for the first time in years. — Jeremy Faden / detail
  372. release notes — Jeremy Faden / detail
  373. release notes — Jeremy Faden / detail
  374. bug2319: fix git/dev/bugs/sf/2319/demoInferTypeFromCallResult.jy — Jeremy Faden / detail
  375. trivial javadoc — Jeremy Faden / detail
  376. simplifyScriptToGetCompletionsOkay now gets importedNames, in case constructor has been called and we know a names type.  javadoc improvements — Jeremy Faden / detail
  377. release notes — Jeremy Faden / detail
  378. release notes — Jeremy Faden / detail
  379. ignore any old preferences, which haven't been used since 2018 but would be migrated in from old Autoplot instances. — Jeremy Faden / detail
  380. ignore any old preferences, which haven't been used since 2018 but would be migrated in from old Autoplot instances. — Jeremy Faden / detail
  381. ignore any old preferences, which haven't been used since 2018 but would be migrated in from old Autoplot instances.
    Jeremy Faden / detail
  382. trivial javadoc — Jeremy Faden / detail
  383. trivial resizeLogger shows the resize request's extraW and extraH — Jeremy Faden / detail
  384. javadoc — Jeremy Faden / detail
  385. release notes — Jeremy Faden / detail
  386. bug 2546: rte_1735900169: the kludgy solution might hit null for the getMessage, so be careful to check for that. — Jeremy Faden / detail
  387. rte_1735900169: check that the representative URI  also doesn't contain the variable before throwing an exception.  Thanks, Kris! — Jeremy Faden / detail
  388. rte_0338377624: null can get into this array — Jeremy Faden / detail

#10 (Sep 15, 2023 12:23:32 PM)

  1. release notes — Jeremy Faden / detail
  2. trivial javadoc — Jeremy Faden / detail
  3. release notes — Jeremy Faden / detail
  4. listen for changes in activeDataSet so that %{CONTEXT} will update — Jeremy Faden / detail
  5. activeDataSet property added — Jeremy Faden / detail
  6. release notes — Jeremy Faden / detail
  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) — Jeremy Faden / detail
  8. release notes — Jeremy Faden / detail
  9. stub for colors editor — Jeremy Faden / detail
  10. release notes — Jeremy Faden / detail
  11. improve documentation for setOutputParam — Jeremy Faden / detail
  12. trivial capitalize Jython — Jeremy Faden / detail
  13. bug 2541: check for non-int in examples list — Jeremy Faden / detail
  14. release notes — Jeremy Faden / detail
  15. 2450: check to see if tab is already visible before enabling tab.  — Jeremy Faden / detail
  16. check to see if layout is already visible in the tabs — Jeremy Faden / detail
  17. Test_022_ContextOverview maybe wait for remote bookmarks to load — Jeremy Faden / detail
  18. www-pw.physics.uiowa.edu moved to space.physics.uiowa.edu — Jeremy Faden / detail
  19. release notes — Jeremy Faden / detail
  20. release notes — Jeremy Faden / detail
  21. bug 2539: new code didn't consider F(t) — Jeremy Faden / detail
  22. release notes — Jeremy Faden / detail
  23. feedback for test 022. — Jeremy Faden / detail
  24. add delay to try and fix test 031 — Jeremy Faden / detail
  25. add delay to try and fix test 031 — Jeremy Faden / detail
  26. system.err.printlns for debugging — Jeremy Faden / detail
  27. release notes — Jeremy Faden / detail
  28. support sub-millisecond intervals — Jeremy Faden / detail
  29. bug 2537: https://sourceforge.net/p/autoplot/bugs/2514/: don't repeat DEPEND_1 when storing multiple tables. — Jeremy Faden / detail
  30. https://sourceforge.net/p/autoplot/bugs/2514/: don't repeat DEPEND_1 when storing multiple tables. — Jeremy Faden / detail
  31. handle file not found, so that vaps can be shared more easily — Jeremy Faden / detail
  32. release notes — Jeremy Faden / detail
  33. experiment with handling mouse wheel events on lineThick GUI — Jeremy Faden / detail
  34. experiment with handling mouse wheel events on lineThick GUI — Jeremy Faden / detail
  35. experiment with handling mouse wheel events on symbolSize GUI — Jeremy Faden / detail
  36. bugfix: * with two different names (IMG_*.png and *.png) caused runtime error because i0 was -1. — Jeremy Faden / detail
  37. don't throw exception here, we'll start using this soon — Jeremy Faden / detail
  38. use new NetCDF library — Jeremy Faden / detail
  39. release notes — Jeremy Faden / detail
  40. release notes — Jeremy Faden / detail
  41. Update to new version of netcdf and remove slf4, which seems no longer to be needed. — jpeachey / detail
  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 — Jeremy Faden / detail
  43. handle runtime errors a little more gracefully. — Jeremy Faden / detail
  44. catch the runtime error where NetCDF doesn't load time-varying DEPEND_1. — Jeremy Faden / detail
  45. units safety check — Jeremy Faden / detail
  46. kludges to support icon_l2-4_fuv_day from cdaweb — Jeremy Faden / detail
  47. release notes — Jeremy Faden / detail
  48. handle icon_l2-5_fuv_night by not using DEPEND_1 which has the wrong length. — Jeremy Faden / detail
  49. masters should always be .cdf, even when files are .nc — Jeremy Faden / detail
  50. bug 2529: drop support for ncml. — Jeremy Faden / detail
  51. bug 2529: remove APIOServiceProvider, which is unlikely to be used now. — Jeremy Faden / detail
  52. bug 2529: remove APIOServiceProvider, which is unlikely to be used now. — Jeremy Faden / detail
  53. bug 2529: remove APIOServiceProvider, which is unlikely to be used now. — Jeremy Faden / detail
  54. bug 2529: use netcdfAll-5.5.3.jar to read NetCDF and HDF5 files — Jeremy Faden / detail
  55. bug 2529: use netcdfAll-5.5.3.jar to read NetCDF and HDF5 files — Jeremy Faden / detail
  56. bug 2529: use netcdfAll-5.5.3.jar to read NetCDF and HDF5 files — Jeremy Faden / detail
  57. bug 2529: use netcdfAll-5.5.3.jar to read NetCDF and HDF5 files — Jeremy Faden / detail
  58. bug 2529: add netcdfAll-5.5.3.jar, remove 4.1 and slf4j — Jeremy Faden / detail
  59. bug 2529: add netcdfAll-5.5.3.jar — Jeremy Faden / detail
  60. remove dependence on emfisis server — Jeremy Faden / detail
  61. release notes — Jeremy Faden / detail
  62. release notes — Jeremy Faden / detail
  63. release notes — Jeremy Faden / detail
  64. release notes — Jeremy Faden / detail
  65. indicate dimensions for each variable. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  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.
    Jeremy Faden / detail
  68. fingbugs ICAST_INTEGER_MULTIPLY_CAST_TO_LONG — Jeremy Faden / detail
  69. release notes — Jeremy Faden / detail
  70. release notes — Jeremy Faden / detail
  71. indicate the error message when git diff results in error. — Jeremy Faden / detail
  72. release notes — Jeremy Faden / detail
  73. bug 2350: check for nulls in oldStdOut, oldStdErr, somehow they are getting in there. — Jeremy Faden / detail
  74. bug 2350: incorrect code would re-raise the frame which was already partially closed. — Jeremy Faden / detail
  75. 2530: disconnect the logConsole from the stdout and stderr.  Python shows has infinite loop when restarting Autoplot. — Jeremy Faden / detail
  76. trivial javadoc — Jeremy Faden / detail
  77. add new allowExit property so that Python session doesn't shut down Python as well. — Jeremy Faden / detail
  78. make no-arg constructor private, I accidentally created one in a Jython session, causing confusion. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  82. logging, prepare for uniq hash of parameters — Jeremy Faden / detail
  83. don't process parameters unless the script is whitelisted and non-null — Jeremy Faden / detail
  84. release notes — Jeremy Faden / detail
  85. syncTo glow — Jeremy Faden / detail
  86. https://github.com/das-developers/das2java/issues/61: glow property added — Jeremy Faden / detail
  87. release notes — Jeremy Faden / detail
  88. release notes — Jeremy Faden / detail
  89. mod was never included in the data mash up dialog — Jeremy Faden / detail
  90. give a better error when home/jbf/... was used for the filename. — Jeremy Faden / detail
  91. release notes — Jeremy Faden / detail
  92. saveAs dialog provides option to save using %{PWD} references. — Jeremy Faden / detail
  93. release notes — Jeremy Faden / detail
  94. release notes — Jeremy Faden / detail
  95. release notes — Jeremy Faden / detail
  96. release notes — Jeremy Faden / detail
  97. release notes — Jeremy Faden / detail
  98. release notes — Jeremy Faden / detail
  99. release notes — Jeremy Faden / detail
  100. release notes — Jeremy Faden / detail
  101. handle quotes, which were getting in there from URI history, removing pairs of single quotes — Jeremy Faden / detail
  102. release notes — Jeremy Faden / detail
  103. support where bundleDescriptor is not found — Jeremy Faden / detail
  104. use formatter property of datasets — Jeremy Faden / detail
  105. release notes — Jeremy Faden / detail
  106. release notes — Jeremy Faden / detail
  107. bugfix: run multi thread didn't set the parameters in the URI — Jeremy Faden / detail
  108. release notes — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  111. rfe806: preserve message that script had issued using setStatus.  "executing script" and "done executing script" messages should be issued by the same code. — Jeremy Faden / detail
  112. rfe806: preserve message that script had issued using setStatus.  "executing script" and "done executing script" messages should be issued by the same code. — Jeremy Faden / detail
  113. release notes — Jeremy Faden / detail
  114. bug2520: use https to connect to test server in test024. — Jeremy Faden / detail
  115. release notes — Jeremy Faden / detail
  116. release notes — Jeremy Faden / detail
  117. temporarily disable gzip so that progress bar is visible and long requests do not time out. — Jeremy Faden / detail
  118. release notes — Jeremy Faden / detail
  119. release notes — Jeremy Faden / detail
  120. move over new changes for the 2023 version of the scripts, which improve constraints on parameters. — Jeremy Faden / detail
  121. GUI is nearly complete, but was never integrated — Jeremy Faden / detail
  122. release notes — Jeremy Faden / detail
  123. release notes — Jeremy Faden / detail
  124. allow plot to be set to "" — Jeremy Faden / detail
  125. Ivar pointed out warning where it assumed it was the first dimension. — Jeremy Faden / detail
  126. trivial comment explaining why http certs are disabled. — Jeremy Faden / detail
  127. release notes — Jeremy Faden / detail
  128. only include the first line of the quality control comment in the CSV. — Jeremy Faden / detail
  129. release notes — Jeremy Faden / detail
  130. echo the filename of the csv used, and allow open in browser, which for me results in open in libre office. — Jeremy Faden / detail
  131. release notes — Jeremy Faden / detail
  132. rfe802: instead of redundant timeRange, show caption (label), which is typically the timeRange. — Jeremy Faden / detail
  133. trivial javadoc for properties — Jeremy Faden / detail
  134. rfe802: check that the caption doesn't contain spaces. — Jeremy Faden / detail
  135. rfe802: add write to csv option. — Jeremy Faden / detail
  136. bugfix when listing certain directories, probably associated with %25s in name. — Jeremy Faden / detail
  137. release notes — Jeremy Faden / detail
  138. release notes — Jeremy Faden / detail
  139. release notes — Jeremy Faden / detail
  140. makeColorTable supports Units.rgbColor — Jeremy Faden / detail
  141. https://sourceforge.net/p/autoplot/bugs/2517/: this is fixed by replacing the "setResetPlotElement" which was mistakenly removed. — Jeremy Faden / detail
  142. https://sourceforge.net/p/autoplot/bugs/2516/: this is fixed by checking that the datum units are ratio units with a meaningful zero. — Jeremy Faden / detail
  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 — Jeremy Faden / detail
  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 — Jeremy Faden / detail
  145. whoops, forgot to update timestamp — Jeremy Faden / detail
  146. production release new code which allows datasetToArray to be called from scripts. — Jeremy Faden / detail
  147. trivial change to allow breakpoint at isBigEndian — Jeremy Faden / detail
  148. add accessor to get the variable type, to support "insert" in Autoplot CDF export. — Jeremy Faden / detail
  149. bugfix: remove debug printlns — Jeremy Faden / detail
  150. make datasetToArray public — Jeremy Faden / detail
  151. release notes — Jeremy Faden / detail
  152. release notes — Jeremy Faden / detail
  153. catch the runtime error Andrei sees occasionally. — Jeremy Faden / detail
  154. release notes — Jeremy Faden / detail
  155. release notes — Jeremy Faden / detail
  156. release notes — Jeremy Faden / detail
  157. support isotime, isotime as events list. — Jeremy Faden / detail
  158. update time stamp — Jeremy Faden / detail
  159. release notes — Jeremy Faden / detail
  160. release includes new launchers — Jeremy Faden / detail
  161. release notes — Jeremy Faden / detail
  162. check with another dataset, need to look at BUNDLE_1 as well. — Jeremy Faden / detail
  163. flatten rank2 to support BMag;BGSE for HAPI server support — Jeremy Faden / detail
  164. flatten rank2 to support BMag;BGSE for HAPI server support — Jeremy Faden / detail
  165. release notes — Jeremy Faden / detail
  166. 2514: don't put in the timetags for a variable which is being appended. — Jeremy Faden / detail
  167. don't put in the timetags for a variable which is being appended. — Jeremy Faden / detail
  168. put in todo and link to bug2514, where it can't determine that existing timetags can be used. — Jeremy Faden / detail
  169. release notes — Jeremy Faden / detail
  170. rte_0373978553: throw exception when width is zero seconds.  Thanks trunali1131! — Jeremy Faden / detail
  171. rte_0373978553: throw exception when width is zero seconds.  Thanks trunali1131! — Jeremy Faden / detail
  172. experiment with using PromptComboBoxEditor — Jeremy Faden / detail
  173. bugfix: formatDataSet inspect URI action would RTE when carot was after the last character — Jeremy Faden / detail
  174. clear the axisOffset and labelOffset properties. — Jeremy Faden / detail
  175. release notes — Jeremy Faden / detail
  176. rfe https://sourceforge.net/p/autoplot/feature-requests/798/: preserve x axis dimension. — Jeremy Faden / detail
  177. release notes — Jeremy Faden / detail
  178. release notes — Jeremy Faden / detail
  179. release notes — Jeremy Faden / detail
  180. release notes — Jeremy Faden / detail
  181. findbugs DLS_DEAD_LOCAL_STORE — Jeremy Faden / detail
  182. update version number
    Jeremy Faden / detail
  183. put in a divider between submit and print buttons — Jeremy Faden / detail
  184. add print svg and pdf buttons — Jeremy Faden / detail
  185. release notes — Jeremy Faden / detail
  186. add prompt to search box, tooltip clarifies that they are regex — Jeremy Faden / detail
  187. add prompt to search box, tooltip clarifies that they are regex — Jeremy Faden / detail
  188. bug 2512: initial support for complex numbers. — Jeremy Faden / detail
  189. bug 2512: fixed whoops in complex double — Jeremy Faden / detail
  190. bug 2512: initial support for complex numbers. — Jeremy Faden / detail
  191. bug 2512: initial support for complex numbers.
    Jeremy Faden / detail
  192. bug2511: use DatumRange.newRange with nominal data because of order. — Jeremy Faden / detail
  193. check for rank 1 complex number. — Jeremy Faden / detail
  194. support for complex arrays — Jeremy Faden / detail
  195. bug 2501: one last place where the map key should not be the ByteBuffer. — Jeremy Faden / detail
  196. bug 2501: correction to completions, which would only drill down into what started with the completeble. — Jeremy Faden / detail
  197. release notes — Jeremy Faden / detail
  198. release notes — Jeremy Faden / detail
  199. bugfix: Only read the IDLsav file once. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  201. move the arg_0 parameter up to the top since it is primary. — Jeremy Faden / detail
  202. bugfix in completions for IDLSav — Jeremy Faden / detail
  203. add completions for new dims parameter — Jeremy Faden / detail
  204. rfe797: add dims=[48,64] — Jeremy Faden / detail
  205. rfe797: support simple calculations like rank2=0:64*48 — Jeremy Faden / detail
  206. release notes — Jeremy Faden / detail
  207. add link to documentation on RunTime Error submissions — Jeremy Faden / detail
  208. https://sourceforge.net/p/autoplot/bugs/2501/ clear the incorrect metadata — Jeremy Faden / detail
  209. https://sourceforge.net/p/autoplot/bugs/2501/ clear the incorrect metadata — Jeremy Faden / detail
  210. https://sourceforge.net/p/autoplot/bugs/2501/ clear the incorrect metadata — Jeremy Faden / detail
  211. release notes — Jeremy Faden / detail
  212. add fancy completions for X= and Y= parameters that show just the compatible parameters. — Jeremy Faden / detail
  213. add fancy completions for X= and Y= parameters that show just the compatible parameters. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  215. bugfix: ?DENSTOT&X=EPOCHL2&xunits=cdfTT2000 resulted in units on the wrong dataset — Jeremy Faden / detail
  216. release notes — Jeremy Faden / detail
  217. bugfix: support 64 bit ulongs, kinda — Jeremy Faden / detail
  218. bugfix: second click on "Select CDF Variable" would not update metadata panel. — Jeremy Faden / detail
  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! — Jeremy Faden / detail
  220. trivial, old code now uses svalue to get label, instead of creating Datum. — Jeremy Faden / detail
  221. release notes — Jeremy Faden / detail
  222. release notes — Jeremy Faden / detail
  223. release notes — Jeremy Faden / detail
  224. remove code which had no effect, turning , into COMMA and COMMA into ,.  Turn off delimParser.guessUnits when we use multi-field time locations. — Jeremy Faden / detail
  225. remove use of deprecated dr.rescale method. — Jeremy Faden / detail
  226. getFile('https://gith<C>') completions supported — Jeremy Faden / detail
  227. bugfix: svg wasn't supported because of more recent changes with log files. — Jeremy Faden / detail
  228. add usecache=false parameter at Bob's request — Jeremy Faden / detail
  229. release notes — Jeremy Faden / detail
  230. check for a reasonable valid range and use it for startDate and stopDate. — Jeremy Faden / detail
  231. set the valid range to the range found in all.xml. — Jeremy Faden / detail
  232. release notes — Jeremy Faden / detail
  233. release notes — Jeremy Faden / detail
  234. release notes — Jeremy Faden / detail
  235. bug 1696: setting plotId automatically anchors to canvas (soon plot), not data. — Jeremy Faden / detail
  236. bug 1696: setting plotId automatically anchors to canvas (soon plot), not data. — Jeremy Faden / detail
  237. release notes — Jeremy Faden / detail
  238. update version
    Jeremy Faden / detail
  239. support virtual variables when multiple variables are loaded at once. — Jeremy Faden / detail
  240. clean up handling of non-ascii characters and spaces. — Jeremy Faden / detail
  241. clean up handling of non-ascii characters and spaces. — Jeremy Faden / detail
  242. clean up handling of non-ascii characters and spaces.
    Jeremy Faden / detail
  243. commit old code which supported groupIds, which I think was an experimental feature.  I'm going to remove it next commit. — Jeremy Faden / detail
  244. release notes — Jeremy Faden / detail
  245. newline — Jeremy Faden / detail
  246. add "go" button — Jeremy Faden / detail
  247. blank indicates action the scientist should take. — Jeremy Faden / detail
  248. update version — Jeremy Faden / detail
  249. correct link to demo.jsp.  Remove pointer to github area which is incorrect, the current version is here. — Jeremy Faden / detail
  250. show gray blank plot when URI or VAP is not specified.  Correction to URLEncoding. — Jeremy Faden / detail
  251. show gray blank plot when URI or VAP is not specified.  Correction to URLEncoding.  — Jeremy Faden / detail
  252. try to get the message out to the scientist — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  255. release notes — Jeremy Faden / detail
  256. makeValid will remove domNodes with duplicate IDs. — Jeremy Faden / detail
  257. validateDom will at least catch when a .vap doesn't contain unique ids. — Jeremy Faden / detail
  258. validateDom will at least catch when a .vap doesn't contain unique ids. — Jeremy Faden / detail
  259. release notes — Jeremy Faden / detail
  260. rfe 796: when the default is a datumRange and the units are timeLocation units, then use a time range dialog. — Jeremy Faden / detail
  261. when the default is a datumRange and the units are timeLocation units, then use a time range dialog. — Jeremy Faden / detail
  262. when the default is a datumRange and the units are timeLocation units, then use a time range dialog.  — Jeremy Faden / detail
  263. bugfix: when there are multiple getParams with the same variable name, use the last one. — Jeremy Faden / detail
  264. bugfix: remove debug println — Jeremy Faden / detail
  265. bugfix: layout wasn't set on the options panel, so it could not be resized. — Jeremy Faden / detail
  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) — Jeremy Faden / detail
  267. bug 2501: don't allow EwEw&X=EwEw — Jeremy Faden / detail
  268. bug 2501: rename variable trivial — Jeremy Faden / detail
  269. bug 2501: correct where subset is used for X or Y — Jeremy Faden / detail
  270. bug 2501: when non-support variable is selected, show all variables. — Jeremy Faden / detail
  271. whoops, set isSupport — Jeremy Faden / detail
  272. the X and Y tabs now only show parameters which are consistent with the dependent parameter. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  274. release notes — Jeremy Faden / detail
  275. rte_1865701214: strange error, just catch the error when setting the status bar text instead of annoying the scientist. — Jeremy Faden / detail
  276. release notes — Jeremy Faden / detail
  277. add TimeUtil.isValidFormattedTime
    Jeremy Faden / detail
  278. not Integer.parseInt — Jeremy Faden / detail
  279. update version — Jeremy Faden / detail
  280. remove width and height after loading. — Jeremy Faden / detail
  281. remove width and height after loading. — Jeremy Faden / detail
  282. document identifyContinuousBlocks introduction — Jeremy Faden / detail
  283. bugfix:script trace mode didn't properly set offset. — Jeremy Faden / detail
  284. release notes — Jeremy Faden / detail
  285. set the row and column if plotId is specified in annotation command. — Jeremy Faden / detail
  286. 2496: remove old debug code. — Jeremy Faden / detail
  287. release notes — Jeremy Faden / detail
  288. release notes — Jeremy Faden / detail
  289. release notes — Jeremy Faden / detail
  290. release notes — Jeremy Faden / detail
  291. remove debug code — Jeremy Faden / detail
  292. bugfix https://sourceforge.net/p/autoplot/bugs/2497/, allow "5" and PWD to be considered trivial. — Jeremy Faden / detail
  293. 2496: more logging — Jeremy Faden / detail
  294. 2496: more logging — Jeremy Faden / detail
  295. 2496: more logging — Jeremy Faden / detail
  296. 2496: remove tests — Jeremy Faden / detail
  297. 2496: commit for testing on testing server — Jeremy Faden / detail
  298. 2496: print the inputs and output to the autoRange call — Jeremy Faden / detail
  299. 2496: print the stack trace for the plotDefaults, not the plot — Jeremy Faden / detail
  300. put in stack trace to figure out what path it is taking — Jeremy Faden / detail
  301. bugfix:swe19970812.nc?Time was broken because the non-digit whitespace was needed for the logic. — Jeremy Faden / detail
  302. try to track down strange problem where autoranging during testing is sometimes different (2005-12-31T22:00 to 2006-01-02T01:00) — Jeremy Faden / detail
  303. bugfix: monitor finished would be called twice — Jeremy Faden / detail
  304. update version — Jeremy Faden / detail
  305. use new control, which is based on JavaScript version of TimeUtil.js — Jeremy Faden / detail
  306. use new control, which is based on JavaScript version of TimeUtil.js — Jeremy Faden / detail
  307. release notes — Jeremy Faden / detail
  308. formatted times within HDF5/NetCDF can contain delimeters, like 2022-12-28T00:00Z. — Jeremy Faden / detail
  309. support image autorange qube's log=true property — Jeremy Faden / detail
  310. allow scripts to peek at who is listening for a property, will be used for debugging. — Jeremy Faden / detail
  311. allow scripts to peek at who is listening for a property, will be used for debugging. — Jeremy Faden / detail
  312. release notes — Jeremy Faden / detail
  313. remove emfisis from list of tests — Jeremy Faden / detail
  314. add min, max, and extend autorange hints — Jeremy Faden / detail
  315. add min, max, and extend autorange hints — Jeremy Faden / detail
  316. revert code which would only remove gaps when the plots were attached to the margin column — Jeremy Faden / detail
  317. don't make new columns when so many columns have been created already. — Jeremy Faden / detail
  318. release notes — Jeremy Faden / detail
  319. release notes — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  321. release notes — Jeremy Faden / detail
  322. bug2293: Mashup Tool occasional ClassCastException.  Catch any exception, when for some reason it's not catching the particular exception. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  324. release notes — Jeremy Faden / detail
  325. support boundingBox and the output of boundsDataset command — Jeremy Faden / detail
  326. release notes — Jeremy Faden / detail
  327. use cottagesystems.com for RTEs, since I'm having trouble with my jfaden.net certificate — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  329. release notes — Jeremy Faden / detail
  330. correction to new code, which needed to look for time strings like $Y$m$d$H$M$S$(subsec,places=3) — Jeremy Faden / detail
  331. release notes — Jeremy Faden / detail
  332. correction to completion where getDataSet( x+'?<C>' ) was preventing completion in y=getDataSet( '<C>') — Jeremy Faden / detail
  333. push the unidentified state. — Jeremy Faden / detail
  334. release notes — Jeremy Faden / detail
  335. https://sourceforge.net/p/autoplot/feature-requests/793/: handle nominal data — Jeremy Faden / detail
  336. https://sourceforge.net/p/autoplot/feature-requests/793/: handle nominal data — Jeremy Faden / detail
  337. remove redundant scale and timerange when xaxis is bound. — Jeremy Faden / detail
  338. remove redundant range and scale diffs, leaving just "scale" — Jeremy Faden / detail
  339. submenu rename — Jeremy Faden / detail
  340. release notes — Jeremy Faden / detail
  341. menu change — Jeremy Faden / detail
  342. acceptsData checks schemes for bounds. — Jeremy Faden / detail
  343. release notes — Jeremy Faden / detail
  344. javadoc and lambda use — Jeremy Faden / detail
  345. remove debug println — Jeremy Faden / detail
  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). — Jeremy Faden / detail
  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). — Jeremy Faden / detail
  348. release notes — Jeremy Faden / detail
  349. release notes — Jeremy Faden / detail
  350. release notes — Jeremy Faden / detail
  351. release notes — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  353. release notes — Jeremy Faden / detail
  354. release notes — Jeremy Faden / detail
  355. 2488:flash DODGER_BLUE, not RED which is too alarming. — Jeremy Faden / detail
  356. support orbit numbers generation — Jeremy Faden / detail
  357. corrections to support polar=T in bounds renderer. — Jeremy Faden / detail
  358. guessSlice checks for array of bounding boxes because boundsRenderer can be used. — Jeremy Faden / detail
  359. add controls for texture backhash and crosshash — Jeremy Faden / detail
  360. add polar checkbox — Jeremy Faden / detail
  361. add texture combo box — Jeremy Faden / detail
  362. test013 showed NullPointerException when I didn't check for null in dims (non-qube). — Jeremy Faden / detail
  363. support rank 3 array of bounding boxes — Jeremy Faden / detail
  364. add quick and dirty resizeOption property — Jeremy Faden / detail
  365. release notes — Jeremy Faden / detail
  366. log a warning if the dataset is too big to perform stats. — Jeremy Faden / detail
  367. print the recent bookmarks file that cannot be read. — Jeremy Faden / detail
  368. print the recent bookmarks file that cannot be read. — Jeremy Faden / detail
  369. release notes — Jeremy Faden / detail
  370. bugfix: binding immediately after initializing the pngwalks would result in runtime error, causing the binding to fail. — Jeremy Faden / detail
  371. don't throw runtime error when the scientist uses the wrong directory name — Jeremy Faden / detail
  372. bugfix: pngwalk should not throw exception when the pngwalk does not exist.  This is the scientist's problem to fix. — Jeremy Faden / detail
  373. minor corrections — Jeremy Faden / detail
  374. release notes — Jeremy Faden / detail
  375. release notes — Jeremy Faden / detail
  376. release notes — Jeremy Faden / detail
  377. release notes — Jeremy Faden / detail
  378. release notes — Jeremy Faden / detail
  379. record the user agent so that robots can be filtered. — Jeremy Faden / detail
  380. remove logger message that Integer is not going to be resolved for #ref.  This seems obvious. — Jeremy Faden / detail
  381. bugfix: #ref in array was not properly handled, where I tried to make bins "$ref":"#/definitions/energy_bins" — Jeremy Faden / detail
  382. support unary minus and plus, and correct some formatting issues. — Jeremy Faden / detail
  383. add tooltip advertising run batch concurrent invocation.  Tweak language in the run concurrent dialog — Jeremy Faden / detail
  384. remove virbo.org which no longer exists — Jeremy Faden / detail
  385. release notes — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  387. release notes — Jeremy Faden / detail
  388. bug 2481: multi-field times with tab delimiters — Jeremy Faden / detail
  389. attempt to improve feedback when setTimeRange is called when there are no timeranges — Jeremy Faden / detail
  390. trivial netbeans suggestions — Jeremy Faden / detail
  391. "Jump To" action includes methods within classes. — Jeremy Faden / detail
  392. PyException was not printed. — Jeremy Faden / detail
  393. release notes — Jeremy Faden / detail
  394. release notes — Jeremy Faden / detail
  395. release notes — Jeremy Faden / detail
  396. handle completions on Jython object with fields. — Jeremy Faden / detail
  397. release notes 20221003a — Jeremy Faden / detail
  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') — Jeremy Faden / detail
  399. release notes — Jeremy Faden / detail
  400. correction to substring when it is within parenthesis — Jeremy Faden / detail
  401. add xrange(i,j) to list of conversions — Jeremy Faden / detail
  402. simply copy over the indent from the Java code, assuming the Java code has been formatted. — Jeremy Faden / detail
  403. add LIMIT_HUGE_DATASET, to improve handling of billion-point datasets. — Jeremy Faden / detail
  404. trivial javadoc
    Jeremy Faden / detail
  405. surl is not a regex, and needs to be converted to one. — Jeremy Faden / detail
  406. uncommitted change for Windows — Jeremy Faden / detail
  407. release notes — Jeremy Faden / detail
  408. release notes — Jeremy Faden / detail
  409. 2453: refactor getReader(fname) so that one method (getReader(fname,map)) is used to get the reader, reducing repeated code. — Jeremy Faden / detail
  410. 2453: use CDFReader.getReader, which does not have the 2GB file limitation. — Jeremy Faden / detail
  411. 2477: aggregate uris skips over vap+internal, https://github.com/autoplot/dev/blob/master/bugs/sf/2477/aggregateMe.jy — Jeremy Faden / detail
  412. release notes — Jeremy Faden / detail
  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.
    Jeremy Faden / detail
  414. editor tools scripts were loaded on the event thread. — Jeremy Faden / detail
  415. hasX logic needs to check for * as well as $x, since * will be converted to $x later. — Jeremy Faden / detail
  416. hasX logic needs to check for * as well as $x, since * will be converted to $x later. — Jeremy Faden / detail
  417. correction where regex was handled improperly — Jeremy Faden / detail
  418. release notes — Jeremy Faden / detail
  419. release notes — Jeremy Faden / detail
  420. release notes — Jeremy Faden / detail
  421. bug2475: kludgy solution. TODO: study this again next week. — Jeremy Faden / detail
  422. don't offer rank 3 and higher data for X and Y, which are intended for independent data. — Jeremy Faden / detail
  423. trivial rename y and x lists — Jeremy Faden / detail
  424. release notes — Jeremy Faden / detail
  425. second kludge preventing takeScreenshot script from loading. — Jeremy Faden / detail
  426. javadoc
    Jeremy Faden / detail
  427. use conventional lock — Jeremy Faden / detail
  428. release notes — Jeremy Faden / detail
  429. bug 2134: assignment to rank 2 when using rank 1 list of indices. — Jeremy Faden / detail
  430. release notes — Jeremy Faden / detail
  431. release notes — Jeremy Faden / detail
  432. bug 2471: test148 showed were the guessRenderType check was a bit too eager to use colorscatter.  — Jeremy Faden / detail
  433. release notes — Jeremy Faden / detail
  434. release notes — Jeremy Faden / detail
  435. trivial try-with-resources — Jeremy Faden / detail
  436. 2472: simplify code and see what breaks — Jeremy Faden / detail
  437. release notes — Jeremy Faden / detail
  438. release notes — Jeremy Faden / detail
  439. for some reason, arrays were not allowed in user properties.  They are fine. — Jeremy Faden / detail
  440. use standard code to make relative URI absolute (on non-Windows) — Jeremy Faden / detail
  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 — Jeremy Faden / detail
  442. use intersects instead of contains when checking the time, so that P10D (last ten days) includes a file for today. — Jeremy Faden / detail
  443. whoops — Jeremy Faden / detail
  444. try to get it to match the template — Jeremy Faden / detail
  445. match up jnlp to internal jnlp, which is used for security and might be the problem I've been seeing — Jeremy Faden / detail
  446. add mine type and extension for PDS lblx files — Jeremy Faden / detail
  447. release notes — Jeremy Faden / detail
  448. updates to the release page, removing 12 year-old messages which aren't helpful.release notes. — Jeremy Faden / detail
  449. bugfix: bundle from HAPI bundle to export to CDF would fail. — Jeremy Faden / detail
  450. release notes — Jeremy Faden / detail
  451. release notes — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  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 — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  455. release notes — Jeremy Faden / detail
  456. correction — Jeremy Faden / detail
  457. release notes — Jeremy Faden / detail
  458. release notes — Jeremy Faden / detail
  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" — Jeremy Faden / detail
  460. 2459: try without quotes — Jeremy Faden / detail
  461. release notes — Jeremy Faden / detail
  462. 2463: Allison had erg_hep_l2_omniflux which has energy [2,n] for bins, and this is now supported. — Jeremy Faden / detail
  463. DataSource should be Java 8 project. — Jeremy Faden / detail
  464. release notes — Jeremy Faden / detail
  465. release notes — Jeremy Faden / detail
  466. release notes — Jeremy Faden / detail
  467. release notes — Jeremy Faden / detail
  468. bug 2461: re-run one shouldn't copy the dom.  This doesn't work for many scripts. — Jeremy Faden / detail
  469. See bug 2461 https://sourceforge.net/p/autoplot/bugs/2461/ — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  471. add separate "cancel" button — Jeremy Faden / detail
  472. limit filenameProvidesContext to hours datasets where range is -48 to 48, otherwise unexpected results occur which are difficult to debug. — Jeremy Faden / detail
  473. limit filenameProvidesContext to hours datasets where range is -48 to 48, otherwise unexpected results occur which are difficult to debug. — Jeremy Faden / detail
  474. support xunits when DEPEND_0 is used to automatically connect variables. — Jeremy Faden / detail
  475. support xunits when DEPEND_0 is used to automatically connect variables. — Jeremy Faden / detail
  476. os.family is coming back null on some platforms. — Jeremy Faden / detail
  477. control "timerange" parameter with time range GUI. — Jeremy Faden / detail
  478. release notes — Jeremy Faden / detail
  479. bugfix: colons in timerange parameter would be misinterpretted, mangling the time. — Jeremy Faden / detail
  480. release notes — Jeremy Faden / detail
  481. AVERAGE_TYPE property — Jeremy Faden / detail
  482. guard against NullPointerException  when os.family is not set — Jeremy Faden / detail
  483. release notes — Jeremy Faden / detail
  484. don't rely on xml extension to detect label, since lblx can also be used. — Jeremy Faden / detail
  485. release notes — Jeremy Faden / detail
  486. remove debug println — Jeremy Faden / detail
  487. release notes — Jeremy Faden / detail
  488. bug2456: debug printing left in but commented out — Jeremy Faden / detail
  489. bug 2456: catch exceptions in RunLaterListener that would prevent other listeners from getting the message — Jeremy Faden / detail
  490. release notes — Jeremy Faden / detail
  491. bugfix 2455: Bill noticed case where script would now hang because list assignment was not the same length. — Jeremy Faden / detail
  492. release notes — Jeremy Faden / detail
  493. release notes — Jeremy Faden / detail
  494. release notes — Jeremy Faden / detail
  495. release notes — Jeremy Faden / detail
  496. bugfix: PWD needs to be the PWD of the script, not of the data. — Jeremy Faden / detail
  497. print a more precise error when a variable's block size is greater than 2GB. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  499. release notes — Jeremy Faden / detail
  500. bug 2451: back out change from Mar 21 (rev 26562), which broke existing functionality — Jeremy Faden / detail
  501. trivial netbeans suggestion — Jeremy Faden / detail
  502. todo: windows — Jeremy Faden / detail
  503. release notes — Jeremy Faden / detail
  504. trivial use lamdba function — Jeremy Faden / detail
  505. release notes — Jeremy Faden / detail
  506. add support for ODL and STS in particular. — Jeremy Faden / detail
  507. advertise compatibility with HAPI servers, since this is probably more useful to space physics than openDAP. — Jeremy Faden / detail
  508. make sure plot information is in the output when creating pngs. — Jeremy Faden / detail
  509. trivial javadoc — Jeremy Faden / detail
  510. release notes — Jeremy Faden / detail
  511. release notes — Jeremy Faden / detail
  512. remove synchronized blocks which would hang Sadie's mac, replace with limited use of ReentrantLock. — Jeremy Faden / detail
  513. trivial diamond — Jeremy Faden / detail
  514. release notes — Jeremy Faden / detail
  515. rfe781: pngwalk tool "show only QC records" more options — Jeremy Faden / detail
  516. release notes — Jeremy Faden / detail
  517. remove check for imports which seems a bit unnecessary since connections are only allowed from localhost. — Jeremy Faden / detail
  518. remove old TODO — Jeremy Faden / detail
  519. add specialColors editor — Jeremy Faden / detail
  520. add specialColors editor — Jeremy Faden / detail
  521. release notes — Jeremy Faden / detail
  522. correct when tool.version is null, which happens — Jeremy Faden / detail
  523. clarify when { is seen on the stream, which is very different than getting the wrong number of fields. — Jeremy Faden / detail
  524. release notes — Jeremy Faden / detail
  525. check for pwd + product + version + .vap as well as pwd + product + .vap — Jeremy Faden / detail
  526. release notes — Jeremy Faden / detail
  527. allow a space to insert multiple columns — Jeremy Faden / detail
  528. allow a space to insert multiple columns — Jeremy Faden / detail
  529. add json so that JythonCommands can advertise completions — Jeremy Faden / detail
  530. release notes — Jeremy Faden / detail
  531. make it much more likely that we are automatically synchronizing data. — Jeremy Faden / detail
  532. handle when offline mode prevents getting javadoc — Jeremy Faden / detail
  533. allow for """interp= getParam( 'interp', vv[0], 'interpolate type', vv )""" — Jeremy Faden / detail
  534. corrections to support bin_chorus_micro_madeis.jy — Jeremy Faden / detail
  535. readConfiguration is now a trivial function call.  refactor to use only one popup to show simplified script — Jeremy Faden / detail
  536. release notes — Jeremy Faden / detail
  537. crossProduct function added, release notes — Jeremy Faden / detail
  538. include json files in single-jar output — Jeremy Faden / detail
  539. include json files in single-jar output — Jeremy Faden / detail
  540. include json files in single-jar output — Jeremy Faden / detail
  541. add more precise completions for plot. — Jeremy Faden / detail
  542. add more precise completions for plot. — Jeremy Faden / detail
  543. bug2445: ensureMutable method always makes a copy of the data. — Jeremy Faden / detail
  544. change to autoplot-release-2022
    Jeremy Faden / detail
  545. release notes — Jeremy Faden / detail
  546. release notes — Jeremy Faden / detail
  547. include map in the list of resolvable symbols — Jeremy Faden / detail
  548. don't print SCALEMIN SCALEMAX warning when they are NaN, NaN. — Jeremy Faden / detail
  549. clarify readConfiguration javadoc — Jeremy Faden / detail
  550. add to moveToJustAbove — Jeremy Faden / detail
  551. add to moveToJustAbove — Jeremy Faden / detail
  552. add to moveToJustBelow — Jeremy Faden / detail
  553. release notes — Jeremy Faden / detail
  554. bug 2444: create a new interpretter each time, so that information doesn't leak
    from one run to the next. — Jeremy Faden / detail
  555. refactoring to improve code readability — Jeremy Faden / detail
  556. refactoring to improve code readability — Jeremy Faden / detail
  557. rename icons for working -> ICON_WORKING.  "Re-Run script" was done on event thread — Jeremy Faden / detail
  558. release notes — Jeremy Faden / detail
  559. bugfix: HAPI label property can be a string array, in which case each component has a label. — Jeremy Faden / detail
  560. bugfix: HAPI label property can be a string array, in which case each component has a label. — Jeremy Faden / detail
  561. release notes — Jeremy Faden / detail
  562. 2443: improvements to read-only and writable filesystem support. — Jeremy Faden / detail
  563. release notes — Jeremy Faden / detail
  564. correct usename typo — Jeremy Faden / detail
  565. release notes — Jeremy Faden / detail
  566. release notes — Jeremy Faden / detail
  567. support vapfile in .pngwalk file.  Support ../junofgm in baseurl. — Jeremy Faden / detail
  568. whoops, JSyntaxPane was an absolute reference so it couldn't be built on the server — Jeremy Faden / detail
  569. whoops, JSyntaxPane was an absolute reference so it couldn't be built on the server — Jeremy Faden / detail
  570. test071 showed that app.scriptPanel is null for the first five seconds, to improve startup time. — Jeremy Faden / detail
  571. somehow in testing null is getting into refactored code. — Jeremy Faden / detail
  572. update jsyntaxpane version — Jeremy Faden / detail
  573. refactor to remove JythonScriptPanel references from JythonUtil, which was preventing compile of the AutoplotServlet (and mixed GUI with business logic). — Jeremy Faden / detail
  574. http->https — Jeremy Faden / detail
  575. release notes — Jeremy Faden / detail
  576. add re-run script to review run batch — Jeremy Faden / detail
  577. release notes — Jeremy Faden / detail
  578. add re-run script to review run batch — Jeremy Faden / detail
  579. trivial fix imports — Jeremy Faden / detail
  580. add popup menu and actions to the completed jobs view.  Presently you can just copy the script URI. — Jeremy Faden / detail
  581. release notes — Jeremy Faden / detail
  582. release notes — Jeremy Faden / detail
  583. findbugs INT_BAD_COMPARISON_WITH_NONNEGATIVE_VALUE — Jeremy Faden / detail
  584. findbugs  DLS_DEAD_LOCAL_STORE. trivial cleanup — Jeremy Faden / detail
  585. findbugs DLS_DEAD_LOCAL_STORE.  fix imports — Jeremy Faden / detail
  586. findbugs MS_SHOULD_BE_FINAL — Jeremy Faden / detail
  587. findbugs MS_SHOULD_BE_FINAL — Jeremy Faden / detail
  588. findbugs MS_SHOULD_BE_FINAL — Jeremy Faden / detail
  589. allow the .vap file to live next to the .pngwalk file. — Jeremy Faden / detail
  590. allow the .vap file to live next to the .pngwalk file. — Jeremy Faden / detail
  591. add "problem save next" button.  remove old menu items for start digitizer and start QC, which was confusing. — Jeremy Faden / detail
  592. release notes — Jeremy Faden / detail
  593. trivial fix imports — Jeremy Faden / detail
  594. trivial javadoc — Jeremy Faden / detail
  595. javadoc for where support methods — Jeremy Faden / detail
  596. make where support methods static — Jeremy Faden / detail
  597. test100 showed where new reset code would ignore RENDER_TYPE=hugeScatter. — Jeremy Faden / detail
  598. test100 showed where new reset code would ignore RENDER_TYPE=hugeScatter. — Jeremy Faden / detail
  599. release notes — Jeremy Faden / detail
  600. release notes
    Jeremy Faden / detail
  601. bug2441: handle implicit unbundles by making them explicit — Jeremy Faden / detail
  602. cancel after shift-Go will just cancel, not run single-thread.  Allow the number of threads to be controlled. — Jeremy Faden / detail
  603. cancel after shift-Go will just cancel, not run single-thread. — Jeremy Faden / detail
  604. add secret feature where shift-GO will offer to run jobs in parallel. — Jeremy Faden / detail
  605. add URI and vap metadata to output of AutoplotServer — Jeremy Faden / detail
  606. release notes — Jeremy Faden / detail
  607. parker solar probe files have many empty variables, so add option to filter these out. — Jeremy Faden / detail
  608. keep track of the last template used. — Jeremy Faden / detail
  609. BatchMaster name changed to RunBatchTool to match external name for it. — Jeremy Faden / detail
  610. bugfix: das2server redirects would mess up the plus which is used to indicate a space. — Jeremy Faden / detail
  611. indicate the units of the progress numbers. — Jeremy Faden / detail
  612. experiment with using Das2Stream timetags to provide progress feedback. — Jeremy Faden / detail
  613. experiment with JFormattedTextFields, which have immediate verification of inputs. — Jeremy Faden / detail
  614. release notes — Jeremy Faden / detail
  615. release notes — Jeremy Faden / detail
  616. swingUtilities.invokeLater is needed to update properly. — Jeremy Faden / detail
  617. release notes — Jeremy Faden / detail
  618. release notes — Jeremy Faden / detail
  619. rfe775: bugfix where second argument wasn't working — Jeremy Faden / detail
  620. rfe775: pngwalk tool enables the script button regardless of $Y or no $Y. — Jeremy Faden / detail
  621. rfe775: AutoplotServlet's ScriptGUIServlet also embeds the script URI in the image. — Jeremy Faden / detail
  622. rfe775: trivial change — Jeremy Faden / detail
  623. rfe775: bug fixed in doSelectMultiple — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  625. add pngwalk tool button — Jeremy Faden / detail
  626. Use "PNG Walk Tool" not PNG Walk Viewer in menu — Jeremy Faden / detail
  627. add the script name and parameters to the png outputs. — Jeremy Faden / detail
  628. correction to implement cancel — Jeremy Faden / detail
  629. release notes — Jeremy Faden / detail
  630. pick up min and max from constraints. — Jeremy Faden / detail
  631. pick up min and max from constraints. — Jeremy Faden / detail
  632. Jython Param now is its own class. — Jeremy Faden / detail
  633. Jython Param now is its own class. — Jeremy Faden / detail
  634. Param now is its own class. — Jeremy Faden / detail
  635. add droplist item to show scientist how multiple items are selected — Jeremy Faden / detail
  636. release notes — Jeremy Faden / detail
  637. rfe775: trim the extra spaces some people like to put in — Jeremy Faden / detail
  638. rfe775: support generate with multiple arguments. — Jeremy Faden / detail
  639. rfe775: support generate with multiple arguments. — Jeremy Faden / detail
  640. allow right parameter to be multi-arg
    Jeremy Faden / detail
  641. release notes — Jeremy Faden / detail
  642. javadoc was never written for APSplash. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  644. set the sortPriority low so that it appears at the top of the list. — Jeremy Faden / detail
  645. old kludge for addMouseModule is corrected. — Jeremy Faden / detail
  646. Update to include the newest version of jsyntaxpane jar. — jpeachey / detail
  647. initial support for tuple interpolation to get completions — Jeremy Faden / detail
  648. release notes — Jeremy Faden / detail
  649. release notes — Jeremy Faden / detail
  650. allow num to be resolved to str(num) in tryResolveNode — Jeremy Faden / detail
  651. lock file wasn't deleted when we check for no data. — Jeremy Faden / detail
  652. add demo showing attempt at fixing the html doc view in script editor. — Jeremy Faden / detail
  653. update version. — Jeremy Faden / detail
  654. add a note about source and allow 10.255 — Jeremy Faden / detail
  655. only use X-Forwarded-For when the remote host is a client we trust. — Jeremy Faden / detail
  656. new version — Jeremy Faden / detail
  657. HapiDataSourceFactory completions now support timerange and parameters discovery — Jeremy Faden / detail
  658. popString function now returns an offset, since it might add constant strings to the front, changing the offset. — Jeremy Faden / detail
  659. introduce getLineNumberForOffset, which can be used with JTextComponent. — Jeremy Faden / detail
  660. introduce code to do a little Jython implementation to support URI completions when the URI is formed with string concatenation. — Jeremy Faden / detail
  661. introduce tryResolveStringNode — Jeremy Faden / detail
  662. introduce tryResolveStringNode — Jeremy Faden / detail
  663. release notes — Jeremy Faden / detail
  664. release notes — Jeremy Faden / detail
  665. release notes — Jeremy Faden / detail
  666. release notes — Jeremy Faden / detail
  667. pressing cancel should also cancel the batch process. — Jeremy Faden / detail
  668. update to jsyntaxpane-1.2 — Jeremy Faden / detail
  669. these are removed in Java 12, so temporarily include them so we can run on both Java 8 and Java 12. — Jeremy Faden / detail
  670. correction to code when multi-line strings are used, generalize code. — Jeremy Faden / detail
  671. leave string expressions in code for completions, to assist in debugging. — Jeremy Faden / detail
  672. release notes — Jeremy Faden / detail
  673. bugfix:triple-quotes check didn't check for """, only '''. — Jeremy Faden / detail
  674. bugfix: number argument "green= getParam( 'green', 100, 'green', { "label":'Green', "min":0, "max":255 } )" didn't work.
    Jeremy Faden / detail
  675. rfe772: Run Batch Tool sets list of M arguments — Jeremy Faden / detail
  676. release notes — Jeremy Faden / detail
  677. rte768: support for .tar, .tgz, and .tar.gz — Jeremy Faden / detail
  678. accidental reformat code with Netbeans 12. — Jeremy Faden / detail
  679. make  resolveIndependentAxis static and public to enable testing.  Add kludge for mvn_swe_l2_arcpad pitch angles to allow for study. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  681. check for (Y;end) when indicating gaps — Jeremy Faden / detail
  682. update version number — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  684. bug introduced in refactoring — Jeremy Faden / detail
  685. release notes — Jeremy Faden / detail
  686. remove old jsyntaxpane — Jeremy Faden / detail
  687. version — Jeremy Faden / detail
  688. verifier tests show that 1 ms read would cause internal 500 error. — Jeremy Faden / detail
  689. corrections to cache logic when cache file cannot be written — Jeremy Faden / detail
  690. check write access when creating cache files. — Jeremy Faden / detail
  691. use try-with-resources to make sure things are closed properly. Check for 400 error and clean up error stream. — Jeremy Faden / detail
  692. release notes — Jeremy Faden / detail
  693. add decimalYear. — Jeremy Faden / detail
  694. release notes — Jeremy Faden / detail
  695. bugfix: diff was done backwards — Jeremy Faden / detail
  696. remove reference to jsyntaxpane, which is now 1.2.0 — Jeremy Faden / detail
  697. trusted client should check 0:0:0:0:0:0:0:1 for X-Forwarded-For as well. — Jeremy Faden / detail
  698. update server version — Jeremy Faden / detail
  699. compile the patterns used for input validation once.  Limit lines to 132 characters. — Jeremy Faden / detail
  700. compile the patterns used for input validation once — Jeremy Faden / detail
  701. Util.isTrustedClient puts all the security checking in one place. — Jeremy Faden / detail
  702. Util.isTrustedClient puts all the security checking in one place. — Jeremy Faden / detail
  703. always report the directory when unable to get the cache — Jeremy Faden / detail
  704. update version number — Jeremy Faden / detail
  705. update version number — Jeremy Faden / detail
  706. update to use start and stop for HAPI 3.0 servers. — Jeremy Faden / detail
  707. update version — Jeremy Faden / detail
  708. trivial — Jeremy Faden / detail
  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 — Jeremy Faden / detail
  710. update version number — Jeremy Faden / detail
  711. allow remote address of 192.168.0.x temporarily. — Jeremy Faden / detail
  712. use start and stop — Jeremy Faden / detail
  713. update version, going nuts... — Jeremy Faden / detail
  714. version 3.0 servers should support start and stop parameters. — Jeremy Faden / detail
  715. version 3.0 servers should support start and stop parameters. — Jeremy Faden / detail
  716. update HAPI_SERVER_HOME — Jeremy Faden / detail
  717. update the version — Jeremy Faden / detail
  718. update the version — Jeremy Faden / detail
  719. trivial — Jeremy Faden / detail
  720. add commented code which relays the HAPI_SERVER_HOME — Jeremy Faden / detail
  721. add logging for binary response. unverified correction to extra byte which is clipped from binary response's times. — Jeremy Faden / detail
  722. bugfix: remove old message about coding on Saturday mornings, there's nothing wrong with that state. — Jeremy Faden / detail
  723. remove goto-line action that is annoying, shift+click is required — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  725. browse trigger recognizes https://.../hapi/ as HAPI server — Jeremy Faden / detail
  726. release notes — Jeremy Faden / detail
  727. clear the busy icon and make inspect sensitive when we are going to throw a RuntimeException — Jeremy Faden / detail
  728. release notes — Jeremy Faden / detail
  729. trivial fix imports and comment — Jeremy Faden / detail
  730. update version — Jeremy Faden / detail
  731. also, blacklist check on .vap file argument would throw NullPointerException because uri was used instead of vap. — Jeremy Faden / detail
  732. add server PID to the cache directory, so two servers running as different users can work side-by-side. — Jeremy Faden / detail
  733. check for exception when creating log file — Jeremy Faden / detail
  734. log execution times to logger — Jeremy Faden / detail
  735. release notes — Jeremy Faden / detail
  736. "trace" functionality scrolls along with the script program counter — Jeremy Faden / detail
  737. "trace" functionality scrolls along with the script program counter — Jeremy Faden / detail
  738. reimplement script "trace" functionality using Jython AST parser to separate the lines — Jeremy Faden / detail
  739. run batch used showOpenDialog for save — Jeremy Faden / detail
  740. release notes — Jeremy Faden / detail
  741. add fill color property — Jeremy Faden / detail
  742. support detection of bounding box — Jeremy Faden / detail
  743. support for bounding box — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  745. Rename, fix paths, which didn't properly identify location of the jardesc/jar in autoplot. — jpeachey / detail
  746. release notes — Jeremy Faden / detail
  747. release notes — Jeremy Faden / detail
  748. recently-added code for string data assumed there were at least two columns coming back. — Jeremy Faden / detail
  749. handle bundle(X,Y) autoranging — Jeremy Faden / detail
  750. trivial netbeans suggestions — Jeremy Faden / detail
  751. release notes — Jeremy Faden / detail
  752. bugfix 2429: correction to only do the automatic depend0 logic when the column isn't column 0. — Jeremy Faden / detail
  753. release notes — Jeremy Faden / detail
  754. bugfix 2429: only do the automatic depend0 logic when the column isn't column 0.
    Jeremy Faden / detail
  755. release notes — Jeremy Faden / detail
  756. release notes — Jeremy Faden / detail
  757. release notes — Jeremy Faden / detail
  758. rfe651: add resetOrbitsFor so that the green play button will always reload the file. — Jeremy Faden / detail
  759. annotate patch scrolls to location of first patch.  Also scrollTo does an invoke later, which wasn't mentioned in the last commit. — Jeremy Faden / detail
  760. scrollToOffset now shows three lines preceding (or about) to show context. — Jeremy Faden / detail
  761. release notes — Jeremy Faden / detail
  762. remove trailing whitespace after noticing that Windows doesn't work properly (make private) — Jeremy Faden / detail
  763. remove trailing whitespace after noticing that Windows doesn't work properly — Jeremy Faden / detail
  764. release notes — Jeremy Faden / detail
  765. release notes — Jeremy Faden / detail
  766. rfe363: remove fall-through code so that branches can be studied. — Jeremy Faden / detail
  767. rfe363: special handling of
    allowCache= getParam( 'allowCache', True, 'allow storage of ephemeris to local file', [ True,False ] ) — Jeremy Faden / detail
  768. rfe363: isAssignableFrom was backwards — Jeremy Faden / detail
  769. bugfix where incorrect sort position was given to local variable. — Jeremy Faden / detail
  770. rfe363: xx= RHOmag[r] assigns QDataSet to xx — Jeremy Faden / detail
  771. rfe363: when traversing, assume unsupported node means we can't complete, instead of assuming we could — Jeremy Faden / detail
  772. rfe363: don't allow variable which is calculated in the else block to provide completions — Jeremy Faden / detail
  773. rfe363: assume that any binary operation is going to return a QDataSet. — Jeremy Faden / detail
  774. rfe363: allow completions using the symbol names which have been assigned to QDataSet using methods from Ops. — Jeremy Faden / detail
  775. rfe363: correct where JOptionPane,showConfirmDialog is included in completions. — Jeremy Faden / detail
  776. more time math mistakes — Jeremy Faden / detail
  777. bugfix at 2001-12 to 2002-01 — Jeremy Faden / detail
  778. version number update
    Jeremy Faden / detail
  779. remove check which seems incorrect for "2012-01" minus one month. — Jeremy Faden / detail
  780. formatISO8601Range optimizations for whole days and whole months. — Jeremy Faden / detail
  781. Add JAR description file for creating JARs from within Eclipse. — jpeachey / detail
  782. hard-code width and height based on voyager lowrate application.  Ideally this would be kept from the last invocation. — Jeremy Faden / detail
  783. 2426: throw an error when java.awt.headless is not set to true. — Jeremy Faden / detail
  784. add hidden button so the default is just to update (not previous, which was getting the "Enter" event)
    Jeremy Faden / detail
  785. load TimeRangeParser.js — Jeremy Faden / detail
  786. correction to width, which is non-trivial for [2020,01,...] - [2019,12,...] — Jeremy Faden / detail
  787. TimeRangeParser handles "$Y-$m-$d" — Jeremy Faden / detail
  788. corrections to TimeRangeParser, and handle borrow — Jeremy Faden / detail
  789. corrections to TimeRangeParser — Jeremy Faden / detail
  790. release notes — Jeremy Faden / detail
  791. handle static method calls like TimeParser.create(), where we can infer types by looking at return types. — Jeremy Faden / detail
  792. queryMethods now detects that the context is an array and will get the Java component type so that completions are provided. — Jeremy Faden / detail
  793. showCompletionsView now trims the script to the carot position. — Jeremy Faden / detail
  794. rfe363: fix case where line was included which shouldn't have been — Jeremy Faden / detail
  795. release notes — Jeremy Faden / detail
  796. make the log directory — Jeremy Faden / detail
  797. commit to test Netbeans 12 with Java 11 — Jeremy Faden / detail
  798. extraneous ; caused by whitespace after }.  Keep track of known variables. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  800. indent on functions — Jeremy Faden / detail
  801. start to handle slices (/home/jbf/ct/autoplot/git/dev/demos/2019/20190219/customRenderer.jy to Java) — Jeremy Faden / detail
  802. correction to list — Jeremy Faden / detail
  803. refactor to remove repeated code — Jeremy Faden / detail
  804. refactor so that each node as accessible method — Jeremy Faden / detail
  805. improvements to support https://github.com/autoplot/dev/blob/master/demos/2022/20220104/simple_002.jy — Jeremy Faden / detail
  806. release notes — Jeremy Faden / detail
  807. 2424: set the application when running custom actions in the editor — Jeremy Faden / detail
  808. trivial Netbeans suggestions — Jeremy Faden / detail
  809. 2424: keep track of the app — Jeremy Faden / detail
  810. 2424: keep track of the app — Jeremy Faden / detail
  811. improve logging — Jeremy Faden / detail
  812. add getFile without progress monitor argument, to retrieve small files — Jeremy Faden / detail
  813. trivial javadoc — Jeremy Faden / detail
  814. allow %{PWD} to be used in configurationFiles — Jeremy Faden / detail
  815. add readConfiguration — Jeremy Faden / detail
  816. trivial make final — Jeremy Faden / detail
  817. hang_1147198202_20211230_080855: use ReentrantLock instead of synchronized blocks. — Jeremy Faden / detail
  818. hang_1147198202_20211230_080855: statusLabel use must be on event thread — Jeremy Faden / detail
  819. bug 2422 recent Javas complain about ByteBuffer.flip() — Jeremy Faden / detail
  820. release notes — Jeremy Faden / detail
  821. release notes — Jeremy Faden / detail
  822. release notes — Jeremy Faden / detail
  823. add developer action to see what script is being used to get GUI params — Jeremy Faden / detail
  824. trivial — Jeremy Faden / detail
  825. add demo of SwingWorker, which should be used in places where a long task is started from the event thread. — Jeremy Faden / detail
  826. execute custom actions off of the event thread. — Jeremy Faden / detail
  827. the PWD in the editor custom actions (like clone). — Jeremy Faden / detail
  828. release notes — Jeremy Faden / detail
  829. release notes — Jeremy Faden / detail
  830. trivial Netbeans suggestions — Jeremy Faden / detail
  831. trivial Netbeans suggestions — Jeremy Faden / detail
  832. scroll to where the bug is found in a Jython code. — Jeremy Faden / detail
  833. add GrannyTextEditor button. — Jeremy Faden / detail
  834. GitCommand now returns int code and response message. — Jeremy Faden / detail
  835. whoops, missed 64bit versions — Jeremy Faden / detail
  836. release notes — Jeremy Faden / detail
  837. go ahead and disable log4j2.formatMsgNoLookups even though the library is not used, just in case someone links it in with Jython. — Jeremy Faden / detail
  838. go ahead and disable log4j2.formatMsgNoLookups even though the library is not used, just in case someone links it in with Jython. — Jeremy Faden / detail
  839. new code to allow tests to have short names broke https://research-git.uiowa.edu/jbf/autoplot-testing/-/raw/main/test247.txt. — Jeremy Faden / detail
  840. check to see that the URI is actually something that could be requested, having a resourceURI. — Jeremy Faden / detail
  841. test099 private tests were broken by new change that allowed tests to be named — Jeremy Faden / detail
  842. release notes — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  844. new code to allow tests to have short names caused URIs with spaces to break. — Jeremy Faden / detail
  845. 2419: recent change to allow bookmarks files from GitHubFileSystem caused test010 to break because a directory was retrieved, not a file. — Jeremy Faden / detail
  846. release notes — Jeremy Faden / detail
  847. release notes — Jeremy Faden / detail
  848. AutoplotUI to will rebuild the script editor context menu after the editor bookmarks have changed. — Jeremy Faden / detail
  849. allow AutoplotUI to rebuild the script editor context menu after the editor bookmarks have changed. — Jeremy Faden / detail
  850. getTemporaryFile now checks the local file cache for the file, allowing temporary files to come from GitHubFileSystem — Jeremy Faden / detail
  851. new logic for test140 allows ids to be specified.  See https://research-git.uiowa.edu/jbf/autoplot-testing/-/blob/main/test247.txt — Jeremy Faden / detail
  852. rfe 729: support for missing_value — Jeremy Faden / detail
  853. rfe 761: return the number of differences found. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  858. javadoc improvements — Jeremy Faden / detail
  859. release notes — Jeremy Faden / detail
  860. get invalid_constant, valid_minimum, and valid_maximum.
    add in support for rank 3 data, which still needs to be tested. — Jeremy Faden / detail
  861. release notes — Jeremy Faden / detail
  862. release notes — Jeremy Faden / detail
  863. trivial javadoc — Jeremy Faden / detail
  864. release notes — Jeremy Faden / detail
  865. bugfix when epoch16 was used with a component, the slice1 control was incorrectly trying to slice two-component epoch16. — Jeremy Faden / detail
  866. rte_0404633081_20211201: ctrl-Z when nothing has been done resulted in exception. — Jeremy Faden / detail
  867. rfe762: new code assumed URI had extension. — Jeremy Faden / detail
  868. rte280945130: NullPointerException when multiple parameters are loaded and one isn't in file.  Thanks, Daniele! — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  870. correction for test https://jfaden.net/jenkins/job/autoplot-test142/ — Jeremy Faden / detail
  871. bugfix: Juno TCA didn't subset when requiresInterval and item_00 was found in DSDF.  — Jeremy Faden / detail
  872. add lblx extension. — Jeremy Faden / detail
  873. release notes — Jeremy Faden / detail
  874. release notes — Jeremy Faden / detail
  875. check that the image is actually changed and display a small "(no changes)" image when it is not used — Jeremy Faden / detail
  876. trivial whitespace to limit line length — Jeremy Faden / detail
  877. rfe764: arg_0 label specified — Jeremy Faden / detail
  878. arg_0 completions should be plotted (set maybePlot True) — Jeremy Faden / detail
  879. bugfix: NullPointerException when param didn't have units. — Jeremy Faden / detail
  880. correct spelling of indices — Jeremy Faden / detail
  881. experiment with a method for specifying a label, where the empty option is the one that provides the label. — Jeremy Faden / detail
  882. experiment with a method for specifying a label, where the empty option is the one that provides the label. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  884. trivial Netbeans suggestions.  Remove unnecessary yield. — Jeremy Faden / detail
  885. whoops.  "vap+pds4" was not a type — Jeremy Faden / detail
  886. trivial tweak javadoc and make sure no line is more than 132 characters. — Jeremy Faden / detail
  887. trivial tweak javadoc and make sure no line is more than 132 characters. — Jeremy Faden / detail
  888. release notes — Jeremy Faden / detail
  889. rfe762: DataSource now needs JSON parser — Jeremy Faden / detail
  890. rfe762: introduce DataSourceRecognizer to recognize file schemes. — Jeremy Faden / detail
  891. rfe762: introduce DataSourceRecognizer to recognize file schemes. — Jeremy Faden / detail
  892. move all images out of org.autoplot.datasource to resources — Jeremy Faden / detail
  893. release notes — Jeremy Faden / detail
  894. release notes — Jeremy Faden / detail
  895. allow numeric fields to have a comma in them. — Jeremy Faden / detail
  896. class does not need to be synchronized. — Jeremy Faden / detail
  897. Netbeans Java8 suggestions — Jeremy Faden / detail
  898. deprecate misspelled method name — Jeremy Faden / detail
  899. deprecate misspelled method name — Jeremy Faden / detail
  900. add "pull" action which is enabled for GitHubFileSystems — Jeremy Faden / detail
  901. read the current value of readOnlyCache and set the initial directory to that. — Jeremy Faden / detail
  902. release notes — Jeremy Faden / detail
  903. add ability to log to the eventThreadResponseMonitor.  Wish I had this on old versions, but it'll be there for the future. — Jeremy Faden / detail
  904. add ability to log to the eventThreadResponseMonitor.  Wish I had this on old versions, but it'll be there for the future. — Jeremy Faden / detail
  905. add ability to log to the eventThreadResponseMonitor. — Jeremy Faden / detail
  906. add "ms since 1970-01-01T00:00" to the list of units, since that comes up often — Jeremy Faden / detail
  907. echo JAVA_HOME — Jeremy Faden / detail
  908. trivial netbeans suggestions — Jeremy Faden / detail
  909. trivial netbeans suggestions — Jeremy Faden / detail
  910. move digitizer and QC tool to "Tools" menu — Jeremy Faden / detail
  911. move digitizer and QC tool to "Tools" menu — Jeremy Faden / detail
  912. trivial Netbeans Java 8 suggestions — Jeremy Faden / detail
  913. make QC Tool icons opaque, because they are hard to see on a dark background — Jeremy Faden / detail
  914. rfe761: handle where the QCTUrl is not set. — Jeremy Faden / detail
  915. call the commit method — Jeremy Faden / detail
  916. release notes — Jeremy Faden / detail
  917. release notes — Jeremy Faden / detail
  918. release notes — Jeremy Faden / detail
  919. qcturl property allows the Quality Control files to be written to another place, so that read-only pngwalks can be annotated. — Jeremy Faden / detail
  920. move GrannyTextEditor into dasCore — Jeremy Faden / detail
  921. change field "domPlot" to just "plot" to be consistent with other codes (dasPlot is the implementing object). — Jeremy Faden / detail
  922. thread-proof setup, after seeing strange NullPointerException in test071. — Jeremy Faden / detail
  923. release notes — Jeremy Faden / detail
  924. release notes — Jeremy Faden / detail
  925. release notes — Jeremy Faden / detail
  926. remove accidental import — Jeremy Faden / detail
  927. release notes — Jeremy Faden / detail
  928. 2412: undo should not be called from the event thread. — Jeremy Faden / detail
  929. release notes — Jeremy Faden / detail
  930. release notes — Jeremy Faden / detail
  931. more places to use newGrannyTextRenderer — Jeremy Faden / detail
  932. release notes
    Jeremy Faden / detail
  933. release notes — Jeremy Faden / detail
  934. introduce !(painter;psym;circles;connect=solid) to GrannyTextRenderer — Jeremy Faden / detail
  935. 2412: remove inconsistent synchronized block — Jeremy Faden / detail
  936. 2412: correction after more testing — Jeremy Faden / detail
  937. 2412: new version would allow undo of the initial ground state, causing rte. — Jeremy Faden / detail
  938. 2412: new version would allow undo of the initial ground state, causing rte. — Jeremy Faden / detail
  939. 2412: changes to clean up undo/redo and remove synchronization blocks which led to rte_2038937185_20211104_103105_sadieelliott.xml — Jeremy Faden / detail
  940. tweak to test updates
    Jeremy Faden / detail
  941. add description of extentions — Jeremy Faden / detail
  942. add description of extentions — Jeremy Faden / detail
  943. update version to reflect change in HAPI support with latest Autoplot version — Jeremy Faden / detail
  944. release notes — Jeremy Faden / detail
  945. add x_colorLookup — Jeremy Faden / detail
  946. add x_colorLookup — Jeremy Faden / detail
  947. update server version — Jeremy Faden / detail
  948. properly support characters with trim to length. — Jeremy Faden / detail
  949. update the version — Jeremy Faden / detail
  950. move the console output from the table so it can span the page — Jeremy Faden / detail
  951. update version — Jeremy Faden / detail
  952. whitelist/blacklist logic for server — Jeremy Faden / detail
  953. whitelist/blacklist logic for server — Jeremy Faden / detail
  954. David's suggestion that labels go around checkboxes to make them easier to click on. — Jeremy Faden / detail
  955. normalizeTime and other functions needed for next/prev buttons — Jeremy Faden / detail
  956. trivial reformat — Jeremy Faden / detail
  957. trivial, set width for console — Jeremy Faden / detail
  958. trivial change — Jeremy Faden / detail
  959. use tickValues property, rather than tickSpacing, since tickValues is the standard — Jeremy Faden / detail
  960. release notes — Jeremy Faden / detail
  961. release notes — Jeremy Faden / detail
  962. catch the Exception and report it to the console output. — Jeremy Faden / detail
  963. catch the Exception and report it to the console output. — Jeremy Faden / detail
  964. show the URI at the bottom of the screen — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  966. 2410: address bar fires off two inspect GUIs. Make button gray and insensitive. — Jeremy Faden / detail
  967. set the yaxis to visible=false for events bar. — Jeremy Faden / detail
  968. set the yaxis to visible=false for events bar. — Jeremy Faden / detail
  969. set the yaxis to visible=false for events bar. — Jeremy Faden / detail
  970. enlarge the timerange field — Jeremy Faden / detail
  971. update version number — Jeremy Faden / detail
  972. add stats file to monitor performance.  add key to log file. — Jeremy Faden / detail
  973. add stats file to monitor performance.  add key to log file. — Jeremy Faden / detail
  974. introduce constants. prep for asynchronous operation — Jeremy Faden / detail
  975. trivial javadoc — Jeremy Faden / detail
  976. add timeout in loop that waits for output — Jeremy Faden / detail
  977. make QStreamMonitor and Das2Stream monitor public so they can be used in new streaming code. — Jeremy Faden / detail
  978. update version — Jeremy Faden / detail
  979. hide next/prev buttons while they don't work. — Jeremy Faden / detail
  980. correct checkboxes — Jeremy Faden / detail
  981. more code cleanup — Jeremy Faden / detail
  982. minor code cleanup — Jeremy Faden / detail
  983. recode to run script just once instead of twice for text and png output. — Jeremy Faden / detail
  984. undeprecate method with no explaination about why it is being deprecated — Jeremy Faden / detail
  985. release notes — Jeremy Faden / detail
  986. release notes — Jeremy Faden / detail
  987. add GrannyTextEditor button.  Tweak instructional link label — Jeremy Faden / detail
  988. add GrannyTextEditor button.  Tweak instructional link label — Jeremy Faden / detail
  989. release notes — Jeremy Faden / detail
  990. check syntax and give better message than RTE — Jeremy Faden / detail
  991. if no symbol is found, then allow the "old" textfield to be editted. — Jeremy Faden / detail
  992. clean up release screen — Jeremy Faden / detail
  993. whoops, specific label was clobbered — Jeremy Faden / detail
  994. allow T B R L for orient — Jeremy Faden / detail
  995. allow T B R L for orient — Jeremy Faden / detail
  996. release notes — Jeremy Faden / detail
  997. support both or just top/bottom/left/right — Jeremy Faden / detail
  998. support both or just top/bottom/left/right — Jeremy Faden / detail
  999. more string editors! — Jeremy Faden / detail
  1000. rfe758: add editor for layout strings — Jeremy Faden / detail
  1001. bugfix 2403: long result caused NullPointerException, since it has no package. — Jeremy Faden / detail
  1002. trivial — Jeremy Faden / detail
  1003. release notes — Jeremy Faden / detail
  1004. sometimes we can remove the getters and setters to mimic Jython behavior — Jeremy Faden / detail
  1005. 2405: add paste action with small editor and VariableRename refactoring. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  1007. trivial javadoc — Jeremy Faden / detail
  1008. simplifyScript wouldn't handle subscripts properly.  Put in kludgy code to provide completions for p=dom.plots[0] p=<C> — Jeremy Faden / detail
  1009. add setContext — Jeremy Faden / detail
  1010. add editor for autoRangeHints property. — Jeremy Faden / detail
  1011. add placeholder for AutoRangeHints — Jeremy Faden / detail
  1012. fire an actionEvent — Jeremy Faden / detail
  1013. update version number — Jeremy Faden / detail
  1014. remove the old code where I attempted to do this last time. — Jeremy Faden / detail
  1015. remove the old code where I attempted to do this last time. — Jeremy Faden / detail
  1016. capture the stdout as well as the graphic output — Jeremy Faden / detail
  1017. indicate the script which was to be run — Jeremy Faden / detail
  1018. release notes — Jeremy Faden / detail
  1019. add buttons to new Granny Text Editor — Jeremy Faden / detail
  1020. trivial javadoc — Jeremy Faden / detail
  1021. units for canvas size now allows the size to be set in inches or cm. — Jeremy Faden / detail
  1022. handle triple-quote in trace — Jeremy Faden / detail
  1023. trivial change variable name to 'script' to match other codes — Jeremy Faden / detail
  1024. release notes — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  1026. 757: add kludge to correct where loading a vap doesn't set the colorbarColumnPosition properly. — Jeremy Faden / detail
  1027. 757: add kludge to correct where loading a vap doesn't set the colorbarColumnPosition properly. — Jeremy Faden / detail
  1028. release notes — Jeremy Faden / detail
  1029. release notes — Jeremy Faden / detail
  1030. make logger name more precise. — Jeremy Faden / detail
  1031. release notes — Jeremy Faden / detail
  1032. release notes — Jeremy Faden / detail
  1033. remove difflib, is now in QDataSet — Jeremy Faden / detail
  1034. release notes — Jeremy Faden / detail
  1035. add support for dev/bugs/2021/20211015/moreReferenceTests.jy — Jeremy Faden / detail
  1036. release notes (whoops) — Jeremy Faden / detail
  1037. release notes — Jeremy Faden / detail
  1038. bugfix 1659: when dataset does not have master file, subTaskMonitor.finished was called twice, causing a warning to be issued. — Jeremy Faden / detail
  1039. add colorbarColumnPosition property, so that the scientist can have two axes on the right of the plot. — Jeremy Faden / detail
  1040. improve error feedback.  Report Autoplot version, since it is often in question. — Jeremy Faden / detail
  1041. include link to documentation on annotations — Jeremy Faden / detail
  1042. 2399: verify times as they are read in from recent history. — Jeremy Faden / detail
  1043. verify the times as they are read in. — Jeremy Faden / detail
  1044. Removing some unused imports. One of them was not found, which was causing a problem with Java 16. — jpeachey / detail
  1045. Removing some unused imports. One of them was not found, which was causing a problem with Java 16. — jpeachey / detail
  1046. whoops, the libraries needed by PDS were never put into AutoplotAll.jar for testing. — Jeremy Faden / detail
  1047. clearify error message where filename is missing — Jeremy Faden / detail
  1048. allow rank2 waveform. — Jeremy Faden / detail
  1049. whoops, check for null if we haven't run a script before — Jeremy Faden / detail
  1050. whoops, check for null if we haven't run a script before — Jeremy Faden / detail
  1051. release notes — Jeremy Faden / detail
  1052. show diffs in security dialog. — Jeremy Faden / detail
  1053. introduce annotate patch — Jeremy Faden / detail
  1054. add see also to invokeLater, I was looking for runInParallel earlier this week. — Jeremy Faden / detail
  1055. make polygon — Jeremy Faden / detail
  1056. warn if there is are non-monotonic timetags. — Jeremy Faden / detail
  1057. delete change can be a list of deletes. — Jeremy Faden / detail
  1058. point to github area with example scripts, rather than old unmaintained pile of scripts Autoplot carries around. — Jeremy Faden / detail
  1059. add support for differences in code and data files. — Jeremy Faden / detail
  1060. add support for differences in code and data files. — Jeremy Faden / detail
  1061. improve enough to support git diff command and annotating changes. — Jeremy Faden / detail
  1062. release notes — Jeremy Faden / detail
  1063. add completions for x= and y= — Jeremy Faden / detail
  1064. add completions for filenameProvidesContext, but also avail and reduce. — Jeremy Faden / detail
  1065. add xunits control. — Jeremy Faden / detail
  1066. corrections to javadoc for applyLambda — Jeremy Faden / detail
  1067. add sleep to see if that fixes problem where invalid axis setting shows up for test005_demo14.png — Jeremy Faden / detail
  1068. release notes — Jeremy Faden / detail
  1069. release notes — Jeremy Faden / detail
  1070. release notes — Jeremy Faden / detail
  1071. release notes — Jeremy Faden / detail
  1072. rfe456: detect when external editor has modified the script panel file, automatically load into the editor, like Netbeans and other editors do. — Jeremy Faden / detail
  1073. add annotation colors for insert, delete, and change — Jeremy Faden / detail
  1074. add method that takes to strings but no progress monitor. — Jeremy Faden / detail
  1075. add method that takes to strings but no progress monitor. — Jeremy Faden / detail
  1076. add java-diff-utils code, so that I can study why it doesn't seem to work with QDataSets. — Jeremy Faden / detail
  1077. add AuralizationHandler, which can be useful. — Jeremy Faden / detail
  1078. add java-diff-utils to support git — Jeremy Faden / detail
  1079. git output resulted in 70 lines of text, making a huge dialog — Jeremy Faden / detail
  1080. 2396: update documentation block
    Jeremy Faden / detail
  1081. release notes — Jeremy Faden / detail
  1082. 2394: finally, advance file pointer by correct amount for tag following a string array. — Jeremy Faden / detail
  1083. 2394: put fileOffset and byteLength in file — Jeremy Faden / detail
  1084. 2394: ArrayData results contain the fileOffset and byteLength correction — Jeremy Faden / detail
  1085. 2394: ArrayData results contain the fileOffset and byteLength. — Jeremy Faden / detail
  1086. 2394: improvements to debug file that doesn't work properly. — Jeremy Faden / detail
  1087. check for "AP> " and ">>> " in commands sent to the interactive console. — Jeremy Faden / detail
  1088. release notes — Jeremy Faden / detail
  1089. automatically convert ISO8601 formatted strings to times. — Jeremy Faden / detail
  1090. correct formatting on logger, don't use String.valueOf because that performs work which is typically not needed. — Jeremy Faden / detail
  1091. javadoc, also more telemetry to try to figure out what's going on with file Lindsay provided. — Jeremy Faden / detail
  1092. correction to how completions of structures is done, correcting GUI which is automatically — Jeremy Faden / detail
  1093. allow the type of arrays to be reported. — Jeremy Faden / detail
  1094. make decodeTypeCode more visible — Jeremy Faden / detail
  1095. a zero character string takes 0 bytes, not 4 as I was remembering. — Jeremy Faden / detail
  1096. label the types (7→string, etc.).  String array advances the proper amount. — Jeremy Faden / detail
  1097. support string array, whoops — Jeremy Faden / detail
  1098. support string array — Jeremy Faden / detail
  1099. support string array — Jeremy Faden / detail
  1100. add logging — Jeremy Faden / detail
  1101. add logging — Jeremy Faden / detail
  1102. check for case where result is not a map during completions — Jeremy Faden / detail
  1103. put in %d format specifier for short, int, and longs.
    Jeremy Faden / detail
  1104. bugfix: check for null, which happens when we first expose the tab.  (Not sure why I wasn't seeing this before.) — Jeremy Faden / detail
  1105. bugfix: don't assume valid variable name for structure, check for null. — Jeremy Faden / detail
  1106. use pluses in depend0Units instead of spaces. — Jeremy Faden / detail
  1107. add $(subsec;places=9) for nanosecond fields. — Jeremy Faden / detail
  1108. release notes — Jeremy Faden / detail
  1109. release notes — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  1111. allow assignment of elements from a index list having max-1, so that
    differences don't trigger warnings. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  1113. release notes — Jeremy Faden / detail
  1114. assign the PyQDataSet units when putProperty( UNITS, ... ) is called. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  1116. 1028: getItemAllLists now supports negative indices.  Verify that all branches of putItem support negative indices. — Jeremy Faden / detail
  1117. 1028: getItemAllLists now supports negative indices.  Verify that all branches of putItem support negative indices. — Jeremy Faden / detail
  1118. release notes — Jeremy Faden / detail
  1119. log a warning when the first line doesn't start with a digit. — Jeremy Faden / detail
  1120. handle times like 'lastday', printing a warning but supporting the direction. — Jeremy Faden / detail
  1121. handle times like 'lastday', printing a warning but supporting the direction. — Jeremy Faden / detail
  1122. trivial lambda for runnables. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  1124. release notes — Jeremy Faden / detail
  1125. release notes — Jeremy Faden / detail
  1126. release notes — Jeremy Faden / detail
  1127. release notes — Jeremy Faden / detail
  1128. release notes — Jeremy Faden / detail
  1129. release notes — Jeremy Faden / detail
  1130. 2390: recent changes worked to make a new bug.  The code can now be simpler. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  1132. add a listener for the canvas that will trigger close-to-appropriate repaint — Jeremy Faden / detail
  1133. https://sourceforge.net/p/autoplot/bugs/2390/: preserve the plotElements which have a parent, instead of dropping them. — Jeremy Faden / detail
  1134. reset the offline mode to save time and confusion in the future. — Jeremy Faden / detail
  1135. release notes — Jeremy Faden / detail
  1136. whoops, update version number — Jeremy Faden / detail
  1137. release notes — Jeremy Faden / detail
  1138. release notes — Jeremy Faden / detail
  1139. update javadoc to include right and left. — Jeremy Faden / detail
  1140. put in sanity check for fixLayout that the adjusted rows correspond to plots in marginColumn. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  1143. release notes — Jeremy Faden / detail
  1144. put fixHorizontalLayout back in since the Jenkins tests are clear. — Jeremy Faden / detail
  1145. move the blocks for new OS (Mint 20.2) — Jeremy Faden / detail
  1146. comment out fixHorizontalLayout for jenkins testing after new server — Jeremy Faden / detail
  1147. release notes — Jeremy Faden / detail
  1148. add legendFontSize property — Jeremy Faden / detail
  1149. put horizontal layout fix back in so I can make a devel release — Jeremy Faden / detail
  1150. release notes — Jeremy Faden / detail
  1151. Java 8 suggestions, like lambdas — Jeremy Faden / detail
  1152. bugfix: recent list was loaded in reverse chronological order (most recent first), but its code assumed chronical order. — Jeremy Faden / detail
  1153. https://sourceforge.net/p/autoplot/feature-requests/753/: trivial code cleanup when checking to see that .listing files are handled properly. — Jeremy Faden / detail
  1154. temporarily back out fixHorizontalLayout while cleaning up Jenkins tests after server migration — Jeremy Faden / detail
  1155. change the default back to "below current" after realizing this breaks nightly test and might break things for scientists. — Jeremy Faden / detail
  1156. tweak index.html to mention that autoplot_1GB can run off of the build server. — Jeremy Faden / detail
  1157. tweak index.html to mention that autoplot_1GB can run off of the build server. — Jeremy Faden / detail
  1158. release notes — Jeremy Faden / detail
  1159. release notes — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  1161. release notes — Jeremy Faden / detail
  1162. release notes — Jeremy Faden / detail
  1163. go back to using https://jfaden.net/RTEReceiver — Jeremy Faden / detail
  1164. go back to using https://jfaden.net/RTEReceiver — Jeremy Faden / detail
  1165. release notes — Jeremy Faden / detail
  1166. 2383: linux/mac starter script for single jar now sets autoplot.release.type=singlejar — Jeremy Faden / detail
  1167. release notes — Jeremy Faden / detail
  1168. HapiServer never checked for redirect. — Jeremy Faden / detail
  1169. don't test papco.org now — Jeremy Faden / detail
  1170. bug 2383 add autoplot.release.type property to see if this works. — Jeremy Faden / detail
  1171. bug 2383 add autoplot.release.type property to see if this works. — Jeremy Faden / detail
  1172. bug 2383 add autoplot.release.type property to see if this works. — Jeremy Faden / detail
  1173. bug 2383 add autoplot.release.type property to see if this works. — Jeremy Faden / detail
  1174. bug 2383 add autoplot.release.type property to see if this works. — Jeremy Faden / detail
  1175. bug 2383 add autoplot.release.type property to see if this works. — Jeremy Faden / detail
  1176. bug 2383 add autoplot.release.type property to see if this works. — Jeremy Faden / detail
  1177. add autoplot.release.type property to see if this works. — Jeremy Faden / detail
  1178. add autoplot.release.type property to see if this works. — Jeremy Faden / detail
  1179. trivial — Jeremy Faden / detail
  1180. add fixHorizontalLayout, which will clear horizontal gaps and overlaps — Jeremy Faden / detail
  1181. java 8 lambda expressions — Jeremy Faden / detail
  1182. whoops, forgot case — Jeremy Faden / detail
  1183. support when plot is not marginColumn and dir==RIGHT or dir==RIGHT. — Jeremy Faden / detail
  1184. add support for adding plots to the right or left of the margin column. — Jeremy Faden / detail
  1185. release notes — Jeremy Faden / detail
  1186. whoops, I'd left in code for debugging — Jeremy Faden / detail
  1187. release notes — Jeremy Faden / detail
  1188. use http while my https is broken. — Jeremy Faden / detail
  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 — Jeremy Faden / detail
  1190. error message from PySyntaxError admits that the script is modified. — Jeremy Faden / detail
  1191. remove file to string code and use FileUtil.readFileToString. — Jeremy Faden / detail
  1192. trivial correct error message to make legible to newbies — Jeremy Faden / detail
  1193. release notes — Jeremy Faden / detail
  1194. release notes — Jeremy Faden / detail
  1195. experiment with using multiple resource areas in jnlp to see if I can make one jnlp which works on 64bit and 32bit machines — Jeremy Faden / detail
  1196. release notes — Jeremy Faden / detail
  1197. release notes — Jeremy Faden / detail
  1198. automatically resolve the independent axis parameter. — Jeremy Faden / detail
  1199. make result immutable immediately, so that it's not a big change made two years from now. — Jeremy Faden / detail
  1200. release notes — Jeremy Faden / detail
  1201. release notes — Jeremy Faden / detail
  1202. commit TdmsFileReader to continue work off site. — Jeremy Faden / detail
  1203. findbugs SBSC_USE_STRINGBUFFER_CONCATENATION — Jeremy Faden / detail
  1204. findbugs URF_UNREAD_FIELD — Jeremy Faden / detail
  1205. findbugs SWL_SLEEP_WITH_LOCK_HELD . — Jeremy Faden / detail
  1206. findbugs SWL_SLEEP_WITH_LOCK_HELD .  — Jeremy Faden / detail
  1207. findbugs SWL_SLEEP_WITH_LOCK_HELD .  sleep must have been for debugging — Jeremy Faden / detail
  1208. findbugs EQ_DOESNT_OVERRIDE_EQUALS — Jeremy Faden / detail
  1209. findbugs OBL_UNSATISFIED_OBLIGATION — Jeremy Faden / detail
  1210. findbugs IS2_INCONSISTENT_SYNC: maybeCreateMenu was synchronized when it didn't need to be. — Jeremy Faden / detail
  1211. javadoc for applyLambda — Jeremy Faden / detail
  1212. release notes — Jeremy Faden / detail
  1213. release notes — Jeremy Faden / detail
  1214. release notes — Jeremy Faden / detail
  1215. release notes — Jeremy Faden / detail
  1216. sps and spd reading scripts now come from github.com/autoplot/scripts/blob/master/formats/sps/ — Jeremy Faden / detail
  1217. use model.getDom, not model.getDocumentModel — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  1219. In Eclipse, get das from (external) das2java, not from built-in autoplot directories. — jpeachey / detail
  1220. release notes — Jeremy Faden / detail
  1221. trivial project properties — Jeremy Faden / detail
  1222. experiment with SimplifyScriptSupport's can resolve.  — Jeremy Faden / detail
  1223. redo timerange completions to just use the getSampleTime method of CDAWebDB. — Jeremy Faden / detail
  1224. add support for https://github.com/autoplot/dev/blob/master/bugs/sf/2376/demoSetItemUnits4.jy — Jeremy Faden / detail
  1225. change comment after verifying that code repeat is intentional. — Jeremy Faden / detail
  1226. test052 showed that the units couldn't be set by assigning a datum with non-dimensionless units to a dataset without units. — Jeremy Faden / detail
  1227. point at the devel version — Jeremy Faden / detail
  1228. make the custom editor actions (bookmarked scripts) more accessible. — Jeremy Faden / detail
  1229. make hints brighter on a dark background — Jeremy Faden / detail
  1230. java8 suggestions — Jeremy Faden / detail
  1231. move custom bookmark menu items up one level so they are easier to access. — Jeremy Faden / detail
  1232. bugfix: return type of the function call was sometimes mis-reported, as in convertUnitsTo. — Jeremy Faden / detail
  1233. release notes — Jeremy Faden / detail
  1234. 2376: setItem wouldn't check units when index lists are used.  Use new putRank0Value which checks the units. — Jeremy Faden / detail
  1235. 2376: setItem wouldn't check units when index lists are used.  Use new putRank0Value which checks the units. — Jeremy Faden / detail
  1236. 2376: setItem wouldn't check units when index lists are used.  Use new putRank0Value which checks the units. — Jeremy Faden / detail
  1237. 2376: setItem wouldn't check units when index lists are used.
    Jeremy Faden / detail
  1238. make docs for getDataSet consistent regardless of args — Jeremy Faden / detail
  1239. release notes — Jeremy Faden / detail
  1240. release notes — Jeremy Faden / detail
  1241. sync up two lists of "okay" trivial function calls.  add map, join, and split to support '''plug= ','.join(map(str,range(1900,1947)))''' — Jeremy Faden / detail
  1242. comment on security — Jeremy Faden / detail
  1243. release notes — Jeremy Faden / detail
  1244. trivial, "the user" should be "the scientist" by convention. — Jeremy Faden / detail
  1245. 2375: trusted script label was added to the CENTER, clobbering the tabbed pane. — Jeremy Faden / detail
  1246. 2375: trusted script label was added to the CENTER, clobbering the tabbed pane. — Jeremy Faden / detail
  1247. trivial javadoc — Jeremy Faden / detail
  1248. release notes — Jeremy Faden / detail
  1249. 2374: StaticCodeAnalysis.showUsage has code to tweak locations to work around bug. — Jeremy Faden / detail
  1250. add getOffsetForLineNumber after looking for the functionality elsewhere — Jeremy Faden / detail
  1251. 2374: add experimental kludge to fix problem. — Jeremy Faden / detail
  1252. 2374: add experimental kludge to fix problem. — Jeremy Faden / detail
  1253. reportOffset is now T or F, yes and no are still allowed. — Jeremy Faden / detail
  1254. put in commented code to tweak position. — Jeremy Faden / detail
  1255. trivial tweak doStaticCodeAnalysis name to match the GUI. — Jeremy Faden / detail
  1256. release notes — Jeremy Faden / detail
  1257. make starter script use 4GB by default. — Jeremy Faden / detail
  1258. make starter script use 4GB by default. — Jeremy Faden / detail
  1259. allow the current plot to be replaced by multiple plot rows. — Jeremy Faden / detail
  1260. release notes — Jeremy Faden / detail
  1261. bugfix: getIntParameter code limited binary reader to offsets within 2GB of beginning of file.  — Jeremy Faden / detail
  1262. Don't say URL, since often bookmarks will be URIs. — Jeremy Faden / detail
  1263. refactor change variable URLTextField to uriTextField.  Clean up where things are made ineditable. Initial view should not be editable. — Jeremy Faden / detail
  1264. remove old "dashup" references, where the library was called dashup before mashup. — Jeremy Faden / detail
  1265. Netbeans lambda expressions — Jeremy Faden / detail
  1266. Andrei pointed out that fftPower didn't work with the mash-up tool, and "None" could not be used to make it work. — Jeremy Faden / detail
  1267. Allison pointed out that the single-jar launcher works on Macs as well. — Jeremy Faden / detail
  1268. release notes — Jeremy Faden / detail
  1269. release notes — Jeremy Faden / detail
  1270. release notes — Jeremy Faden / detail
  1271. add both array and List forms for leftAndRightMostPlot,to aid in scripting. — Jeremy Faden / detail
  1272. set dom.controller.selectedPlots property — Jeremy Faden / detail
  1273. make logging more precise — Jeremy Faden / detail
  1274. add a property to select a bunch of plots, so that new dom operations can be defined which only input the dom. — Jeremy Faden / detail
  1275. add a property to select a bunch of plots, so that new dom operations can be defined which only input the dom. — Jeremy Faden / detail
  1276. release notes — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  1278. release notes — Jeremy Faden / detail
  1279. introduce secret qubeSubset keyword, which will make the data into a qube by dropping non-standard records. — Jeremy Faden / detail
  1280. study edit undo in editor — Jeremy Faden / detail
  1281. 2364: code which always closed server connection was removed, I'm not sure why this was changed. — Jeremy Faden / detail
  1282. 2373: javadoc on guessTimeFormat. — Jeremy Faden / detail
  1283. guess time format didn't check that the four-character content was numeric before guessing $H$M — Jeremy Faden / detail
  1284. use "Run" instead of "execute" https://github.com/autoplot/documentation/issues/1 — Jeremy Faden / detail
  1285. use "Run" instead of "execute" https://github.com/autoplot/documentation/issues/1 — Jeremy Faden / detail
  1286. use "Run" instead of "execute" https://github.com/autoplot/documentation/issues/1 — Jeremy Faden / detail
  1287. release notes — Jeremy Faden / detail
  1288. release notes — Jeremy Faden / detail
  1289. support non-ascii and dangerous characters like / and .. — Jeremy Faden / detail
  1290. add plotUri methods with position as a parameter. — Jeremy Faden / detail
  1291. tweaks to the warning message that a script has not been run. — Jeremy Faden / detail
  1292. bugfix: (subsec,places=3) isn't working, so just use $(milli) for now — Jeremy Faden / detail
  1293. release — Jeremy Faden / detail
  1294. release — Jeremy Faden / detail
  1295. findbugs SF_SWITCH_NO_DEFAULT — Jeremy Faden / detail
  1296. findbugs SF_SWITCH_NO_DEFAULT — Jeremy Faden / detail
  1297. clean up jnlp release — Jeremy Faden / detail
  1298. clean up jnlp release — Jeremy Faden / detail
  1299. release notes — Jeremy Faden / detail
  1300. add createApplicationModel which allows an application to be created and embedded within another Autoplot instance. — Jeremy Faden / detail
  1301. add getDom, so that scripts can use model.dom, for consistency. — Jeremy Faden / detail
  1302. headers should include units in parenthesis. — Jeremy Faden / detail
  1303. export to csv looks for bundle descriptor — Jeremy Faden / detail
  1304. bugfix: code assumed that export type had format editor panel. — Jeremy Faden / detail
  1305. release notes — Jeremy Faden / detail
  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.
    Jeremy Faden / detail
  1307. release notes — Jeremy Faden / detail
  1308. rfe747: introduce support for manual thread dump — Jeremy Faden / detail
  1309. add see to script that demonstrates — Jeremy Faden / detail
  1310. release notes — Jeremy Faden / detail
  1311. 2367: begin refactorings to provide export to more places. — Jeremy Faden / detail
  1312. 2367: begin refactorings to provide export to more places. — Jeremy Faden / detail
  1313. 2367: begin refactorings to provide export to more places. — Jeremy Faden / detail
  1314. 2367: begin refactorings to provide export to more places. — Jeremy Faden / detail
  1315. 2367: make setFile public, needs to be now — Jeremy Faden / detail
  1316. 2367: save options for slice. correct filename — Jeremy Faden / detail
  1317. 2367: save options for slice. correct filename — Jeremy Faden / detail
  1318. release notes — Jeremy Faden / detail
  1319. release notes — Jeremy Faden / detail
  1320. use the editorPanel.getURI so that the configuration options are used.  Thanks, George! — Jeremy Faden / detail
  1321. whoops, forgot to commit this bit that handed y — Jeremy Faden / detail
  1322. release notes — Jeremy Faden / detail
  1323. display more meaningful message if the image file no longer exists. — Jeremy Faden / detail
  1324. detect double question mark in URI.  In-line allows it, but jyds shouldn't. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  1326. replace tokens in production jnlps as well — Jeremy Faden / detail
  1327. improve enable server error message when data would be sent to second Autoplot for plotting. — Jeremy Faden / detail
  1328. 2363: variable info is shown for X and Y. — Jeremy Faden / detail
  1329. 2363: support X and Y — Jeremy Faden / detail
  1330. release notes — Jeremy Faden / detail
  1331. 2363: support X and Y, deprecate x and y.  If Y is specified by arg_0 is not, then Y is arg_0. — Jeremy Faden / detail
  1332. 2363: support X and Y, deprecate x and y. — Jeremy Faden / detail
  1333. release notes — Jeremy Faden / detail
  1334. release notes — Jeremy Faden / detail
  1335. CDAWebDataSource can now use NetCDF files, bring in the libraries to support test100 (and other tests). — Jeremy Faden / detail
  1336. javadoc corrections to parseConstraint — Jeremy Faden / detail
  1337. 2361 implement slice for CDF virtual variables — Jeremy Faden / detail
  1338. release notes — Jeremy Faden / detail
  1339. release notes — Jeremy Faden / detail
  1340. rfe61: embed data in vap feature now allows the scientist to control if https files are embedded. — Jeremy Faden / detail
  1341. don't print double-question-mark warning for vap+jyds, which might have a URI as an argument. — Jeremy Faden / detail
  1342. add NetCDF support. — Jeremy Faden / detail
  1343. release notes — Jeremy Faden / detail
  1344. corrections to logging org.virbo-> org.autoplot — Jeremy Faden / detail
  1345. update logger name from org.virbo to org.autoplot. — Jeremy Faden / detail
  1346. 2357: any time the editor is used to display a message to the scientist, make sure there is no file associated with it. — Jeremy Faden / detail
  1347. update the jnlp which is used to verify the launch jnlp. — Jeremy Faden / detail
  1348. new mime types — Jeremy Faden / detail
  1349. release notes — Jeremy Faden / detail
  1350. rfe743: initial support for NetCDF files within CDAWeb — Jeremy Faden / detail
  1351. rfe743: initial support for NetCDF files within CDAWeb — Jeremy Faden / detail
  1352. bugfix 2354: Kris pointed out that small gaps in orbit file were marked as a missing file. — Jeremy Faden / detail
  1353. the default "nightly build" release should be used autoplot.jnlp. — Jeremy Faden / detail
  1354. make separate jnlps for production — Jeremy Faden / detail
  1355. new launch, these are for new launch area — Jeremy Faden / detail
  1356. new launch, these are for new launch area — Jeremy Faden / detail
  1357. new launch — Jeremy Faden / detail
  1358. new launch — Jeremy Faden / detail
  1359. make block of four 1-line launch links.  Thanks, Brian! — Jeremy Faden / detail
  1360. vertical align — Jeremy Faden / detail
  1361. icons must be local to the web server because of csp rule — Jeremy Faden / detail
  1362. update next/previous checks size of data before scanning for next (forgot to check for rank 0) — Jeremy Faden / detail
  1363. new home on https://das2.org/autoplot/jnlp/20210601a/ — Jeremy Faden / detail
  1364. new home on https://das2.org/autoplot/jnlp/20210601a/ — Jeremy Faden / detail
  1365. release notes — Jeremy Faden / detail
  1366. needs json library — Jeremy Faden / detail
  1367. add QStream — Jeremy Faden / detail
  1368. release notes — Jeremy Faden / detail
  1369. findbugs DLS_DEAD_LOCAL_STORE — Jeremy Faden / detail
  1370. findbugs UUF_UNUSED_FIELD — Jeremy Faden / detail
  1371. insert Boolean.FALSE if timetags are not monotonic.  Before it would only do this when they were monotonic. — Jeremy Faden / detail
  1372. update next/previous checks size of data before scanning for next — Jeremy Faden / detail
  1373. release notes — Jeremy Faden / detail
  1374. add ephemerisLabels property so that labels can be explicitly set — Jeremy Faden / detail
  1375. release notes — Jeremy Faden / detail
  1376. don't mark symbol "_" as unread, instead use it as a special symbol to communicate that it will be ignored. — Jeremy Faden / detail
  1377. tweak the screenshot to show the result — Jeremy Faden / detail
  1378. tweak the screenshot to show the result — Jeremy Faden / detail
  1379. findbugs MS_SHOULD_BE_FINAL — Jeremy Faden / detail
  1380. release notes — Jeremy Faden / detail
  1381. release notes — Jeremy Faden / detail
  1382. Java 8 refactoring — Jeremy Faden / detail
  1383. trivial use constant — Jeremy Faden / detail
  1384. release notes — Jeremy Faden / detail
  1385. 1871: expose "dirty" flag which shows the scientist has edited the value, and it should not be set automatically. — Jeremy Faden / detail
  1386. 1871: expose "dirty" flag which shows the scientist has edited the value, and it should not be set automatically. — Jeremy Faden / detail
  1387. 1871: also, bug where order was reversed incorrectly is corrected. — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  1389. 1871: keep track of recent time entries. — Jeremy Faden / detail
  1390. keep track of recent time entries. — Jeremy Faden / detail
  1391. add note about how to dismiss the popup documentation. — Jeremy Faden / detail
  1392. make the ColorOps available to other codes. — Jeremy Faden / detail
  1393. code which returns color icon stupidly assumed any field was a color (whoops!) — Jeremy Faden / detail
  1394. the icon for a color can just be a block painted with the color. — Jeremy Faden / detail
  1395. release notes — Jeremy Faden / detail
  1396. release notes — Jeremy Faden / detail
  1397. bug2347: put in reminder that the bug is there. — Jeremy Faden / detail
  1398. 2348:  grid for axes should be drawn under not over — Jeremy Faden / detail
  1399. 2346: deprecate histogram property, which is not used anywhere besides the metadata tab (I think). — Jeremy Faden / detail
  1400. increase the number of points allowed for stats.  Add a constant with the word "LIMIT" in it. — Jeremy Faden / detail
  1401. release notes — Jeremy Faden / detail
  1402. bugfix: writeToPng didn't allow spaces in the name.  — Jeremy Faden / detail
  1403. Correcting the classpath to include das checked out separately via GitHub. — jpeachey / detail
  1404. bug2341: automatic bind-to-app-timerange fails to bind when 3 rows and 2 columns — Jeremy Faden / detail
  1405. release notes — Jeremy Faden / detail
  1406. tiny kludge to support $x.  This should be redone. — Jeremy Faden / detail
  1407. add trigger for $x.png and $x_$x.png
    Jeremy Faden / detail
  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. — Jeremy Faden / detail
  1409. update version number — Jeremy Faden / detail
  1410. add an extra pixel to that black axis border is not visible — Jeremy Faden / detail
  1411. add border type selection — Jeremy Faden / detail
  1412. if initial selected border type is none, then make it transparent background as well. — Jeremy Faden / detail
  1413. allow the initial border type to be selected — Jeremy Faden / detail
  1414. release notes — Jeremy Faden / detail
  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. — Jeremy Faden / detail
  1416. release notes — Jeremy Faden / detail
  1417. release notes — Jeremy Faden / detail

#9 (Apr 28, 2021 11:54:15 AM)

  1. bugfix 2338: if a granule dataset doesn't validate, don't mix it into the aggregation. — Jeremy Faden / detail