]> sigrok.org Git - pulseview.git/history - pv
Implement autoranging for analog channels
[pulseview.git] / pv /
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
2016-12-04 Soeren ApelMainWindow: Use regular pointer for QDockWidgets
2016-12-04 Soeren ApelMainWindow: Use a QTabWidget to display the QDockWidgets
2016-12-04 Soeren ApelChange namespace for the trace view and implement ViewBase
2016-12-04 Soeren ApelMainWindow: Make session naming consistent
2016-09-04 Soeren ApelMainWindow: Fix crash on closing last session
2016-09-04 Soeren ApelMainBar: Remove empty menu button
2016-09-03 Soeren ApelMainWindow: Don't return bogus view
2016-09-03 Soeren ApelUpdate main window and dock widget titles as session...
2016-09-03 Soeren ApelMainWindow: Don't save sessions that have no device
2016-09-02 Soeren ApelSession: Fix signal mappings for the views
2016-09-02 Soeren ApelAllow dock windows to be closed and handle this properly
2016-09-01 Soeren ApelAdd "new session" and "new view" toolbar buttons
2016-09-01 Soeren ApelMainWindow: Enable dock nesting
2016-08-31 Soeren ApelSave/restore view states and signal settings
2016-08-29 Soeren ApelSession: Implement .sr file save/restore
2016-08-29 Soeren ApelFix crash when saving session with open files
2016-08-29 Soeren ApelLet SignalBase store/restore its internal data
2016-08-28 Soeren ApelSession: Save/restore channel info and top-level decoder
2016-08-28 Soeren ApelSignalBase: Add internal name
2016-08-28 Soeren ApelMainWindow/MainBar: Fix signals
2016-08-27 Soeren ApelSession/MainBar: Fix device change handling
2016-08-27 Soeren ApelSession: Fix include order
2016-08-27 Soeren ApelImplement multi-session handling
2016-08-26 Soeren ApelMake the first view own the toolbar instead of the...
2016-08-22 Soeren ApelMainWindow: Remove menu bar
2016-08-18 Soeren ApelMainWindow: Prevent Qt from restoring the dock widgets
2016-08-18 Soeren ApelRemove context menu for central MainWindow widget
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-08-16 Soeren ApelFix #814 by using PNG application logo instead of SVG
2016-08-16 Soeren ApelMake view windows non-closeable
2016-08-16 Soeren ApelImplement MainWindow::add_view()
2016-07-24 Soeren ApelViewWidget: Define ViewTypes
2016-07-24 Soeren ApelIntroduce MainWindow::get_active_view()
2016-07-24 Soeren ApelUse a QDockWidget to contain the view
2016-07-20 Soeren ApelView: Move assertion after assignment
2016-06-26 Aurelien JacobsDevice: add support for list of discrete values for...
2016-06-26 Soeren ApelConnect dialog: Fix up UI and allow for VXI
2016-06-26 Soeren ApelConnect dialog: Fix constructor initialization order
2016-06-26 whitequarkConnect dialog: Add support for connecting to raw-tcp...
2016-06-24 Soeren ApelFix #805 by resetting selected device on failure
2016-06-24 Soeren ApelFix warning for unused Session::sample_thread_proc...
2016-06-24 Soeren ApelSession: Improve session robustness
2016-05-19 Elias OenalTrace: Make popup forms compatible with OSX
2016-05-19 Soeren ApelSession: Keep track of signal data locally
2016-05-09 Soeren ApelInputFile: Use new reset() function to allow re-reading...
2016-05-03 Soeren ApelDecoderStack: Force a viewport update more frequently
2016-05-03 Soeren ApelFix #792 by making sure we don't request samples that...
2016-05-03 Soeren ApelConnect dialog: Make button caption more clear
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...
next