- 24 Jun, 2022 2 commits
-
-
-
Jameson Rollins authored
style interface to set trace line width for all plots See merge request cds/software/ndscope!71
-
- 22 Jun, 2022 2 commits
-
-
Jameson Graef Rollins authored
This interface requested for updating the plot styling before export.
-
Jameson Graef Rollins authored
-
- 21 Jun, 2022 5 commits
-
-
Jameson Graef Rollins authored
--trend, with constrained choices for 'auto', 'raw', 'sec', and 'min'
-
Jameson Graef Rollins authored
Not something that really needs to be specified on the command line, so don't clutter this interface with it right now.
-
Jameson Graef Rollins authored
-
Jameson Rollins authored
better channel validation before add See merge request cds/software/ndscope!65
-
Jameson Rollins authored
This adds better channel name checking during channel add, by adding a find_channels call on the channel name if the channel list is not yet available. data.add_channel will throw an UnknownChannelError if the channel is not found, and will cause an error, with appropriate error message, if channels specified on the command line could not be found.
-
- 18 Jun, 2022 1 commit
-
-
Jameson Graef Rollins authored
-
- 16 Jun, 2022 1 commit
-
-
Erik von Reis authored
Adds template and command line options for trend type and auto trend type select thresholds. Closes #211 and #255 See merge request cds/software/ndscope!67
-
- 15 Jun, 2022 5 commits
-
-
Patrick Thomas authored
-
Patrick Thomas authored
-
Jonathan Hanks authored
Resets the scope after the channel selection dialog closes. Closes #275 See merge request cds/software/ndscope!66
-
-
Jonathan Hanks authored
Adds the ability to control the visibility of the mean, min, and max trends. Closes #273 See merge request cds/software/ndscope!64
-
- 14 Jun, 2022 1 commit
-
-
- 10 Jun, 2022 2 commits
-
-
Jameson Rollins authored
Fix for issue 276. Closes #276 See merge request cds/software/ndscope!60
-
-
- 09 Jun, 2022 1 commit
-
-
Jameson Rollins authored
Prevents the crosshair position from triggering an autoscale update. Closes #270 See merge request cds/software/ndscope!63
-
- 08 Jun, 2022 5 commits
-
-
Patrick Thomas authored
-
Jameson Rollins authored
Ignore the PyCharm config folder. See merge request cds/software/ndscope!61
-
Patrick Thomas authored
-
Jameson Rollins authored
fix offset/scaling for bad data Closes #271 See merge request cds/software/ndscope!58
-
closes #271
-
- 02 Jun, 2022 2 commits
-
-
Jameson Rollins authored
Fix to permit floating point numbers for the scale and offset. Closes #274 See merge request cds/software/ndscope!59
-
Patrick Thomas authored
-
- 01 Jun, 2022 1 commit
-
-
Jameson Rollins authored
Fix for segmentation faults reported in issue 268. Closes #268 See merge request cds/software/ndscope!57
-
- 27 May, 2022 1 commit
-
-
Patrick Thomas authored
Puts back the missing check that the tree item has a parent. Seems to stop the occurrence of the segmentation faults.
-
- 20 May, 2022 2 commits
-
-
Jameson Rollins authored
Updates the tree model to reduce its creation time. See merge request cds/software/ndscope!54
-
Moves the slow,fast channel check to outside of the loop. Precompiles the regular expression used for splitting the channel names. Drops the setdefault call for the dictionary item lookup/creation. Also combines and simplifies the branch and leaf item classes.
-
- 18 Mar, 2022 4 commits
-
-
Jameson Rollins authored
Removes unnecessary optimization to fix issues 239 and 252. Closes #252 and #239 See merge request cds/ndscope!52
-
The logic here has been causing problems. The goal was to not unnecessarily reset when channels are added. But the logic is faulty and it's not resetting when it should. For now we'll just remove the conditional and always reset, until we think of a better way to handle this. Closes #252 and #239
-
Jameson Rollins authored
Converts the NDScopePlotChannel color parameter to a hashable representation. Closes #249 See merge request cds/ndscope!53
-
Patrick Thomas authored
The NDScopePlotChannel as_tuple() method combines the channel name and parameters into a tuple. The hash of this tuple is calculated in the __hash__ method. Since lists are not hashable this fails if the color parameter is given as a rgba list in a scope template. This commit addresses this by converting the rgba list to a hashable representation.
-
- 04 Mar, 2022 3 commits
-
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
this converts the primary "export" button into a "snapshot" button that copies the entire scene image (PNG) into the clipboard buffer, so that it can easily be pasted into other applications. should work with wayland and x11
-
- 03 Feb, 2022 2 commits
-
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-