summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #39 from miq/plugin-dexela-updatesMatthias Vogelgesang2014-07-294-33/+50
|\ | | | | Updates to the dexela plugin
| * Updates to the dexela pluginMihael Koep2014-07-294-33/+50
| |
* | Post-release version bump to 1.6.0-devMatthias Vogelgesang2014-07-221-1/+1
|/
* Release version 1.5Matthias Vogelgesang2014-07-221-0/+26
|
* Fix documentationMatthias Vogelgesang2014-07-222-40/+26
|
* Merge pull request #37 from ufo-kit/direct-xkit-accessMatthias Vogelgesang2014-07-223-377/+675
|\ | | | | Use direct UDP xkit access
| * Use direct UDP communication for xkitMatthias Vogelgesang2014-07-223-377/+675
|/
* Remove static property docs and Markdown manualMatthias Vogelgesang2014-07-117-1333/+0
|
* Fix some minor doc problemsMatthias Vogelgesang2014-07-113-13/+8
|
* Update READMEMatthias Vogelgesang2014-07-111-1/+1
|
* Split up the manualMatthias Vogelgesang2014-07-117-683/+687
|
* Move to Sphinx-based documentationMatthias Vogelgesang2014-07-113-16/+888
|
* Install libtiff4-dev to build file cameraMatthias Vogelgesang2014-07-041-1/+1
|
* Add TIFF file based cameraMatthias Vogelgesang2014-07-044-1/+441
|
* Merge pull request #36 from ufo-kit/FixStringPropsMatthias Vogelgesang2014-06-061-1/+1
|\ | | | | Fixed segfault when editing string properties in GUI
| * Fixed segfault when editing string properties in GUITimo Dritschler2014-06-061-1/+1
|/
* Fixed zoomMaria2014-04-161-3/+10
|
* Merge pull request #35 from miq/anka_plugin_updatesMatthias Vogelgesang2014-04-099-74/+95
|\ | | | | Anka plugin updates
| * Remove unnecessary allocationMihael Koep2014-04-093-7/+6
| | | | | | | | | | We now require libpyloncam 0.3.0 or better and got rid of a unnecessary memory check and allocation
| * Make pylon plugin compatible with current libucaMihael Koep2014-04-095-66/+85
| |
| * Improve lookup of libdexela headersMihael Koep2014-04-091-1/+1
| |
| * Update dexela plugin to libdexela 1.1.0Mihael Koep2014-04-093-5/+8
|/
* Use g_list_free_full instead of list_free_fullMatthias Vogelgesang2014-04-071-9/+2
|
* Fix one more leakMatthias Vogelgesang2014-04-071-0/+1
|
* Fix some minor memory leaksMatthias Vogelgesang2014-04-072-2/+12
|
* Build xkit pluginMaria2014-04-013-13/+9
|
* Fix documentation warningsMatthias Vogelgesang2014-03-051-0/+2
|
* Fix annotationsMatthias Vogelgesang2014-03-052-7/+31
|
* Silence g-ir-scanner toolMatthias Vogelgesang2014-03-051-0/+1
|
* pco: Add fast-scan propertyMatthias Vogelgesang2014-03-031-0/+27
|
* Remove debug outputMatthias Vogelgesang2014-03-031-1/+0
|
* Merge pull request #33 from miq/mock_fixMatthias Vogelgesang2014-02-272-15/+16
|\ | | | | Fix memory corruption if using ROIs
| * Fix memory corruption if using ROIsMihael Koep2014-02-272-15/+16
|/ | | | | | | | The mock camera now only prints a buffer of roi size and *then* transfers it to the caller. Conflicts: plugins/mock/uca-mock-camera.c
* Fix setting frame rateMatthias Vogelgesang2014-02-201-15/+19
|
* ufo: Allow setting framerateMatthias Vogelgesang2014-02-201-22/+41
|
* Fix ufo compilationMatthias Vogelgesang2014-02-201-0/+2
|
* ufo: Set frame rate accordinglyMatthias Vogelgesang2014-02-201-6/+15
|
* Add compatibility layer for new thread APIMatthias Vogelgesang2014-02-182-0/+9
|
* Remove debug outputMatthias Vogelgesang2014-02-141-4/+0
|
* Fix #14: use old exposure time code for pco.4000Matthias Vogelgesang2014-02-141-20/+159
| | | | | | | pco provides two ways to set the target exposure time and frame rate: one via set delay/set exposure time and the other via set framerate. Both are mutual exclusively and as it turns out only working on certain models. pco.4000 sets bogus values when using set framerate, hence we use the older code.
* Merge pull request #31 from ufo-kit/add-frame-bufferingMatthias Vogelgesang2014-02-147-35/+195
|\ | | | | Add buffered recording to base class
| * Fix #28: Add buffered recording to base classMatthias Vogelgesang2014-02-147-35/+195
|/ | | | | | | This change adds new properties ::buffered and ::num-buffers to the base class. If ::buffered is TRUE, uca_camera_start_recording will spawn a new thread which will call the camera-specific grab. Any call to uca_camera_grab will return the next item from the ring buffer.
* Use read-write ring bufferMatthias Vogelgesang2014-02-146-137/+153
|
* Merge pull request #29 from ufo-kit/mockCameraImprovementsMatthias Vogelgesang2014-02-131-10/+43
|\ | | | | Mock camera improvements
| * Changed the mock Camera to produce a more predictable test pattern.Timo Dritschler2014-02-131-10/+43
| | | | | | | | Also added a compiler-flag (__CREATE_RANDOM_IMAGE_DATA__) that controls the generation of random picture data. Disabling this flag boosts mock-framerate by a factor of 10 since no more costly random-operations will be made
* | Add configured install path to plugin search pathMatthias Vogelgesang2014-02-123-5/+3
|/
* Use MSB of "control" for frequency determinationMatthias Vogelgesang2014-01-301-1/+1
|
* ufo: fix reading the frequency flagMatthias Vogelgesang2014-01-291-1/+1
|
* Use XeTeX to build PDF manualMatthias Vogelgesang2014-01-221-1/+1
|
* Merge pull request #25 from ufo-kit/roiMatthias Vogelgesang2014-01-091-1/+114
|\ | | | | Add manual of the GObject Tango device