]> sigrok.org Git - pulseview.git/history - pv/view/decodetrace.h
Don't use Qt-defined keywords, they can cause problems with other headers.
[pulseview.git] / pv / view / decodetrace.h
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