Replaced BOOST_FOREACH with C++11 range-based for loops
[pulseview.git] / pv / popups / deviceoptions.cpp
2014-05-23 Joel HoldsworthReplaced BOOST_FOREACH with C++11 range-based for loops
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-11 Joel HoldsworthHide the configure device button when the popup would...
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-10-13 Joel HoldsworthUse auto-apply in DeviceOptions popup
2013-10-13 Joel HoldsworthSplit DeviceOptions dialog into two popups: DeviceOptio...