Skip to content

Latest commit

 

History

History
executable file
·
171 lines (129 loc) · 5.32 KB

CHANGELOG.md

File metadata and controls

executable file
·
171 lines (129 loc) · 5.32 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • Reset X button is overloaded and switches behaviour between autopan and autoscale.
  • Reset Y button is overloaded and switches now behaviour between 'autoscale all y axes' and 'divide vertical space between yaxes and setRange accordingly' (try yourself).
  • The hotkeys are now available via icepaposc -h
  • Add Encmeasure method

Removed

Fixed

  • Fixed signal sets from command line and dialog
  • Hotkeys arranged to match ipaptrend. See –help
  • Autorangex/autopanx switch
  • Autorangey/autorange_y_tiled(split viewbox vertically)
  • Other minor fixes
  • Ysplitview feature modification to use up space better vertically
  • Fix long description
  • Use pos instead of fpos to read posmeasure, difaxmeasure

Added

  • The option to define curves from the command line (--sig) was not working and now is fixed.
  • The option to define curves from a file (--sigset) was not working and now is fixed
  • 2 more vertical axes are available to allow for more flexibility with the autoranging when curves have too different ranges
  • Scale and offset factors apply to all the acquired data (and not to only from the point in time where they are set as before)
  • Scale and offset factors can be set from the command line call (--corr)
  • Ctrl+U allows to toggle whether the scale/offset factors are applied or not
  • Measure curve differences between two points in time. Double click in the graph fixes a second crosshair time location. Difference in the curves between that crosshair and the crosshair that follows the mouse are displayed in the top legend.
  • Local min/max in the legend. The time range for the min/max curve values in the legend is set by default to all acquired data. The time range can be set to a local range by the following sequence: double-click as described above to fix a cross-hair to one of the range-limits. Then click on the time location for the other range. The min/max values in the legend are updated for that local range only. A new click in the data widget will reset the time range to all the acquired data.
  • Ctrl+O allows to save directly to csv, the data within the time range shown in the display (min/max in the legend are updated to that time range as well).
  • Ctrl+I allows to define a text string added to the name of the .csv file saved via Ctrl+O
  • Ctrl+A/Z/E load several predefined curves sets (experimental)

Removed

Fixed

Added

  • Include button to add velocities curves.

Removed

Fixed

  • Add Manifest to include Markdown and Licence files on the package
  • Fix incompatibility with PyQt >= 5.12 (issue #22)
  • Fix installation dependencies.

Added

  • Application icon
  • Add configuration for the signals set folder

Removed

  • Do backups: it was moved from icepap library to IcepapCMS as snapshots
  • Status dialog: it will be implemented on the IcepapCMS console
  • Esync button: it will be implemented on the IcepapCMS

Fixed

  • Load dynamically the UI files
  • Add protection on the export signals settings
  • Show axes labels on black background configuration
  • Wrong windows opacity configuration does not allow to see the main windows depending on the display configuration.

Added

  • Allow to change the plot background.
  • Allow to change color and form of the signal plotted.
  • Add Trace Correction.
  • Add axis control buttons.
  • Import and Export signal set configuration to file.
  • Allow to do backups

Removed

  • Button save to file
  • Load dynamically the UI files

Fixed

Added

  • Migrate to python 3
  • Migrate to Qt 5
  • Add protection to create configuration folders
  • Add the axis as optional parameter on the script.

Fixed

  • Fix classifiers to upload to PyPi

Added

  • Allow to save on the file
  • Allow to save the setting to a file

Fixed

Added

  • Allow to set the signals from command line.

Fixed

Added

  • Update setting dialog: allows to configure the axis X.
  • Allows to change the port

Fixed

  • Fix bug in setting and adjusted dialogs.
  • Remove the possibility to open two settings dialogs.
  • Do not allow to open more than one setting dialog

Added

  • First version of the Oscilloscope mode.

Fixed