]> sigrok.org Git - pulseview.git/history - pv/data
TabularDecView: Implement "hide hidden rows/classes" checkbox
[pulseview.git] / pv / data /
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.
2018-05-17 Gerhard SittigDecodeSignal: avoid specifying a zero samplerate to...
2018-05-04 Soeren ApelDecodeSignal: Prevent out-of-range exception
2018-05-04 Soeren ApelDecodeSignal: Re-set decoder metadata after stack termi...
2018-05-02 Soeren ApelLogicSegment: Readability changes
2018-04-24 Soeren ApelFix bar displaying undecoded area
2018-04-21 Soeren ApelDecodeSignal: When lacking input, retry only when data...
2018-04-20 Soeren ApelFix #1174 by performing shutdown speed optimizations
2018-04-19 Soeren ApelDon't use qDebug().noquote() for now (bug #1169)
2018-04-19 Soeren ApelAnnotation: Use special type for the class, not plain int
2018-04-18 Soeren ApelFix #1162 by always submitting all changed options...
2018-04-15 Soeren ApelSignalBase: Don't assume all channel settings are resto...
2018-04-15 Soeren ApelRename colour* to color*
2018-04-15 Soeren ApelChannels: Let "Enable all changing" also check for...
2018-04-08 Soeren ApelFix #1023 by implementing filtering channel selectors
2018-04-08 Soeren ApelDecodeSignal: Use srd_session_terminate_reset() for...
2018-04-05 Soeren ApelApply option changes immediately, not on decode stack...
2018-04-04 Soeren ApelAdd DecodeSignal and Session error logging
2018-03-31 Soeren ApelDecodeSignal: Re-create SRD session when changes are...
2018-03-31 Gerhard SittigDecodeSignal: Reset and re-use existing decoder sessions
2018-03-23 Dan Horákfix catching polymorphic types by value
2018-03-12 Soeren ApelSignalBase: Speed up conversion and prevent leaving...
2018-03-06 Soeren ApelAdjust signal to changes made in 7f894d958
2018-03-05 Soeren ApelFix #1132 by passing segment IDs, not segment instances
2018-02-08 Soeren ApelFix #1089 by updating the signal labels and group labels
2018-01-28 Gerhard SittigDecodeSignal: only pass non-zero sample rate to decoders
2018-01-11 Gerhard SittigDecodeSignal: Void a session pointer after destroy...
2018-01-09 Soeren ApelSession: Make get_segment_count() consider all segments
next