summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* CI_INSTALL_PREFIX addedVolker Kaiser2012-04-191-0/+4
|
* Now really fix it ...Matthias Vogelgesang2012-04-181-4/+1
|
* Only reference docs for cameras that are builtMatthias Vogelgesang2012-04-183-11/+30
|
* Generate documentation with gtk-docMatthias Vogelgesang2012-04-184-5/+112
|
* Add not-implemented error for ufo readoutMatthias Vogelgesang2012-04-183-1/+5
|
* 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
|
* Add prelimary UFO camera supportMatthias Vogelgesang2012-04-176-5/+384
|
* Fix wrong type prefixMatthias Vogelgesang2012-04-171-1/+1
|
* Fix multiple recordingsMatthias Vogelgesang2012-04-131-4/+11
|
* 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-021-4/+4
|
* Fix some problems that occur with the 4000Matthias Vogelgesang2012-03-301-19/+66
|
* Merge patch from Volker KaiserMatthias Vogelgesang2012-03-213-2/+6
|
* Fix mock cameraMatthias Vogelgesang2012-03-081-7/+33
| | | | All unit tests pass again
* Quick fix for openSUSE 11.3 with GLib 2.24Matthias Vogelgesang2012-03-081-2/+4
|
* Implement single frame grabbingMatthias Vogelgesang2012-03-065-23/+152
|
* pco: Implement mandatory propertiesMatthias Vogelgesang2012-03-063-11/+55
|
* Build mock camera by default and fix warningMatthias Vogelgesang2012-03-052-1/+3
|
* Add factory method to create new camerasMatthias Vogelgesang2012-03-054-17/+79
|
* Complete async xfer infrastructureMatthias Vogelgesang2012-03-053-5/+97
|
* Add asynchronous xfer propertyMatthias Vogelgesang2012-03-052-8/+41
|
* Fix error handlingMatthias Vogelgesang2012-03-051-4/+10
| | | | Obviously, unit tests pay off.
* Change recording property only on successMatthias Vogelgesang2012-03-051-4/+10
|
* Remove cruftMatthias Vogelgesang2012-03-0520-3205/+20
|
* Locate place where to put tango server instantiationMatthias Vogelgesang2012-03-051-0/+21
|
* Use property notification instead of signalMatthias Vogelgesang2012-03-051-25/+20
| | | | | | | 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 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-035-9/+35
|
* 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-026-57/+137
|
* First draft at clean pco object constructionMatthias Vogelgesang2012-03-016-85/+221
|
* Initial prototype of GObject-based libucaMatthias Vogelgesang2012-03-017-0/+569
|
* Sane(r) so versionMatthias Vogelgesang2012-02-291-1/+1
|
* Fix dummy cameraMatthias Vogelgesang2012-02-291-2/+2
|
* Use libpco 0.3 APIMatthias Vogelgesang2012-02-292-39/+38
|
* Disable pco_set_time_base()Matthias Vogelgesang2012-02-281-3/+5
|
* Generate RPM and DEB packagesMatthias Vogelgesang2012-02-221-1/+1
|
* Complete libuca documentationMatthias Vogelgesang2012-02-082-21/+119
|