summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-09-04Implement 64bit detection for install directory of libuca.Mihael Koep
2012-09-04Fix the dexela error quark.Mihael Koep
2012-09-04Ignore some generated files.Mihael Koep
2012-09-04Minor reformatting to trigger the build for testing our generic commit hook...Mihael Koep
2012-09-04Minor cleanup to trigger the build for testing our generic commit hook...Mihael Koep
2012-08-31Extend section on new camera integrationMatthias Vogelgesang
2012-08-28make dexela part compile again.Mihael Koep
2012-08-28fix detection of libdexela.Mihael Koep
2012-08-28Add ignore file.Mihael Koep
2012-08-28Fix indentation and implement the name property.Mihael Koep
2012-08-28First compiling version of dexela implementation.Mihael Koep
2012-08-28Add a section about supported camerasMatthias Vogelgesang
2012-08-28Add API contentMatthias Vogelgesang
2012-08-28Use a more legible style sheetMatthias Vogelgesang
2012-08-27Add a link to the referenceMatthias Vogelgesang
2012-08-27Use current pandoc syntax for PDFMatthias Vogelgesang
2012-08-27Separate manual from referenceMatthias Vogelgesang
2012-08-13Fix `uninitialized variable' warningMatthias Vogelgesang
2012-08-10Cleanup and add correct copyright ownerMatthias Vogelgesang
2012-08-10Add gtester xslMatthias Vogelgesang
2012-08-10Revert doc building changesMatthias Vogelgesang
Instead of switching WITH_REFERENCE we have to use WITH_GTK_DOC that can also be disabled at configure time.
2012-08-10Merge branch 'ipe-basler'Matthias Vogelgesang
Conflicts: src/CMakeLists.txt
2012-08-09Drop REQUIRED flag from Basler dependenciesMatthias Vogelgesang
If they are required, they cannot be built on machines without that dependency.
2012-08-09Merge branch 'iss-master'Matthias Vogelgesang
2012-08-08added custom spec fileVolker Kaiser
2012-08-07Properly convert register values to exposure timeMatthias Vogelgesang
2012-08-07Fix operation on GLib 2.24Matthias Vogelgesang
2012-08-07Check GLib version for GDateTime and GTimeZoneMatthias Vogelgesang
ISS' Jenkins build server has GLib 2.24 which does not have these time related functions.
2012-08-07Calculate timeout only when recording startsMatthias Vogelgesang
Reading register values is not really fast, so we keep the last exposure time when starting the acquisition.
2012-08-07Benchmark: add asynchronous testMatthias Vogelgesang