]> sigrok.org Git - pulseview.git/history - pv/view
Only show sampling points when zoomed in far enough.
[pulseview.git] / pv / view /
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
2016-04-07 Soeren ApelView: Handle pre-existing trace groups correctly
2016-04-07 Soeren ApelView: Restore the original signals_changed() positionin...
2016-04-03 Soeren ApelView: Remove empty trace groups in signals_changed()
2016-04-03 Soeren ApelView: Provide a clear setup path for the initial v_offs...
2016-04-03 Soeren ApelView: Make signals_changed() more predictable
2016-04-03 Soeren ApelTraceTreeItemOwner: Change behavior for empty containers
2016-03-15 Soeren ApelUse natural sort order for DecodeTrace channel selector...
2016-03-13 Uwe HermannFix various typos in code comments.
2016-02-16 Soeren ApelUse the 'default' keyword where applicable. This patch
2016-02-16 Soeren ApelDecodeTrace: Optimize loop (see also da50281d)
2016-02-13 Uwe HermannPrefer Qt string multi-arg form over arg chaining.
2016-02-13 Uwe HermannStandardize on 'event' as name for all Qt events.
2016-02-13 Uwe HermannFix inconsistent declaration parameter names.
2016-02-13 Uwe HermannUse range-based for loops more often.
2016-02-13 Uwe HermannUse nullptr in some more places.
2016-02-04 Soeren ApelDecodeTrace: Remove unnecessary parameters
2016-02-04 Soeren ApelDecodeTrace: Let annotation labels be pushed aside...
2016-02-04 Soeren ApelDecodeTrace: Try to keep annotation labels within the...
2016-02-04 Soeren ApelFix 745 by improving the draw_annotations() block drawi...
2016-01-31 Soeren ApelFix #737 by adding the override specifier where needed
2016-01-31 Soeren ApelFix unit tests and prevent warnings
2016-01-31 Soeren ApelView: Honor ENABLE_DECODE compiler switch
2016-01-03 Joel HoldsworthTrace: Removed hit_box_rect, to remove canvas dragging...
2016-01-03 Joel HoldsworthRevert "Make traces non-draggable outside the header...
2016-01-03 Joel HoldsworthRevert "Make traces only selectable in the header area"
2016-01-03 Joel HoldsworthDecodeTrace: With a rounded rect
2016-01-03 Joel HoldsworthDecodeTrace: Use an stl algorithm to find if all annota...
2015-12-31 Martin LingUpdate to new configuration API.
2015-12-30 Soeren ApelDecodeTrace: Prevent trace height from jumping
2015-12-30 Soeren ApelDecodeTrace: Improve annotation block drawing
2015-12-30 Soeren ApelFix #717 by only updating the name widget when necessary
2015-12-30 Soeren ApelFix #719 by calculating the decoder trace height dynami...
2015-12-30 Soeren ApelMake traces only selectable in the header area
2015-12-30 Soeren ApelMake traces non-draggable outside the header area
2015-12-30 Soeren ApelDecodeTrace: Speed up annotation drawing
2015-12-29 Soeren ApelDecodeTrace: Use correct background colour
2015-12-28 Uwe HermannMinor whitespace and Doxygen fixes.
2015-12-28 Soeren ApelViewport: Allow for vertical dragging as well
2015-12-28 Soeren ApelUse alternating trace background colors when not using...
next