Version 0.00.07:
- FIXED: no coupling type update at startup
- FIXED: plot not updated after resetting zoom/offset
- FIXED: X axis labels incorrectly displayed in spectrum analyzer mode when there is no data
- FIXED: no settings update when sensitivity/sampling/trigger trackbar position was changed using keyboard
- added slow signal recorder mode
- enabled main form hints, added hints for toolbar buttons
- added progress bar representing received part of expected data buffer from device
- armscope.dll: libusb updated to 0.1.12.1
- turned off "Use dynamic RTL" option (no dependency to cc3270MT.dll)
- cursors are drawn on top of actual plot line
- current X and Y axis zoom displayed on toolbar
- added build timestamp to "About" and build-tools\touch.exe to build chain
- added Statistics.cpp/StatisticsUnit.cpp - calculation of min, max and avg value
- added dialog on startup when no input device dll is selected
- added option to export plot image to bitmap file (File menu)
Version 0.00.08
- FIXED: AV at startup if input library was not found
- data vector passed do display represents physical value, not ADC output
- offset and sensitivity calibration for each sensitivity range (if supported by input dll)
Version 0.00.09
- FIXED: leading backspace in default filename when saving plot as bitmap and default directory is empty
- ScreenSnap changed for some of the windows
- added fancy hexagonal toolbar for plot (toggled by middle button)
- selecting input device dll is now required, application will abort if device is not selected
- added feedback form for loading device, initial loading moved to TfrmMain::OnShow
- added simple plot data export to JSON and CSV format
Version 0.00.10
- FIXED: random halt (typically with continuous trigger when system CPU load was high); VCL code (reading GUI state) removed from CallbackTriggerFn
- FFT is calculated only after receiving full expected data frame from device
Version 0.00.11
- FIXED: zoom was not cleared in recorder mode; simplified ActionZoomClearExecute
- display: auto adjusting plot zoom and position for Y axis; I don't consider similar command usefull for X axis right now
- display: added enum E_OFFSET_ACTION to Display class to allow leave offset untouched or clear it calling SetZoom
- display: X offset is not changing when using Y axis zoom, Y offset is not changing when using X axis zoom
Version 0.00.12
- statistics updated after receiving full frame (same as FFT) and when statistics window is opened if full frame is already received
- statistics window is not shown until device dll is loaded
- added signal frequency measusing to statistics
Generated on Sat Oct 3 18:45:44 2009 for miniscope v3 by
1.5.9
Tomasz Ostrowski