summaryrefslogtreecommitdiffstats
path: root/plugins/mock
Commit message (Collapse)AuthorAgeFilesLines
* mock: Do not override trigger mode handlingMatthias Vogelgesang2013-04-191-9/+0
|
* Release version 1.2Matthias Vogelgesang2013-04-161-1/+1
|
* Merge branch 'dexela'Matthias Vogelgesang2013-03-211-0/+0
|\ | | | | | | | | | | Conflicts: plugins/dexela/CMakeLists.txt src/CMakeLists.txt
| * Build package flags inside package-plugin.sh.inMihael Koep2013-03-191-0/+3
| | | | | | | | | | | | | | | | | | This will use the information provided by each plugin. Conflicts: plugins/dexela/CMakeLists.txt plugins/package-plugin.sh.in
| * Trying to improve dexela plugin packaging.Mihael Koep2013-03-051-0/+0
| |
* | uca_camera_grab takes a gpointer and returns boolMatthias Vogelgesang2013-03-201-10/+8
| |
* | Build package flags inside package-plugin.sh.inMatthias Vogelgesang2013-03-151-0/+3
| | | | | | | | This will use the information provided by each plugin.
* | Use GInitable to pass properties to pluginsMatthias Vogelgesang2013-03-132-19/+48
| |
* | Implement reading and writing of trigger modeMatthias Vogelgesang2013-02-181-0/+6
| |
* | Add "trigger mode" to mock cameraMatthias Vogelgesang2013-02-151-0/+8
| |
* | Increase default "sensor" size of mockMatthias Vogelgesang2013-02-061-4/+4
|/
* Add temperature unit and descriptions for pcoMatthias Vogelgesang2012-10-161-0/+2
|
* Add ring buffer recording for assessmentMatthias Vogelgesang2012-10-121-2/+3
|
* Implement experimental histogram viewMatthias Vogelgesang2012-10-101-4/+0
|
* Set sane default exposure timeMatthias Vogelgesang2012-10-091-0/+1
|
* Define plugins as C projectsMatthias Vogelgesang2012-10-011-1/+1
| | | | | Otherwise CMake complains about non-existent C++ compilers, which are not needed here anyway.
* Fix #146: Make a new top-level directory for camsMatthias Vogelgesang2012-09-283-0/+492
... and build a package for each camera. Moreover, for some reason we can live without the CMake generated spec file for RPM generation. AFAICS, the RPMs are prefixed correctly.