OpenHantek / OpenHantek6022

OpenHantek6022 is a DSO software for Hantek USB digital signal oscilloscopes 6022BE / BL. Development OS is Debian Linux, but the program also works on FreeBSD, MacOS, RaspberryPi and Windows. No support for non-Linux related issues unless a volunteer steps in!
GNU General Public License v3.0
867 stars 152 forks source link

Marker text in cursorDataGrid should display time only if timeUsed and should display freq only if freqUsed, and use 'Δ' character for clarity #239

Closed ericfont closed 3 years ago

ericfont commented 3 years ago

If user does not display a spectogram view, then don't display delta freq.

If user does not display a regular time-based view, then don't display delta time.

Also prepend stat with labels Δt and Δf to reduce confusion about what those numbers represent.

ericfont commented 3 years ago

if both time & freq used, my PR will look like:

image

if only time is used, my PR will look like:

image

if only freq is used, my PR will look like:

image

if neither is used, my PR will look like:

image

Please consider this PR to help reduce confusion about what exactly those numbers refer to. Or maybe consider a better way to display.

ericfont commented 3 years ago

I am now wondering if should prepend the delta symbol for all the numbers in the Measurement view for clarity, for instance like https://github.com/ericfont/OpenHantek6022/commit/83537ba62344bb7a818ead793df48374f8b7f0c6

Ho-Ro commented 3 years ago

Nice finding and fix - thx! Available as latest "unstable".