Skip to content

Tags: HRosete/scopy

Tags

v1.4.0

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]>

v1.4.0-rc2

android : notification refactor

Signed-off-by: Ionut Muthi <[email protected]>

v1.4.0-rc1

preferences: Fix preferences initialization at startup, don't rely on

showEvent() to initialize them.

Signed-off-by: Alexandra Trifan <[email protected]>

v1.3.0

Spectrum Analyzer: Fix alignment for spinboxes when VRootHz is active.

Signed-off-by: AlexandraTrifan <[email protected]>

v1.3.0-rc2

ci: push latest master flatpak build to continous prerelease

Signed-off-by: Adrian Suciu <[email protected]>

v1.3.0-rc1

Unverified

This user has not yet uploaded their public signing key.
CMakeLists: Bump to v1.3.0

Signed-off-by: Adrian Suciu <[email protected]>

continous

Unverified

This user has not yet uploaded their public signing key.
CMakeLists: Bump to v1.3.0

Signed-off-by: Adrian Suciu <[email protected]>

v1.2.0

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]>

v1.2.0-rc.1

CMakeLists.txt: bump to v1.2.0

Signed-off-by: Adrian Suciu <[email protected]>

v1.1.2

Oscilloscope: fix file dialog not displaying correct file formats

Signed-off-by: Daniel Guramulta <[email protected]>