summaryrefslogtreecommitdiffstats
path: root/test/test-mock.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove binnings testMatthias Vogelgesang2016-02-161-16/+0
|
* Remove G_VALUE_INITMatthias Vogelgesang2016-02-101-1/+1
|
* Changed test-mock to accomodate changes in mockTimo Dritschler2015-05-191-10/+11
| | | | | Property exposure-time in mock is now allways writable and can no longer be used for test Also, roi-width and roi-height are now set dynamically in mock and cant be used either
* Added test case for 'no write during acquisition' policyTimo Dritschler2015-03-091-1/+5
|
* Added new get_camerah (Get Camera Hash) interface to Pugin ManagerTimo Dritschler2014-12-101-0/+36
| | | | Added unit-test to test/test-mock for the new get_camerah interface
* Add test for buffered recordingMatthias Vogelgesang2014-09-151-0/+39
|
* Fix #41: add write accessibility APIMatthias Vogelgesang2014-08-131-1/+30
|
* Simplify test setupMatthias Vogelgesang2014-08-131-14/+25
|
* Fix re-setting a unit on the same camera classMatthias Vogelgesang2014-08-131-5/+2
|
* Reset all property units and warn on overrideMatthias Vogelgesang2014-08-071-0/+10
|
* Avoid annoying g_type_init deprecation warningsMatthias Vogelgesang2014-07-301-0/+2
|
* Fixed a bug in mock pluginTimo Dritschler2014-07-291-4/+4
| | | | Fixed test-mock still using obsolete 'frame-rate' property
* Add new API call uca_camera_is_recordingMatthias Vogelgesang2013-12-121-6/+4
|
* 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