]> sigrok.org Git - pulseview.git/commit
Fix #1147 by implementing decoder selector subwindow
authorSoeren Apel <redacted>
Sat, 9 Mar 2019 15:29:10 +0000 (16:29 +0100)
committerSoeren Apel <redacted>
Sun, 10 Mar 2019 19:33:28 +0000 (20:33 +0100)
commit97378470ded88af84edaa0f1063d10d834475665
tree69b602b134a9c81e2ec2bab4df5d0b677b3f6211
parent58cd5b584f5bcb19d7c9bd28391c53dd2488fc59
Fix #1147 by implementing decoder selector subwindow
14 files changed:
CMakeLists.txt
pv/mainwindow.cpp
pv/mainwindow.hpp
pv/session.cpp
pv/session.hpp
pv/subwindows/decoder_selector/item.cpp [new file with mode: 0644]
pv/subwindows/decoder_selector/model.cpp [new file with mode: 0644]
pv/subwindows/decoder_selector/subwindow.cpp [new file with mode: 0644]
pv/subwindows/decoder_selector/subwindow.hpp [new file with mode: 0644]
pv/subwindows/subwindowbase.cpp [new file with mode: 0644]
pv/subwindows/subwindowbase.hpp [new file with mode: 0644]
pv/toolbars/mainbar.cpp
pv/toolbars/mainbar.hpp
test/CMakeLists.txt