summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix #28: Add buffered recording to base classMatthias Vogelgesang2014-02-144-35/+188
* Use read-write ring bufferMatthias Vogelgesang2014-02-142-48/+55
* Add configured install path to plugin search pathMatthias Vogelgesang2014-02-122-4/+3
* Add new API call uca_camera_is_recordingMatthias Vogelgesang2013-12-122-0/+17
* Fix annotations and docstringsMatthias Vogelgesang2013-12-122-3/+23
* Guard property list with NULLMatthias Vogelgesang2013-12-121-1/+2
* Make ring buffer publicMatthias Vogelgesang2013-12-103-1/+297
* Fix installation path of header filesMatthias Vogelgesang2013-10-301-1/+1
* Use ConfigurePaths to get installation pathsMatthias Vogelgesang2013-10-293-29/+18
* Cleanup CMakeLists.txtMatthias Vogelgesang2013-10-291-27/+20
* Initialize result variableMatthias Vogelgesang2013-10-221-1/+1
* Fix typelib versionMatthias Vogelgesang2013-07-241-1/+1
* Fix ABI versioningMatthias Vogelgesang2013-07-241-2/+2
* Provide binning default and let cameras use thatMatthias Vogelgesang2013-07-171-0/+8
* Set default values for ROI multipliersMatthias Vogelgesang2013-07-171-0/+8
* Provide a macro for generating the enumsMatthias Vogelgesang2013-05-131-23/+3
* Add sensor-pixel-width and sensor-pixel-heightMatthias Vogelgesang2013-05-022-0/+30
* Fix segmentation fault when accessing binning listMatthias Vogelgesang2013-04-151-0/+25
* Split gui and tools and add preliminary TIFF writeMatthias Vogelgesang2013-04-101-0/+3
* Merge branch 'dexela'Matthias Vogelgesang2013-03-212-3/+3
|\
| * Improve libuca package compatibility with RPM systems.Mihael Koep2013-03-212-3/+3
| * Revert control glade path to install locationMatthias Vogelgesang2013-03-191-2/+1
* | Implement trigger logic in base cameraMatthias Vogelgesang2013-03-201-1/+7
* | uca_camera_grab takes a gpointer and returns boolMatthias Vogelgesang2013-03-202-20/+19
* | Revert control glade path to install locationMatthias Vogelgesang2013-03-181-2/+1
* | Merge branch 'dexela_simple_packaging'Matthias Vogelgesang2013-03-151-1/+3
|\|
| * Merge remote branch 'origin/master' into dexelaMihael Koep2012-10-251-2/+17
| |\
| * | Start migrating to libuca 1.1 and glib plugins.Mihael Koep2012-10-253-464/+2
| * | Merge remote branch 'origin/master' into dexelaMihael Koep2012-10-1917-3853/+895
| |\ \
| * \ \ Merge remote branch 'origin/1.0' into dexelaMihael Koep2012-10-195-1/+17
| |\ \ \
| * | | | fix SCHNEIDE-382: use correct micros to seconds factor.Mihael Koep2012-10-091-4/+2
| * | | | Add test mode attribute.Mihael Koep2012-10-091-0/+20
| * | | | Return full dimensions as roi.Mihael Koep2012-09-181-0/+13
| * | | | Adapt to new libdexela interface.Mihael Koep2012-09-131-19/+19
| * | | | Work on acquisition.Mihael Koep2012-09-131-16/+26
| * | | | Implement gain and trigger mode properties.Mihael Koep2012-09-131-0/+66
| * | | | Start implementing gain property.Mihael Koep2012-09-121-1/+11
| * | | | Implement sensor width, height, bit depth and binning properties.Mihael Koep2012-09-121-8/+105
| * | | | Standardize package naming.Mihael Koep2012-09-061-1/+1
| * | | | Implement exposure time property.Mihael Koep2012-09-061-19/+25
| * | | | Implement 64bit detection for install directory of libuca.Mihael Koep2012-09-041-1/+6
| * | | | Fix the dexela error quark.Mihael Koep2012-09-041-2/+2
| * | | | Minor reformatting to trigger the build for testing our generic commit hook...Mihael Koep2012-09-041-3/+5
| * | | | Minor cleanup to trigger the build for testing our generic commit hook...Mihael Koep2012-09-041-1/+0
| * | | | make dexela part compile again.Mihael Koep2012-08-281-2/+1
| * | | | Fix indentation and implement the name property.Mihael Koep2012-08-282-19/+35
| * | | | First compiling version of dexela implementation.Mihael Koep2012-08-285-0/+254
* | | | | Provide an vararg-free constructor for bindingsMatthias Vogelgesang2013-03-142-37/+90
* | | | | Use GInitable to pass properties to pluginsMatthias Vogelgesang2013-03-132-9/+22
* | | | | Require glib and gobject for buildingMatthias Vogelgesang2012-12-191-0/+1