]> sigrok.org Git - pulseview.git/history - pv/devicemanager.cpp
Add segment selector UI + helpers
[pulseview.git] / pv / devicemanager.cpp
2017-07-06 Uwe HermannApply some clang-tidy fixes.
2017-06-27 Uwe HermannMinor Doxygen comment cosmetics.
2017-06-27 Gerhard Sittigdevice manager: Add support for -d cmdline option ...
2017-06-27 Gerhard Sittigdevice manager: Move filter for supported devices to...
2017-06-09 Soeren ApelDeviceManager: Don't perform scans with DMM drivers
2017-05-27 Soeren ApelDeviceManager: Show progress dialog while scanning...
2017-03-28 Uwe HermannUse alphabetical order for #includes.
2017-03-23 Uwe HermannRemove unused "using" declarations.
2017-03-18 Uwe HermannDon't use std:: in the code directly (where possible).
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-02-16 Soeren ApelUse the 'default' keyword where applicable. This patch
2015-12-26 Uwe HermannVarious minor whitespace and consistency fixes.
2015-10-18 Joel HoldsworthReduce include bloat by including boost/thread/{locks...
2015-06-11 Joel HoldsworthDeviceManager: Deprecated build_display_name and friends
2015-05-28 Joel HoldsworthUse device::Devices to represent sigrok Devices
2015-05-28 Joel HoldsworthDeviceManager: Added const context accessor
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
2014-12-13 Joel HoldsworthDeviceManager: Minor tidyup in build_display_name
2014-12-13 Joel HoldsworthDeviceManager: Use boost::algorithm::string::join to...
2014-12-12 Soeren ApelDeviceManager: Introduce full device names
2014-12-03 Joel HoldsworthSession: Renamed files to match class name
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
2014-11-09 Soeren ApelFix bug #285 by handling device display names through...
2014-11-09 Soeren ApelFix device removal in DeviceManager::driver_scan()
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-09-29 Soeren ApelAdd serial_num/connection_id handling and save/restore...
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-01 Joel HoldsworthMoved DeviceManager::use_device and release_device...
2014-03-01 Joel HoldsworthMade DeviceManager only handle Device objects
2014-03-01 Joel HoldsworthAdded pv::device::Device
2014-03-01 Joel HoldsworthMoved DevInst into the pv::device namespace
2014-02-09 Joel HoldsworthWrapped sr_dev_inst in a class: pv::DevInst
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-05-01 Joel Holdsworthpv::DeviceManager now manages opening/closing devices
2013-04-29 Joel HoldsworthFactored device title printing code out into pv::Device...
2013-04-27 Joel HoldsworthAdded DeviceManager