]> sigrok.org Git - pulseview.git/history - pv
Remove unused "using" declarations.
[pulseview.git] / pv /
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
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().
2017-03-11 Uwe HermannDon't use deprecated headers.
2017-03-11 Uwe HermannUse nullptr in a few places.
2017-03-07 Soeren ApelGlobalSettings: Implement undo function for the "cancel...
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 ApelMainWindow: Restructure add_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-07 Soeren ApelImplement initial version of the settings management
2017-03-07 Soeren ApelFix #829 by not throwing when device can't be used
2017-03-07 Soeren ApelUpdate sr_period_string usage
2017-03-06 Uwe HermannIncrease decoding chunk size for much better performance.
2017-03-04 Piotr Esden-TempskiBring back sticky scroll and coloured background shortcuts.
2017-03-04 Uwe HermannName session tabs "Session 1" per default.
2017-03-03 Piotr Esden-TempskiAdded Ctrl-Q and Ctrl-W shortcuts.
2017-03-03 Piotr Esden-TempskiAdd Run/Stop shortcut.
2017-02-26 Marcus ComstedtDecoderStack: Avoid re-feeding old data after wait_for_...
2017-02-19 Soeren ApelSegment: Do not alter chunks when there are active...
2017-02-18 Soeren ApelView: Fix view item positioning
2017-02-18 Soeren ApelSegment: Move definition of MaxChunkSize
2017-02-15 Soeren ApelAnalogSignal: Split up divs during autoranging if needed
2017-02-15 Soeren ApelAnalogSegment: Calculate min/max also for small sample...
2017-02-15 Soeren ApelPerform autoranging for analog traces also when new...
2017-02-15 Soeren ApelProvide notifiers for when signal data changes
2017-02-15 Soeren ApelImplement autoranging for analog channels
2017-02-15 Soeren ApelStoreSession: Remove outdated comment
2017-02-15 Soeren ApelMainBar: Properly limit the lower value of the sample...
2017-02-10 Soeren ApelSession: Handle frame markers properly
2017-02-08 Soeren ApelAnalogSignal: Allow separate vdiv counts for pos/neg
2017-02-08 Soeren ApelMainBar: Make sure device and GUI are in sync on startup
2017-02-08 Soeren ApelFree unused segment memory after acquisition
2017-02-08 Soeren ApelSwitch segment storage from single vector to vector...
2017-02-02 Soeren ApelUnify get_samples() semantics for AnalogSegment and...
2017-01-20 Soeren ApelConfirm with user also when trying to close the session...
2017-01-19 Soeren ApelConfirm with user when trying to close sessions with...
2017-01-17 Soeren ApelMainWindow: Improve view removal
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-13 Soeren ApelAdd tooltips
2016-12-04 Soeren ApelDecoderStack: Fix "data may be unitialized" error
2016-12-04 Soeren ApelMainWindow: Fix "main_window may be uninitialized"...
2016-12-04 Soeren ApelMainBar: Correct event handler name
2016-12-04 Soeren ApelFix "always zoom to fit" feature
2016-12-04 Soeren ApelImplement views::trace::StandardBar and derive MainBar...
2016-12-04 Soeren ApelMove file loading from MainBar to Session
2016-12-04 Soeren ApelDo not change session name when performing only a selec...
2016-12-04 Soeren ApelFix #849 by making sure no references to the DecodeTrac...
2016-12-04 Soeren ApelMainWindow: Update tab text when session name changes
2016-12-04 Soeren ApelDecoderStack: Remove unneeded shared_ptr use
2016-12-04 Soeren ApelDecodeTrace: Remove unneeded pointer to the signalbase...
2016-12-04 Soeren ApelMainWindow: Add settings button
2016-12-04 Soeren ApelMainWindow: Add separator
2016-12-04 Soeren ApelMainWindow: Don't use get_active_view() to determine...
2016-12-04 Soeren ApelMainWindow: Fix session error slot declaration
2016-12-04 Soeren ApelMove run/stop button from the menu bar to the tab widget
2016-12-04 Soeren ApelMainWindow: Select new session after creation
2016-12-04 Soeren ApelMainWindow: Prevent the QTabWidget from collapsing...
2016-12-04 Soeren ApelMainWindow: Update session tab when focusing a differen...
2016-12-04 Soeren ApelMove the "new session" button to the main window's...
2016-12-04 Soeren ApelMainWindow: Fix dock nesting
2016-12-04 Soeren ApelMainWindow: Allow tabs to be closed
next