]> sigrok.org Git - pulseview.git/commit
TabularDecView: Make the model/view work
authorSoeren Apel <redacted>
Fri, 10 Apr 2020 11:49:52 +0000 (13:49 +0200)
committerUwe Hermann <redacted>
Sun, 3 May 2020 15:20:55 +0000 (17:20 +0200)
commitf54e68b03d5d24c7787962fcc701d8d52b0ec8ab
treec93a39e222b0e814ce7b9cb55023536ca4c0b523
parent24d69d27584c7adec70bc0d6db764a3db04fce3c
TabularDecView: Make the model/view work
14 files changed:
CMakeLists.txt
pv/data/decode/annotation.cpp
pv/data/decode/annotation.hpp
pv/data/decode/decoder.cpp
pv/data/decode/decoder.hpp
pv/data/decode/rowdata.cpp
pv/data/decode/rowdata.hpp
pv/data/decodesignal.cpp
pv/data/decodesignal.hpp
pv/views/tabular_decoder/item.cpp [deleted file]
pv/views/tabular_decoder/model.cpp
pv/views/tabular_decoder/view.cpp
pv/views/tabular_decoder/view.hpp
test/CMakeLists.txt