]> sigrok.org Git - pulseview.git/history - pv/views/trace/view.cpp
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv / views / trace / view.cpp
2022-11-30 Vesa-Pekka Palmupv: adjust application source code for Qt6 support
2022-07-30 Soeren ApelTrace View: Allow context menu to show basic options...
2022-02-24 makigumoTraceView: Set a lower MinScale
2020-12-30 Soeren ApelFix some clang-tidy complaints
2020-12-15 Soeren ApelMake AnalogSignal inherit LogicSignal
2020-08-22 Soeren ApelImplement MathSignal
2020-08-15 Soeren ApelIntroduce math signals
2020-06-25 Soeren ApelTabularDecView: Allow return/enter press and don't...
2020-05-24 Soeren ApelFix MetadataObjMainViewRange handling when main view...
2020-05-23 Soeren ApelMake sure get_time_extents() uses a signal that data...
2020-05-22 Soeren ApelFix view setting restoration
2020-05-21 Soeren ApelFix a compiler warning
2020-05-11 Soeren ApelContinue reworking the channel/signal handling
2020-05-11 Soeren ApelRefactor channel/signal handling
2020-05-11 Soeren ApelTraceView: Don't use unordered sets and maps
2020-05-03 Soeren ApelImplement MetadataObjMousePos and use it in the Tabular...
2020-05-03 Soeren ApelImplement MainViewRange meta obj and tab_dec::ViewModeV...
2020-05-03 Soeren ApelTabularDecView: Column header context menu and focus...
2020-02-24 Soeren ApelUse ordered data types for signals and use first signal...
2020-02-23 Soeren ApelTraceView: Prevent decode traces from changing order
2020-02-11 Soeren ApelTraceView: Implement view scroll margins
2020-01-30 Soeren ApelDecodeTrace: Add "%c" to the format string
2020-01-28 Soeren ApelFix #1457 by adding markers, cursors and zero offset...
2020-01-25 Soeren ApelFix various focus- and hotkey-related issues
2020-01-22 Miklos MartonTraceView: Add shortcuts for attaching the cursor edges...
2020-01-07 Soeren Apelclang-tidy and clazy proposals
2020-01-01 Soeren ApelImplement hidable rows
2020-01-01 Soeren ApelImplement expansion marker animation and its infrastructure
2019-12-21 Soeren ApelMake new views take over the main view's signal settings
2019-12-20 Soeren ApelAdd DecoderOutputView save button and action
2019-12-11 Soeren ApelVarious PD-related changes
2019-11-27 Soeren ApelSave/restore view type
2019-11-27 Soeren ApelChange parameter to ViewBase constructor
2019-11-25 Soeren ApelMore preparation and some settings handling cleanup
2019-11-24 Soeren ApelFix #1440 by moving shortcuts from the main window...
2019-11-23 Uwe Hermannviews/trace: Fix two -fsanitize=undefined issues.
2019-07-31 Miklos MartonAdd home and end shortcuts
2019-07-05 Soeren ApelStyle and architecture fixes
2019-07-05 jasegShow relative time of flags on hover
2019-07-05 Soeren ApelTrace View: Move ruler time conversion from View to...
2019-07-04 jasegShow ruler timestamps in cursors and popups
2019-07-04 Soeren ApelFixes
2019-07-04 jasegTrace view: Allow setting cursors via shift-drag
2019-02-26 Soeren ApelFix #1338 ("show time zero at the trigger" option)
2018-10-22 Soeren ApelRuler: Add "Set as zero point" context menu entry
2018-10-21 Soeren ApelFix random clazy warnings
2018-10-21 Soeren ApelFix clazy warnings regarding range-for references
2018-10-20 Soeren ApelFix #1222 by adding a tooltip for when there isn't...
2018-10-16 Soeren ApelAdd generic "Create marker here" context menu entry
2018-10-13 Soeren ApelUse QMenu->popup() instead of QMenu->exec() everywhere
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-08-21 Soeren ApelFix regression introduced by 2980ff2da269c9ed
2018-08-21 Soeren ApelImplement annotation export from the DecodeTrace contex...
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 ApelView: Don't set scroll defaults more than once
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