Matt Gibbs

Results 7 issues of Matt Gibbs

SLAC's old 1988-era control system interface, "The SCP", had a concept where every display had an associated "Help File" that you could view by clicking a button. We should have...

request
idea

PyDMMainWindow's navigation bar has a 'home' button on it - this thing is meant to always take you to a file that makes sense at your site. For LCLS, for...

The EDM slider widget has a feature where you can right-click it, and a little pop-up will appear that lets you adjust the slider step size, and also just type...

**Describe the bug** If you assign a stylesheet to any of the PyDM plotting widgets (or, if a stylesheet cascades down to a PyDM plotting widget), that stylesheet gets applied...

bug

When attempting to install PyDM with PySide2 (aka Qt for Python), you get an import error: `ImportError: cannot import name 'qRound' from 'qtpy.QtCore'` This is because we use it in...

bug

PyDM has a dependency on scipy (which is huge and slow to install) solely so we can get a list of physical constants for unit conversion. The unit conversion feature...

request

**Describe the bug** After using "Reload Display" (Ctrl+R), the previous instance of the Display class is not deleted. I suspect (but don't know for sure) that it is not getting...