summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2012-07-11Scale automatically and fix some warnings with UFOMatthias Vogelgesang
2012-07-11Remove unnecessary functionMatthias Vogelgesang
2012-07-09Fix ui issuesMatthias Vogelgesang
2012-07-09Backport combo box in property rendererMatthias Vogelgesang
2012-07-06Pass camera type from command line to grabMatthias Vogelgesang
2012-07-06Remove unused variableMatthias Vogelgesang
2012-07-04Remove unnecessary codeMatthias Vogelgesang
2012-07-04Add property tree viewMatthias 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-03Fix LU-16: Add cooling point propsMatthias Vogelgesang
Added "cooling-point-min", "cooling-point-max" and "cooling-point-default" to query the valid range of "cooling-point".
2012-07-02Use dogmatic Gtk+ way of styling treeview columnsMatthias Vogelgesang
2012-06-29Fix LU-15: Broken ROI imageMatthias 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-20Re-implement asynchronous data acquisitionMatthias Vogelgesang
2012-06-14Fix LU-4Matthias Vogelgesang
The larger sensor area can now be used as a ROI.
2012-06-12Use roi-x0 and roi-y0Matthias Vogelgesang
2012-06-01Allow only possible pixel rates when settingMatthias Vogelgesang
2012-05-29Set different grabbing parametersMatthias Vogelgesang
2012-05-29Fix exposure and delay timeMatthias Vogelgesang
2012-05-10Print more meaningful error messageMatthias Vogelgesang
2012-04-20Drop -gobject suffixMatthias Vogelgesang
2012-04-20Output error when stoppingMatthias Vogelgesang
2012-04-20Leave properties for laterMatthias Vogelgesang
2012-04-19Add Photon FocusMatthias Vogelgesang
2012-04-19Export base properties and string arrayMatthias 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-17Require Gtk+ 2.22Matthias Vogelgesang
The control application will not be built on the Hudson server and thus not break the build.
2012-04-17More meaningful async testMatthias Vogelgesang
Before we just checked that the callback was called. Now we check that it is called as often as expected.
2012-04-17Fix property settingMatthias Vogelgesang
2012-04-16This test is unnecessaryMatthias Vogelgesang
2012-04-16Implement property editingMatthias Vogelgesang
2012-04-16Port control application to libuca 0.6Matthias Vogelgesang
2012-04-13Fix multiple recordingsMatthias Vogelgesang
2012-04-12Start and stop recording in a loopMatthias Vogelgesang
2012-04-02Add test to measure lib overheadMatthias Vogelgesang
2012-03-21Merge patch from Volker KaiserMatthias Vogelgesang
2012-03-08Fix mock cameraMatthias Vogelgesang
All unit tests pass again
2012-03-08Quick fix for openSUSE 11.3 with GLib 2.24Matthias Vogelgesang
2012-03-06Implement single frame grabbingMatthias Vogelgesang
2012-03-06pco: Implement mandatory propertiesMatthias Vogelgesang
2012-03-05Add test facility that uniformly tests all camerasMatthias Vogelgesang
2012-03-05Add factory method to create new camerasMatthias Vogelgesang
2012-03-05Complete async xfer infrastructureMatthias Vogelgesang
2012-03-05Fix error handlingMatthias Vogelgesang
Obviously, unit tests pay off.
2012-03-05Use property notification instead of signalMatthias 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-05Add mock testMatthias Vogelgesang
2012-03-03Add start/stop signalMatthias Vogelgesang
2012-03-02Make UcaCamera a base class not an interfaceMatthias Vogelgesang
2012-03-01First draft at clean pco object constructionMatthias Vogelgesang
2012-03-01Initial prototype of GObject-based libucaMatthias Vogelgesang
2012-02-29Use libpco 0.3 APIMatthias Vogelgesang
2012-02-03Typedef typesMatthias Vogelgesang
2012-02-03MergeMatthias Vogelgesang