summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix #18: compile xkit if C++ compiler existsMatthias Vogelgesang2013-11-081-1/+4
* Mention the current configure styleMatthias Vogelgesang2013-11-071-10/+3
* Fix include path in documentationMatthias Vogelgesang2013-11-071-2/+2
* fix plugin revisionsMihael Koep2013-11-064-4/+4
* improve package file namingMihael Koep2013-11-062-3/+3
* Package binary programs in a 'tools' package.Mihael Koep2013-11-063-4/+11
* 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 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
* 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
* 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 releaseMatthias Vogelgesang2013-10-281-1/+13
|/
* Call pco_request_image only in non-readout modeMatthias Vogelgesang2013-10-251-3/+4
* 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 propertyMatthias Vogelgesang2013-10-231-0/+10
|/
* Initialize result variableMatthias Vogelgesang2013-10-221-1/+1
* 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
|\
| * 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.Maria2013-10-211-4/+5
|/
* Merge pull request #4 from ufo-kit/color-mapMariaMatveeva2013-10-212-183/+280
|\
| * 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
|\
| * Fixed faster zoom.Maria2013-09-191-1/+3
| * Added ROI.Maria2013-09-192-33/+109