Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More meaningful async test | Matthias Vogelgesang | 2012-04-17 | 1 | -4/+9 |
| | | | | | Before we just checked that the callback was called. Now we check that it is called as often as expected. | ||||
* | Fix property setting | Matthias Vogelgesang | 2012-04-17 | 1 | -2/+2 |
| | |||||
* | Quick fix for openSUSE 11.3 with GLib 2.24 | Matthias Vogelgesang | 2012-03-08 | 1 | -3/+3 |
| | |||||
* | Add factory method to create new cameras | Matthias Vogelgesang | 2012-03-05 | 1 | -0/+9 |
| | |||||
* | Complete async xfer infrastructure | Matthias Vogelgesang | 2012-03-05 | 1 | -3/+32 |
| | |||||
* | Fix error handling | Matthias Vogelgesang | 2012-03-05 | 1 | -0/+1 |
| | | | | Obviously, unit tests pay off. | ||||
* | 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 |