]> sigrok.org Git - pulseview.git/history - pv/sigsession.h
pv::data::DecoderStack: Set _row for each annotation.
[pulseview.git] / pv / sigsession.h
2014-01-18 Martin LingNo longer need to set sample limit on session start.
2014-01-18 Joel HoldsworthFeed analog data into separate deinterleaved analog...
2014-01-18 Joel HoldsworthSigSession: Added signal_from_probe
2014-01-12 Joel HoldsworthFixed missing includes and formward declarations hidden...
2014-01-11 Joel HoldsworthAdded SigSession::get_data()
2014-01-11 Joel HoldsworthRefactoring in View and SigSession
2013-12-28 Joel HoldsworthMade decode an optional feature disabled by default.
2013-11-19 Joel HoldsworthRenamed DecodeSignal to DecodeTrace
2013-11-19 Joel HoldsworthMoved decoder config into the popup
2013-10-23 Joel HoldsworthModified Decode to only use LogicSignals
2013-10-15 Joel HoldsworthAdded error handling to SigSession::add_decoder
2013-09-29 Joel HoldsworthAdded decoder delete context menu item
2013-09-29 Joel HoldsworthImplemented decoder options binding
2013-09-29 Joel HoldsworthRemoved auto_ptr wrapping of _sampling_thread
2013-09-29 Joel HoldsworthPaint decoder traces
2013-09-29 Joel HoldsworthMade Decoder dialog export a map of probes, and routed...
2013-09-29 Joel HoldsworthAdd decoder after decoder dialog
2013-09-03 Joel HoldsworthRead out the sample rate when loading files
2013-09-03 Joel HoldsworthEnumerate probes when session is loaded
2013-09-03 Joel HoldsworthMade SigSession::update_signals take sdi as a parameter
2013-05-28 Joel HoldsworthAdded AwaitTrigger capture state
2013-05-19 Joel HoldsworthCreate signals when device is selected
2013-05-19 Joel HoldsworthInitial support for input file formats
2013-05-01 Joel Holdsworthpv::DeviceManager now manages opening/closing devices
2013-04-24 Joel HoldsworthUpdate the SigSession device, when it is selected by...
2013-04-24 Joel HoldsworthMade the sdi a persisent property of SigSession
2013-04-16 Martin LingUpdate for libsigrok datafeed callback API changes.
2013-03-11 Joel HoldsworthAdded UI error handling for file loading and capturing
2013-03-03 Joel HoldsworthRemoved sample_rate parameter from start_capture
2013-02-20 Uwe HermannDrop a few more unneeded 'extern "C"'.
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
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-11 Joel HoldsworthKeep Run/Stop button state updated
2012-12-11 Joel HoldsworthAdded proof of concept start/stop support
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-21 Uwe HermannFix #include guards.
2012-10-12 Joel HoldsworthMoved all classes into the pv namespace