]> sigrok.org Git - pulseview.git/history - pv/view/signal.cpp
Signal: Added a reference to _session
[pulseview.git] / pv / view / signal.cpp
2014-11-13 Joel HoldsworthSignal: Added a reference to _session
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-09-15 Soeren ApelGeneric auto-focusing for first line edit of popup
2014-09-15 Soeren ApelUse a generic approach when adding the "close on enter...
2014-08-29 Martin LingRename 'probe' to 'channel' everywhere.
2014-08-27 Soeren ApelMake trace popup combobox behave more user-friendly
2014-08-27 Soeren ApelPopulate signal popup combo box with signal name instea...
2014-08-27 Soeren ApelFix bug 298 by enhancing signal and trace popup behavior
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
2013-10-15 Joel HoldsworthAdded missing includes and defintions
2013-10-14 Joel HoldsworthAdded shortcuts to context delete menu items
2013-10-14 Joel HoldsworthAdded Header delete key
2013-10-14 Joel HoldsworthAdded Disable context menu item to Signal
2013-10-13 Joel HoldsworthProbes popup now live applies properly
2013-10-13 Joel HoldsworthIntegrated ColourButton into popup
2013-10-13 Joel HoldsworthMoved popup text changed handler into base class, and...
2013-10-13 Joel HoldsworthRemoved context bar
2013-10-13 Joel HoldsworthAdded Signal::populate_popup_form
2013-09-29 Joel HoldsworthSplit signal painting into 3 layers
2013-09-29 Joel HoldsworthAdded sr_probe accessor function to pv::view::Signal
2013-09-03 Joel HoldsworthInitialise Trace widgets when the trace is received...
2013-09-03 Joel HoldsworthRefactored Signal into Trace
2013-05-27 Joel HoldsworthAdded _session reference to Signal objects
2013-05-19 Joel HoldsworthAdded a label context bar action
2013-05-19 Joel HoldsworthMoved highlight pen into SelectableItem
2013-05-19 Joel HoldsworthMoved Signal selection behaviour into SelectableItem
2013-05-19 Joel HoldsworthLink signals to probes
2013-05-01 Joel HoldsworthMake labels an even height
2013-03-31 Joel HoldsworthCorrected label layout when text is empty
2013-02-20 Uwe HermannFix compiler warnings/errors due to -Wall.
2013-01-19 Joel HoldsworthAdded axes to each signal
2013-01-19 Joel HoldsworthEliminated get_nominal_offset
2012-12-12 Uwe HermannSome smaller whitespace fixes.
2012-11-17 Joel HoldsworthAdded signal (multi) selection
2012-11-17 Joel HoldsworthUse static signal offsets instead of offsets calculated...
2012-11-03 Joel HoldsworthMoved Signal and LogicSignal into pv::view