]> sigrok.org Git - pulseview.git/history - pv/views/trace/view.cpp
Fix up change handler registration
[pulseview.git] / pv / views / trace / view.cpp
2018-06-15 Soeren ApelFix #1226 by removing a misplaced trigger marker clear
2018-06-03 Soeren ApelFix #1198 by removing the 1:1 zoom button
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-26 Soeren ApelFix #1203 by catching the boost exception thrown on...
2018-04-15 Soeren ApelRename colour* to color*
2018-04-01 Uwe Hermannview.cpp: Drop unneeded parenthesis.
2018-03-12 Soeren ApelApply changes suggested by clang-tidy
2018-02-10 Martin Errenstfix PulseView compilation with ENABLE_DECODE set to OFF
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-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 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 ApelImplement showing only the selected segment
2017-08-05 Soeren ApelView: Update ruler after restoring session
2017-07-23 Soeren ApelImprove hover point signaling
2017-07-06 Uwe HermannApply some clang-tidy fixes.
2017-07-05 Soeren ApelRename "always zoom-to-fit" to "zoom-to-fit during...
2017-07-05 Soeren ApelFix #236 by introducing "zoom-to-fit when acquisition...
2017-07-04 Soeren ApelIntroduce DecodeSignal class
2017-06-12 Soeren ApelView: Prevent header from being resized when view is...
2017-06-10 Soeren ApelMove trace view files