]> sigrok.org Git - pulseview.git/history - pv/sigsession.cpp
Added a scale factor to AnalogSignal
[pulseview.git] / pv / sigsession.cpp
2013-03-21 Joel HoldsworthSetup analog probe colours
2013-03-21 Joel HoldsworthTolerate unexpected packets rather than asserting
2013-03-11 Joel HoldsworthCheck that at least one probe is enabled before acquisi...
2013-03-11 Joel HoldsworthAdded UI error handling for file loading and capturing
2013-03-11 Joel HoldsworthEnsure sr_config_get is called even when assert is...
2013-03-09 Joel HoldsworthInitialise sample_rate in pv::SigSession::feed_in_header
2013-03-03 Joel HoldsworthRemoved sample_rate parameter from start_capture
2013-02-20 Uwe HermannFix compiler warnings/errors due to -Wall.
2013-01-28 Joel HoldsworthGet sample rate from device instance rather than storing it
2013-01-28 Joel HoldsworthMoved signal creation into feed_in_header
2013-01-28 Joel HoldsworthPorted sampling to new sigrok API
2013-01-16 Joel HoldsworthSupressed unused parameters
2012-12-24 Joel HoldsworthMoved data and snapshot classes into pv::data namespace
2012-12-20 Joel HoldsworthAdded skeleton analog support
2012-12-20 Joel HoldsworthRenamed pv::SigSession::_state_mutex to pv::SigSession...
2012-12-20 Joel HoldsworthFactored out feed_in_logic
2012-12-20 Joel HoldsworthFactored out feed_in_meta_logic
2012-12-20 Joel HoldsworthMake data_feed_in and data_feed_in_proc packet paramete...
2012-12-12 Joel HoldsworthMoved file load into a thread
2012-12-12 Uwe HermannSome smaller whitespace fixes.
2012-12-11 Joel HoldsworthKeep Run/Stop button state updated
2012-12-11 Joel HoldsworthAdded proof of concept start/stop support
2012-12-11 Joel HoldsworthInitial real time display during capture
2012-12-11 Joel HoldsworthMutex protected SigSession::_signals
2012-12-11 Joel HoldsworthAdded SigSession::signals_changed signals to indicate...
2012-12-11 Joel HoldsworthInitial threaded capture
2012-11-03 Joel HoldsworthMoved Signal and LogicSignal into pv::view
2012-10-12 Joel HoldsworthMoved all classes into the pv namespace