]> sigrok.org Git - pulseview.git/history - pv/sigsession.cpp
Use a generic approach when adding the "close on enter" hook for popups
[pulseview.git] / pv / sigsession.cpp
2014-08-29 Martin LingRename 'probe' to 'channel' everywhere.
2014-08-29 Martin LingAdd missing default to switch/case block.
2014-08-28 Bert VermeulenRemove obsolete input module support.
2014-08-03 Bert VermeulenCheck for device instances before blindly trying to...
2014-07-19 Martin LingUpdate to new session API.
2014-06-05 Joel HoldsworthSigSession: Fixed std::thread joining
2014-05-30 Bert VermeulenDon't use obsolete channel-based triggers.
2014-05-24 Joel HoldsworthReplaced boost::function with std::function
2014-05-24 Joel HoldsworthReplaced boost::thread/mutex etc. with std equivalents
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-05-23 Joel HoldsworthReplaced BOOST_FOREACH with C++11 range-based for loops
2014-05-23 Joel HoldsworthReplaced lengthy iterator types with the auto keyword
2014-05-23 Jens SteinhauserSigSession: Fix typo in comment.
2014-04-14 Uwe HermannRename 'probe' to 'channel' (libsigrokdecode change).
2014-03-25 Uwe HermannUpdate for 'probe' -> 'channel' rename in libsigrok.
2014-03-15 Joel HoldsworthRevert back to the default device if a session file...
2014-03-02 Joel HoldsworthRenamed SigSession::data_updated signal to data_receive...
2014-03-02 Joel HoldsworthBegin a new decode session when a new frame begins
2014-03-01 Joel HoldsworthAdded a reference to the SigSession in DecoderStack
2014-03-01 Joel HoldsworthMoved default device functionality into SigSession
2014-03-01 Joel HoldsworthMoved session creation into DevInst objects
2014-03-01 Joel HoldsworthMoved SigSession::is_trigger_enabled into DevInst
2014-03-01 Joel HoldsworthMoved DeviceManager::use_device and release_device...
2014-03-01 Joel HoldsworthMade DeviceManager only handle Device objects
2014-03-01 Joel HoldsworthAdded pv::device::Device
2014-03-01 Joel HoldsworthMoved DevInst into the pv::device namespace
2014-03-01 Marcus ComstedtDon't join with non-threads. Fixes 323
2014-02-14 Daniel KingPreallocate memory before samples are received.
2014-02-11 Joel HoldsworthRemoved SigSession from Trace
2014-02-11 Joel HoldsworthAdded DevInst pointer to Signal
2014-02-09 Joel HoldsworthWrapped sr_dev_inst in a class: pv::DevInst
2014-02-08 Joel HoldsworthFixed decoder probes auto-select logic
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-18 Joel HoldsworthSigSession: Tidied update_signals
2014-01-11 Joel HoldsworthAdded SigSession::get_data()
2014-01-11 Joel HoldsworthRefactoring in View and SigSession
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-29 Joel HoldsworthStop capture when device is changed
2013-12-28 Joel HoldsworthMade decode an optional feature disabled by default.
2013-12-28 Joel HoldsworthHandle C-strings as UTF-8
2013-12-25 Joel HoldsworthRemove all decoder traces when loading a file
2013-11-30 Joel HoldsworthImplemented decoder stacking
2013-11-30 Joel HoldsworthRenamed pv::data::Decoder to DecoderStack
2013-11-19 Joel HoldsworthRenamed DecodeSignal to DecodeTrace
2013-11-19 Joel HoldsworthMoved decoder config into the popup
2013-11-01 Bert VermeulenUse new probe_groups API
2013-10-23 Joel HoldsworthModified Decode to only use LogicSignals
2013-10-15 Joel HoldsworthAdded error handling to SigSession::add_decoder
2013-10-13 Joel HoldsworthRemoved single decoder limitation
2013-10-13 Joel HoldsworthProbes popup now live applies properly
2013-09-29 Joel HoldsworthAdded decoder delete context menu item
2013-09-29 Joel HoldsworthImplemented decoder options binding
2013-09-29 Joel HoldsworthAdded DecodeSignal default colours
2013-09-29 Joel HoldsworthIntegrated decode
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 HoldsworthInvoke signals_changed outside locked region
2013-09-29 Joel HoldsworthAdded pv::data::Decoder container object
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-27 Joel HoldsworthAdded _session reference to Signal objects
2013-05-19 Joel HoldsworthLink signals to probes
2013-05-19 Joel HoldsworthCreate signals when device is selected
2013-05-19 Joel HoldsworthMake SigSession release it's device on destruction
2013-05-19 Joel HoldsworthInitial support for input file formats
2013-05-01 Joel Holdsworthpv::DeviceManager now manages opening/closing devices
2013-05-01 Joel HoldsworthAdded assertions to confirm that the session was termin...
2013-04-24 Bert VermeulenOpen/close devices as needed
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-22 Joel HoldsworthAdded proper error handling to pv::SigSession::feed_in_...
2013-04-20 Joel HoldsworthCall sr_session_destroy after loading the SigSession...
2013-04-16 Martin LingUpdate for libsigrok datafeed callback API changes.
2013-04-07 Bert VermeulenAdjust pv::SigSession to GVariant-based sr_config_...
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.
next