summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix re-setting a unit on the same camera classMatthias Vogelgesang2014-08-133-8/+9
|
* Remove virtual record_ functions never usedMatthias Vogelgesang2014-08-131-3/+0
|
* Reset all property units and warn on overrideMatthias Vogelgesang2014-08-072-0/+21
|
* Prevent overwriting unit definitionMatthias Vogelgesang2014-08-071-1/+4
|
* Avoid annoying g_type_init deprecation warningsMatthias Vogelgesang2014-07-305-1/+13
|
* Merge pull request #40 from ufo-kit/MockFramerateMatthias Vogelgesang2014-07-293-29/+42
|\ | | | | Remove mock framerate property
| * Fixed a bug in mock pluginTimo Dritschler2014-07-292-5/+5
| | | | | | | | Fixed test-mock still using obsolete 'frame-rate' property
| * Removed 'framerate' property from mock cameraTimo Dritschler2014-07-291-22/+20
| | | | | | | | Added proper handling of exposure time to mock camera
| * Added proper handling for 'frames-per-second' property to uca-camera base classTimo Dritschler2014-07-291-3/+18
|/
* 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