]> sigrok.org Git - pulseview.git/history - pv
Segment: Include <memory> so we don't get error at compile time
[pulseview.git] / pv /
2022-09-26 Paul KasemirSegment: Include <memory> so we don't get error at...
2022-09-18 Soeren ApelFix #1663 by handling the case where annotations aren...
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-25 Gerhard SittigDecodeSignal: Optionally send EOF to decoder session
2022-02-24 makigumoTraceView: Set a lower MinScale
2022-02-22 Gerhard SittigDevice: Display "continuous" checkbox when settable...
2021-12-21 Soeren ApelApplication: Do not show unsupported device drivers...
2021-12-21 Soeren ApelDevice: Ignore some more false flags
2021-12-18 Soeren ApelGlobalSettings: Use gsize instead of guint
2021-12-17 Soeren ApelBinary output view: Highlight byte range currently...
2021-09-29 Soeren ApelGlobalSettings: Use g_memdup2 if available
2021-06-22 RalfFix Bug #1649 (Save dialog does not close automatically)
2021-06-22 RalfSave data: Catch Error exception
2021-06-22 RalfSave dialog: Fix cancellation
2021-06-22 Stefan BrünsFix broken build due to C++ template behind C linkage
2021-02-15 Soeren ApelDecodeSignal: Support unitsize > 1 for logic output
2021-02-13 Soeren ApelDecodeSignal: Receive RLE-encoded PD logic output data
2021-02-13 Soeren ApelDecodeSignal: Increase robustness to catch errors in PDs
2021-02-13 Soeren ApelDecodeSignal: Use better colors and names for decoder...
2021-02-13 Soeren ApelUse separate logic output muxing vectors for each decoder
2021-02-13 Soeren ApelContinue work on SRD_OUTPUT_LOGIC
2021-02-13 Soeren ApelAllow re-loading sessions to work with PD output signals
2021-02-13 Soeren ApelInitial support for SRD_OUTPUT_LOGIC
2021-01-02 Soeren ApelSimplify segment complete notifications and fix error...
2020-12-31 Soeren ApelFix some clang-tidy complaints
2020-12-31 riktwFix handling of 64 channel devices
2020-12-30 Soeren ApelFix some clang-tidy complaints
2020-12-29 Soeren ApelFix malformed declaration in MathSignal and add missing...
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-12-12 Soeren ApelFix #1629 more by fixing the notification handling
2020-11-26 Soeren ApelAdd "allow vertical dragging in the view" setting
2020-11-26 Soeren ApelDecodeTrace: Add annotation class to hover text
2020-11-23 Soeren ApelFix #1629 by not reallocating DecodeSegments
2020-11-18 Soeren ApelPrevent Qt from crashing PV by only showing the first...
2020-11-15 Soeren ApelFix #1637 by auto-assigning only to unused signals
2020-11-13 Soeren ApelAdd "start acquisition for all devices" option
2020-11-13 Soeren ApelFix #1591 by updating Logic and Analog if needed
2020-10-25 Soeren ApelMainWindow: Make on_run_stop_clicked() public
2020-10-25 Mickael Boschhandle SIGUSR1 signal to run/stop the capture, UNIX...
2020-10-16 Soeren ApelFix #1607 by ignoring common read-only config keys
2020-09-27 Soeren ApelMathSignal: Implement custom math signal dialog
2020-09-27 Soeren ApelApplication: Also show exprtk version in application...
2020-09-27 Soeren ApelMathSignal: Add config dialog
2020-09-16 Uwe Hermannpv/exprtk.hpp: Fix Windows build issues.
2020-09-05 Soeren ApelDecodeSignal: Update thread handling to match previous...
2020-09-05 Soeren ApelChannel popup: Don't use exceptions
2020-09-05 Soeren ApelFix #1596 by fixing some race conditions
2020-09-03 Soeren ApelFix #1596 by making memory management more robust
2020-08-23 Soeren ApelMathSignal: Rename sig_sample() to sample()
2020-08-23 Soeren ApelMathSignal: Check for enabled signals
2020-08-22 Soeren ApelRestore math signals as well
2020-08-22 Soeren ApelMake error handling generic improve math error detail
2020-08-22 Soeren ApelRework all subthread-based workers to make notification...
2020-08-22 Soeren ApelSignalBase: Prevent race condition for memory access
2020-08-22 Soeren ApelBetter segment handling in math signal and lock avoidance
2020-08-22 Soeren ApelMove signal color handling to SignalBase
2020-08-22 Soeren ApelMathSignal: Mark segments as complete
2020-08-22 Soeren ApelMathSignal: Allow use of other signals
2020-08-22 Soeren ApelImplement single sample value getters
2020-08-22 Soeren ApelMathSignal: Use error message
2020-08-22 Soeren ApelImplement MathSignal
2020-08-22 Soeren ApelDevice binding: Notify user when a config option is...
2020-08-15 Soeren ApelIntroduce math signals
2020-08-02 Soeren ApelSignalBase: Don't check for signal types, check based...
2020-07-31 Soeren ApelDecodeSignal: Fix typo
2020-07-19 Soeren ApelSettings: Add SIGROKDECODE_DIR notice so that users...
2020-07-16 Uwe Hermannpv/util.hpp: Workaround for a Boost::serialization...
2020-07-13 Soeren ApelFix #1567 by showing a custom text for the minimum...
2020-07-12 Valentin OchsAllow setting a frame limit
2020-07-11 Soeren ApelTabularDecView: Fix some UI issues
2020-07-03 Soeren ApelDecodeSignal: Don't use exceptions for regular program...
2020-07-03 Soeren ApelTabularDecView: Prevent a race condition
2020-07-02 Soeren ApelInclude translations and editors in about dialog
2020-06-25 Soeren ApelFix #1183 by adding a workaround for srzip handling
2020-06-25 Soeren ApelMainBar: Make sure session save path is reset on non...
2020-06-25 Valentin OchsAdd a new action to save to the last .sr file, and...
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-09 Soeren ApelDecodeSignal: Ignore decode signals when restoring...
2020-06-08 Uwe HermannMinor whitespace fixes.
2020-06-08 Soeren ApelTabularDecView: Model fixes
2020-05-29 Soeren ApelFix #1549 by notifying user of wrong input parameter...
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 Uwe Hermannrowdata.hpp: Minor indentation fixes.
2020-05-11 Soeren ApelSignalBase: Add SignalGroup class and handling
next