summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-19Require glib and gobject for buildingMatthias Vogelgesang
2012-12-19Install uca.pc into lib${LIB_INSTALL_DIR}/pkgconfigMatthias Vogelgesang
2012-12-03Set correct camera link tap value for pco.dimaxMatthias Vogelgesang
The wrong value caused strange artefacts under long exposure and saturation environments.
2012-12-03Reduce timeout to fix block problemsMatthias Vogelgesang
2012-11-05Add error and enum types to gir and doc generationMatthias Vogelgesang
2012-11-05Output default value and possible value rangesMatthias Vogelgesang
2012-10-30Include CPack in the build process and set the package file name correctly.Mihael Koep
2012-10-30Fix rpm version substitution.Mihael Koep
2012-10-30Add configuring of the spec-file.Mihael Koep
2012-10-30Fix incomplete committ...Mihael Koep
2012-10-26Bump to development version 1.2Matthias Vogelgesang
2012-10-26Update documentation and release 1.1Matthias Vogelgesang
2012-10-25Merge remote branch 'origin/master' into dexelaMihael Koep
2012-10-25Start migrating to libuca 1.1 and glib plugins.Mihael Koep
2012-10-23Clamp displayed valuesMatthias Vogelgesang
2012-10-23Output location of pcilib errorsMatthias Vogelgesang
2012-10-23Print errors during acquisitionMatthias Vogelgesang
To deal with unreliable hardware the application does not interrupt after detecting an error but tries to continue.
2012-10-22Lock access to camera implementationsMatthias Vogelgesang
Thus, two threads will never invoke the camera implementations of grab() and stop().
2012-10-19Merge remote branch 'origin/master' into dexelaMihael Koep
Conflicts: CMakeLists.txt src/CMakeLists.txt src/uca-camera.c
2012-10-19Fix version stuff for rpm packaging.Mihael Koep
2012-10-19Merge remote branch 'origin/1.0' into dexelaMihael Koep
Conflicts: CMakeLists.txt
2012-10-19Fix compile errorMatthias Vogelgesang
2012-10-19Always return correct number of recorded framesMatthias Vogelgesang
2012-10-19Store trigger modeMatthias Vogelgesang
2012-10-19Don't soft trigger on external signalMatthias Vogelgesang
2012-10-19Update uca_plugin_manager_get_camera annotationMatthias Vogelgesang
2012-10-18Show download progressMatthias Vogelgesang
2012-10-18Launch download dialog to ease waitingMatthias Vogelgesang
2012-10-18Add "recorded-frames" propertyMatthias Vogelgesang
2012-10-18Set error NULL to avoid printing false messageMatthias Vogelgesang
2012-10-18Don't make memory argument optionalMatthias Vogelgesang
If `-m' is supplied, a number must follow.
2012-10-18Free error that will be set during downloadMatthias Vogelgesang
2012-10-18Fix download of in-camera framesMatthias Vogelgesang
2012-10-18Add pco property documentationMatthias Vogelgesang
2012-10-18Add download button and make dimax workMatthias Vogelgesang
2012-10-16Add temperature unit and descriptions for pcoMatthias Vogelgesang
2012-10-16Integrate initial unit facilityMatthias Vogelgesang
2012-10-16Add zoom functionalityMatthias Vogelgesang
2012-10-15Fix replay featureMatthias Vogelgesang
2012-10-12Fix button statesMatthias Vogelgesang
2012-10-12Reflect correct state of cameraMatthias Vogelgesang
2012-10-12Accept anything else than 8 bit as 16 bitsMatthias Vogelgesang
For now, there is no other possible format.
2012-10-12Control memory size via command lineMatthias Vogelgesang
2012-10-12Add ring buffer recording for assessmentMatthias Vogelgesang
2012-10-11Update API callMatthias Vogelgesang
2012-10-11Use updated gtester.xml by Mihael KoepMatthias Vogelgesang
2012-10-11Implement adjustable histogramMatthias Vogelgesang
2012-10-11Don't set the maximum size of the preview imageMatthias Vogelgesang
2012-10-11Link explicitly against libmMatthias Vogelgesang
2012-10-10Disable unused variablesMatthias Vogelgesang