]> sigrok.org Git - pulseview.git/history - pv
Settings: Add decoder settings page
[pulseview.git] / pv /
2017-06-08 Soeren ApelSettings: Add decoder settings page
2017-06-08 Soeren ApelDecodeTrace: Change initial pin config description...
2017-06-07 Soeren ApelFix #970 by making sure the session state handler can...
2017-06-06 Soeren ApelFix #775 by catching and handling the thrown exception
2017-06-06 Soeren ApelMainWindow: Don't try to close a session when there...
2017-06-06 Soeren ApelView: Introduce settings_restored_
2017-06-06 Soeren ApelFix #862 by implementing -c / --clean
2017-06-06 Soeren ApelFix #969 by scheduling another call after a small delay
2017-06-06 Uwe HermannDrop some trailing whitespace.
2017-06-06 Uwe HermannFix sigrok spelling in two places.
2017-06-06 Sergey Alirzaevpermit file names not containing dots on import
2017-06-05 Uwe HermannAllow users to set initial pin states for decoders.
2017-06-05 Soeren ApelDevice: Minor whitespace change
2017-06-05 Soeren ApelDevice: Make capability listing more robust
2017-06-05 Soeren ApelView: Optimize header pane sizing
2017-06-03 Soeren ApelDon't use Q_EMIT, it's not needed anymore
2017-06-02 Soeren ApelView: Limit header pane width
2017-06-02 Soeren ApelView: Save/restore splitter state
2017-06-02 Soeren ApelRemove Header::BaselineOffset and move arrows as needed...
2017-06-02 Soeren ApelFix #957 and #874 by implementing the pane splitter
2017-05-30 Soeren ApelView: Adjust top margin when needed
2017-05-30 Soeren ApelTraceView: Improve the way we do the initial scrolling...
2017-05-30 Soeren ApelPaint sampling points on the actual trace, not the...
2017-05-28 Sylvain Munautviewport: Allow smoother zoom using vertical scroll...
2017-05-28 Soeren ApelAnalogSegment: Speed up processing of interleaved sampl...
2017-05-28 Soeren ApelAnalogSignal: Temporarily disable analog signal conversion
2017-05-27 Soeren ApelFix #958 by using new method that auto-converts analog...
2017-05-27 Soeren ApelSignalBase: Always hook into signal data, not just...
2017-05-27 Soeren ApelDeviceManager: Show progress dialog while scanning...
2017-05-27 Soeren ApelSettings Dialog: Visually break up items in the about...
2017-05-26 Soeren ApelRework signaling mechanism for trace repainting
2017-05-26 Soeren ApelAnalogSignal: Only report an extent change when there...
2017-05-26 Soeren ApelSignalBase: Also emit data related signals
2017-05-26 Soeren ApelDisable context menus that could lead to users removing...
2017-05-26 Soeren ApelFix #895 by adapting to Qt5 and cleaning up properly
2017-05-26 Soeren ApelMainBar: Fix notification message
2017-05-26 Soeren ApelFix #942 by making sure we always have at least one...
2017-05-26 Soeren ApelFix #940 by updating the div spin boxes when needed
2017-05-26 Uwe HermannAbout: Also list glibmm/boost/libsigrokdecode version...
2017-05-26 Uwe HermannAbout: Also show libsigrok libs and features.
2017-05-13 Martin LingAvoid wrapping driver names etc in about box.
2017-05-11 Uwe HermannFix a build issue with std::roundf() on Android.
2017-05-05 Uwe HermannImprove icon/theme handling.
2017-05-05 Uwe HermannRename icons to match freedesktop.org icon naming speci...
2017-05-05 Soeren ApelTests: Add another unit test for Segment class
2017-05-05 Soeren ApelSegment: Rework append_samples() so it can handle large...
2017-05-05 Soeren ApelAnalogSignal: Don't paint logic when there's no logic...
2017-05-03 Joel HoldsworthViewItem: Moved bg_colour_state into ViewItemPaintParams
2017-05-03 Joel HoldsworthViewPort: Make ViewItemPaintParams mutable
2017-05-03 Joel HoldsworthTimeMarker: Align to a integer pixel offset
2017-05-03 Joel HoldsworthTrace: Fixed background rectangle
2017-05-03 Joel HoldsworthTrace: Removed coloured_bg state
2017-05-03 Joel HoldsworthDecodeTrace: Make annotation block background opaque
2017-04-16 Gerhard SittigSettings: About: alpha-sort list of protocol decoders
2017-04-16 Gerhard SittigSettings: About: add sigrok internal libraries to versi...
2017-03-31 Uwe HermannAdd a hotkey and setting for showing/hiding the minor...
2017-03-30 Uwe HermannAdd a tooltip for the "Delete decoder trace" icon.
2017-03-30 Uwe HermannAdd a tooltip for the "Show/hide decoder trace" icon.
2017-03-30 Uwe HermannAdd a tooltip for the decoder name in the decoder popup.
2017-03-30 Uwe HermannAdd a tooltip for the "Stack decoder" button/dropdown.
2017-03-30 Uwe HermannAdd a tooltip for the "Add decoder" button.
2017-03-30 Uwe Hermannbinding: Add description tooltips to almost all binding...
2017-03-30 Uwe Hermannprop/bool: Add a tooltip containing a description.
2017-03-30 Uwe Hermannbinding/prop: Add a description field.
2017-03-28 Uwe Hermannwellarray.hpp: Add missing #include guards.
2017-03-28 Uwe HermannDrop unused boost-thread dependency.
2017-03-28 Uwe HermannUse alphabetical order for #includes.
2017-03-27 Uwe HermannWhitespace cosmetics.
2017-03-27 Soeren ApelSpeed up analog trace painting
2017-03-23 Soeren ApelSignalBase: Don't use static state
2017-03-23 Soeren ApelSettings: Whitespace fix
2017-03-23 Uwe HermannConsistenty use auto-generated namespace comments.
2017-03-23 Uwe HermannRandom simplifications, cosmetics/whitespace/consistenc...
2017-03-23 Uwe HermannUse the "default" keyword.
2017-03-23 Uwe HermannUse bool literals for boolean values.
2017-03-23 Uwe HermannDon't use redundant void argument.
2017-03-23 Uwe HermannDon't use deprecated headers.
2017-03-23 Uwe HermannUse nullptr in a few places.
2017-03-23 Uwe HermannRemove unused "using" declarations.
2017-03-22 Soeren ApelSettings: Add Qt version
2017-03-22 Soeren ApelDecoderStack: Fix memory leak
2017-03-22 Soeren ApelAnalogSignal: display type-related improvements
2017-03-22 Soeren ApelAnalogSignal: Implement converted logic trace painting
2017-03-22 Soeren ApelLogicSignal: Don't depend on device_ being valid
2017-03-22 Soeren ApelAnalogSignal: Add conversion type and display type
2017-03-22 Soeren ApelSignalBase: Implement A2D conversions
2017-03-22 Soeren ApelSession: Make sure we don't try to add a non-existant...
2017-03-22 Soeren ApelLogicSegment: Remove constructor requiring sigrok:...
2017-03-22 Soeren ApelLogicSegment: Make constructor and append_payload(...
2017-03-22 Soeren ApelUse presence of logic/analog data as indicator of chann...
2017-03-22 Soeren ApelSignalBase: Allow checking for logic data directly
2017-03-22 Soeren ApelIntroduce PV-internal channel types
2017-03-18 Uwe HermannDon't use std:: in the code directly (where possible).
2017-03-17 Uwe HermannOnly show sampling points when zoomed in far enough.
2017-03-17 Uwe HermannShow sampling points in analog traces.
2017-03-17 Uwe HermannAnalogSignal::paint_trace(): Factor out a const variable.
2017-03-17 Uwe HermannAdd a hotkey to show/hide sampling points.
2017-03-17 Uwe HermannShow sampling points in logic traces.
2017-03-16 Uwe HermannIncrease session saving chunk size for much better...
2017-03-13 Soeren ApelTraceView: Use sticky scrolling setting directly
next