Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use g_list_free_full instead of list_free_full | Matthias Vogelgesang | 2014-04-07 | 1 | -9/+2 |
* | Fix some minor memory leaks | Matthias Vogelgesang | 2014-04-07 | 1 | -2/+10 |
* | Fix documentation warnings | Matthias Vogelgesang | 2014-03-05 | 1 | -0/+2 |
* | Fix annotations | Matthias Vogelgesang | 2014-03-05 | 2 | -7/+31 |
* | Silence g-ir-scanner tool | Matthias Vogelgesang | 2014-03-05 | 1 | -0/+1 |
* | Add compatibility layer for new thread API | Matthias Vogelgesang | 2014-02-18 | 2 | -0/+9 |
* | Fix #28: Add buffered recording to base class | Matthias Vogelgesang | 2014-02-14 | 4 | -35/+188 |
* | Use read-write ring buffer | Matthias Vogelgesang | 2014-02-14 | 2 | -48/+55 |
* | Add configured install path to plugin search path | Matthias Vogelgesang | 2014-02-12 | 2 | -4/+3 |
* | Add new API call uca_camera_is_recording | Matthias Vogelgesang | 2013-12-12 | 2 | -0/+17 |
* | Fix annotations and docstrings | Matthias Vogelgesang | 2013-12-12 | 2 | -3/+23 |
* | Guard property list with NULL | Matthias Vogelgesang | 2013-12-12 | 1 | -1/+2 |
* | Make ring buffer public | Matthias Vogelgesang | 2013-12-10 | 3 | -1/+297 |
* | Fix installation path of header files | Matthias Vogelgesang | 2013-10-30 | 1 | -1/+1 |
* | Use ConfigurePaths to get installation paths | Matthias Vogelgesang | 2013-10-29 | 3 | -29/+18 |
* | Cleanup CMakeLists.txt | Matthias Vogelgesang | 2013-10-29 | 1 | -27/+20 |
* | Initialize result variable | Matthias Vogelgesang | 2013-10-22 | 1 | -1/+1 |
* | Fix typelib version | Matthias Vogelgesang | 2013-07-24 | 1 | -1/+1 |
* | Fix ABI versioning | Matthias Vogelgesang | 2013-07-24 | 1 | -2/+2 |
* | Provide binning default and let cameras use that | Matthias Vogelgesang | 2013-07-17 | 1 | -0/+8 |
* | Set default values for ROI multipliers | Matthias Vogelgesang | 2013-07-17 | 1 | -0/+8 |
* | Provide a macro for generating the enums | Matthias Vogelgesang | 2013-05-13 | 1 | -23/+3 |
* | Add sensor-pixel-width and sensor-pixel-height | Matthias Vogelgesang | 2013-05-02 | 2 | -0/+30 |
* | Fix segmentation fault when accessing binning list | Matthias Vogelgesang | 2013-04-15 | 1 | -0/+25 |
* | Split gui and tools and add preliminary TIFF write | Matthias Vogelgesang | 2013-04-10 | 1 | -0/+3 |
* | Merge branch 'dexela' | Matthias Vogelgesang | 2013-03-21 | 2 | -3/+3 |
|\ | |||||
| * | Improve libuca package compatibility with RPM systems. | Mihael Koep | 2013-03-21 | 2 | -3/+3 |
| * | Revert control glade path to install location | Matthias Vogelgesang | 2013-03-19 | 1 | -2/+1 |
* | | Implement trigger logic in base camera | Matthias Vogelgesang | 2013-03-20 | 1 | -1/+7 |
* | | uca_camera_grab takes a gpointer and returns bool | Matthias Vogelgesang | 2013-03-20 | 2 | -20/+19 |
* | | Revert control glade path to install location | Matthias Vogelgesang | 2013-03-18 | 1 | -2/+1 |
* | | Merge branch 'dexela_simple_packaging' | Matthias Vogelgesang | 2013-03-15 | 1 | -1/+3 |
|\| | |||||
| * | Merge remote branch 'origin/master' into dexela | Mihael Koep | 2012-10-25 | 1 | -2/+17 |
| |\ | |||||
| * | | Start migrating to libuca 1.1 and glib plugins. | Mihael Koep | 2012-10-25 | 3 | -464/+2 |
| * | | Merge remote branch 'origin/master' into dexela | Mihael Koep | 2012-10-19 | 17 | -3853/+895 |
| |\ \ | |||||
| * \ \ | Merge remote branch 'origin/1.0' into dexela | Mihael Koep | 2012-10-19 | 5 | -1/+17 |
| |\ \ \ | |||||
| * | | | | fix SCHNEIDE-382: use correct micros to seconds factor. | Mihael Koep | 2012-10-09 | 1 | -4/+2 |
| * | | | | 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 |
| * | | | | Implement exposure time property. | Mihael Koep | 2012-09-06 | 1 | -19/+25 |
| * | | | | Implement 64bit detection for install directory of libuca. | Mihael Koep | 2012-09-04 | 1 | -1/+6 |
| * | | | | Fix the dexela error quark. | Mihael Koep | 2012-09-04 | 1 | -2/+2 |
| * | | | | Minor reformatting to trigger the build for testing our generic commit hook... | Mihael Koep | 2012-09-04 | 1 | -3/+5 |
| * | | | | Minor cleanup to trigger the build for testing our generic commit hook... | Mihael Koep | 2012-09-04 | 1 | -1/+0 |