summaryrefslogtreecommitdiffstats
path: root/test/test-mock.c
Commit message (Collapse)AuthorAgeFilesLines
* Use GInitable to pass properties to pluginsMatthias Vogelgesang2013-03-131-2/+4
|
* Set plugin path to the built mock moduleMatthias Vogelgesang2013-02-181-2/+17
|
* Add temperature unit and descriptions for pcoMatthias Vogelgesang2012-10-161-0/+4
|
* Integrate initial unit facilityMatthias Vogelgesang2012-10-161-0/+8
|
* Fix #150: Add "frames-per-second" propertyMatthias Vogelgesang2012-10-091-0/+21
| | | | | Right now, there is only information for the DIMAX camera about the actual inherent system delay. For all other cameras fps = 1. / t_exp.
* Generate introspection filesMatthias Vogelgesang2012-10-081-2/+2
| | | | | | 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().
* Port the unit tests to the plugin managerMatthias Vogelgesang2012-09-211-86/+96
|
* Initial plugin managerMatthias Vogelgesang2012-09-191-0/+9
|
* Install glade file into prefix/share/libucaMatthias Vogelgesang2012-07-181-1/+1
|
* More meaningful async testMatthias Vogelgesang2012-04-171-4/+9
| | | | | Before we just checked that the callback was called. Now we check that it is called as often as expected.
* Fix property settingMatthias Vogelgesang2012-04-171-2/+2
|
* Quick fix for openSUSE 11.3 with GLib 2.24Matthias Vogelgesang2012-03-081-3/+3
|
* Add factory method to create new camerasMatthias Vogelgesang2012-03-051-0/+9
|
* Complete async xfer infrastructureMatthias Vogelgesang2012-03-051-3/+32
|
* Fix error handlingMatthias Vogelgesang2012-03-051-0/+1
| | | | Obviously, unit tests pay off.
* Use property notification instead of signalMatthias Vogelgesang2012-03-051-8/+42
| | | | | | | 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 mock testMatthias Vogelgesang2012-03-051-0/+98