]> sigrok.org Git - pulseview.git/history - pv/data/decoderstack.cpp
Rename 'probe' to 'channel' (libsigrokdecode change).
[pulseview.git] / pv / data / decoderstack.cpp
2014-04-14 Uwe HermannRename 'probe' to 'channel' (libsigrokdecode change).
2014-03-04 Joel HoldsworthRemoved assert from DecoderStack
2014-03-03 Joel HoldsworthFixed non-painting decode
2014-03-03 Joel HoldsworthOnly update the decode state when decoding
2014-03-03 Joel HoldsworthCheck required probes before starting the decode thread
2014-03-03 Joel HoldsworthAdded an error message there are some unspecified requi...
2014-03-03 Joel HoldsworthRemoved unused parameter in DecoderStack::decode_proc
2014-03-02 Joel HoldsworthNotify repaint after decode_data instead of inside...
2014-03-02 Joel HoldsworthImplemented threaded decode
2014-03-02 Joel HoldsworthRenamed DecoderStack::_mutex to _output_mutex
2014-03-02 Joel HoldsworthMoved inner decode loop into DecoderStack::decode_data
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 Marcus ComstedtDon't join with non-threads. Fixes 323
2014-02-20 Daniel ElstnerPass new unit_size argument to srd_inst_probe_set_all()
2014-02-20 Daniel Elstnerdecode: Fix mixup of bytes vs samples
2014-02-09 Joel HoldsworthDo not attempt to decode when required probes have...
2014-02-02 Joel HoldsworthAdded show/hide decoder button
2014-02-02 Joel HoldsworthSplit annotation data set into rows, and improved painting.
2014-02-01 Joel HoldsworthExtract only the subset of annotations that are in...
2014-02-01 Uwe HermannDraw stacked decoder traces below the other PDs (avoids...
2014-02-01 Uwe Hermannpv::data::DecoderStack: Set _row for each annotation.
2014-01-31 Uwe Hermanndecoderstack.cpp: Improve two error messages a bit.
2014-01-30 Uwe Hermanndecode: Clear error message upon every new session...
2014-01-25 Joel HoldsworthFixed off-by-one in DecoderStack::decode_proc
2014-01-12 Joel Holdsworthdecode: Do not overflow the chunk buffer
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-27 Joel HoldsworthMoved annotation painting code into DecodeTrace, and...
2013-12-27 Joel HoldsworthStore annotations as objects emplaced in the vector
2013-12-02 Joel HoldsworthRenamed get_samplerate to samplerate
2013-12-02 Joel HoldsworthImplemented pv::data::SignalData::get_max_sample_count
2013-12-02 Joel HoldsworthImplemented DecoderStack::clear
2013-12-02 Joel HoldsworthRenamed SignalData::clear_snapshots to clear
2013-12-02 Joel HoldsworthRenamed pv::view::LogicSignal::data to logic_data
2013-12-02 Joel HoldsworthPaint the unresolved area to show the decode progress
2013-11-30 Joel HoldsworthAdded decoder stack item deletion
2013-11-30 Joel HoldsworthImplemented decoder stacking
2013-11-30 Joel HoldsworthRenamed pv::data::Decoder to DecoderStack