]> sigrok.org Git - pulseview.git/history - pv/view/decodetrace.cpp
Replaced lengthy iterator types with the auto keyword
[pulseview.git] / pv / view / decodetrace.cpp
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.
2014-02-01 Joel HoldsworthExtract only the subset of annotations that are in...
2014-02-01 Uwe HermannDraw stacked decoder traces below the other PDs (avoids...
2014-02-01 Uwe Hermannpv::view::DecodeTrace: Draw annotation rows according...
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-28 Joel HoldsworthHandle C-strings as UTF-8
2013-12-27 Joel HoldsworthMoved annotation painting code into DecodeTrace, and...
2013-12-27 Joel HoldsworthStore annotations as objects emplaced in the vector
2013-12-09 Joel HoldsworthMake header width responsive to label text
2013-12-02 Joel HoldsworthRenamed get_samplerate to samplerate
2013-12-02 Joel HoldsworthRenamed pv::view::LogicSignal::data to logic_data
2013-12-02 Joel HoldsworthPaint the unresolved area to show the decode progress
2013-11-30 Joel HoldsworthAdded message when there is an empty decode stack
2013-11-30 Joel HoldsworthAdded decoder stack item deletion
2013-11-30 Joel HoldsworthCreated DecoderGroupBox widget
2013-11-30 Joel HoldsworthUpdate the popup when a decoder is stacked
2013-11-30 Joel HoldsworthImplemented decoder stacking
2013-11-30 Joel HoldsworthRenamed pv::data::Decoder to DecoderStack
2013-11-30 Joel HoldsworthIntegrated stacking button
2013-11-19 Joel HoldsworthRenamed DecodeSignal to DecodeTrace