]> sigrok.org Git - pulseview.git/history - pv/session.hpp
MainWindow: Prevent the QTabWidget from collapsing when empty
[pulseview.git] / pv / session.hpp
2016-12-04 Soeren ApelChange namespace for the trace view and implement ViewBase
2016-09-02 Soeren ApelAllow dock windows to be closed and handle this properly
2016-08-31 Soeren ApelSave/restore view states and signal settings
2016-08-27 Soeren ApelSession/MainBar: Fix device change handling
2016-08-27 Soeren ApelImplement multi-session handling
2016-08-26 Soeren ApelMake the first view own the toolbar instead of the...
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 ApelMove signal data to SignalBase and adjust view::AnalogS...
2016-08-18 Soeren ApelIntroduce pv::data::SignalBase
2016-06-24 Soeren ApelFix warning for unused Session::sample_thread_proc...
2016-05-19 Soeren ApelSession: Keep track of signal data locally
2015-11-09 Tilman SauerbeckSession: document the purpose of sampling_mutex_.
2015-11-05 Soeren ApelFix #685 by adding a special T marker when SR_DT_TRIGGE...
2015-11-04 Soeren ApelRefactoring: move samplerate algo from View to Session
2015-10-24 Uwe Hermannwin32: Re-fix the Windows build (namespace pollution...
2015-10-18 Joel HoldsworthSession: Removed signals_mutex(), and made signals...
2015-10-18 Joel HoldsworthReduce include bloat by including boost/thread/{locks...
2015-08-19 Soeren ApelFix #626 by stopping acquisition gracefully
2015-06-11 Joel HoldsworthDevice: Replaced Session::read_sample_rate with read_config
2015-06-11 Joel HoldsworthSession: Converted data_mutex_ into a std::recursive_mutex
2015-06-11 Joel HoldsworthSession: Removed device parameter from update_signals
2015-05-28 Joel HoldsworthUse device::Devices to represent sigrok Devices
2015-05-28 Joel HoldsworthSession: Fixed header guard
2015-05-28 Joel HoldsworthSession: Store signals_ in an unordered_set
2015-02-27 Vladislav Ivanovwin32: Fix the Windows build (namespace pollution via...
2015-01-27 Joel HoldsworthModified header guards to match file names
2015-01-27 Joel HoldsworthSession: Tidied class declarations
2015-01-27 Joel HoldsworthSession: Renamed set_file to set_session_file
2014-12-10 Joel HoldsworthSnapshot: Renamed to Segment
2014-12-09 Joel HoldsworthSignalData: Moved samplerate into Snapshot
2014-12-03 Joel HoldsworthSession: Renamed files to match class name