]> sigrok.org Git - pulseview.git/history - pv/popups/probes.cpp
Add missing default to switch/case block.
[pulseview.git] / pv / popups / probes.cpp
2014-08-03 Soeren ApelFix comment and increase readability in probes.cpp
2014-08-03 Soeren ApelFix bug #392 by improving empty list/map handling
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-05-23 Joel HoldsworthReplaced BOOST_FOREACH with C++11 range-based for loops
2014-05-23 Joel HoldsworthReplaced lengthy iterator types with the auto keyword
2014-03-25 Uwe HermannUpdate for 'probe' -> 'channel' rename in libsigrok.
2014-03-25 Uwe HermannUpdate for 'probe_group' -> 'channel_group' rename...
2014-03-01 Joel HoldsworthMoved DevInst into the pv::device namespace
2014-02-09 Joel HoldsworthWrapped sr_dev_inst in a class: pv::DevInst
2014-01-12 Joel HoldsworthFixed missing includes and formward declarations hidden...
2014-01-12 Joel HoldsworthReplaced QToolBar in probes popup
2014-01-12 Joel HoldsworthImplemented support for probe groups
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-10-14 Joel HoldsworthMade Probes popup reusable
2013-10-13 Joel HoldsworthProbes popup now live applies properly
2013-10-13 Joel HoldsworthSplit DeviceOptions dialog into two popups: DeviceOptio...