]> sigrok.org Git - pulseview.git/history - pv/views/trace
Add generic "Create marker here" context menu entry
[pulseview.git] / pv / views / trace /
2018-10-16 Soeren ApelAdd generic "Create marker here" context menu entry
2018-10-14 Soeren ApelMake "fill logic signal high areas" feature more robust
2018-10-13 Soeren ApelTrace: Force trace replaint when a setting changes
2018-10-13 Soeren ApelUse QMenu->popup() instead of QMenu->exec() everywhere
2018-10-13 Soeren ApelImplement "fill logic signal high areas" feature
2018-10-13 Soeren ApelRuler: Add "toggle mouse hover marker" to context menu
2018-10-13 Soeren ApelRuler: Add context menu with "Create marker here" entry
2018-10-05 Soeren ApelView: Refine snapping algorithm
2018-10-05 Soeren ApelView: Fix snap-to-edge when using all signals
2018-10-03 Soeren ApelFix #1292/1294 by snapping to any edge when not hoverin...
2018-10-03 Soeren ApelView: Make TimeItem derivatives snap to edges when...
2018-09-26 Soeren ApelAdd setting for the snap-to-edge distance
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-13 Soeren ApelDecodeTrace: Rename get_sample_range() to get_view_samp...
2018-08-22 Soeren ApelImplement decode pausing/resuming
2018-08-21 Soeren ApelFix item dragging
2018-08-21 Soeren ApelReplace (double)0 by 0.0
2018-08-21 Soeren ApelAnalogSignal: Set initial value for the "value at curso...
2018-08-21 Soeren ApelDecodeTrace: Implement annotation export for cursor...
2018-08-21 Soeren ApelFix regression introduced by 2980ff2da269c9ed
2018-08-21 Soeren ApelImplement annotation export for all rows
2018-08-21 Soeren ApelMake annotation export customizable
2018-08-21 Soeren ApelImplement annotation export from the DecodeTrace contex...
2018-08-21 Soeren ApelRename create_context_menu() to create_header_context_m...
2018-08-21 Soeren ApelAllow for a context menu in the view area
2018-08-21 Soeren ApelFix #1204 by making sure the lazy event handler is...
2018-07-24 Brian StarkeyFix the build - catch exceptions by reference
2018-07-21 Soeren ApelRemove non-functional remains of the scale drag handle
2018-07-21 Soeren ApelView: Don't set scroll defaults more than once
2018-07-21 Soeren ApelMake sure PD row colors remain constant by adding a...
2018-07-21 Soeren ApelAccept user-entered sample rates when external clock...
2018-07-21 Soeren ApelProperly handle decoder errors
2018-07-21 Soeren ApelDecodeSignal: Add and use inclusive/exclusive sample...
2018-07-21 Soeren ApelLogicSignal: Don't paint hover marker if channel is...
2018-06-19 Gerhard Sittiganalogsignal.cpp: Fix std::isnan() related compile...
2018-06-16 Soeren ApelFix up change handler registration
2018-06-16 Soeren ApelAnalogSignal: Display value under cursor
2018-06-15 Soeren ApelFix #979 by querying trigger types only once and storin...
2018-06-15 Soeren ApelFix #1226 by removing a misplaced trigger marker clear
2018-06-05 Soeren ApelFix #770 by adding a vertical hover line and a setting...
2018-06-03 Soeren ApelFix #1198 by removing the 1:1 zoom button
2018-06-03 Soeren ApelFix #807 by disabling trigger widgets when session...
2018-06-03 Soeren ApelUpdate cursor action's state whenever the cursor state...
2018-06-03 Brian StarkeyFix #1212 by not resetting the cursors pointer
2018-05-30 Soeren ApelFix #540 by introducing a method to reset the view...
2018-05-30 Soeren ApelFix #956 by adding the missing final sample to the...
2018-05-26 Soeren ApelFix #1203 by catching the boost exception thrown on...
2018-05-21 Uwe Hermanntracegroup.cpp: Fix a potential unintended integer...
2018-05-19 Uwe Hermanncursorpair.cpp: Fix a clazy warning (-Wclazy-qstring...
2018-05-19 Uwe Hermanndecodetrace.cpp: Drop unused "using std::all_of".
2018-05-07 Soeren ApelDecodeTrace: Use qreal instead of int for annotation...
2018-05-07 Soeren ApelDecodeTrace: Speed up painting by not copying the annot...
2018-04-24 Soeren ApelFix bar displaying undecoded area
2018-04-21 Soeren ApelDecodeTrace: Remove unused members
2018-04-19 Soeren ApelAnnotation: Use special type for the class, not plain int
2018-04-15 Soeren ApelFix #709 by deriving row/ann colors from the channel...
2018-04-15 Soeren ApelTrace: Remove unneeded setters
2018-04-15 Soeren ApelRename colour* to color*
2018-04-01 Uwe Hermannview.cpp: Drop unneeded parenthesis.
2018-03-30 Soeren ApelReally fix #1125 (and maybe #1139)
2018-03-23 Dan Horákfix catching polymorphic types by value
2018-03-12 Soeren ApelApply changes suggested by clang-tidy
2018-03-12 Soeren ApelFix #1125 by adding a missing typecast
2018-02-10 Martin Errenstfix PulseView compilation with ENABLE_DECODE set to OFF
2018-02-08 CenkronRuler tick legends don't partly disappear when scrolled...
2018-02-07 Soeren ApelRework the callback mechanism for the global settings
2018-02-07 Soeren ApelView: Fully integrate the "zero trigger time" setting
2018-02-07 Soeren ApelSession/View: Save triggers in a list and use it
2018-02-07 CenkronChange the number of minor ticks to be either 4 or 5
2018-02-07 CenkronProvide a settings checkbox for showing zero at the...
2018-01-09 Soeren ApelAdd segment display mode UI controls and some related...
2018-01-09 Soeren ApelSupply the segment ID when adding samples to optimize...
2018-01-05 Soeren ApelImplement Trace::ShowLastCompleteSegmentOnly display...
2018-01-05 Soeren ApelFinalize segment decoding
2018-01-05 Soeren ApelView: Fixes related to multi-segment display
2017-12-27 Soeren ApelPrepare multi-segment protocol decoding ability
2017-12-27 Soeren ApelBegin PD multisegment support
2017-12-27 Soeren ApelMove current_segment_ to Trace
2017-12-27 Soeren ApelFlesh out segment display mode handling
2017-12-27 Soeren ApelImplement segment display mode handling and update...
2017-10-29 Soeren ApelRework new segment notification mechanism
2017-09-22 Soeren ApelTraceView: Properly handle the header resizing events
2017-09-22 Soeren ApelTraceView: Make header resize state determination reliable
2017-09-22 Soeren ApelView: Move comment to where it belongs
2017-09-22 Soeren ApelAdjust trace view header width when signal names change
2017-09-22 Soeren ApelDecodeTrace: Reset cached trace properties when decoder...
2017-09-22 Soeren ApelImplement showing only the selected segment
2017-09-22 Soeren ApelAdd segment selector UI + helpers
2017-08-21 Soeren ApelAnalogSignal: Prevent threshold bg from spilling beyond...
2017-08-20 Soeren ApelImplement "show conversion thresholds as dots" mode
2017-08-20 Soeren ApelConvert threshold display setting to a multi-value...
2017-08-17 Soeren ApelAnalogSignal: Make threshold neutral area darker
2017-08-08 Soeren ApelAnalogSignal: Use setting change handler for threshold...
2017-08-07 Soeren ApelAnalogSignal: Draw analog thresholds differently
2017-08-05 Soeren ApelView: Update ruler after restoring session
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 ApelUse identifiers for fixed conversion preset values
2017-08-02 Uwe HermannFix some random clang-tidy warnings.
next