]> sigrok.org Git - pulseview.git/history - pv/views/trace
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv / views / trace /
2024-01-26 Ramon FelderAnalogSignal: Recalculate scale when restoring div...
2024-01-26 Soeren Apeltrace: Whitespace fix
2024-01-26 Daniel Trnkatrace: fix crash on empty channel name in popup form
2023-10-18 Soeren ApelTrace view: Add setting to keep ruler item selected
2023-10-18 Soeren ApelFix warning and remove cursor pair selected state
2023-10-18 Soeren ApelTimeMarker: Automatically deselect item when popup...
2023-10-18 Soeren ApelFlags: Always save raw text, not display text in sessio...
2023-04-13 Frank StettnerDecodeTrace: Change code path for obsolete Qt constants...
2022-11-30 Vesa-Pekka Palmupv: adjust application source code for Qt6 support
2022-11-21 Gerhard SittigSignal: Add missing item separator in channel names...
2022-11-21 Gerhard Sittigviewport: event->position() isn't Qt 5.12, tweak versio...
2022-10-08 Ramon FelderAnalogSignal: Fix storing of autoranging setting
2022-10-08 Łukasz StelmachViewport: scroll horizontally with the vertical wheel...
2022-09-18 Soeren ApelAdd missing version check
2022-09-13 Soeren ApelFix depreciation warnings caused by newer Qt versions
2022-07-30 Soeren ApelTrace View: Allow context menu to show basic options...
2022-02-24 makigumoTraceView: Set a lower MinScale
2021-06-22 Stefan BrünsFix broken build due to C++ template behind C linkage
2020-12-30 Soeren ApelFix some clang-tidy complaints
2020-12-15 Soeren ApelSignal: Add clarifying comment
2020-12-15 Soeren ApelAnalogSignal: Enforce min neg/pos div count for logic
2020-12-15 Soeren ApelMake AnalogSignal inherit LogicSignal
2020-11-26 Soeren ApelAdd "allow vertical dragging in the view" setting
2020-11-26 Soeren ApelDecodeTrace: Add annotation class to hover text
2020-09-27 Soeren ApelMathSignal: Implement custom math signal dialog
2020-09-27 Soeren ApelMathSignal: Add config dialog
2020-09-03 Soeren ApelFix #1596 by making memory management more robust
2020-08-22 Soeren ApelMake error handling generic improve math error detail
2020-08-22 Soeren ApelMove signal color handling to SignalBase
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
next