]> sigrok.org Git - pulseview.git/history - pv/view
Installer: Update icon cache also after uninstallation
[pulseview.git] / pv / view /
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 ApelAnalogSignal: Temporarily disable analog signal conversion
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 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-11 Uwe HermannFix a build issue with std::roundf() on Android.
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-03-31 Uwe HermannAdd a hotkey and setting for showing/hiding the minor...
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-28 Uwe HermannUse alphabetical order for #includes.
2017-03-27 Soeren ApelSpeed up analog trace painting
2017-03-23 Uwe HermannRandom simplifications, cosmetics/whitespace/consistenc...
2017-03-23 Uwe HermannUse bool literals for boolean values.
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 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 ApelUse presence of logic/analog data as indicator of chann...
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-13 Soeren ApelTraceView: Use sticky scrolling setting directly
2017-03-12 Soeren ApelTie the "sticky scrolling" setting in with the settings...
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().
2017-03-11 Uwe HermannDon't use deprecated headers.
2017-03-07 Soeren ApelTraceView: Fix "always zoom to fit" feature
2017-03-07 Soeren ApelTraceView: Only perform "always zoom to fit" for the...
2017-03-07 Soeren ApelIntroduce ViewBase::is_main_view
2017-03-07 Soeren ApelTie the "always zoom to fit" setting in with the settin...
2017-03-07 Soeren ApelTie the "use coloured bg" setting in with the settings...
2017-03-04 Piotr Esden-TempskiBring back sticky scroll and coloured background shortcuts.
2017-02-18 Soeren ApelView: Fix view item positioning
2017-02-15 Soeren ApelAnalogSignal: Split up divs during autoranging if needed
2017-02-15 Soeren ApelPerform autoranging for analog traces also when new...
2017-02-15 Soeren ApelImplement autoranging for analog channels
2017-02-08 Soeren ApelAnalogSignal: Allow separate vdiv counts for pos/neg
2017-02-08 Soeren ApelSwitch segment storage from single vector to vector...
2017-01-13 Soeren ApelTraceView: Center traces more than once
2017-01-13 Soeren ApelTraceView: Center traces vertically after view creation
2017-01-12 Soeren ApelTraceView: Fix variable name
2017-01-12 Soeren ApelTraceView: Restore vertical offset
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-12-26 Perttu AholaMainWindow, View::View: Fix two memory errors reported...
2016-12-04 Soeren ApelFix #849 by making sure no references to the DecodeTrac...
2016-12-04 Soeren ApelDecodeTrace: Remove unneeded pointer to the signalbase...
2016-12-04 Soeren ApelChange namespace for the trace view and implement ViewBase
2016-08-31 Soeren ApelSave/restore view states and signal settings
2016-08-28 Soeren ApelSession: Save/restore channel info and top-level decoder
2016-08-18 Soeren ApelFix signal connection for view::Signal and SignalBase...
2016-08-18 Soeren ApelMove view-independent data from view::DecodeTrace to...
2016-08-18 Soeren ApelMove signals to views and make Session handle multiple...
2016-08-18 Soeren ApelUse SignalBase instead of LogicSignal for decoders
2016-08-18 Soeren ApelRemove data_ also for LogicSignal and use SignalBase...
2016-08-18 Soeren ApelMove signal data to SignalBase and adjust view::AnalogS...
2016-08-18 Soeren ApelRename Trace::channel_ to Trace::base_, including depen...
2016-08-18 Soeren ApelIntroduce pv::data::SignalBase
2016-07-24 Soeren ApelViewWidget: Define ViewTypes
2016-07-20 Soeren ApelView: Move assertion after assignment
2016-05-19 Elias OenalTrace: Make popup forms compatible with OSX
2016-05-03 Soeren ApelDecodeTrace: Let the view know when we need more space
2016-05-03 Soeren ApelDecodeTrace: Make sure first row's label width can...
2016-04-18 Soeren ApelView: Remove unnecessary methods
2016-04-18 Soeren ApelFix #771 by using black with alpha instead of an opaque...
2016-04-17 Soeren ApelFix #777 by using a workaround for assumed glibmm bug
2016-04-17 Soeren ApelFix #705 by preventing the use of invalid instances
2016-04-13 Soeren ApelAnalogSignal: Make sure the trace is redrawn when chang...
2016-04-13 Soeren ApelTrace/AnalogSignal: Improve contrast and precision...
2016-04-13 Soeren ApelView: Make sure unused groups are freed
2016-04-08 Soeren ApelDecodeTrace: Make an empty decode trace appear symmetrical
2016-04-08 Soeren ApelDecodeTrace: Replace magic number by proper calculation
2016-04-07 Soeren ApelAnalogSignal: Implement info text for V/div display
2016-04-07 Soeren ApelAnalogSignal: Implement resolution selector in dialog
2016-04-07 Soeren ApelAnalogSignal: Use Q_OBJECT and implement vdiv selector...
2016-04-07 Soeren ApelAnalogSignal: Use correct scaling factor for the grid...
2016-04-07 Soeren ApelAnalogSignal: Implement vertical grid
next