summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-10Implement experimental histogram viewMatthias Vogelgesang
2012-10-10(De-) activate tool buttons according to stateMatthias Vogelgesang
2012-10-10Add histogram view skeletonMatthias Vogelgesang
2012-10-10Use scrolled window for camera choiceMatthias Vogelgesang
2012-10-10Remove unneccessary variableMatthias Vogelgesang
2012-10-10Set timestamp as enum not flagMatthias Vogelgesang
2012-10-10Use correct pixel rate property nameMatthias Vogelgesang
2012-10-10More elegant error reporting when libpco failsMatthias Vogelgesang
2012-10-09Fix #151: Rename trigger enum valueMatthias Vogelgesang
2012-10-09Set sane default exposure timeMatthias Vogelgesang
2012-10-09Fix #150: Add "frames-per-second" propertyMatthias Vogelgesang
Right now, there is only information for the DIMAX camera about the actual inherent system delay. For all other cameras fps = 1. / t_exp.
2012-10-09Fix #149: Make timestamp mode an enumMatthias Vogelgesang
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