| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-29 | Fixed a bug in mock plugin | Timo Dritschler | |
| Fixed test-mock still using obsolete 'frame-rate' property | |||
| 2013-12-12 | Add new API call uca_camera_is_recording | Matthias Vogelgesang | |
| 2013-03-13 | Use GInitable to pass properties to plugins | Matthias Vogelgesang | |
| 2013-02-18 | Set plugin path to the built mock module | Matthias Vogelgesang | |
| 2012-10-16 | Add temperature unit and descriptions for pco | Matthias Vogelgesang | |
| 2012-10-16 | Integrate initial unit facility | Matthias Vogelgesang | |
| 2012-10-09 | Fix #150: Add "frames-per-second" property | Matthias Vogelgesang | |
| Right now, there is only information for the DIMAX camera about the actual inherent system delay. For all other cameras fps = 1. / t_exp. | |||
| 2012-10-08 | Generate introspection files | Matthias Vogelgesang | |
| Unfortunately, the gir tools recognize anything with $PREFIX_new_$SUFFIX as some kind of constructor. This means that we have to rename uca_plugin_manager_new_camera() to uca_plugin_manager_get_camera(). | |||
| 2012-09-21 | Port the unit tests to the plugin manager | Matthias Vogelgesang | |
| 2012-09-19 | Initial plugin manager | Matthias Vogelgesang | |
| 2012-07-18 | Install glade file into prefix/share/libuca | Matthias Vogelgesang | |
| 2012-04-17 | More meaningful async test | Matthias Vogelgesang | |
| Before we just checked that the callback was called. Now we check that it is called as often as expected. | |||
| 2012-04-17 | Fix property setting | Matthias Vogelgesang | |
| 2012-03-08 | Quick fix for openSUSE 11.3 with GLib 2.24 | Matthias Vogelgesang | |
| 2012-03-05 | Add factory method to create new cameras | Matthias Vogelgesang | |
| 2012-03-05 | Complete async xfer infrastructure | Matthias Vogelgesang | |
| 2012-03-05 | Fix error handling | Matthias Vogelgesang | |
| Obviously, unit tests pay off. | |||
| 2012-03-05 | Use property notification instead of signal | Matthias Vogelgesang | |
| 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. | |||
| 2012-03-05 | Add mock test | Matthias Vogelgesang | |
