| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-20 | Prevent building doc targets all the time | Matthias Vogelgesang | |
| 2012-04-19 | pf: Use correct frame grabber format | Matthias Vogelgesang | |
| 2012-04-19 | Declare uca_camera_props rather than define | Matthias Vogelgesang | |
| 2012-04-19 | Add a bit of documentation | Matthias Vogelgesang | |
| 2012-04-19 | Add Photon Focus | Matthias Vogelgesang | |
| 2012-04-19 | Merge branch 'rewrite-props' | Matthias Vogelgesang | |
| 2012-04-19 | Export base properties and string array | Matthias Vogelgesang | |
| The benefits are two-fold: Camera implementations "know" which base properties exist without looking into the implementation source. Moreover, they can re-use the property strings rather than stating them over and over again. These change should reduce potential c&p errors. | |||
| 2012-04-19 | fixed libdir | Volker Kaiser | |
| 2012-04-19 | CI_INSTALL_PREFIX added | Volker Kaiser | |
| 2012-04-18 | Now really fix it ... | Matthias Vogelgesang | |
| 2012-04-18 | Only reference docs for cameras that are built | Matthias Vogelgesang | |
| 2012-04-18 | Generate documentation with gtk-doc | Matthias Vogelgesang | |
| 2012-04-18 | Add information about the Tango wrapper | Matthias Vogelgesang | |
| 2012-04-18 | Add not-implemented error for ufo readout | Matthias Vogelgesang | |
| 2012-04-18 | Fix out-of-bounds errors | Matthias Vogelgesang | |
| It's a bit strange that I only get warnings at release builds but not at debug builds. | |||
| 2012-04-17 | Print the current frame as feed-back | Matthias Vogelgesang | |
| 2012-04-17 | Implement asynchronous recording | Matthias Vogelgesang | |
| 2012-04-17 | Make exposure time writeable | Matthias Vogelgesang | |
| 2012-04-17 | Fix potential overflow error | Matthias Vogelgesang | |
| 2012-04-17 | Require Gtk+ 2.22 | Matthias Vogelgesang | |
| The control application will not be built on the Hudson server and thus not break the build. | |||
| 2012-04-17 | More meaningful async test | Matthias Vogelgesang | |
| Before we just checked that the callback was called. Now we check that it is called as often as expected. | |||
| 2012-04-17 | Add prelimary UFO camera support | Matthias Vogelgesang | |
| 2012-04-17 | Fix property setting | Matthias Vogelgesang | |
| 2012-04-17 | Fix wrong type prefix | Matthias Vogelgesang | |
| 2012-04-16 | This test is unnecessary | Matthias Vogelgesang | |
| 2012-04-16 | Implement property editing | Matthias Vogelgesang | |
| 2012-04-16 | Port control application to libuca 0.6 | Matthias Vogelgesang | |
| 2012-04-13 | Fix multiple recordings | Matthias Vogelgesang | |
| 2012-04-12 | Start and stop recording in a loop | Matthias Vogelgesang | |
| 2012-04-12 | Check errors and fix small issues | Matthias Vogelgesang | |
| 2012-04-12 | Allocate memory only when size has changed | Matthias Vogelgesang | |
| 2012-04-12 | Implement readout-afte-record mode | Matthias Vogelgesang | |
| 2012-04-10 | Fix hard to detect problems | Matthias Vogelgesang | |
| 2012-04-02 | Add test to measure lib overhead | Matthias Vogelgesang | |
| 2012-03-30 | Fix some problems that occur with the 4000 | Matthias Vogelgesang | |
| 2012-03-21 | Merge patch from Volker Kaiser | Matthias Vogelgesang | |
| 2012-03-08 | Fix mock camera | Matthias Vogelgesang | |
| All unit tests pass again | |||
| 2012-03-08 | Quick fix for openSUSE 11.3 with GLib 2.24 | Matthias Vogelgesang | |
| 2012-03-06 | Implement single frame grabbing | Matthias Vogelgesang | |
| 2012-03-06 | pco: Implement mandatory properties | Matthias Vogelgesang | |
| 2012-03-05 | Build mock camera by default and fix warning | Matthias Vogelgesang | |
| 2012-03-05 | Add test facility that uniformly tests all cameras | Matthias Vogelgesang | |
| 2012-03-05 | Add factory method to create new cameras | Matthias Vogelgesang | |
| 2012-03-05 | Complete async xfer infrastructure | Matthias Vogelgesang | |
| 2012-03-05 | Add asynchronous xfer property | Matthias Vogelgesang | |
| 2012-03-05 | Fix error handling | Matthias Vogelgesang | |
| Obviously, unit tests pay off. | |||
| 2012-03-05 | Change recording property only on success | Matthias Vogelgesang | |
| 2012-03-05 | Remove cruft | Matthias Vogelgesang | |
| 2012-03-05 | Locate place where to put tango server instantiation | Matthias Vogelgesang | |
| 2012-03-05 | Use property notification instead of signal | Matthias Vogelgesang | |
| 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. | |||
