]> sigrok.org Git - pulseview.git/history - pv/popups/deviceoptions.cpp
Snapshot: Renamed to Segment
[pulseview.git] / pv / popups / deviceoptions.cpp
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
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-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...