| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-07-11 | Scale automatically and fix some warnings with UFO | Matthias Vogelgesang | |
| 2012-07-11 | Remove unnecessary function | Matthias Vogelgesang | |
| 2012-07-09 | Fix ui issues | Matthias Vogelgesang | |
| 2012-07-09 | Backport combo box in property renderer | Matthias Vogelgesang | |
| 2012-07-06 | Pass camera type from command line to grab | Matthias Vogelgesang | |
| 2012-07-06 | Remove unused variable | Matthias Vogelgesang | |
| 2012-07-04 | Remove unnecessary code | Matthias Vogelgesang | |
| 2012-07-04 | Add property tree view | Matthias Vogelgesang | |
| The standard tree view widget is not capable of setting individual cell renderers per row. Thus I made one with a custom cell renderer that uses an appropriate cell renderer depending of the property type. I developed this independently and put it up on Github at https://github.com/matze/EggPropertyTreeView. | |||
| 2012-07-03 | Fix LU-16: Add cooling point props | Matthias Vogelgesang | |
| Added "cooling-point-min", "cooling-point-max" and "cooling-point-default" to query the valid range of "cooling-point". | |||
| 2012-07-02 | Use dogmatic Gtk+ way of styling treeview columns | Matthias Vogelgesang | |
| 2012-06-29 | Fix LU-15: Broken ROI image | Matthias Vogelgesang | |
| This fix contains two changes: 1. We check that passed ROI requests are multiples of possible ROI steps as provided by the camera. If this is not the case, the request is ignored and a warning issued. 2. We added two new base properties ROI_WIDTH_MULTIPLIER and ROI_HEIGHT_MULTIPLIER that expose this information to client programs. | |||
| 2012-06-20 | Re-implement asynchronous data acquisition | Matthias Vogelgesang | |
| 2012-06-14 | Fix LU-4 | Matthias Vogelgesang | |
| The larger sensor area can now be used as a ROI. | |||
| 2012-06-12 | Use roi-x0 and roi-y0 | Matthias Vogelgesang | |
| 2012-06-01 | Allow only possible pixel rates when setting | Matthias Vogelgesang | |
| 2012-05-29 | Set different grabbing parameters | Matthias Vogelgesang | |
| 2012-05-29 | Fix exposure and delay time | Matthias Vogelgesang | |
| 2012-05-10 | Print more meaningful error message | Matthias Vogelgesang | |
| 2012-04-20 | Drop -gobject suffix | Matthias Vogelgesang | |
| 2012-04-20 | Output error when stopping | Matthias Vogelgesang | |
| 2012-04-20 | Leave properties for later | Matthias Vogelgesang | |
| 2012-04-19 | Add Photon Focus | 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-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 | Fix property setting | 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-02 | Add test to measure lib overhead | 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 | 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 | Fix error handling | Matthias Vogelgesang | |
| Obviously, unit tests pay off. | |||
| 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. | |||
| 2012-03-05 | Add mock test | Matthias Vogelgesang | |
| 2012-03-03 | Add start/stop signal | Matthias Vogelgesang | |
| 2012-03-02 | Make UcaCamera a base class not an interface | Matthias Vogelgesang | |
| 2012-03-01 | First draft at clean pco object construction | Matthias Vogelgesang | |
| 2012-03-01 | Initial prototype of GObject-based libuca | Matthias Vogelgesang | |
| 2012-02-29 | Use libpco 0.3 API | Matthias Vogelgesang | |
| 2012-02-03 | Typedef types | Matthias Vogelgesang | |
| 2012-02-03 | Merge | Matthias Vogelgesang | |
