]> sigrok.org Git - pulseview.git/history - pv
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv /
2024-03-14 Soeren ApelSession: Fix issue #67 by improving error handling master github/master
2024-01-26 Ramon FelderAnalogSignal: Recalculate scale when restoring div...
2024-01-26 haseciluAdd new translators to "About" section
2024-01-26 Soeren Apeltrace: Whitespace fix
2024-01-26 Daniel Trnkatrace: fix crash on empty channel name in popup form
2023-10-21 Soeren ApelSession: Record acquisition start time and use it when...
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-05-17 Vesa-Pekka PalmuMainWindow: Move show_session_error to signals
2023-04-13 Frank StettnerDecodeTrace: Change code path for obsolete Qt constants...
2023-04-09 Soeren ApelStoreSession: Use Glib::DateTime
2023-04-08 Soeren ApelStoreSession: Also send SR_DF_HEADER packet
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 Self Not FoundSettings: Fix the default item in the language combobox
2022-10-08 Gerhard SittigDecodeSignal: Process late annotations which are sent...
2022-10-08 Łukasz StelmachViewport: scroll horizontally with the vertical wheel...
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
next