]> sigrok.org Git - pulseview.git/history - pv/views/decoder_output/view.cpp
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv / views / decoder_output / view.cpp
2020-03-16 Soeren ApelRename decoder output view to binary decoder output...
2020-01-18 Soeren ApelHexView: Don't send out an extra byte when exporting...
2020-01-18 Soeren ApelHexView: Add top row with offsets
2020-01-12 Soeren ApelDecoderOutputView: Change caption "complete" to "canonical"
2020-01-07 Soeren Apelclang-tidy and clazy proposals
2019-12-26 Soeren ApelFix build for machines that are not 64 bit
2019-12-21 Soeren ApelDecoderOutputView: Fix updating of the hex view
2019-12-20 Soeren ApelDecoderOutputView: Implement saving
2019-12-20 Soeren ApelAdd save feature to DecoderOutputView
2019-12-20 Soeren ApelAdd DecoderOutputView save button and action
2019-12-20 Soeren ApelDecoderOutputView: Allow for adaptive size constraints
2019-12-12 Soeren ApelDecodeOutputView: Use delayed view updater and cache...
2019-12-12 Soeren ApelFix segfault and use bin class description
2019-12-12 Soeren ApelAllow more than 256 binary output classes
2019-12-12 Soeren ApelDecoderOutputView: Directly use DecodeBinaryClass as...
2019-12-12 Soeren ApelDecoderOutputView: Make comboboxes auto-adjusting
2019-12-12 Soeren ApelImplement binary class selector
2019-12-11 Soeren ApelVarious PD-related changes
2019-12-10 Soeren ApelConnect DecodeSignal and DecoderOutputView
2019-11-30 Soeren ApelIntegrate QHexView and make it better
2019-11-29 Soeren ApelDecoderOutput: Add format selector
2019-11-29 Soeren ApelDecoderOutput: Add selector box and fix signal handling
2019-11-27 Soeren ApelSave/restore view type
2019-11-27 Soeren ApelChange parameter to ViewBase constructor
2019-11-25 Soeren ApelDecoderOutput: Add basic view skeleton