summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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
| | | | |
* | | | | Provide an vararg-free constructor for bindingsMatthias Vogelgesang2013-03-142-37/+90
| | | | |
* | | | | Use GInitable to pass properties to pluginsMatthias Vogelgesang2013-03-132-9/+22
| | | | |
* | | | | Require glib and gobject for buildingMatthias Vogelgesang2012-12-191-0/+1
| | | | |
* | | | | Install uca.pc into lib${LIB_INSTALL_DIR}/pkgconfigMatthias Vogelgesang2012-12-191-1/+1
| | | | |
* | | | | Add error and enum types to gir and doc generationMatthias Vogelgesang2012-11-053-1/+7
| |_|_|/ |/| | |
* | | | Lock access to camera implementationsMatthias Vogelgesang2012-10-221-2/+17
| |_|/ |/| | | | | | | | Thus, two threads will never invoke the camera implementations of grab() and stop().
* | | 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
|\ \ \ | | |/ | |/|
| * | 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.
* | | 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
|/ /
* / Add G_BEGIN/END_DECL to fix #131Matthias Vogelgesang2012-09-194-0/+16
|/
* 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.
* Merge branch 'ipe-basler'Matthias Vogelgesang2012-08-106-3/+571
|\ | | | | | | | | Conflicts: src/CMakeLists.txt
| * enabled DESTDIRVolker Kaiser2012-08-071-1/+1
| |
| * added support for libuca.spec.inVolker Kaiser2012-08-021-1/+6
| |