]> sigrok.org Git - pulseview.git/history - pv/view/signal.cpp
Revert "Make traces non-draggable outside the header area"
[pulseview.git] / pv / view / signal.cpp
2015-12-30 Soeren ApelFix #717 by only updating the name widget when necessary
2015-12-28 Soeren ApelUse channel color as the trace background color
2015-10-18 Joel HoldsworthScaleSignalHandle: Initial implementation
2015-10-18 Joel HoldsworthSignal: Derive from ViewItemOwner
2015-07-25 Uwe HermannMinor whitespace fixes.
2015-06-27 Soeren ApelSignal: Fix index variable declaration
2015-06-27 Soeren ApelFix #501 by deactivating the autocompleter for the...
2015-06-11 Joel HoldsworthReplaced NULL with nullptr
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
2015-01-01 Uwe HermannUse <cmath> in favor of <math.h> everywhere.
2014-12-05 Jens SteinhauserSignal: Save and load signal names as UTF-8 strings.
2014-11-29 Uwe HermannExample channel names: Consistently use all-caps.
2014-11-26 Uwe HermannFix saving of channel names in .sr files.
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 HoldsworthRowItemOwner: Replaced parent notification scheme
2014-11-19 Joel HoldsworthRowItem: Combined appearance change signals into appear...
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