Tags: HRosete/scopy
Tags
src/oscilloscope.cpp: Fix crash in streaming mode. After 200ms/div, the tool enters streaming mode, which makes use of kernel buffers to acquire data in smaller chunks. There are 2 scenarios: -the trigger is inside the visible buffer and the buffer size is restricted by the trigger value; -the trigger is 0, which means we get to manipulate the best values for buffersize and number of kernel buffers. Also, the time position handle needs some limits when the time base is over the timebase threshold. Signed-off-by: Alexandra Trifan <[email protected]>
android : notification refactor Signed-off-by: Ionut Muthi <[email protected]>
preferences: Fix preferences initialization at startup, don't rely on showEvent() to initialize them. Signed-off-by: Alexandra Trifan <[email protected]>
Spectrum Analyzer: Fix alignment for spinboxes when VRootHz is active. Signed-off-by: AlexandraTrifan <[email protected]>
ci: push latest master flatpak build to continous prerelease Signed-off-by: Adrian Suciu <[email protected]>
CMakeLists: Bump to v1.3.0 Signed-off-by: Adrian Suciu <[email protected]>
CMakeLists: Bump to v1.3.0 Signed-off-by: Adrian Suciu <[email protected]>
Appveyor macos: We are now using python 3.9 which is the latest provi… …ded by brew, appveyor and required by the latest Glib (which is required by libsigrokdecode). We want to fix the Python version to 3.8, until we figure out how to do it, we will use Python 3.9 for MacOS installers. Signed-off-by: AlexandraTrifan <[email protected]>
CMakeLists.txt: bump to v1.2.0 Signed-off-by: Adrian Suciu <[email protected]>
Oscilloscope: fix file dialog not displaying correct file formats Signed-off-by: Daniel Guramulta <[email protected]>
PreviousNext