Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Introspection has to be in the NEWS | Matthias Vogelgesang | 2012-10-08 | 1 | -1/+6 | |
| | | ||||||
| * | Generate introspection files | Matthias Vogelgesang | 2012-10-08 | 12 | -17/+74 | |
| | | | | | | | | | | | | 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 API | Matthias Vogelgesang | 2012-10-08 | 1 | -13/+20 | |
| | | | | | | | | This functionality was moved to the plugin manager and could not be used anyway. | |||||
| * | Generate documentation for the base camera object | Matthias Vogelgesang | 2012-10-08 | 3 | -7/+80 | |
| | | ||||||
| * | Fix #114: look for SISO rt in /opt/siso | Matthias Vogelgesang | 2012-10-01 | 2 | -0/+4 | |
| | | ||||||
| * | Define plugins as C projects | Matthias Vogelgesang | 2012-10-01 | 6 | -6/+6 | |
| | | | | | | | | | | Otherwise CMake complains about non-existent C++ compilers, which are not needed here anyway. | |||||
| * | Fix mock unit test | Matthias Vogelgesang | 2012-09-28 | 1 | -23/+4 | |
| | | ||||||
| * | Fix #146: Make a new top-level directory for cams | Matthias Vogelgesang | 2012-09-28 | 20 | -167/+220 | |
| | | | | | | | | | | | | ... 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. | |||||
| * | Generalized log generation | Matthias Vogelgesang | 2012-09-26 | 5 | -30/+27 | |
| | | ||||||
| * | Add change log to manual | Matthias Vogelgesang | 2012-09-26 | 4 | -2/+32 | |
| | | ||||||
| * | Merge branch '1.0' | Matthias Vogelgesang | 2012-09-26 | 1 | -1/+1 | |
| |\ | ||||||
| * | | Add CMakeLists.txt for control GUI | Matthias Vogelgesang | 2012-09-25 | 1 | -0/+39 | |
| | | | ||||||
| * | | Move tools from test/ to tools/ directory | Matthias Vogelgesang | 2012-09-25 | 13 | -275/+21 | |
| | | | ||||||
| * | | Fix #139: Lock API functions | Matthias Vogelgesang | 2012-09-25 | 1 | -73/+111 | |
| | | | ||||||
| * | | Add documentation generator and mock docs | Matthias Vogelgesang | 2012-09-21 | 6 | -0/+256 | |
| | | | ||||||
| * | | Port perf overhead tool | Matthias Vogelgesang | 2012-09-21 | 2 | -42/+82 | |
| | | | ||||||
| * | | Merge branch 'plugins' | Matthias Vogelgesang | 2012-09-21 | 24 | -892/+1107 | |
| |\ \ | ||||||
| | * | | Port grab-async to new plugin manager | Matthias Vogelgesang | 2012-09-21 | 2 | -12/+42 | |
| | | | | ||||||
| | * | | Remove obsolete test tools | Matthias Vogelgesang | 2012-09-21 | 3 | -215/+0 | |
| | | | | ||||||
| | * | | Port the unit tests to the plugin manager | Matthias Vogelgesang | 2012-09-21 | 2 | -101/+107 | |
| | | | | ||||||
| | * | | Port control GUI to use the plugin manager | Matthias Vogelgesang | 2012-09-21 | 2 | -127/+141 | |
| | | | | ||||||
| | * | | Rename g_list_free_full to list_free_full | Matthias Vogelgesang | 2012-09-21 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | This got really implemented with GLib 2.28, so the names clash. | |||||
| | * | | Update to a more readable style | Matthias Vogelgesang | 2012-09-21 | 1 | -20/+75 | |
| | | | | ||||||
| | * | | Add docstrings | Matthias Vogelgesang | 2012-09-20 | 1 | -4/+29 | |
| | | | | ||||||
| | * | | Add notice about the plugin manager | Matthias Vogelgesang | 2012-09-20 | 1 | -0/+20 | |
| | | | | ||||||
| | * | | Update documentation | Matthias Vogelgesang | 2012-09-19 | 1 | -29/+14 | |
| | | | | ||||||
| | * | | Install plugin manager header file | Matthias Vogelgesang | 2012-09-19 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Make most cameras plugins | Matthias Vogelgesang | 2012-09-19 | 14 | -502/+435 | |
| | | | | ||||||
| | * | | Add path from UCA_CAMERA_PATH environment variable | Matthias Vogelgesang | 2012-09-19 | 1 | -0/+9 | |
| | | | | ||||||
| | * | | Fix segfault | Matthias Vogelgesang | 2012-09-19 | 2 | -5/+5 | |
| | | | | ||||||
| | * | | Initial plugin manager | Matthias Vogelgesang | 2012-09-19 | 7 | -159/+511 | |
| | | | | ||||||
| * | | | Merge branch 'master' of ufo.kit.edu:libuca | Matthias Vogelgesang | 2012-09-20 | 8 | -12/+21 | |
| |\| | | ||||||
| | * | | Bump to development version 1.1 | Matthias Vogelgesang | 2012-09-19 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Extend section on new camera integration | Matthias Vogelgesang | 2012-08-31 | 1 | -0/+25 | |
| | | | | ||||||
* | | | | Fix version stuff for rpm packaging. | Mihael Koep | 2012-10-19 | 2 | -3/+3 | |
| | | | | ||||||
* | | | | Merge remote branch 'origin/1.0' into dexela | Mihael Koep | 2012-10-19 | 9 | -14/+23 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt | |||||
| * | | | | Bump version for next fixes | Matthias Vogelgesang | 2012-09-26 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Bump version to prepare for SO fix | Matthias Vogelgesang | 2012-09-26 | 1 | -1/+1 | |
| | |_|/ | |/| | | ||||||
| * | | | Set SO version to major not minor version | Matthias Vogelgesang | 2012-09-26 | 1 | -1/+1 | |
| | |/ | |/| | | | | | | | | | | Fortunately, no one really used the 0.6-rc1 version which would have a higher SO version than 1.0. | |||||
| * | | Bump to release version 1.0 | Matthias Vogelgesang | 2012-09-19 | 4 | -11/+4 | |
| | | | ||||||
| * | | Add G_BEGIN/END_DECL to fix #131 | Matthias Vogelgesang | 2012-09-19 | 4 | -0/+16 | |
| |/ | ||||||
* | | fix SCHNEIDE-382: use correct micros to seconds factor. | Mihael Koep | 2012-10-09 | 2 | -6/+4 | |
| | | ||||||
* | | Add test mode attribute. | Mihael Koep | 2012-10-09 | 1 | -0/+20 | |
| | | ||||||
* | | Return full dimensions as roi. | Mihael Koep | 2012-09-18 | 1 | -0/+13 | |
| | | ||||||
* | | Adapt to new libdexela interface. | Mihael Koep | 2012-09-13 | 1 | -19/+19 | |
| | | ||||||
* | | Work on acquisition. | Mihael Koep | 2012-09-13 | 1 | -16/+26 | |
| | | ||||||
* | | Implement gain and trigger mode properties. | Mihael Koep | 2012-09-13 | 1 | -0/+66 | |
| | | ||||||
* | | Start implementing gain property. | Mihael Koep | 2012-09-12 | 1 | -1/+11 | |
| | | ||||||
* | | Implement sensor width, height, bit depth and binning properties. | Mihael Koep | 2012-09-12 | 1 | -8/+105 | |
| | | ||||||
* | | Standardize package naming. | Mihael Koep | 2012-09-06 | 1 | -1/+1 | |
| | |