]> sigrok.org Git - pulseview.git/history - pv/views/viewbase.hpp
Implement expansion marker animation and its infrastructure
[pulseview.git] / pv / views / viewbase.hpp
2020-01-01 Soeren ApelImplement expansion marker animation and its infrastructure
2019-12-21 Soeren ApelMake new views take over the main view's signal settings
2019-12-11 Soeren ApelVarious PD-related changes
2019-11-27 Soeren ApelSave/restore view type
2019-11-27 Soeren ApelChange parameter to ViewBase constructor
2019-11-27 Soeren ApelImplement adding different view types
2019-11-25 Soeren ApelMore preparation and some settings handling cleanup
2019-02-26 Soeren ApelFix #1338 ("show time zero at the trigger" option)
2018-05-30 Soeren ApelFix #540 by introducing a method to reset the view...
2018-03-05 Soeren ApelFix #1132 by passing segment IDs, not segment instances
2018-02-07 Soeren ApelSession/View: Save triggers in a list and use it
2018-02-07 CenkronProvide a settings checkbox for showing zero at the...
2018-01-09 Soeren ApelSupply the segment ID when adding samples to optimize...
2018-01-05 Soeren ApelImplement Trace::ShowLastCompleteSegmentOnly display...
2017-10-29 Soeren ApelRework new segment notification mechanism
2017-07-04 Soeren ApelIntroduce DecodeSignal class
2017-05-26 Soeren ApelRework signaling mechanism for trace repainting
2017-03-23 Uwe HermannRandom simplifications, cosmetics/whitespace/consistenc...
2017-03-23 Uwe HermannDon't use deprecated headers.
2017-03-23 Uwe HermannUse nullptr in a few places.
2017-03-18 Uwe HermannDon't use std:: in the code directly (where possible).
2017-03-07 Soeren ApelIntroduce ViewBase::is_main_view
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-12-04 Soeren ApelChange namespace for the trace view and implement ViewBase