Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use property notification instead of signal | Matthias Vogelgesang | 2012-03-05 | 1 | -8/+42 |
| | | | | | | | Up to this point we used a custom signal to notify about starting and stopping recording of data. However, such signals come (almost) for free for each property. This way, you can query "is-recording" but also be notified when "is-recording" was changed by the camera itself. | ||||
* | Add mock test | Matthias Vogelgesang | 2012-03-05 | 1 | -0/+98 |