]> sigrok.org Git - pulseview.git/history - pv/data
SweepTimingWidget implemented show_125_list
[pulseview.git] / pv / data /
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
2013-05-19 Joel HoldsworthCreate signals when device is selected
2013-04-27 Bert VermeulenHardcode maximum supported probes to 64 for now
2013-04-08 Joel HoldsworthPadded data buffer so that reads do not overrun it.
2013-03-21 Joel HoldsworthMake Snapshot::get_sample_count() a const function
2013-03-21 Joel HoldsworthImplemented AnalogSnapshot::get_envelope_section
2013-03-21 Joel HoldsworthImplemented Basic analog tests
2013-03-21 Joel HoldsworthAdded code to construct analog envelope levels
2013-03-21 Joel HoldsworthVarious tidyups in LogicSnapshot
2013-03-21 Joel HoldsworthAnalog buffer sharing crash by memcpying for the Ananlo...
2013-03-03 Joel HoldsworthPad mip-map buffers to allow for uint64_t write word
2013-02-20 Uwe HermannDrop a few more unneeded 'extern "C"'.
2013-01-28 Joel HoldsworthPorted sampling to new sigrok API
2013-01-16 Joel HoldsworthSupressed unused parameters
2013-01-15 Joel HoldsworthDo not fast_forward if there is no data at the minimum...
2013-01-13 Joel HoldsworthFixed usage of sr_datafeed_logic::length
2013-01-08 Alexandru Gagniucglobal: Do not assert >= 0 for unsigned values
2012-12-24 Joel HoldsworthMoved data and snapshot classes into pv::data namespace