]> sigrok.org Git - pulseview.git/history - pv/popups/deviceoptions.cpp
Update property widgets before showing device config popup
[pulseview.git] / pv / popups / deviceoptions.cpp
2018-05-06 Soeren ApelUpdate property widgets before showing device config...
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2015-01-27 Joel HoldsworthRenamed pv::binding::DeviceOptions and DecoderOptions...
2015-01-27 Joel HoldsworthMoved pv::prop:bindings classes into pv::bindings namespace
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
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...