]> sigrok.org Git - pulseview.git/history - pv/session.hpp
Refactor channel/signal handling
[pulseview.git] / pv / session.hpp
2020-05-11 Soeren ApelRefactor channel/signal handling
2020-05-03 Soeren ApelAdd metadata object handling
2020-02-19 Soeren ApelSession: Use ordered container to preserve DecodeTrace...
2020-02-14 Soeren ApelSession: Save meta objs for all views
2020-01-12 Soeren ApelFix #1448 by using different captions for the Run button
2019-11-27 Soeren ApelImplement adding different view types
2019-05-04 Tilman SauerbeckSession: Use a monotonic clock to measure acquisition...
2019-04-22 Soeren ApelStyle fixes
2019-04-22 Devan LaiAdd -s / --settings parameter to load a session setup...
2019-04-18 Soeren ApelSession: Measure acquisition time
2019-03-10 Soeren ApelFix #1147 by implementing decoder selector subwindow
2019-03-02 Soeren ApelFix #971: Allow saving/restoring of session setups
2019-01-18 Soeren ApelSession: Enable logic data acquisition using gstreamer
2018-02-10 Uwe HermannMinGW: Fix a compile error due to a missing #include.
2018-02-07 Soeren ApelSession/View: Save triggers in a list and use it
2018-02-07 Soeren ApelSession: Clean up header a little
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-05 Soeren ApelImplement Trace::ShowLastCompleteSegmentOnly display...
2017-12-27 Soeren ApelFlesh out segment display mode handling
2017-10-29 Soeren ApelRework new segment notification mechanism
2017-09-22 Soeren ApelAdd segment selector UI + helpers
2017-08-14 Soeren ApelSession: Rework frame handling
2017-07-05 Soeren ApelMake sigrok::Context semi-global and use libsigrok...
2017-07-05 Soeren ApelSession: Break up add_decoder()
2017-07-04 Soeren ApelIntroduce DecodeSignal class
2017-06-27 Gerhard Sittigsession: Add support for input format options (-I cmdli...
2017-03-28 Uwe HermannDrop unused boost-thread dependency.
2017-03-23 Uwe HermannConsistenty use auto-generated namespace comments.
2017-03-23 Uwe HermannRandom simplifications, cosmetics/whitespace/consistenc...
2017-03-23 Uwe HermannRemove unused "using" declarations.
2017-03-18 Uwe HermannDon't use std:: in the code directly (where possible).
2017-02-08 Soeren ApelFree unused segment memory after acquisition
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 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