]> sigrok.org Git - pulseview.git/history - pv/data
Rework all subthread-based workers to make notifications more robust
[pulseview.git] / pv / data /
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
2019-11-07 Soeren ApelFix #977 by introducing a setting for always showing...
2019-11-06 Soeren ApelFix #1362 by also saving decoder visibility
2019-03-10 Soeren ApelDecodeSignal: Use name of last stacked PD unless the...
2018-12-05 Uwe Hermannlogicsegment.cpp: Minor whitespace fix.
2018-10-28 Soeren ApelSignalBase: Make sure an invalid color isn't shown...
2018-10-27 Soeren ApelSignalBase: Work around QColor serialization bug on OSX
2018-10-21 Soeren ApelFix clazy warnings regarding range-for references
2018-10-16 Jon BurgessSpeed up MipMap downsampling in logicsegment
2018-10-16 Jon BurgessExpose length of valid data in segment chunk
2018-10-13 Soeren ApelSegment: Implement temporary workaround for #1284
2018-10-13 Soeren ApelSegments: Fix iterator access to underlying value
2018-10-08 Soeren ApelLogicSegment: Check upper bound when performing edge...
2018-10-05 Soeren ApelView: Refine snapping algorithm
2018-09-26 Soeren ApelFix #684 by implementing snap-to-edge for TimeItem...
2018-09-26 Soeren ApelImplement LogicSegment::get_surrounding_edges() and...
2018-09-06 Soeren ApelFix #1270 by replacing insignificant characters before...
2018-09-02 Soeren ApelDecodeSignal: Unpause reliably
2018-08-22 Soeren ApelImplement decode pausing/resuming
2018-08-21 Soeren ApelSegment: Catch by reference
2018-08-21 Soeren ApelImplement annotation export for all rows
2018-08-21 Soeren ApelMake annotation export customizable
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-07-21 Soeren ApelFix #975 by overallocating memory to leave spare for...
2018-06-16 Soeren ApelFix comment
2018-05-27 Soeren ApelFix #1201 by letting more accurate matches replace...
2018-05-27 Soeren ApelFix #1182 by only considering enabled channels
2018-05-21 Uwe Hermannlogicsegment.cpp: Constify a few variables.
2018-05-21 Uwe HermannLogicSegment::pow2_ceil(): Fix potentіal integer overflow.
2018-05-19 Uwe Hermannlogicsegment.cpp: Suggest inlining of pack_sample(...
2018-05-19 Uwe Hermannlogicsegment.cpp: Add missing config.h #include.
next