Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement readout-afte-record mode | Matthias Vogelgesang | 2012-04-12 | 1 | -0/+2 |
| | |||||
* | Merge patch from Volker Kaiser | Matthias Vogelgesang | 2012-03-21 | 1 | -0/+4 |
| | |||||
* | Implement single frame grabbing | Matthias Vogelgesang | 2012-03-06 | 1 | -2/+2 |
| | |||||
* | Build mock camera by default and fix warning | Matthias Vogelgesang | 2012-03-05 | 1 | -0/+2 |
| | |||||
* | Add factory method to create new cameras | Matthias Vogelgesang | 2012-03-05 | 1 | -0/+4 |
| | |||||
* | Complete async xfer infrastructure | Matthias Vogelgesang | 2012-03-05 | 1 | -2/+5 |
| | |||||
* | Add asynchronous xfer property | Matthias Vogelgesang | 2012-03-05 | 1 | -0/+1 |
| | |||||
* | Add callback func and change data to gpointer | Matthias Vogelgesang | 2012-03-04 | 1 | -2/+12 |
| | |||||
* | Remove "property-changed" signal | Matthias Vogelgesang | 2012-03-04 | 1 | -1/+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 | -0/+2 |
| | |||||
* | Test property signals | Matthias Vogelgesang | 2012-03-02 | 1 | -0/+2 |
| | |||||
* | Make UcaCamera a base class not an interface | Matthias Vogelgesang | 2012-03-02 | 1 | -4/+20 |
| | |||||
* | 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/+51 |