]> sigrok.org Git - pulseview.git/history - pv/view/analogsignal.cpp
DecodeTrace: Optimize loop (see also da50281d)
[pulseview.git] / pv / view / analogsignal.cpp
2015-12-28 Soeren ApelUse channel color as the trace background color
2015-12-21 Stefan Brünsview/analogsignal: set samplerate to 1.0 if samplerate...
2015-10-18 Joel HoldsworthAnalogSignal: Apply scale handle dragging
2015-10-18 Joel HoldsworthSignal: Added scale_handle_offset, scale_handle_dragged...
2015-10-17 Joel HoldsworthAnalogSignal: Removed set_scale
2015-09-04 Jens SteinhauserUse a type with a greater resolution to represent time...
2015-07-25 Uwe HermannMinor whitespace fixes.
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
2014-12-28 Joel HoldsworthRowItemPaintParams: Renamed to ViewItemPaintParams
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 HoldsworthRenamed pv::data::Analog::get_snapshots and Logic:...
2014-12-09 Joel HoldsworthRowItemPaintParams: Bundled scale and offset
2014-12-09 Joel HoldsworthTrace: Make paint_axis take RowItemPaintParams
2014-12-09 Joel HoldsworthRowItem: Bundled painting parameters into RowItemPaintP...
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-11-19 Joel HoldsworthRowItem: Split appart visual and layout v offsets
2014-11-19 Joel HoldsworthRowItem: Replaced fixed signal heights with extents
2014-11-19 Joel HoldsworthReplace View ownership of traces with RowItemOwner
2014-11-19 Joel HoldsworthReplaced duplicated code with Trace::get_y
2014-11-13 Joel HoldsworthSignal: Added a reference to _session
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-08-29 Martin LingRename 'probe' to 'channel' everywhere.
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-03-25 Uwe HermannUpdate for 'probe' -> 'channel' rename in libsigrok.
2014-03-01 Joel HoldsworthMoved DevInst into the pv::device namespace
2014-02-11 Joel HoldsworthMoved all sr_probe modification into pv::DevInst
2014-02-11 Joel HoldsworthRemoved SigSession from Trace
2014-02-11 Joel HoldsworthAdded DevInst pointer to Signal
2014-01-18 Joel HoldsworthAdded AnalogSignal::analog_data accessor function
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-02 Joel HoldsworthRenamed get_samplerate to samplerate
2013-12-02 Joel HoldsworthAdded Signal::data accessor function
2013-10-13 Joel HoldsworthProbes popup now live applies properly
2013-10-13 Joel HoldsworthRemoved context bar
2013-09-29 Joel HoldsworthSplit signal painting into 3 layers
2013-09-29 Joel HoldsworthAdd a pointer to the current View inside Trace
2013-09-03 Joel HoldsworthInitialise Trace widgets when the trace is received...
2013-05-27 Joel HoldsworthAdded _session reference to Signal objects
2013-05-19 Joel HoldsworthAdded a label context bar action
2013-05-19 Joel HoldsworthAdded get_context_bar_actions
2013-05-19 Joel HoldsworthLink signals to probes
2013-04-27 Joel HoldsworthAdded missing virtual destructors
2013-03-21 Joel HoldsworthDraw analog with a polyline rather than points
2013-03-21 Joel HoldsworthAdded analog envelope painting
2013-03-21 Joel HoldsworthAdded a scale factor to AnalogSignal
2013-03-21 Joel HoldsworthSetup analog probe colours
2013-03-21 Joel HoldsworthAnalog buffer sharing crash by memcpying for the Ananlo...
2013-03-03 Joel HoldsworthExplicitly set analog signal painting colour
2013-01-19 Joel HoldsworthAdded axes to each signal
2013-01-19 Joel HoldsworthEliminated get_nominal_offset
2012-12-24 Joel HoldsworthMoved data and snapshot classes into pv::data namespace
2012-12-20 Joel HoldsworthAdded basic analog signal plotting
2012-12-20 Joel HoldsworthAdded skeleton analog support