Added DeviceManager
authorJoel Holdsworth <joel@airwebreathe.org.uk>
Sat, 27 Apr 2013 20:53:21 +0000 (21:53 +0100)
committerJoel Holdsworth <joel@airwebreathe.org.uk>
Sat, 27 Apr 2013 21:00:32 +0000 (22:00 +0100)
commit107ca6d350b51186d12dac9273f6ed130b3f5dd7
tree1bed718e4e0d543b16adc214679f6c3e2b412c7e
parentf9541bde559ebdad1dff36bd27a2656ada99c6da
Added DeviceManager

This class now manages the application device list, scanning for
devices, and releasing them when they are no longer needed.

This fixes bug #108.
CMakeLists.txt
main.cpp
pv/devicemanager.cpp [new file with mode: 0644]
pv/devicemanager.h [new file with mode: 0644]
pv/dialogs/connect.cpp
pv/dialogs/connect.h
pv/mainwindow.cpp
pv/mainwindow.h