]> sigrok.org Git - pulseview.git/history - pv/data
CursorPair: Paint with ViewItem::paint_fore/paint_back
[pulseview.git] / pv / data /
2014-12-10 Joel HoldsworthSnapshot: Renamed to Segment
2014-12-09 Joel HoldsworthSignalData: Moved samplerate into Snapshot
2014-12-09 Joel HoldsworthSignalData: Moved start_time into Snapshot
2014-12-09 Joel HoldsworthSignalData: Added snapshots accessor method
2014-12-09 Joel HoldsworthDecoderStack: Emancipate from SignalData
2014-12-09 Joel HoldsworthRenamed pv::data::Analog::get_snapshots and Logic:...
2014-12-03 Joel HoldsworthSession: Renamed files to match class name
2014-11-29 Uwe HermannMinor whitespace fixes.
2014-11-22 Joel HoldsworthSession: Renamed pv::SigSession to Session
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-09-15 Uwe HermannReplace ann_format with ann_class.
2014-08-29 Martin LingRename 'probe' to 'channel' everywhere.
2014-08-29 Martin LingMake unit_size in Snapshot class unsigned.
2014-08-29 Martin LingRemove broken assert().
2014-08-27 Martin LingDon't use Qt-defined keywords, they can cause problems...
2014-08-27 Jens SteinhauserSnapshot classes: Use vector instead of raw pointer
2014-07-01 Marcus ComstedtDeclare a virtual destructor for SignalData
2014-07-01 Marcus ComstedtAdd missing #include <cassert> in multiple files
2014-06-11 Jens SteinhauserUse 'struct' for test cases defined with BOOST_AUTO_TES...
2014-06-05 Joel HoldsworthDecoderStack: Fixed thread dead-lock
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-04-14 Uwe HermannRename 'probe' to 'channel' (libsigrokdecode change).
2014-03-13 Joel HoldsworthRemoved undefined Annotation::set_row and set_pd_index
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 Joel HoldsworthAdded LogicSignal::get_data
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-19 Marcus ComstedtCheck if unportable sample pack/unpack works and in...
2014-02-19 Marcus ComstedtImplement portable LA sample packing and unpacking.
2014-02-16 Joel HoldsworthAdded row heading text
2014-02-14 Daniel KingPreallocate memory before samples are received.
2014-02-11 Joel HoldsworthAdded DevInst pointer to Signal
2014-02-09 Joel HoldsworthFix some disappearing annotations
2014-02-09 Joel HoldsworthDo not attempt to decode when required probes have...
2014-02-08 Joel HoldsworthRowData: Removed _ann_start_index and _ann_end_index
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::decode::Annotation: Add pd_index() and set_pd...
2014-02-01 Uwe Hermannpv::data::DecoderStack: Set _row for each annotation.
2014-02-01 Uwe Hermannpv::data::decode::Annotation: Add row() and set_row().
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-25 Joel HoldsworthAdd an extra sample to the logic edges so that the...
2014-01-18 Joel HoldsworthFeed analog data into separate deinterleaved analog...
2014-01-12 Joel Holdsworthdecode: Do not overflow the chunk buffer
2014-01-11 Joel HoldsworthAdded support for save
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-28 Joel HoldsworthAdded missing include to annotation.cpp
2013-12-28 Joel HoldsworthHandle C-strings as UTF-8
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-25 Joel HoldsworthReplaced Decoder internal GHashTable storage of options...
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
2013-11-19 Joel HoldsworthMoved decoder config into the popup
2013-10-30 Bert VermeulenAdjust to libsigrokdecode API changes
2013-10-23 Joel HoldsworthImplemented a global decode lock to prevent concurrent...
2013-10-23 Joel HoldsworthMoved all srd commands into decode thread, implemented...
2013-10-23 Joel HoldsworthModified Decode to only use LogicSignals
2013-10-15 Joel HoldsworthDestroy the decode session after use
2013-10-15 Joel HoldsworthAdded error handling to SigSession::add_decoder
2013-10-15 Joel HoldsworthAdded missing includes and defintions
2013-10-13 Joel HoldsworthModified Decoder to support srd_sessions
2013-10-13 Joel HoldsworthPrint an error message, rather than asserting if the...
2013-09-29 Joel HoldsworthUpdate the viewport as new data is decoded
2013-09-29 Joel HoldsworthImplemented decoder options binding
2013-09-29 Joel HoldsworthIntegrated decode
2013-09-29 Joel HoldsworthAdded Snapshot::unit_size
2013-09-29 Joel HoldsworthAdded LogicSnapshot::get_samples
2013-09-29 Joel HoldsworthAdded empty decoder thread
2013-09-29 Joel HoldsworthCreate decoder instance
2013-09-29 Joel HoldsworthMade Decoder dialog export a map of probes, and routed...
2013-09-29 Joel HoldsworthAdded pv::data::Decoder container object
next