summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Package binary programs in a 'tools' package.Mihael Koep2013-11-063-4/+11
| | | | | | Conflicts: bin/gui/CMakeLists.txt bin/tools/CMakeLists.txt
* Make dexela plugin require libuca 1.3.0Mihael Koep2013-11-062-2/+4
|
* Improve package information of pylon plugin.Mihael Koep2013-11-062-0/+12
|
* Many updates and bugfixes to pylon camera plugin.Mihael Koep2013-11-063-6/+75
|
* Fix pylon discovery.Mihael Koep2013-11-062-0/+3
|
* Return current width and height as roi.Mihael Koep2013-11-063-5/+5
|
* Make dexela plugin-ready and bump version.Mihael Koep2013-11-062-7/+12
|
* Merge pull request #16 from ufo-kit/get_coordsMariaMatveeva2013-11-062-40/+166
|\ | | | | Add more statistics
| * Add more statisticsMaria2013-11-062-40/+166
|/
* Fix uninitialized variablesMatthias Vogelgesang2013-11-052-3/+3
|
* Fix #15: set correct pixel sizes for pco.*Matthias Vogelgesang2013-11-051-1/+31
|
* Fix bit depth information of pco camerasMatthias Vogelgesang2013-10-312-2/+12
|
* Do not trigger in live previewMatthias Vogelgesang2013-10-311-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 pathMatthias Vogelgesang2013-10-311-1/+1
|
* Include directory where config.h is locatedMatthias Vogelgesang2013-10-317-6/+16
|
* Fix installation path of header filesMatthias Vogelgesang2013-10-301-1/+1
|
* Post-release bumpMatthias Vogelgesang2013-10-291-1/+1
|
* Fix Glade pathMatthias Vogelgesang2013-10-291-1/+1
|
* Release version 1.4Matthias Vogelgesang2013-10-291-1/+9
|
* Use ConfigurePaths to get installation pathsMatthias Vogelgesang2013-10-2915-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.txtMatthias Vogelgesang2013-10-2914-102/+84
|
* Merge pull request #11 from ufo-kit/build-debug-releaseMatthias Vogelgesang2013-10-281-1/+13
|\ | | | | Travis: build debug and release
| * Travis: build debug and releaseMatthias Vogelgesang2013-10-281-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 modeMatthias Vogelgesang2013-10-251-3/+4
| | | | This should improve performance by 25 per cent.
* Read properties in one goMatthias Vogelgesang2013-10-251-3/+4
|
* pco: simplify buffer size handlingMatthias Vogelgesang2013-10-251-7/+6
|
* Fix #2: thorough error checking on all occasionsMatthias Vogelgesang2013-10-251-74/+106
|
* Merge pull request #10 from ufo-kit/pco-add-is-recordingMatthias Vogelgesang2013-10-241-0/+10
|\ | | | | pco: fix #9, override is-recording property
| * pco: fix #9, override is-recording propertyMatthias Vogelgesang2013-10-231-0/+10
|/
* Initialize result variableMatthias Vogelgesang2013-10-221-1/+1
| | | | Thanks clang!
* Ignore all kinds of build directoriesMatthias Vogelgesang2013-10-221-1/+1
|
* Enable both gcc and clangMatthias Vogelgesang2013-10-221-0/+3
|
* Merge pull request #8 from ufo-kit/travis-ciMatthias Vogelgesang2013-10-223-27/+33
|\ | | | | Add .travis.yml
| * Markdownify READMEMatthias Vogelgesang2013-10-222-27/+24
| |
| * Add .travis.ymlMatthias Vogelgesang2013-10-221-0/+9
|/
* Add plugin summaries for pco and mockMatthias Vogelgesang2013-10-222-0/+2
|
* Merge pull request #6 from ufo-kit/get_coordsMatthias Vogelgesang2013-10-211-4/+5
|\ | | | | Remove floating point exception.
| * Remove floating point exception.Maria2013-10-211-4/+5
|/
* Merge pull request #4 from ufo-kit/color-mapMariaMatveeva2013-10-212-183/+280
|\ | | | | Added jet.
| * Added jet.Maria2013-10-212-183/+280
|/
* Fix setting storage modeMatthias Vogelgesang2013-10-211-2/+2
|
* Do not query button for each pixelMatthias Vogelgesang2013-09-231-33/+30
|
* Merge branch 'hiwi-changes' of https://github.com/MariaMatveeva/libuca into mmMatthias Vogelgesang2013-09-202-34/+174
|\ | | | | | | | | Conflicts: bin/gui/control.glade
| * Fixed faster zoom.Maria2013-09-191-1/+3
| |
| * Added ROI.Maria2013-09-192-33/+109
| |
| * Added Logarithmus.Maria2013-08-162-243/+444
| |
* | Use pco_get/set_framerate instead of delay + exposureMatthias Vogelgesang2013-09-181-176/+18
| |
* | Update NEWSMatthias Vogelgesang2013-09-171-0/+5
| |
* | Do not throw an error when stream is finishedMatthias Vogelgesang2013-09-171-4/+1
| |
* | Remove close button on download dialogMatthias Vogelgesang2013-09-172-193/+314
| |