]> sigrok.org Git - pulseview.git/history - pv/data
Fix item dragging
[pulseview.git] / pv / data /
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
2018-01-09 Soeren ApelSupply the segment ID when adding samples to optimize...
2018-01-09 Soeren ApelAdd segment_id to all segment classes
2018-01-09 Soeren ApelLogicSegment: Don't use new/delete in get_unpacked_sample()
2018-01-09 Soeren ApelLogicSegment: Limit end in get_subsampled_edges() if...
2018-01-09 Soeren ApelSignalBase: Don't terminate conversion when there's...
2018-01-05 Soeren ApelImplement Trace::ShowLastCompleteSegmentOnly display...
2018-01-05 Soeren ApelDecodeSignal: Restructure metadata handling
2018-01-05 Soeren ApelSignalBase: Implement multi-segment conversion
2018-01-05 Soeren ApelFinalize segment decoding
2018-01-05 Soeren ApelDecodeSignal: Mux all segments
2017-12-27 Soeren ApelPrepare multi-segment protocol decoding ability
2017-12-27 Soeren ApelDecodeSignal: Allow muxed logic data to be cached
2017-12-27 Soeren ApelDecodeSignal: Rename some items
2017-12-27 Soeren ApelBegin PD multisegment support
2017-12-13 Soeren ApelDecodeSignal: Make sure bit IDs are always up-to-date
2017-11-18 Philipp MarekSession: Fix mismatched delete operator.
2017-10-27 Soeren ApelAppend new segments to the end, not the beginning of...
2017-09-23 Soeren ApelDecodeSignal: Remove outdated code and comment
2017-09-22 Soeren ApelSignalBase: Make sure PDs are restarted when conv optio...
2017-09-22 Soeren ApelDecodeTrace: Reset cached trace properties when decoder...
2017-09-22 Soeren ApelDecodeSignal: Break up annotation storage to allow...
2017-09-22 Soeren ApelAdd segment selector UI + helpers
2017-09-22 Uwe Hermannrowdata: Use emplace_back() for Annotation objects.
2017-09-08 Soeren ApelRename DecodeSignal::segment_ to logic_mux_segment_...
2017-09-08 Soeren ApelFix #1024 by changing decode channel assigment to PDs
2017-08-03 Soeren ApelSignalBase: Default to dynamic conversion preset, not...
2017-08-03 Soeren ApelUse min/max notification for autoranging of analog...
2017-08-03 Soeren ApelMove delayed conversion starter to SignalBase
2017-08-03 Soeren ApelRemove SignalBase::A2LChannel
2017-08-03 Soeren ApelUse identifiers for fixed conversion preset values
2017-08-03 Soeren ApelRestart min-max-based conversion if min or max change
2017-08-02 Uwe HermannFix some random clang-tidy warnings.
2017-08-01 Soeren ApelTypo fix: treshold -> threshold
2017-08-01 Soeren ApelImplement A2L presets and custom threshold handling
2017-07-25 Soeren ApelUse getter for the conversion type instead of a local...
2017-07-24 Soeren ApelSignalBase: Minor doxygen comments
2017-07-10 Soeren ApelDecodeSignal: Don't set name when creating the signal
2017-07-06 Soeren ApelDecodeSignal: Fix flawed PD stack restoration
2017-07-06 Soeren ApelFix assertions
2017-07-06 Uwe HermannApply some clang-tidy fixes.
2017-07-05 Soeren ApelDecodeSignal: Auto-assign only the channels of newly...
2017-07-05 Soeren ApelSignalBase: Adjust Schmitt-trigger thresholds
2017-07-05 Soeren ApelDecodeSignal: Improve robustness
2017-07-05 Soeren ApelMake sigrok::Context semi-global and use libsigrok...
2017-07-05 Soeren ApelMake get_raw_samples() use provided mem instead of...
2017-07-05 Soeren ApelDecodeSignal: Remove global SRD mutex
2017-07-05 Soeren ApelFix #831 by saving/restoring PD options
2017-07-05 Soeren ApelFix #831 by saving/restoring the PD channel mapping
2017-07-05 Soeren ApelFix #832 by saving/restoring the decoder stack without...
2017-07-05 Soeren ApelDecode: Improve signaling
2017-07-05 Soeren ApelDecodeSignal: Don't assume channels always have logic...
2017-07-05 Soeren ApelDecodeSignal: Provide conversion data container sooner
2017-07-05 Soeren ApelDecodeSignal: Adjust the DecodeChunkLength
2017-07-05 Soeren ApelDecodeTrace/DecodeSignal: Rework trace drawing interval
2017-07-05 Soeren ApelDecodeSignal: Fix restarting the decode after reloading...
2017-07-05 Soeren ApelDecodeSignal: Improve auto_assign_signals() matching
2017-07-05 Soeren ApelDecodeSignal: Rework samplerate handling
2017-07-05 Soeren ApelDecodeSignal: Use signals for new data notification...
2017-07-05 Soeren ApelDecodeSignal: Change srd session handling
next