]> sigrok.org Git - pulseview.git/history - pv/view/decodetrace.cpp
Rework signaling mechanism for trace repainting
[pulseview.git] / pv / view / decodetrace.cpp
2017-05-03 Joel HoldsworthViewPort: Make ViewItemPaintParams mutable
2017-05-03 Joel HoldsworthDecodeTrace: Make annotation block background opaque
2017-03-30 Uwe HermannAdd a tooltip for the decoder name in the decoder popup.
2017-03-30 Uwe HermannAdd a tooltip for the "Stack decoder" button/dropdown.
2017-03-28 Uwe HermannUse alphabetical order for #includes.
2017-03-23 Uwe HermannRandom simplifications, cosmetics/whitespace/consistenc...
2017-03-23 Uwe HermannRemove unused "using" declarations.
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-11 Uwe HermannPrefer std::make_shared().
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-12-04 Soeren ApelDecodeTrace: Remove unneeded pointer to the signalbase...
2016-12-04 Soeren ApelChange namespace for the trace view and implement ViewBase
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 ApelRename Trace::channel_ to Trace::base_, including depen...
2016-08-18 Soeren ApelIntroduce pv::data::SignalBase
2016-05-03 Soeren ApelDecodeTrace: Let the view know when we need more space
2016-05-03 Soeren ApelDecodeTrace: Make sure first row's label width can...
2016-04-08 Soeren ApelDecodeTrace: Make an empty decode trace appear symmetrical
2016-04-08 Soeren ApelDecodeTrace: Replace magic number by proper calculation
2016-03-15 Soeren ApelUse natural sort order for DecodeTrace channel selector...
2016-02-16 Soeren ApelDecodeTrace: Optimize loop (see also da50281d)
2016-02-13 Uwe HermannPrefer Qt string multi-arg form over arg chaining.
2016-02-13 Uwe HermannUse range-based for loops more often.
2016-02-04 Soeren ApelDecodeTrace: Remove unnecessary parameters
2016-02-04 Soeren ApelDecodeTrace: Let annotation labels be pushed aside...
2016-02-04 Soeren ApelDecodeTrace: Try to keep annotation labels within the...
2016-02-04 Soeren ApelFix 745 by improving the draw_annotations() block drawi...
2016-01-03 Joel HoldsworthDecodeTrace: With a rounded rect
2016-01-03 Joel HoldsworthDecodeTrace: Use an stl algorithm to find if all annota...
2015-12-30 Soeren ApelDecodeTrace: Prevent trace height from jumping
2015-12-30 Soeren ApelDecodeTrace: Improve annotation block drawing
2015-12-30 Soeren ApelFix #719 by calculating the decoder trace height dynami...
2015-12-30 Soeren ApelDecodeTrace: Speed up annotation drawing
2015-12-29 Soeren ApelDecodeTrace: Use correct background colour
2015-12-26 Uwe HermannVarious minor whitespace and consistency fixes.
2015-12-02 Tilman SauerbeckDecodeTrace: Don't dereference iterator pointing at...
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 Jens SteinhauserUse a type with a greater resolution to represent time...
2015-08-25 Soeren ApelFix #510 by disabling removal of the last decoder from...
2015-07-25 Uwe HermannMinor whitespace fixes.
2015-06-11 Joel HoldsworthReplaced NULL with nullptr
2015-05-28 Joel HoldsworthSession: Store signals_ in an unordered_set
2015-01-27 Joel HoldsworthRenamed pv::binding::DeviceOptions and DecoderOptions...
2015-01-27 Joel HoldsworthMoved pv::prop:bindings classes into pv::bindings namespace
2014-12-28 Joel HoldsworthDecodeTrace: Removed text_height_
2014-12-28 Joel HoldsworthRowItemOwner: Renamed appearance_changed to row_item_ap...
2014-12-28 Joel HoldsworthRowItemPaintParams: Renamed to ViewItemPaintParams
2014-12-12 Soeren ApelDecodeTrace: Correct row calculation/tooltip position...
2014-12-10 Soeren ApelDecodeTrace: Remove hide_hover_annotation() as it's...
2014-12-10 Joel HoldsworthDecodeTrace: Removed incorrect use of get_text_colour
2014-12-10 Joel HoldsworthSnapshot: Renamed to Segment
2014-12-09 Joel HoldsworthDecoderStack: Emancipate from SignalData
2014-12-09 Joel HoldsworthRenamed pv::data::Analog::get_snapshots and Logic:...
2014-12-09 Joel HoldsworthRowItemParams: Added font and text_height
2014-12-09 Joel HoldsworthTrace: Make paint_axis take RowItemPaintParams
2014-12-09 Joel HoldsworthRowItem: Bundled painting parameters into RowItemPaintP...
2014-12-03 Joel HoldsworthSession: Renamed files to match class name
2014-11-22 Joel HoldsworthSession: Renamed pv::SigSession to Session
2014-11-22 Joel HoldsworthDecodeTrace: Don't attempt to hover if the trace hasn...
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
2014-11-19 Joel HoldsworthRowItemOwner: Replaced parent notification scheme
2014-11-19 Joel HoldsworthRowItem: Split appart visual and layout v offsets
2014-11-19 Joel HoldsworthRowItem: Replaced fixed signal heights with extents
2014-11-19 Joel HoldsworthSigSession: Converted _signals_mutex into a boost:...
2014-11-19 Joel HoldsworthSigSession: Added signals_mutex(), and made signals...
2014-11-19 Joel HoldsworthReplace View ownership of traces with RowItemOwner
2014-11-19 Joel HoldsworthTrace: Renamed get_name() to name()
2014-11-19 Joel HoldsworthDecodeTrace: Removed set_view
2014-11-19 Joel HoldsworthReplaced duplicated code with Trace::get_y
2014-11-19 Joel HoldsworthDecodeTrace: Combined together get_pixels_offset with...
2014-11-19 Joel HoldsworthDecodeTrace: Tidied up get_sample_range
2014-11-19 Joel HoldsworthDecodeTrace: Simplified and reduced calls to View
2014-11-18 Soeren ApelDecodeTrace: Make tool tips use mapToGlobal() of the...
2014-11-14 Soeren ApelFix bug #477 by keeping track of visible rows, not...
2014-11-13 Soeren ApelDecodeTrace: Provide tool tips for annotations
2014-11-13 Soeren ApelTrace: Introduce hover_point_changed()
2014-11-13 Soeren ApelDecodeTrace: Refactor sample helpers and simplify metho...
2014-11-13 Soeren ApelDecodeTrace: Turn row_height and text_height into class...
2014-08-29 Martin LingRename 'probe' to 'channel' everywhere.
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-05-23 Joel HoldsworthReplaced BOOST_FOREACH with C++11 range-based for loops
2014-05-23 Joel HoldsworthReplaced lengthy iterator types with the auto keyword
2014-05-04 Marcus ComstedtFix polymorphic function lookup problem
2014-04-14 Uwe HermannRename 'probe' to 'channel' (libsigrokdecode change).
2014-03-13 Joel HoldsworthDo not attempt to draw text for small annotations
2014-03-04 Joel HoldsworthAdded missing include for boost::hash_combine
2014-02-16 Joel HoldsworthAdded row heading text
2014-02-11 Joel HoldsworthRemoved SigSession from Trace
2014-02-09 Joel HoldsworthDecodeTrace: Draw the error over the unresolved period
2014-02-09 Joel HoldsworthAdded some missing fromUtf8s
2014-02-08 Joel HoldsworthImproved decode annotation colouring
2014-02-02 Joel HoldsworthAdded show/hide decoder button
2014-02-02 Joel HoldsworthImproved row annotation colouring
2014-02-02 Joel HoldsworthSplit annotation data set into rows, and improved painting.
next