]> sigrok.org Git - pulseview.git/history - pv/data
MainWindow: Fix dock nesting
[pulseview.git] / pv / data /
2016-08-29 Soeren ApelLet SignalBase store/restore its internal data
2016-08-28 Soeren ApelSignalBase: Add internal name
2016-08-18 Soeren ApelMove view-independent data from view::DecodeTrace to...
2016-08-18 Soeren ApelUse SignalBase instead of LogicSignal for decoders
2016-08-18 Soeren ApelMove signal data to SignalBase and adjust view::AnalogS...
2016-08-18 Soeren ApelRename Trace::channel_ to Trace::base_, including depen...
2016-08-18 Soeren ApelIntroduce pv::data::SignalBase
2016-05-03 Soeren ApelDecoderStack: Force a viewport update more frequently
2016-02-16 Soeren ApelUse the 'default' keyword where applicable. This patch
2016-02-16 Soeren ApelWhitespace fix
2016-02-13 Uwe HermannPrefer Qt string multi-arg form over arg chaining.
2016-02-13 Uwe HermannFix inconsistent declaration parameter names.
2016-02-13 Uwe HermannUse range-based for loops more often.
2016-02-11 Soeren ApelFix #181 by changing the global decode lock into an...
2016-02-11 Soeren ApelDecoderStack: Make decoder sessions terminate after...
2016-01-31 Soeren ApelFix clang warning: shifting a negative signed value...
2015-12-26 Uwe HermannVarious minor whitespace and consistency fixes.
2015-11-08 Uwe HermannMinor (Doxygen) comment cosmetics.
2015-11-04 Uwe HermannMinor whitespace cosmetics.
2015-09-04 Jens SteinhauserUse a type with a greater resolution to represent time...
2015-08-20 Uwe HermannPass unitsize to srd_session_send() directly.
2015-08-19 Soeren ApelFix #626 by stopping acquisition gracefully
2015-08-06 Soeren ApelFix include guards and accidential const removal
2015-07-25 Uwe HermannMinor whitespace fixes.
2015-07-23 Uwe Hermanndecoderstack: Fix incorrect end sample number.
2015-06-11 Joel HoldsworthReplaced NULL with nullptr
2015-05-28 Joel HoldsworthSignalData: Renamed get_max_sample_count
2015-05-28 Joel Holdsworthpv::data::Logic: Renamed get_num_channels and fixed...
2015-01-27 Joel HoldsworthModified header guards to match file names
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
2015-01-01 Uwe HermannUse <cmath> in favor of <math.h> everywhere.
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
next