Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix plugin revisions | Mihael Koep | 2013-11-06 | 4 | -4/+4 | |
| | ||||||
* | improve package file naming | Mihael Koep | 2013-11-06 | 2 | -3/+3 | |
| | ||||||
* | Package binary programs in a 'tools' package. | Mihael Koep | 2013-11-06 | 3 | -4/+11 | |
| | | | | | | Conflicts: bin/gui/CMakeLists.txt bin/tools/CMakeLists.txt | |||||
* | Make dexela plugin require libuca 1.3.0 | Mihael Koep | 2013-11-06 | 2 | -2/+4 | |
| | ||||||
* | Improve package information of pylon plugin. | Mihael Koep | 2013-11-06 | 2 | -0/+12 | |
| | ||||||
* | Many updates and bugfixes to pylon camera plugin. | Mihael Koep | 2013-11-06 | 3 | -6/+75 | |
| | ||||||
* | Fix pylon discovery. | Mihael Koep | 2013-11-06 | 2 | -0/+3 | |
| | ||||||
* | Return current width and height as roi. | Mihael Koep | 2013-11-06 | 3 | -5/+5 | |
| | ||||||
* | Make dexela plugin-ready and bump version. | Mihael Koep | 2013-11-06 | 2 | -7/+12 | |
| | ||||||
* | Merge pull request #16 from ufo-kit/get_coords | MariaMatveeva | 2013-11-06 | 2 | -40/+166 | |
|\ | | | | | Add more statistics | |||||
| * | Add more statistics | Maria | 2013-11-06 | 2 | -40/+166 | |
|/ | ||||||
* | Fix uninitialized variables | Matthias Vogelgesang | 2013-11-05 | 2 | -3/+3 | |
| | ||||||
* | Fix #15: set correct pixel sizes for pco.* | Matthias Vogelgesang | 2013-11-05 | 1 | -1/+31 | |
| | ||||||
* | Fix bit depth information of pco cameras | Matthias Vogelgesang | 2013-10-31 | 2 | -2/+12 | |
| | ||||||
* | Do not trigger in live preview | Matthias Vogelgesang | 2013-10-31 | 1 | -1/+0 | |
| | | | | | | This was added for the UFO camera but is technically not correct as we require the trigger mode to be set to AUTO anyway. The pco.4000 will not return a frame if it is triggered in AUTO mode. | |||||
* | Fix config path | Matthias Vogelgesang | 2013-10-31 | 1 | -1/+1 | |
| | ||||||
* | Include directory where config.h is located | Matthias Vogelgesang | 2013-10-31 | 7 | -6/+16 | |
| | ||||||
* | Fix installation path of header files | Matthias Vogelgesang | 2013-10-30 | 1 | -1/+1 | |
| | ||||||
* | Post-release bump | Matthias Vogelgesang | 2013-10-29 | 1 | -1/+1 | |
| | ||||||
* | Fix Glade path | Matthias Vogelgesang | 2013-10-29 | 1 | -1/+1 | |
| | ||||||
* | Release version 1.4 | Matthias Vogelgesang | 2013-10-29 | 1 | -1/+9 | |
| | ||||||
* | Use ConfigurePaths to get installation paths | Matthias Vogelgesang | 2013-10-29 | 15 | -42/+127 | |
| | | | | | | The advantage is twofold: 1) we have a clear separation between setting up the paths and actually using them, 2) the interface is very likely as configure scripts and makes integration into build system a bit easier. | |||||
* | Cleanup CMakeLists.txt | Matthias Vogelgesang | 2013-10-29 | 14 | -102/+84 | |
| | ||||||
* | Merge pull request #11 from ufo-kit/build-debug-release | Matthias Vogelgesang | 2013-10-28 | 1 | -1/+13 | |
|\ | | | | | Travis: build debug and release | |||||
| * | Travis: build debug and release | Matthias Vogelgesang | 2013-10-28 | 1 | -1/+13 | |
|/ | | | | | For now the Clang/Release combination is excluded as it gets stuck in a futex deadlock. Apparently, this has something to do with the way a GModule is called. | |||||
* | Call pco_request_image only in non-readout mode | Matthias Vogelgesang | 2013-10-25 | 1 | -3/+4 | |
| | | | | This should improve performance by 25 per cent. | |||||
* | Read properties in one go | Matthias Vogelgesang | 2013-10-25 | 1 | -3/+4 | |
| | ||||||
* | pco: simplify buffer size handling | Matthias Vogelgesang | 2013-10-25 | 1 | -7/+6 | |
| | ||||||
* | Fix #2: thorough error checking on all occasions | Matthias Vogelgesang | 2013-10-25 | 1 | -74/+106 | |
| | ||||||
* | Merge pull request #10 from ufo-kit/pco-add-is-recording | Matthias Vogelgesang | 2013-10-24 | 1 | -0/+10 | |
|\ | | | | | pco: fix #9, override is-recording property | |||||
| * | pco: fix #9, override is-recording property | Matthias Vogelgesang | 2013-10-23 | 1 | -0/+10 | |
|/ | ||||||
* | Initialize result variable | Matthias Vogelgesang | 2013-10-22 | 1 | -1/+1 | |
| | | | | Thanks clang! | |||||
* | Ignore all kinds of build directories | Matthias Vogelgesang | 2013-10-22 | 1 | -1/+1 | |
| | ||||||
* | Enable both gcc and clang | Matthias Vogelgesang | 2013-10-22 | 1 | -0/+3 | |
| | ||||||
* | Merge pull request #8 from ufo-kit/travis-ci | Matthias Vogelgesang | 2013-10-22 | 3 | -27/+33 | |
|\ | | | | | Add .travis.yml | |||||
| * | Markdownify README | Matthias Vogelgesang | 2013-10-22 | 2 | -27/+24 | |
| | | ||||||
| * | Add .travis.yml | Matthias Vogelgesang | 2013-10-22 | 1 | -0/+9 | |
|/ | ||||||
* | Add plugin summaries for pco and mock | Matthias Vogelgesang | 2013-10-22 | 2 | -0/+2 | |
| | ||||||
* | Merge pull request #6 from ufo-kit/get_coords | Matthias Vogelgesang | 2013-10-21 | 1 | -4/+5 | |
|\ | | | | | Remove floating point exception. | |||||
| * | Remove floating point exception. | Maria | 2013-10-21 | 1 | -4/+5 | |
|/ | ||||||
* | Merge pull request #4 from ufo-kit/color-map | MariaMatveeva | 2013-10-21 | 2 | -183/+280 | |
|\ | | | | | Added jet. | |||||
| * | Added jet. | Maria | 2013-10-21 | 2 | -183/+280 | |
|/ | ||||||
* | Fix setting storage mode | Matthias Vogelgesang | 2013-10-21 | 1 | -2/+2 | |
| | ||||||
* | Do not query button for each pixel | Matthias Vogelgesang | 2013-09-23 | 1 | -33/+30 | |
| | ||||||
* | Merge branch 'hiwi-changes' of https://github.com/MariaMatveeva/libuca into mm | Matthias Vogelgesang | 2013-09-20 | 2 | -34/+174 | |
|\ | | | | | | | | | Conflicts: bin/gui/control.glade | |||||
| * | Fixed faster zoom. | Maria | 2013-09-19 | 1 | -1/+3 | |
| | | ||||||
| * | Added ROI. | Maria | 2013-09-19 | 2 | -33/+109 | |
| | | ||||||
| * | Added Logarithmus. | Maria | 2013-08-16 | 2 | -243/+444 | |
| | | ||||||
* | | Use pco_get/set_framerate instead of delay + exposure | Matthias Vogelgesang | 2013-09-18 | 1 | -176/+18 | |
| | | ||||||
* | | Update NEWS | Matthias Vogelgesang | 2013-09-17 | 1 | -0/+5 | |
| | |