]> sigrok.org Git - pulseview.git/history - pv/views
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv / views /
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-12-17 Soeren ApelBinary output view: Highlight byte range currently...
2021-06-22 Stefan BrünsFix broken build due to C++ template behind C linkage
2021-02-13 Soeren ApelInitial support for SRD_OUTPUT_LOGIC
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-12-12 Soeren ApelFix remaining invalid disconnect() calls
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-07-11 Soeren ApelTabularDecView: Fix some UI issues
2020-07-03 Soeren ApelTabularDecView: Prevent a race condition
2020-06-25 Soeren ApelTabularDecView: Try to handle a race condition in the...
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-06-08 Soeren ApelTabularDecView: Model fixes
2020-05-24 Soeren ApelFix MetadataObjMainViewRange handling when main view...
2020-05-24 Soeren ApelTabularDecView: Some fixes and refactorings
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-21 Soeren ApelTabularDecView: Fix model issues and improve ViewModeVi...
2020-05-11 Soeren ApelQHexView: Only use as many digits for the address as...
2020-05-11 Soeren ApelContinue reworking the channel/signal handling
2020-05-11 Soeren ApelPrepare for generated signals
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 ApelFix #1540 by adding a null pointer check
2020-05-03 Soeren ApelImplement MetadataObjMousePos and use it in the Tabular...
2020-05-03 Soeren ApelTabularDecView: Remove unnecessary stuff
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: Fix invalid assert()
2020-05-03 Soeren ApelAdd metadata object handling
2020-05-03 Soeren ApelTabularDecView: Implement "focus on latest"
2020-05-03 Soeren ApelTabularDecView: Implement "hide hidden rows/classes...
2020-05-03 Soeren ApelTabularDecView: Hide vertical header
2020-05-03 Soeren ApelTabularDecModel: Fix multi-row selection issue
2020-05-03 Soeren ApelTabularDecView: Implement saving as CSV
2020-05-03 Soeren ApelTabularDecView-related bug fixes
2020-05-03 Soeren ApelTabularDecView: Column header context menu and focus...
2020-05-03 Soeren ApelTabularDecView: Visually indent annotations by PD stack...
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 ApelTabularDecView: Increase robustness
2020-05-03 Soeren ApelTabularDecView: Make the model/view work
2020-05-03 Soeren ApelAdd tabular decoder view
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 ApelQHexView: Also check for empty chunk list
2020-03-16 Soeren ApelRename decoder output view to binary decoder output...
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-06 Soeren ApelQHexView: Change background of hex digit header
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
next