Started 1 mo 19 days ago
Took 3 min 59 sec

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

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

Started by user Jeremy Faden