]> sigrok.org Git - pulseview.git/history - pv/session.cpp
Typo fix: treshold -> threshold
[pulseview.git] / pv / session.cpp
2017-07-05 Soeren ApelMake sigrok::Context semi-global and use libsigrok...
2017-07-05 Soeren ApelFix #888 by incrementing i only once per iteration
2017-07-05 Soeren ApelFix #832 by saving/restoring the decoder stack without...
2017-07-05 Soeren ApelSession: Break up add_decoder()
2017-07-05 Soeren ApelFix #981 by adding non-device signals upon view creation
2017-07-04 Soeren ApelMerge DecoderStack into DecodeSignal
2017-07-04 Soeren ApelRework decode channel auto-assignment
2017-07-04 Soeren ApelIntroduce DecodeSignal class
2017-06-27 Uwe HermannMinor Doxygen comment cosmetics.
2017-06-27 Gerhard Sittigsession: Add support for input format options (-I cmdli...
2017-06-10 Soeren ApelAdjust trace view namespace
2017-06-10 Soeren ApelMove trace view files
2017-06-06 Soeren ApelFix #775 by catching and handling the thrown exception
2017-05-27 Soeren ApelFix #958 by using new method that auto-converts analog...
2017-03-28 Uwe HermannDrop unused boost-thread dependency.
2017-03-28 Uwe HermannUse alphabetical order for #includes.
2017-03-23 Uwe HermannRandom simplifications, cosmetics/whitespace/consistenc...
2017-03-23 Uwe HermannUse bool literals for boolean values.
2017-03-23 Uwe HermannRemove unused "using" declarations.
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 ApelUse presence of logic/analog data as indicator of chann...
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-12 Soeren ApelSession: Don't reset session name for file devices
2017-03-11 Uwe HermannUse emplace_back() where possible.
2017-03-11 Uwe HermannPrefer std::make_shared().
2017-03-07 Soeren ApelFix #829 by not throwing when device can't be used
2017-03-04 Uwe HermannName session tabs "Session 1" per default.
2017-02-15 Soeren ApelProvide notifiers for when signal data changes
2017-02-10 Soeren ApelSession: Handle frame markers properly
2017-02-08 Soeren ApelFree unused segment memory after acquisition
2017-02-08 Soeren ApelSwitch segment storage from single vector to vector...
2017-01-19 Soeren ApelConfirm with user when trying to close sessions with...
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-12-04 Soeren ApelMove file loading from MainBar to Session
2016-12-04 Soeren ApelFix #849 by making sure no references to the DecodeTrac...
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.
next