]> sigrok.org Git - pulseview.git/commit
Split annotation data set into rows, and improved painting.
authorJoel Holdsworth <redacted>
Sun, 2 Feb 2014 17:48:47 +0000 (17:48 +0000)
committerUwe Hermann <redacted>
Sun, 2 Feb 2014 20:57:10 +0000 (21:57 +0100)
commitf9101a91fc942a28515872ae6c7285973bd54b91
treedc9c3536acffaf00f6b45a48a87024c10c342692
parentd2899ad580eea569f3b167e8c9ebcb913194c6b6
Split annotation data set into rows, and improved painting.

This has allowed the removal of Annotation::_row and Annotation::_pd_index
CMakeLists.txt
pv/data/decode/annotation.cpp
pv/data/decode/annotation.h
pv/data/decode/row.cpp [new file with mode: 0644]
pv/data/decode/row.h [new file with mode: 0644]
pv/data/decode/rowdata.cpp [new file with mode: 0644]
pv/data/decode/rowdata.h [new file with mode: 0644]
pv/data/decoderstack.cpp
pv/data/decoderstack.h
pv/view/decodetrace.cpp