Bug 934

Summary: Action of run/stop hotkey (space) should be configurable
Product: PulseView Reporter: Soeren Apel <soeren>
Component: AcquisitionAssignee: Nobody <nobody>
Status: CONFIRMED ---    
Severity: normal CC: uwe
Priority: Normal    
Version: unreleased development snapshot   
Target Milestone: PulseView 0.6.0   
Hardware: All   
OS: All   

Description Soeren Apel 2017-04-25 21:06:19 CEST
Current behavior: session data is silently overwritten

Expected choices:
1) session data is silently overwritten
2) session data is appended (should be default)
Comment 1 Uwe Hermann 2017-05-03 16:58:49 CEST
This is somewhat related to #624 as well (Run/Stop being the same button, which also leads to the same overwrite/dataloss via clicking; this is happening to me on a regular basis and is *really* annoying).

#624 can be fixed by having the usual "Record" and "Stop" icons known from audio players and such (two buttons instead of only one). Similarly, the "Play" icon could be used later for replaying/emitting data via function generators and such.

The hotkeys should probably be split as well, one for "Start/Record" and another one for just "Stop".

Appending doesn't sound too compelling tbh, that'll likely cause quite a bunch of issues.