]> sigrok.org Git - pulseview.git/history - pv/session.cpp
Implement MathSignal
[pulseview.git] / pv / session.cpp
2016-12-04 Soeren ApelChange namespace for the trace view and implement ViewBase
2016-09-03 Soeren ApelUpdate main window and dock widget titles as session...
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-08-31 Soeren ApelSave/restore view states and signal settings
2016-08-29 Soeren ApelSession: Implement .sr file save/restore
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-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-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-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 Soeren ApelSession: Keep track of signal data locally
2016-04-11 Soeren ApelSession: Make sure all data is deleted before changing...
2016-04-03 Soeren ApelSession: Don't crash when session.device_ is empty
2016-04-03 Soeren ApelSession: Improve signal handling during device selection
2016-01-03 Uwe HermannFix a bunch of random typos.
2015-12-30 Soeren ApelFix #687: Update channels after removing decoder traces
2015-12-26 Uwe HermannVarious minor whitespace and consistency fixes.
2015-12-21 Stefan Brünssession: make sure signals set is initialized
2015-12-12 Soeren ApelSession: Allow using sample rate from meta packet
2015-11-09 Tilman SauerbeckSession: don't hold sampling_mutex_ during signal emission.
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-20 Uwe HermannMinor update related to the libsigrok analog format...
2015-10-18 Joel HoldsworthSession: Removed signals_mutex(), and made signals...
2015-10-18 Joel HoldsworthReduce include bloat by including boost/thread/{locks...
2015-09-04 Soeren ApelFix #605 by closing current device when another is...
2015-08-19 Soeren ApelFix #626 by stopping acquisition gracefully
2015-08-16 Soeren ApelFix #622 by using the actual sample count per segment
2015-07-29 Soeren ApelSimplify signal clearing in Session::start_capture
2015-07-25 Uwe HermannMinor whitespace fixes.
2015-07-23 Soeren ApelSession: Clear signal data before starting capture
2015-06-11 Uwe Hermanntest: session: Fix a compiler warning/error.
2015-06-11 Joel HoldsworthMoved default device selection into MainWindow
2015-06-11 Joel HoldsworthAdded InputFile
2015-06-11 Joel HoldsworthSession: Support capture before the sigrok::Device...
2015-06-11 Joel HoldsworthSession: Use Device::read_config to read sample limit
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-06-11 Joel HoldsworthSession: Made update_signals handle having a missing...
2015-06-11 Joel HoldsworthSession: Catch errors listing the config keys
2015-06-11 Joel HoldsworthDeviceManager: Deprecated build_display_name and friends
2015-05-28 Joel HoldsworthUse device::Devices to represent sigrok Devices
2015-05-28 Joel HoldsworthSession: Simplified logic of set_device
2015-05-28 Joel HoldsworthSession: Made update_signals non-destructive
2015-05-28 Joel HoldsworthSession: Store signals_ in an unordered_set
2015-01-27 Joel HoldsworthSession: Use set_device to select session file devices
2015-01-27 Joel HoldsworthSession: Renamed set_file to set_session_file
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
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