]> sigrok.org Git - pulseview.git/history - pv/session.cpp
Add generic "Create marker here" context menu entry
[pulseview.git] / pv / session.cpp
2018-06-05 Soeren ApelFix #1166 by using the correct array size
2018-06-05 Soeren ApelSession: Handle failing sigrok::Device::read_config...
2018-05-30 Soeren ApelFix #540 by introducing a method to reset the view...
2018-05-25 Soeren ApelAdd imported files to the session save/restore mechanism
2018-05-22 Soeren ApelSession: Allow an SR_DF_META packet to override the...
2018-05-17 Gerhard Sittigsession: apply input format match to interactively...
2018-05-13 Gerhard Sittigsession: add support to auto detect input format (for...
2018-04-19 Soeren ApelDon't use qDebug().noquote() for now (bug #1169)
2018-04-15 Soeren ApelCentralize session error notification
2018-04-08 Soeren ApelSession: Don't process packets without sample data
2018-04-04 Soeren ApelAdd DecodeSignal and Session error logging
2018-03-30 Soeren ApelSession: Set "segment complete" flags when no frames...
2018-03-23 Dan Horákfix catching polymorphic types by value
2018-03-03 Soeren ApelSession: Fix trigger handling
2018-02-23 Soeren ApelSession: Add error messages
2018-02-21 Soeren ApelTiny whitespace fix
2018-02-07 Soeren ApelSession/View: Save triggers in a list and use it
2018-01-09 Soeren ApelAdd segment display mode UI controls and some related...
2018-01-09 Soeren ApelSession: Make get_segment_count() consider all segments
2018-01-09 Soeren ApelAdd segment_id to all segment classes
2018-01-05 Soeren ApelImplement Trace::ShowLastCompleteSegmentOnly display...
2017-12-27 Soeren ApelFlesh out segment display mode handling
2017-11-17 Philipp MarekSession: Fix mismatched delete operator.
2017-10-29 Soeren ApelRework new segment notification mechanism
2017-10-09 Soeren ApelSession: Query the device's sample rate when needed...
2017-09-22 Soeren ApelAdd segment selector UI + helpers
2017-08-14 Soeren ApelSession: Rework frame handling
2017-08-03 Soeren ApelRemove SignalBase::A2LChannel
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
next