summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into dexelaMihael Koep2012-10-251-2/+17
|\
| * Lock access to camera implementationsMatthias Vogelgesang2012-10-221-2/+17
| | | | | | | | Thus, two threads will never invoke the camera implementations of grab() and stop().
* | Start migrating to libuca 1.1 and glib plugins.Mihael Koep2012-10-253-464/+2
| |
* | Merge remote branch 'origin/master' into dexelaMihael Koep2012-10-1917-3853/+895
|\| | | | | | | | | | | | | Conflicts: CMakeLists.txt src/CMakeLists.txt src/uca-camera.c
| * Update uca_plugin_manager_get_camera annotationMatthias Vogelgesang2012-10-191-1/+5
| |
| * Add "recorded-frames" propertyMatthias Vogelgesang2012-10-182-0/+21
| |
| * Fix download of in-camera framesMatthias Vogelgesang2012-10-182-0/+47
| |
| * Add download button and make dimax workMatthias Vogelgesang2012-10-182-1/+7
| |
| * Add temperature unit and descriptions for pcoMatthias Vogelgesang2012-10-162-3/+5
| |
| * Integrate initial unit facilityMatthias Vogelgesang2012-10-162-26/+132
| |
| * Implement adjustable histogramMatthias Vogelgesang2012-10-111-1/+1
| |
| * Implement experimental histogram viewMatthias Vogelgesang2012-10-101-3/+7
| |
| * Fix #151: Rename trigger enum valueMatthias Vogelgesang2012-10-096-20/+32
| |
| * Fix #150: Add "frames-per-second" propertyMatthias Vogelgesang2012-10-092-0/+27
| | | | | | | | | | 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-083-8/+64
| | | | | | | | | | | | 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().
| * Remove uca_camera_get_types from public APIMatthias Vogelgesang2012-10-081-13/+20
| | | | | | | | This functionality was moved to the plugin manager and could not be used anyway.
| * Fix #146: Make a new top-level directory for camsMatthias Vogelgesang2012-09-2811-3589/+39
| | | | | | | | | | | | ... 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.
| * Merge branch '1.0'Matthias Vogelgesang2012-09-261-1/+1
| |\
| * | Fix #139: Lock API functionsMatthias Vogelgesang2012-09-251-73/+111
| | |
| * | Rename g_list_free_full to list_free_fullMatthias Vogelgesang2012-09-211-3/+3
| | | | | | | | | | | | This got really implemented with GLib 2.28, so the names clash.
| * | Add docstringsMatthias Vogelgesang2012-09-201-4/+29
| | |
| * | Install plugin manager header fileMatthias Vogelgesang2012-09-191-1/+2
| | |
| * | Make most cameras pluginsMatthias Vogelgesang2012-09-1911-481/+403
| | |
| * | Add path from UCA_CAMERA_PATH environment variableMatthias Vogelgesang2012-09-191-0/+9
| | |
| * | Fix segfaultMatthias Vogelgesang2012-09-191-2/+4
| | |
| * | Initial plugin managerMatthias Vogelgesang2012-09-194-101/+435
| | |
* | | Merge remote branch 'origin/1.0' into dexelaMihael Koep2012-10-195-1/+17
|\ \ \ | | |/ | |/| | | | | | | Conflicts: CMakeLists.txt
| * | Set SO version to major not minor versionMatthias Vogelgesang2012-09-261-1/+1
| |/ | | | | | | | | Fortunately, no one really used the 0.6-rc1 version which would have a higher SO version than 1.0.
| * Add G_BEGIN/END_DECL to fix #131Matthias Vogelgesang2012-09-194-0/+16
| |
* | fix SCHNEIDE-382: use correct micros to seconds factor.Mihael Koep2012-10-091-4/+2
| |
* | Add test mode attribute.Mihael Koep2012-10-091-0/+20
| |
* | Return full dimensions as roi.Mihael Koep2012-09-181-0/+13
| |
* | Adapt to new libdexela interface.Mihael Koep2012-09-131-19/+19
| |
* | Work on acquisition.Mihael Koep2012-09-131-16/+26
| |
* | Implement gain and trigger mode properties.Mihael Koep2012-09-131-0/+66
| |
* | Start implementing gain property.Mihael Koep2012-09-121-1/+11
| |
* | Implement sensor width, height, bit depth and binning properties.Mihael Koep2012-09-121-8/+105
| |
* | Standardize package naming.Mihael Koep2012-09-061-1/+1
| |
* | Implement exposure time property.Mihael Koep2012-09-061-19/+25
| |
* | Implement 64bit detection for install directory of libuca.Mihael Koep2012-09-041-1/+6
| |
* | Fix the dexela error quark.Mihael Koep2012-09-041-2/+2
| |
* | Minor reformatting to trigger the build for testing our generic commit hook...Mihael Koep2012-09-041-3/+5
| |
* | Minor cleanup to trigger the build for testing our generic commit hook...Mihael Koep2012-09-041-1/+0
| |
* | make dexela part compile again.Mihael Koep2012-08-281-2/+1
| |
* | Fix indentation and implement the name property.Mihael Koep2012-08-282-19/+35
| |
* | First compiling version of dexela implementation.Mihael Koep2012-08-285-0/+254
|/
* Separate manual from referenceMatthias Vogelgesang2012-08-271-24/+0
|
* Fix `uninitialized variable' warningMatthias Vogelgesang2012-08-131-1/+1
|
* Cleanup and add correct copyright ownerMatthias Vogelgesang2012-08-101-117/+48
|
* Revert doc building changesMatthias Vogelgesang2012-08-101-11/+5
| | | | | Instead of switching WITH_REFERENCE we have to use WITH_GTK_DOC that can also be disabled at configure time.