- 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
-
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
-
- 02 Feb, 2022 3 commits
-
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
- 31 Jan, 2022 2 commits
-
-
Jameson Rollins authored
Fix for issue 244. Closes #244 See merge request cds/ndscope!48
-
Don't require specifying row/col for single-plot layouts. closes #244
-
- 27 Jan, 2022 2 commits
-
-
Jameson Rollins authored
Potential fix for 237. See merge request cds/ndscope!50
-
Patrick Thomas authored
-
- 26 Jan, 2022 12 commits
-
-
Jameson Rollins authored
Set color select dialog to modal. Closes #245 See merge request cds/ndscope!46
-
Patrick Thomas authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
This improves the interface for the control room NDS1 servers, where everything is online.
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
This option adds a mode where the scope does an initial fetch of data, then exports the scene and exits.
-
Jameson Graef Rollins authored
adds "app_id"
-
Jameson Graef Rollins authored
for stand alone app
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
but add deprecation note
-
Jameson Rollins authored
Changes the definition of online to include testpoints. See merge request cds/ndscope!45
-
Patrick Thomas authored
-
- 25 Jan, 2022 6 commits
-
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
This is needed to support older versions of setuptools that don't yet support pyproject.toml.
-
Jameson Rollins authored
Update channel name title on scale, offset change. See merge request cds/ndscope!44
-
Patrick Thomas authored
-
Jameson Rollins authored
Fix for issue 240. See merge request cds/ndscope!43
-
closes #240
-
- 21 Jan, 2022 5 commits
-
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Rollins authored
Fix for legend color not updating. See merge request cds/ndscope!42
-
Patrick Thomas authored
-
Jameson Rollins authored
Added a missing else case. See merge request cds/ndscope!41
-
- 20 Jan, 2022 1 commit
-
-
Patrick Thomas authored
This was causing a TypeError if a line width less than or equal to zero was requested since a NoneType was returned when it expected a bool.
-