]> sigrok.org Git - pulseview.git/history - pv/views/trace/decodetrace.cpp
Implement annotation export from the DecodeTrace context menu
[pulseview.git] / pv / views / trace / decodetrace.cpp
2018-08-21 Soeren ApelImplement annotation export from the DecodeTrace contex...
2018-08-21 Soeren ApelRename create_context_menu() to create_header_context_m...
2018-07-21 Soeren ApelMake sure PD row colors remain constant by adding a...
2018-07-21 Soeren ApelProperly handle decoder errors
2018-07-21 Soeren ApelDecodeSignal: Add and use inclusive/exclusive sample...
2018-06-16 Soeren ApelAnalogSignal: Display value under cursor
2018-06-05 Soeren ApelFix #770 by adding a vertical hover line and a setting...
2018-05-19 Uwe Hermanndecodetrace.cpp: Drop unused "using std::all_of".
2018-05-07 Soeren ApelDecodeTrace: Use qreal instead of int for annotation...
2018-05-07 Soeren ApelDecodeTrace: Speed up painting by not copying the annot...
2018-04-24 Soeren ApelFix bar displaying undecoded area
2018-04-19 Soeren ApelAnnotation: Use special type for the class, not plain int
2018-04-15 Soeren ApelFix #709 by deriving row/ann colors from the channel...
2018-04-15 Soeren ApelRename colour* to color*
2018-03-23 Dan Horákfix catching polymorphic types by value
2017-12-27 Soeren ApelPrepare multi-segment protocol decoding ability
2017-12-27 Soeren ApelBegin PD multisegment support
2017-09-22 Soeren ApelDecodeTrace: Reset cached trace properties when decoder...
2017-07-23 Soeren ApelImprove hover point signaling
2017-07-14 Soeren ApelDecodeTrace: Resize trace when hiding/deleting a stacked PD
2017-07-14 Soeren ApelDecodeTrace: Fix trace resizing when new annotation...
2017-07-12 Soeren ApelDecodeTrace: Don't show tooltips destined for the heade...
2017-07-06 Uwe HermannApply some clang-tidy fixes.
2017-07-05 Soeren ApelDecode: Improve signaling
2017-07-05 Soeren ApelDecodeTrace/DecodeSignal: Rework trace drawing interval
2017-07-04 Soeren ApelMerge DecoderStack into DecodeSignal
2017-07-04 Soeren ApelRework decode sample count getters
2017-07-04 Soeren ApelRemove DecodeStack dependency from decode binding wrapper
2017-07-04 Soeren ApelMove more functionality into DecodeSignal
2017-07-04 Soeren ApelRe-use DecodeTrace::ChannelSelector as DecodeChannel
2017-07-04 Soeren ApelShift more methods to DecodeSignal
2017-07-04 Soeren ApelIntroduce DecodeSignal class
2017-06-17 Soeren ApelFix #982 by correcting the bounding rect for the message
2017-06-10 Soeren ApelMove trace view files