]> sigrok.org Git - pulseview.git/history - pv/view/logicsignal.cpp
Make member variable underscores a suffix instead of a prefix
[pulseview.git] / pv / view / logicsignal.cpp
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 Peter ZotovLogicSignal: Ported triggers to new API
2014-11-13 Joel HoldsworthSigSession: Made _sr_session non-static
2014-11-13 Joel HoldsworthSignal: Added a reference to _session
2014-11-13 Peter ZotovLogicSignal: Replaced TRUE/FALSE with true/false
2014-11-13 Peter ZotovLogicSignal: Tidied populate_popup_form is_checked
2014-11-13 Peter ZotovLogicSignal: Removed trailing whitespace
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-08-29 Martin LingRename 'probe' to 'channel' everywhere.
2014-07-19 Martin LingUpdate to new session API.
2014-05-30 Bert VermeulenDon't use obsolete channel-based triggers.
2014-05-24 Joel HoldsworthReplaced boost::function with std::function
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-05-23 Joel HoldsworthReplaced lengthy iterator types with the auto keyword
2014-03-25 Uwe HermannUpdate for 'probe' -> 'channel' rename in libsigrok.
2014-03-01 Joel HoldsworthMoved DevInst into the pv::device namespace
2014-03-01 Daniel ElstnerLogicSignal: Un-break trigger configuration. (bug ...
2014-02-11 Joel HoldsworthMoved all sr_probe modification into pv::DevInst
2014-02-11 Joel HoldsworthRemoved SigSession from Trace
2014-02-11 Joel HoldsworthRemoved _session.get_device calls from LogicSignal
2014-02-11 Joel HoldsworthAdded DevInst pointer to Signal
2014-02-09 Joel HoldsworthMoved config getting/setting into DevInst
2014-02-09 Joel HoldsworthWrapped sr_dev_inst in a class: pv::DevInst
2014-01-25 Joel HoldsworthAdd an extra sample to the logic edges so that the...
2014-01-18 Joel HoldsworthLogicSignal: Tidyup boost references
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-12-02 Joel HoldsworthRenamed pv::view::LogicSignal::data to logic_data
2013-11-01 Bert VermeulenUse new probe_groups API
2013-10-15 Joel HoldsworthAdded missing includes and defintions
2013-10-13 Joel HoldsworthProbes popup now live applies properly
2013-10-13 Joel HoldsworthAdded trigger actions in LogicSignal popup
2013-10-13 Joel HoldsworthRemoved context bar
2013-09-29 Joel HoldsworthSplit signal painting into 3 layers
2013-09-29 Joel HoldsworthIntegrated decode
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 HoldsworthSet trigger buttons as checked depending on the trigger...
2013-05-27 Joel HoldsworthAdded trigger selection handlers
2013-05-27 Joel HoldsworthParse the trigger types supported by the device
2013-05-27 Joel HoldsworthAdded _session reference to Signal objects
2013-05-27 Joel HoldsworthAdded trigger buttons to LogicSignal context bar.
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 HoldsworthRenamed pv::view::LogicSignal::LogicSignalColours to...
2013-03-03 Uwe HermannMinor whitespace fixes.
2013-03-03 Joel HoldsworthShow samplerate as 1Hz when its value is unknown
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-12 Uwe HermannSome smaller whitespace fixes.
2012-11-18 Joel HoldsworthMoved signal margin out of signal rendering into initia...
2012-11-03 Joel HoldsworthMoved Signal and LogicSignal into pv::view