]> sigrok.org Git - pulseview.git/history - pv/data
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv / data /
2022-11-30 Vesa-Pekka Palmupv: adjust application source code for Qt6 support
2022-10-08 Gerhard SittigDecodeSignal: Process late annotations which are sent...
2022-09-26 Paul KasemirSegment: Include <memory> so we don't get error at...
2022-09-18 Soeren ApelFix #1663 by handling the case where annotations aren...
2022-02-25 Gerhard SittigDecodeSignal: Optionally send EOF to decoder session
2021-06-22 Stefan BrünsFix broken build due to C++ template behind C linkage
2021-02-15 Soeren ApelDecodeSignal: Support unitsize > 1 for logic output
2021-02-13 Soeren ApelDecodeSignal: Receive RLE-encoded PD logic output data
2021-02-13 Soeren ApelDecodeSignal: Increase robustness to catch errors in PDs
2021-02-13 Soeren ApelDecodeSignal: Use better colors and names for decoder...
2021-02-13 Soeren ApelUse separate logic output muxing vectors for each decoder
2021-02-13 Soeren ApelContinue work on SRD_OUTPUT_LOGIC
2021-02-13 Soeren ApelAllow re-loading sessions to work with PD output signals
2021-02-13 Soeren ApelInitial support for SRD_OUTPUT_LOGIC
2021-01-02 Soeren ApelSimplify segment complete notifications and fix error...
2020-12-31 riktwFix handling of 64 channel devices
2020-12-30 Soeren ApelFix some clang-tidy complaints
2020-12-29 Soeren ApelFix malformed declaration in MathSignal and add missing...
2020-12-15 Soeren ApelMake AnalogSignal inherit LogicSignal
2020-12-12 Soeren ApelFix remaining invalid disconnect() calls
2020-12-12 Soeren ApelFix #1629 more by fixing the notification handling
2020-11-23 Soeren ApelFix #1629 by not reallocating DecodeSegments
2020-11-15 Soeren ApelFix #1637 by auto-assigning only to unused signals
2020-11-13 Soeren ApelFix #1591 by updating Logic and Analog if needed
2020-09-27 Soeren ApelMathSignal: Implement custom math signal dialog
2020-09-05 Soeren ApelDecodeSignal: Update thread handling to match previous...
2020-09-05 Soeren ApelFix #1596 by fixing some race conditions
2020-09-03 Soeren ApelFix #1596 by making memory management more robust
2020-08-23 Soeren ApelMathSignal: Rename sig_sample() to sample()
2020-08-23 Soeren ApelMathSignal: Check for enabled signals
2020-08-22 Soeren ApelRestore math signals as well
2020-08-22 Soeren ApelMake error handling generic improve math error detail
2020-08-22 Soeren ApelRework all subthread-based workers to make notification...
2020-08-22 Soeren ApelSignalBase: Prevent race condition for memory access
2020-08-22 Soeren ApelBetter segment handling in math signal and lock avoidance
2020-08-22 Soeren ApelMove signal color handling to SignalBase
2020-08-22 Soeren ApelMathSignal: Mark segments as complete
2020-08-22 Soeren ApelMathSignal: Allow use of other signals
2020-08-22 Soeren ApelImplement single sample value getters
2020-08-22 Soeren ApelMathSignal: Use error message
2020-08-22 Soeren ApelImplement MathSignal
2020-08-15 Soeren ApelIntroduce math signals
2020-08-02 Soeren ApelSignalBase: Don't check for signal types, check based...
2020-07-31 Soeren ApelDecodeSignal: Fix typo
2020-07-03 Soeren ApelDecodeSignal: Don't use exceptions for regular program...
2020-06-09 Soeren ApelDecodeSignal: Ignore decode signals when restoring...
2020-06-08 Uwe HermannMinor whitespace fixes.
2020-05-21 Uwe HermannFix a few #include guard inconsistencies.
2020-05-21 Soeren ApelFix compile issues with some compiler versions
2020-05-11 Uwe Hermannrowdata.hpp: Minor indentation fixes.
2020-05-11 Soeren ApelSignalBase: Add SignalGroup class and handling
2020-05-11 Soeren ApelFix some signal/slot bugs
2020-05-11 Soeren ApelContinue reworking the channel/signal handling
2020-05-11 Soeren ApelPrepare for generated signals
2020-05-11 Soeren ApelUse shared_ptr for async samples_added() notification
2020-05-11 Soeren ApelRework signals for modularity
2020-05-11 Soeren ApelAdd SignalBase::clear_sample_data() and local samplerat...
2020-05-11 Soeren ApelFix #1542 by providing std::hash<QString> implementatio...
2020-05-03 Soeren ApelIntroduce DecodeSignal::annotation_visibility_changed...
2020-05-03 Soeren ApelTabularDecView: Implement "hide hidden rows/classes...
2020-05-03 Soeren ApelTabularDecView-related bug fixes
2020-05-03 Soeren ApelTabularDecView: Visually indent annotations by PD stack...
2020-05-03 Soeren ApelDecodeSignal: Sort annotations by start sample and...
2020-05-03 Soeren ApelAdd row colors and some fixes
2020-05-03 Soeren ApelMove row/annotation color management out of DecodeTrace
2020-05-03 Soeren ApelFix #811 by using a hashed annotation text backing...
2020-05-03 Soeren ApelTabularDecView: Increase robustness
2020-05-03 Soeren ApelTabularDecView: Make the model/view work
2020-03-16 Soeren Apelclang-tidy fixes
2020-03-16 Soeren ApelFix two small decode bugs
2020-02-19 Soeren ApelSession: Use ordered container to preserve DecodeTrace...
2020-01-30 Soeren ApelDecodeTrace: Add "%c" to the format string
2020-01-10 Soeren ApelMinor decode refactorizations
2020-01-10 Soeren ApelSignalBase: Fix display_name() for empty internal names
2020-01-10 Soeren ApelDecodeSignal: Save/restore row and column visibilities
2020-01-07 Soeren Apelclang-tidy and clazy proposals
2020-01-05 Soeren ApelRowData: Include fix
2020-01-05 Soeren ApelRow: Include fix
2020-01-05 Soeren ApelDecodeTrace: Add profiling and some optimizations
2020-01-01 Soeren ApelRename Decoder::shown() and such
2020-01-01 Soeren ApelFix some DecodeTrace UI issues
2020-01-01 Soeren ApelDecodeTrace: Highlight row expand markers when a class...
2020-01-01 Soeren ApelDecodeSignal: Warn when the annotation class is invalid
2020-01-01 Soeren ApelRework decoder infrastructure
2020-01-01 Soeren ApelImplement hidable rows
2019-12-23 Soeren ApelInternal decoder class handling refactoring
2019-12-23 Soeren ApelIntroduce views::trace::RowData and everything that...
2019-12-20 Soeren ApelFix #977 properly by checking whether a row actually...
2019-12-20 Soeren ApelFix #1446 by starting the decode only for the last...
2019-12-20 Soeren ApelAdd save feature to DecoderOutputView
2019-12-16 Soeren ApelVarious binary output-related changes
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 ApelImplement binary class selector
2019-12-11 Soeren ApelVarious PD-related changes
2019-12-10 Soeren ApelDecodeSignal: Fix race condition
2019-12-10 Soeren ApelMove DecodeChannel from data:: to data::decoder::
2019-12-10 Soeren ApelConnect DecodeSignal and DecoderOutputView
2019-12-10 Soeren ApelDecodeSignal: Add binary data callback
next