projects
/
pulseview.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Tiny whitespace fix
[pulseview.git]
/
pv
/
2018-02-21
Soeren Apel
Tiny whitespace fix
tree
|
commitdiff
2018-02-10
Soeren Apel
Fix #1038 by catching invalid cursor ranges
tree
|
commitdiff
2018-02-10
Uwe Hermann
MinGW: Fix a compile error due to a missing #include.
tree
|
commitdiff
2018-02-10
Martin Errenst
fix PulseView compilation with ENABLE_DECODE set to OFF
tree
|
commitdiff
2018-02-10
Gerhard Sittig
MainBar: fixup file extension filter in "Import File...
tree
|
commitdiff
2018-02-08
Soeren Apel
Fix #1089 by updating the signal labels and group labels
tree
|
commitdiff
2018-02-08
Cenkron
Ruler tick legends don't partly disappear when scrolled...
tree
|
commitdiff
2018-02-07
Soeren Apel
Rework the callback mechanism for the global settings
tree
|
commitdiff
2018-02-07
Soeren Apel
View: Fully integrate the "zero trigger time" setting
tree
|
commitdiff
2018-02-07
Soeren Apel
Session/View: Save triggers in a list and use it
tree
|
commitdiff
2018-02-07
Soeren Apel
Session: Clean up header a little
tree
|
commitdiff
2018-02-07
Cenkron
Change the number of minor ticks to be either 4 or 5
tree
|
commitdiff
2018-02-07
Cenkron
Provide a settings checkbox for showing zero at the...
tree
|
commitdiff
2018-01-28
Gerhard Sittig
DecodeSignal: only pass non-zero sample rate to decoders
tree
|
commitdiff
2018-01-26
Gerhard Sittig
main: introduce -D cmdline option, don't auto-scan...
tree
|
commitdiff
2018-01-11
Gerhard Sittig
DecodeSignal: Void a session pointer after destroy...
tree
|
commitdiff
2018-01-09
Soeren Apel
Add segment display mode UI controls and some related...
tree
|
commitdiff
2018-01-09
Soeren Apel
Session: Make get_segment_count() consider all segments
tree
|
commitdiff
2018-01-09
Soeren Apel
Supply the segment ID when adding samples to optimize...
tree
|
commitdiff
2018-01-09
Soeren Apel
Add segment_id to all segment classes
tree
|
commitdiff
2018-01-09
Soeren Apel
LogicSegment: Don't use new/delete in get_unpacked_sample()
tree
|
commitdiff
2018-01-09
Soeren Apel
LogicSegment: Limit end in get_subsampled_edges() if...
tree
|
commitdiff
2018-01-09
Soeren Apel
SignalBase: Don't terminate conversion when there's...
tree
|
commitdiff
2018-01-05
Soeren Apel
Implement Trace::ShowLastCompleteSegmentOnly display...
tree
|
commitdiff
2018-01-05
Soeren Apel
DecodeSignal: Restructure metadata handling
tree
|
commitdiff
2018-01-05
Soeren Apel
SignalBase: Implement multi-segment conversion
tree
|
commitdiff
2018-01-05
Soeren Apel
Finalize segment decoding
tree
|
commitdiff
2018-01-05
Soeren Apel
View: Fixes related to multi-segment display
tree
|
commitdiff
2018-01-05
Soeren Apel
DecodeSignal: Mux all segments
tree
|
commitdiff
2017-12-27
Soeren Apel
Prepare multi-segment protocol decoding ability
tree
|
commitdiff
2017-12-27
Soeren Apel
DecodeSignal: Allow muxed logic data to be cached
tree
|
commitdiff
2017-12-27
Soeren Apel
DecodeSignal: Rename some items
tree
|
commitdiff
2017-12-27
Soeren Apel
Begin PD multisegment support
tree
|
commitdiff
2017-12-27
Soeren Apel
Move current_segment_ to Trace
tree
|
commitdiff
2017-12-27
Soeren Apel
Flesh out segment display mode handling
tree
|
commitdiff
2017-12-27
Soeren Apel
Implement segment display mode handling and update...
tree
|
commitdiff
2017-12-27
Soeren Apel
Don't set SR_CONF_LIMIT_FRAMES to 1
tree
|
commitdiff
2017-12-13
Soeren Apel
DecodeSignal: Make sure bit IDs are always up-to-date
tree
|
commitdiff
2017-11-18
Philipp Marek
Session: Fix mismatched delete operator.
tree
|
commitdiff
2017-11-17
Philipp Marek
Session: Fix mismatched delete operator.
tree
|
commitdiff
2017-10-29
Soeren Apel
Rework new segment notification mechanism
tree
|
commitdiff
2017-10-27
Soeren Apel
Append new segments to the end, not the beginning of...
tree
|
commitdiff
2017-10-09
Soeren Apel
Session: Query the device's sample rate when needed...
tree
|
commitdiff
2017-09-23
Soeren Apel
DecodeSignal: Remove outdated code and comment
tree
|
commitdiff
2017-09-22
Soeren Apel
SignalBase: Make sure PDs are restarted when conv optio...
tree
|
commitdiff
2017-09-22
Soeren Apel
TraceView: Properly handle the header resizing events
tree
|
commitdiff
2017-09-22
Soeren Apel
TraceView: Make header resize state determination reliable
tree
|
commitdiff
2017-09-22
Soeren Apel
View: Move comment to where it belongs
tree
|
commitdiff
2017-09-22
Soeren Apel
Adjust trace view header width when signal names change
tree
|
commitdiff
2017-09-22
Soeren Apel
DecodeTrace: Reset cached trace properties when decoder...
tree
|
commitdiff
2017-09-22
Soeren Apel
DecodeSignal: Break up annotation storage to allow...
tree
|
commitdiff
2017-09-22
Soeren Apel
Implement showing only the selected segment
tree
|
commitdiff
2017-09-22
Soeren Apel
Add segment selector UI + helpers
tree
|
commitdiff
2017-09-22
Uwe Hermann
rowdata: Use emplace_back() for Annotation objects.
tree
|
commitdiff
2017-09-08
Soeren Apel
Rename DecodeSignal::segment_ to logic_mux_segment_...
tree
|
commitdiff
2017-09-08
Soeren Apel
Fix #1024 by changing decode channel assigment to PDs
tree
|
commitdiff
2017-08-21
Soeren Apel
AnalogSignal: Prevent threshold bg from spilling beyond...
tree
|
commitdiff
2017-08-20
Soeren Apel
Implement "show conversion thresholds as dots" mode
tree
|
commitdiff
2017-08-20
Soeren Apel
Convert threshold display setting to a multi-value...
tree
|
commitdiff
2017-08-17
Soeren Apel
AnalogSignal: Make threshold neutral area darker
tree
|
commitdiff
2017-08-14
Soeren Apel
Session: Rework frame handling
tree
|
commitdiff
2017-08-08
Soeren Apel
AnalogSignal: Use setting change handler for threshold...
tree
|
commitdiff
2017-08-07
Soeren Apel
AnalogSignal: Draw analog thresholds differently
tree
|
commitdiff
2017-08-05
Soeren Apel
View: Update ruler after restoring session
tree
|
commitdiff
2017-08-03
Soeren Apel
SignalBase: Default to dynamic conversion preset, not...
tree
|
commitdiff
2017-08-03
Soeren Apel
Use min/max notification for autoranging of analog...
tree
|
commitdiff
2017-08-03
Soeren Apel
Move delayed conversion starter to SignalBase
tree
|
commitdiff
2017-08-03
Soeren Apel
Remove SignalBase::A2LChannel
tree
|
commitdiff
2017-08-03
Soeren Apel
Use identifiers for fixed conversion preset values
tree
|
commitdiff
2017-08-03
Soeren Apel
Restart min-max-based conversion if min or max change
tree
|
commitdiff
2017-08-02
Uwe Hermann
Fix some random clang-tidy warnings.
tree
|
commitdiff
2017-08-01
Soeren Apel
Trace view: Make the zero line for analog traces thicker
tree
|
commitdiff
2017-08-01
Soeren Apel
Implement graphical display of A2L thresholds
tree
|
commitdiff
2017-08-01
Soeren Apel
Typo fix: treshold -> threshold
tree
|
commitdiff
2017-08-01
Soeren Apel
AnalogSignal: Reword "traces to show" option
tree
|
commitdiff
2017-08-01
Soeren Apel
AnalogSignal: Use pv::data::SignalBase namespace
tree
|
commitdiff
2017-08-01
Soeren Apel
Implement A2L presets and custom threshold handling
tree
|
commitdiff
2017-07-25
Soeren Apel
Use getter for the conversion type instead of a local...
tree
|
commitdiff
2017-07-24
Soeren Apel
SignalBase: Minor doxygen comments
tree
|
commitdiff
2017-07-23
Soeren Apel
Trace View: Add doxygen comments to some classes
tree
|
commitdiff
2017-07-23
Soeren Apel
Improve hover point signaling
tree
|
commitdiff
2017-07-22
Soeren Apel
Remove signal scale handle
tree
|
commitdiff
2017-07-22
Soeren Apel
TriggerMarker: Don't return "valid" drag point coordinates
tree
|
commitdiff
2017-07-22
Soeren Apel
Rename ViewItem::point() to ViewItem::drag_point()...
tree
|
commitdiff
2017-07-21
Uwe Hermann
Fix the build with ENABLE_DECODE=n.
tree
|
commitdiff
2017-07-16
Soeren Apel
LogicSignal: Make trace height adjustable
tree
|
commitdiff
2017-07-16
Soeren Apel
Introduce "logic trace height" setting
tree
|
commitdiff
2017-07-16
Soeren Apel
AnalogSignal: Make div height adjustable
tree
|
commitdiff
2017-07-16
Soeren Apel
Introduce "default div height" setting
tree
|
commitdiff
2017-07-14
Soeren Apel
DecodeTrace: Resize trace when hiding/deleting a stacked PD
tree
|
commitdiff
2017-07-14
Soeren Apel
DecodeTrace: Fix trace resizing when new annotation...
tree
|
commitdiff
2017-07-14
Soeren Apel
Make restack_items() available to all TraceTreeItemOwners
tree
|
commitdiff
2017-07-12
Soeren Apel
DecodeTrace: Don't show tooltips destined for the heade...
tree
|
commitdiff
2017-07-10
Soeren Apel
DecodeSignal: Don't set name when creating the signal
tree
|
commitdiff
2017-07-06
Soeren Apel
DecodeSignal: Fix flawed PD stack restoration
tree
|
commitdiff
2017-07-06
Soeren Apel
Fix assertions
tree
|
commitdiff
2017-07-06
Uwe Hermann
Apply some clang-tidy fixes.
tree
|
commitdiff
2017-07-05
Soeren Apel
DecodeSignal: Auto-assign only the channels of newly...
tree
|
commitdiff
2017-07-05
Soeren Apel
SignalBase: Adjust Schmitt-trigger thresholds
tree
|
commitdiff
2017-07-05
Soeren Apel
DecodeSignal: Improve robustness
tree
|
commitdiff
next