Bug 588 - file options dialog for save sr file is irrelevant
Summary: file options dialog for save sr file is irrelevant
Status: RESOLVED FIXED
Alias: None
Product: PulseView
Classification: Unclassified
Component: File handling (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: PulseView 0.3.0
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-07 14:52 CEST by karlp
Modified: 2015-08-16 14:56 CEST (History)
3 users (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description karlp 2015-05-07 14:52:17 CEST
When you save a file, entering a name, you are given a second dialog, labelled, 
"Export srzip session file" with a text box labelled "Filename"


The dialog is intended to show output options, but there are no options for srzip, so it shouldn't be shown.

Places to look, from jhol: you need to have a look here: 
http://sigrok.org/gitweb/?p=pulseview.git;a=blob;f=pv/mainwindow.cpp;h=f907f09cce33f118b0c830dbc0ee564f50a76501;hb=HEAD#l239
Comment 1 Joel Holdsworth 2015-05-07 14:53:24 CEST
Or possibly there are some options, but they're all of types that PV doesn't know how to handle, so it shows and empty list.
Comment 2 Daniel Elstner 2015-06-25 14:37:05 CEST
In any case, it seems weird that the filename has to be entered twice.