]> sigrok.org Git - pulseview.git/history - pv/views/trace/decodetrace.hpp
DecodeTrace: Calculate row and annotation colors only once
[pulseview.git] / pv / views / trace / decodetrace.hpp
2020-01-05 Soeren ApelDecodeTrace: Calculate row and annotation colors only...
2020-01-05 Soeren ApelDecodeTrace: Add profiling and some optimizations
2020-01-01 Soeren ApelDecodeTrace: Highlight row expand markers when a class...
2020-01-01 Soeren ApelRework decoder infrastructure
2020-01-01 Soeren ApelImplement hidable rows
2020-01-01 Soeren ApelDecodeTrace: Add widget container
2020-01-01 Soeren ApelImplement expansion marker animation and its infrastructure
2019-12-23 Soeren ApelDecodeTrace: Various fixes after the refactoring
2019-12-23 Soeren ApelIntroduce views::trace::RowData and everything that...
2019-12-10 Soeren ApelMove DecodeChannel from data:: to data::decoder::
2019-11-07 Soeren ApelFix #977 by introducing a setting for always showing...
2019-11-06 Soeren ApelFix #1107 by implementing a copy-to-clipboard menu...
2019-11-06 Soeren ApelFix #1412 by only showing suitable PDs, not all of...
2018-09-13 Soeren ApelDecodeTrace: Rename get_sample_range() to get_view_samp...
2018-08-22 Soeren ApelImplement decode pausing/resuming
2018-08-21 Soeren ApelDecodeTrace: Implement annotation export for cursor...
2018-08-21 Soeren ApelImplement annotation export for all rows
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-06-16 Soeren ApelAnalogSignal: Display value under cursor
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-21 Soeren ApelDecodeTrace: Remove unused members
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*
2017-09-22 Soeren ApelDecodeTrace: Reset cached trace properties when decoder...
2017-07-23 Soeren ApelImprove hover point signaling
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 ApelMove more functionality into DecodeSignal
2017-07-04 Soeren ApelRe-use DecodeTrace::ChannelSelector as DecodeChannel
2017-07-04 Soeren ApelIntroduce DecodeSignal class
2017-06-10 Soeren ApelMove trace view files