]> sigrok.org Git - pulseview.git/shortlog
pulseview.git
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 Uwe HermannBump requirements to libsigrok/libsigrokdecode 0.5.0.
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 Hermannbuild: Add missing check for glib.
2017-05-26 Uwe Hermannbuild: Add missing check for glibmm.
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-09 Uwe HermannLog settings location when using "-l 5".
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-04-02 Uwe HermannDon't use AUTORCC, this would require cmake >= 3.0.
2017-03-31 Uwe HermannINSTALL: Fix incorrect gcc/clang minimum versions.
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 HermannSimplify Qt5 setup, require cmake >= 2.8.12.
2017-03-28 Uwe HermannDrop support for Qt4.
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 Hermannmain.cpp: Minor consistency fixes found by clang-tidy.
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
2017-03-13 Soeren ApelSettings: Activate first item upon dialog creation
2017-03-13 Soeren ApelSettings: Change icon for "Views"
2017-03-12 Soeren ApelTie the "sticky scrolling" setting in with the settings...
2017-03-12 Soeren ApelSettings: Change view settings shortcuts
2017-03-12 Soeren ApelIntegrate the about dialog into the settings dialog
2017-03-12 Soeren ApelSettings: Prettify the settings dialog
2017-03-12 Soeren ApelSession: Don't reset session name for file devices
2017-03-11 Uwe HermannUse the "default" keyword.
2017-03-11 Uwe HermannUse emplace_back() where possible.
2017-03-11 Uwe HermannUse bool literals for boolean values.
2017-03-11 Uwe HermannDon't use redundant void argument.
2017-03-11 Uwe HermannPrefer std::make_shared().
next