Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use property notification instead of signal | Matthias Vogelgesang | 2012-03-05 | 1 | -25/+20 | |
| | | | | | | | 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 callback func and change data to gpointer | Matthias Vogelgesang | 2012-03-04 | 1 | -1/+6 | |
| | ||||||
* | Remove "property-changed" signal | Matthias Vogelgesang | 2012-03-04 | 1 | -9/+0 | |
| | | | | | | | | | There is already the nice "notify" signal that does essentially the same with a twist. It also allows per-property signals by calling g_signal_connect(cam, "notify::cooling-point", G_CALLBACK(func), NULL); Nice. | |||||
* | Add start/stop signal | Matthias Vogelgesang | 2012-03-03 | 1 | -2/+23 | |
| | ||||||
* | Test property signals | Matthias Vogelgesang | 2012-03-02 | 1 | -11/+28 | |
| | ||||||
* | Make available binnings mandatory | Matthias Vogelgesang | 2012-03-02 | 1 | -0/+40 | |
| | ||||||
* | Make UcaCamera a base class not an interface | Matthias Vogelgesang | 2012-03-02 | 1 | -16/+72 | |
| | ||||||
* | First draft at clean pco object construction | Matthias Vogelgesang | 2012-03-01 | 1 | -6/+6 | |
| | ||||||
* | Initial prototype of GObject-based libuca | Matthias Vogelgesang | 2012-03-01 | 1 | -0/+115 | |