]> sigrok.org Git - pulseview.git/history - pv/view/decodetrace.h
RowItem: Replaced fixed signal heights with extents
[pulseview.git] / pv / view / decodetrace.h
2014-11-19 Joel HoldsworthRowItem: Replaced fixed signal heights with extents
2014-11-19 Joel HoldsworthDecodeTrace: Removed set_view
2014-11-19 Joel HoldsworthDecodeTrace: Combined together get_pixels_offset with...
2014-11-19 Joel HoldsworthTrace: Converted on_hover_point_changed signal to direc...
2014-11-19 Joel HoldsworthDecodeTrace: Simplified and reduced calls to View
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-08-27 Martin LingDon't use Qt-defined keywords, they can cause problems...
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-04-14 Uwe HermannRename 'probe' to 'channel' (libsigrokdecode change).
2014-02-16 Joel HoldsworthAdded row heading text
2014-02-11 Joel HoldsworthRemoved SigSession from Trace
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
2013-12-27 Joel HoldsworthMoved annotation painting code into DecodeTrace, and...
2013-12-02 Joel HoldsworthPaint the unresolved area to show the decode progress
2013-11-30 Joel HoldsworthAdded decoder stack item deletion
2013-11-30 Joel HoldsworthAdded missing forward-declaration to DecodeTrace
2013-11-30 Joel HoldsworthImplemented decoder stacking
2013-11-30 Joel HoldsworthRenamed pv::data::Decoder to DecoderStack
2013-11-19 Joel HoldsworthRenamed DecodeSignal to DecodeTrace