]> sigrok.org Git - pulseview.git/history - pv/views/trace
Implement MathSignal
[pulseview.git] / pv / views / trace /
2020-08-22 Soeren ApelImplement MathSignal
2020-08-15 Soeren ApelIntroduce math signals
2020-06-25 Valentin OchsReplace obsolete/deprecated Qt methods
2020-06-25 Soeren ApelDecodeTrace: Don't start hidden_row_hider inbetween...
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-22 Soeren ApelMake the analog value voltage display more sane
2020-05-21 Uwe HermannFix a few #include guard inconsistencies.
2020-05-21 Soeren ApelFix a compiler warning
2020-05-21 Soeren ApelFix compile issues with some compiler versions
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 ApelReplace deprecated qVariantFromValue
2020-05-03 Soeren ApelImplement MetadataObjMousePos and use it in the Tabular...
2020-05-03 Soeren ApelIntroduce DecodeSignal::annotation_visibility_changed...
2020-05-03 Soeren ApelImplement MainViewRange meta obj and tab_dec::ViewModeV...
2020-05-03 Soeren ApelTabularDecView-related bug fixes
2020-05-03 Soeren ApelTabularDecView: Column header context menu and focus...
2020-05-03 Soeren ApelAdd row colors and some fixes
2020-05-03 Soeren ApelMove row/annotation color management out of DecodeTrace
2020-05-03 Soeren ApelSignal: Reorganize predefined signal names and add...
2020-03-29 Soeren ApelFix #1525 by increasing the allowed unit/div range
2020-03-16 Soeren Apelclang-tidy fixes
2020-03-16 Soeren Apelclazy fixes
2020-03-16 Soeren ApelFix #1505 by always updating the DecodeTrace height...
2020-03-16 Soeren ApelFix two small decode bugs
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-19 Soeren ApelSession: Use ordered container to preserve DecodeTrace...
2020-02-12 Soeren ApelDecodeTrace: Perform delayed row initialization once...
2020-02-11 Soeren ApelTraceView: Implement view scroll margins
2020-02-06 Soeren ApelDecodeTrace: Prevent user from hiding the only row
2020-02-02 Soeren ApelDecodeTrace: Allow row hiding
2020-01-31 Soeren ApelDecodeTrace: Always show row if its class selector...
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 build
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-22 Soeren ApelFix #1290 by allowing the cursor to show samples
2020-01-22 Miklos MartonTraceView: Add context menu to the cursor
2020-01-22 Soeren ApelDecodeTrace: Add buttons to show/hide all classes in...
2020-01-18 Soeren ApelTraceView: Fix still-highlighted trace after closing...
2020-01-12 Scott ShawcroftIgnore touch events generated by a TrackPad.
2020-01-10 Soeren ApelMinor decode refactorizations
2020-01-07 Soeren Apelclang-tidy and clazy proposals
2020-01-05 Soeren ApelDecodeTrace: Disallow row hiding for the time being
2020-01-05 Soeren ApelDecodeTrace: Add FlowLayout and integrate it
2020-01-05 Soeren ApelDecodeTrace: Add class color to selector checkboxes
2020-01-05 Soeren ApelDecodeTrace: Calculate row and annotation colors only...
2020-01-05 Soeren ApelDecodeTrace: Add profiling and some optimizations
2020-01-01 Soeren ApelRename Decoder::shown() and such
2020-01-01 Soeren ApelFix some DecodeTrace UI issues
2020-01-01 Soeren ApelDecodeTrace: Fix some UI bugs
2020-01-01 Soeren ApelDecodeTrace: Highlight row expand markers when a class...
2020-01-01 Soeren ApelRework decoder infrastructure
2020-01-01 Soeren ApelImplement hidable rows
2020-01-01 Soeren ApelDecodeTrace: Add widget container
2020-01-01 Soeren ApelImplement expansion marker animation and its infrastructure
2019-12-23 Soeren ApelDecodeTrace: Various fixes after the refactoring
2019-12-23 Soeren ApelDecodeTrace: Honor a decoder's shown flag
2019-12-23 Soeren ApelInternal decoder class handling refactoring
2019-12-23 Soeren ApelIntroduce views::trace::RowData and everything that...
2019-12-22 Soeren ApelFix #852 by handling ViewWidget::leaveEvent() properly
2019-12-21 Soeren ApelDecodeTrace: Fix on_setting_changed() handling
2019-12-21 Soeren ApelMake new views take over the main view's signal settings
2019-12-20 Soeren ApelFix #977 properly by checking whether a row actually...
2019-12-20 Soeren ApelAdd DecoderOutputView save button and action
2019-12-16 Soeren ApelVarious binary output-related changes
2019-12-12 Soeren ApelDecoderOutputView: Directly use DecodeBinaryClass as...
2019-12-11 Soeren ApelVarious PD-related changes
2019-12-10 Soeren ApelMove DecodeChannel from data:: to data::decoder::
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-25 Soeren ApelDecoderOutput: Add basic view skeleton
2019-11-24 Soeren ApelFix #1440 by moving shortcuts from the main window...
2019-11-24 Soeren ApelFix #1431 by using per-instance member variables
2019-11-23 Uwe Hermannviews/trace: Fix two -fsanitize=undefined issues.
2019-11-11 Soeren ApelDecodeTrace: Add fallback icon for edit-paste action
2019-11-09 Soeren ApelFix compiler warnings
2019-11-09 Miklos MartonAdd temporary snapping disable menu to markers and...
2019-11-07 Soeren ApelFix #1107 more by copying also to the mouse selection...
2019-11-07 Soeren ApelFix #1412 more by allowing the PD stack menu to be...
2019-11-07 Soeren ApelFix #977 by introducing a setting for always showing...
2019-11-06 Soeren ApelFix #1107 by implementing a copy-to-clipboard menu...
2019-11-06 Soeren ApelFix #1412 by only showing suitable PDs, not all of...
2019-09-07 Soeren ApelTrace: Use scroll bars for popups with too much content
2019-07-31 Miklos MartonAdd home and end shortcuts
2019-07-06 Uwe Hermanncursors: Fix mouse cursor shape to be horizontal arrows.
2019-07-05 Soeren ApelDon't return valid time() for the cursor pair
2019-07-05 Soeren ApelStyle and architecture fixes
2019-07-05 jasegShow relative time of flags on hover
2019-07-05 jasegAccept new position on enter press in cursor popups
2019-07-05 jasegFix ruler double-click to add cursor in right position
2019-07-05 Soeren ApelTrace View: Move ruler time conversion from View to...
2019-07-04 jasegShow ruler timestamps in cursors and popups
next