Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix save feature #458

Merged
merged 4 commits into from
Oct 17, 2023
Merged

Fix save feature #458

merged 4 commits into from
Oct 17, 2023

Commits on Oct 12, 2023

  1. glade/oscplot: expand channel selection in save_as dialog

    Signed-off-by: Cristina Suteu <[email protected]>
    cristina-suteu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    6b9db82 View commit details
    Browse the repository at this point in the history
  2. oscplot: fix save as png

    correctly get window allocation
    pass x and y coordinates to gdk_pixbuf_get_from_window
    
    Signed-off-by: Cristina Suteu <[email protected]>
    cristina-suteu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    2823740 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. oscplot: Fix save as csv/vsa/mat for devices with output channels

    not all channels are input or scan channels, so omit them.
    
    Signed-off-by: Michael Hennerich <[email protected]>
    mhennerich committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c65ab55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    938d5a0 View commit details
    Browse the repository at this point in the history