summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-09fix SCHNEIDE-382: use correct micros to seconds factor.Mihael Koep
2012-10-09Add test mode attribute.Mihael Koep
2012-10-09Load correct framegrabber pluginMatthias Vogelgesang
2012-10-08Add packages and bindings sectionsMatthias Vogelgesang
2012-10-08Introspection has to be in the NEWSMatthias Vogelgesang
2012-10-08Generate introspection filesMatthias Vogelgesang
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().
2012-10-08Remove uca_camera_get_types from public APIMatthias Vogelgesang
This functionality was moved to the plugin manager and could not be used anyway.
2012-10-08Generate documentation for the base camera objectMatthias Vogelgesang
2012-10-01Fix #114: look for SISO rt in /opt/sisoMatthias Vogelgesang
2012-10-01Define plugins as C projectsMatthias Vogelgesang
Otherwise CMake complains about non-existent C++ compilers, which are not needed here anyway.
2012-09-28Fix mock unit testMatthias Vogelgesang
2012-09-28Fix #146: Make a new top-level directory for camsMatthias Vogelgesang
... 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.
2012-09-26Generalized log generationMatthias Vogelgesang
2012-09-26Add change log to manualMatthias Vogelgesang
2012-09-26Bump version for next fixesMatthias Vogelgesang
2012-09-26Bump version to prepare for SO fixMatthias Vogelgesang
2012-09-26Merge branch '1.0'Matthias Vogelgesang
2012-09-26Set SO version to major not minor versionMatthias Vogelgesang
Fortunately, no one really used the 0.6-rc1 version which would have a higher SO version than 1.0.
2012-09-25Add CMakeLists.txt for control GUIMatthias Vogelgesang
2012-09-25Move tools from test/ to tools/ directoryMatthias Vogelgesang
2012-09-25Fix #139: Lock API functionsMatthias Vogelgesang
2012-09-21Add documentation generator and mock docsMatthias Vogelgesang
2012-09-21Port perf overhead toolMatthias Vogelgesang
2012-09-21Merge branch 'plugins'Matthias Vogelgesang
2012-09-21Port grab-async to new plugin managerMatthias Vogelgesang
2012-09-21Remove obsolete test toolsMatthias Vogelgesang
2012-09-21Port the unit tests to the plugin managerMatthias Vogelgesang
2012-09-21Port control GUI to use the plugin managerMatthias Vogelgesang
2012-09-21Rename g_list_free_full to list_free_fullMatthias Vogelgesang
This got really implemented with GLib 2.28, so the names clash.
2012-09-21Update to a more readable styleMatthias Vogelgesang
2012-09-20Add docstringsMatthias Vogelgesang
2012-09-20Add notice about the plugin managerMatthias Vogelgesang
2012-09-20Merge branch 'master' of ufo.kit.edu:libucaMatthias Vogelgesang
2012-09-19Update documentationMatthias Vogelgesang
2012-09-19Install plugin manager header fileMatthias Vogelgesang
2012-09-19Make most cameras pluginsMatthias Vogelgesang
2012-09-19Add path from UCA_CAMERA_PATH environment variableMatthias Vogelgesang
2012-09-19Fix segfaultMatthias Vogelgesang
2012-09-19Initial plugin managerMatthias Vogelgesang
2012-09-19Bump to development version 1.1Matthias Vogelgesang
2012-09-19Bump to release version 1.0Matthias Vogelgesang
2012-09-19Add G_BEGIN/END_DECL to fix #131Matthias Vogelgesang
2012-09-18Return full dimensions as roi.Mihael Koep
2012-09-13Adapt to new libdexela interface.Mihael Koep
2012-09-13Work on acquisition.Mihael Koep
2012-09-13Implement gain and trigger mode properties.Mihael Koep
2012-09-12Start implementing gain property.Mihael Koep
2012-09-12Implement sensor width, height, bit depth and binning properties.Mihael Koep
2012-09-06Standardize package naming.Mihael Koep
2012-09-06Implement exposure time property.Mihael Koep