Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add callback func and change data to gpointer | Matthias Vogelgesang | 2012-03-04 | 1 | -1/+1 |
| | |||||
* | Remove "property-changed" signal | Matthias Vogelgesang | 2012-03-04 | 1 | -2/+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 cooling point mechanism | Matthias Vogelgesang | 2012-03-04 | 1 | -0/+47 |
| | |||||
* | Handle Framegrabber errors more gracefully | Matthias Vogelgesang | 2012-03-04 | 1 | -9/+21 |
| | |||||
* | pco: Binnings array | Matthias Vogelgesang | 2012-03-03 | 1 | -3/+84 |
| | |||||
* | Add start/stop signal | Matthias Vogelgesang | 2012-03-03 | 1 | -1/+3 |
| | |||||
* | Make UcaCamera a base class not an interface | Matthias Vogelgesang | 2012-03-02 | 1 | -12/+8 |
| | |||||
* | First draft at clean pco object construction | Matthias Vogelgesang | 2012-03-01 | 1 | -12/+141 |
| | |||||
* | Initial prototype of GObject-based libuca | Matthias Vogelgesang | 2012-03-01 | 1 | -0/+138 |