summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix out-of-bounds errorsMatthias Vogelgesang2012-04-183-3/+3
| | | | | It's a bit strange that I only get warnings at release builds but not at debug builds.
* Print the current frame as feed-backMatthias Vogelgesang2012-04-171-0/+92
|
* Implement asynchronous recordingMatthias Vogelgesang2012-04-171-1/+30
|
* Make exposure time writeableMatthias Vogelgesang2012-04-172-1/+10
|
* Fix potential overflow errorMatthias Vogelgesang2012-04-173-3/+3
|
* Require Gtk+ 2.22Matthias Vogelgesang2012-04-171-1/+1
| | | | | The control application will not be built on the Hudson server and thus not break the build.
* More meaningful async testMatthias Vogelgesang2012-04-171-4/+9
| | | | | Before we just checked that the callback was called. Now we check that it is called as often as expected.
* Add prelimary UFO camera supportMatthias Vogelgesang2012-04-176-5/+384
|
* Fix property settingMatthias Vogelgesang2012-04-171-2/+2
|
* Fix wrong type prefixMatthias Vogelgesang2012-04-171-1/+1
|
* This test is unnecessaryMatthias Vogelgesang2012-04-162-23/+0
|
* Implement property editingMatthias Vogelgesang2012-04-162-62/+168
|
* Port control application to libuca 0.6Matthias Vogelgesang2012-04-163-256/+218
|
* Fix multiple recordingsMatthias Vogelgesang2012-04-132-8/+19
|
* Start and stop recording in a loopMatthias Vogelgesang2012-04-121-16/+23
|
* Check errors and fix small issuesMatthias Vogelgesang2012-04-122-3/+9
|
* Allocate memory only when size has changedMatthias Vogelgesang2012-04-121-15/+20
|
* Implement readout-afte-record modeMatthias Vogelgesang2012-04-123-7/+99
|
* Fix hard to detect problemsMatthias Vogelgesang2012-04-101-5/+6
|
* Add test to measure lib overheadMatthias Vogelgesang2012-04-023-4/+154
|
* Fix some problems that occur with the 4000Matthias Vogelgesang2012-03-301-19/+66
|
* Merge patch from Volker KaiserMatthias Vogelgesang2012-03-214-5/+9
|
* Fix mock cameraMatthias Vogelgesang2012-03-082-8/+35
| | | | All unit tests pass again
* Quick fix for openSUSE 11.3 with GLib 2.24Matthias Vogelgesang2012-03-082-5/+7
|
* Implement single frame grabbingMatthias Vogelgesang2012-03-068-80/+209
|
* pco: Implement mandatory propertiesMatthias Vogelgesang2012-03-064-14/+63
|
* Build mock camera by default and fix warningMatthias Vogelgesang2012-03-052-1/+3
|
* Add test facility that uniformly tests all camerasMatthias Vogelgesang2012-03-052-0/+201
|
* Add factory method to create new camerasMatthias Vogelgesang2012-03-056-29/+92
|
* Complete async xfer infrastructureMatthias Vogelgesang2012-03-054-8/+129
|
* Add asynchronous xfer propertyMatthias Vogelgesang2012-03-052-8/+41
|
* Fix error handlingMatthias Vogelgesang2012-03-052-4/+11
| | | | Obviously, unit tests pay off.
* Change recording property only on successMatthias Vogelgesang2012-03-051-4/+10
|
* Remove cruftMatthias Vogelgesang2012-03-0522-3219/+51
|
* Locate place where to put tango server instantiationMatthias Vogelgesang2012-03-051-0/+21
|
* Use property notification instead of signalMatthias Vogelgesang2012-03-053-39/+68
| | | | | | | Up to this point we used a custom signal to notify about starting and stopping recording of data. However, such signals come (almost) for free for each property. This way, you can query "is-recording" but also be notified when "is-recording" was changed by the camera itself.
* Add mock testMatthias Vogelgesang2012-03-051-0/+98
|
* Add callback func and change data to gpointerMatthias Vogelgesang2012-03-044-5/+20
|
* Remove "property-changed" signalMatthias Vogelgesang2012-03-044-14/+0
| | | | | | | | | There is already the nice "notify" signal that does essentially the same with a twist. It also allows per-property signals by calling g_signal_connect(cam, "notify::cooling-point", G_CALLBACK(func), NULL); Nice.
* Add cooling point mechanismMatthias Vogelgesang2012-03-041-0/+47
|
* Handle Framegrabber errors more gracefullyMatthias Vogelgesang2012-03-042-10/+23
|
* pco: Binnings arrayMatthias Vogelgesang2012-03-031-3/+84
|
* Add start/stop signalMatthias Vogelgesang2012-03-036-15/+41
|
* Test property signalsMatthias Vogelgesang2012-03-023-11/+32
|
* Make available binnings mandatoryMatthias Vogelgesang2012-03-022-2/+100
|
* Make UcaCamera a base class not an interfaceMatthias Vogelgesang2012-03-028-59/+146
|
* First draft at clean pco object constructionMatthias Vogelgesang2012-03-018-113/+255
|
* Initial prototype of GObject-based libucaMatthias Vogelgesang2012-03-0110-1/+604
|
* Sane(r) so versionMatthias Vogelgesang2012-02-292-5/+3
|
* Fix dummy cameraMatthias Vogelgesang2012-02-291-2/+2
|