Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@andresmmera
Copy link
Collaborator

This PR addresses some issues detected after merging PR #1309:

  • Fix save / load feature
  • When the user removes a file, ensure that the dataset is removed.
  • Fix Rectangular plot y-axis autoscale
  • Fix duplicate addition when a file was created in the directory the program is watching
  • Add import / export functions to the chart widgets to save/load the specific settings of each viewer in/from the .xml file
  • Assign object names to the docks in order to avoid warnings when saving the tool state.

This feature was broken in the last update
It was found that when the user selected a file for deleting its data, it was not completely removed. This commit fixes that
It was found that the autoscale function in the rectangular plot widget was using a floor rounding, leading to issues with some files. Also, it was soften the limit that prevents the y-axis to be "overticked"
It was found that when a (watchable) file was created in the watched directory, it was added twice.
This commit addresses this issue
…~ 360

It was found that when the trace changes from phase close to zero to phase close to 360 the polar widget showed a glitch
It was found that once the save session function didn't save the state of the chart viewers. This commit addresses this problem
The same thing as done in the rectangular plot in the previous commit
The same thing as done in the rectangular and Smith plots in the previous commits
It was found that when saving the tool state a warning showed up in the terminal because the dock objects didn't have a name. This commit fixes the problem.
@ra3xdh ra3xdh merged commit fb69a1b into ra3xdh:current May 3, 2025
7 checks passed
@ra3xdh
Copy link
Owner

ra3xdh commented May 3, 2025

Thanks! Merged.

@andresmmera andresmmera deleted the SPAR_Viewer_MoreFixes branch May 3, 2025 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants