Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test to measure lib overhead | Matthias Vogelgesang | 2012-04-02 | 1 | -4/+4 |
| | |||||
* | Fix mock camera | Matthias Vogelgesang | 2012-03-08 | 1 | -7/+33 |
| | | | | All unit tests pass again | ||||
* | Implement single frame grabbing | Matthias Vogelgesang | 2012-03-06 | 1 | -2/+2 |
| | |||||
* | pco: Implement mandatory properties | Matthias Vogelgesang | 2012-03-06 | 1 | -6/+13 |
| | |||||
* | Complete async xfer infrastructure | Matthias Vogelgesang | 2012-03-05 | 1 | -0/+67 |
| | |||||
* | 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 start/stop signal | Matthias Vogelgesang | 2012-03-03 | 1 | -2/+3 |
| | |||||
* | Test property signals | Matthias Vogelgesang | 2012-03-02 | 1 | -0/+2 |
| | |||||
* | Make available binnings mandatory | Matthias Vogelgesang | 2012-03-02 | 1 | -2/+60 |
| | |||||
* | Make UcaCamera a base class not an interface | Matthias Vogelgesang | 2012-03-02 | 1 | -21/+29 |
| | |||||
* | First draft at clean pco object construction | Matthias Vogelgesang | 2012-03-01 | 1 | -5/+7 |
| | |||||
* | Initial prototype of GObject-based libuca | Matthias Vogelgesang | 2012-03-01 | 1 | -0/+125 |