| 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 | Implement some mandatory properties | Matthias Vogelgesang | |
| 2012-07-09 | Backport combo box in property renderer | Matthias Vogelgesang | |
| 2012-07-06 | Fix segfault caused by wrong memcpy parameter | Matthias Vogelgesang | |
| 2012-07-06 | "Implement" ROI get/set | Matthias Vogelgesang | |
| 2012-07-06 | Fix UcaUfoCamera instantiation | Matthias Vogelgesang | |
| 2012-07-06 | Let mock camera accept ROI change requests | 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-05 | Fix LU-24: add "sensor-max-adcs" | Matthias Vogelgesang | |
| 2012-07-04 | mock: add exposure time | 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-07-02 | Implement ROI multipliers in mock camera | 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 | Fix LU-12 | Matthias Vogelgesang | |
| Some cameras that don't support an extended mode tend to return a smaller extended sensor size than the standard sensor size. This commit fixes the problem by returning the standard sensor size. | |||
| 2012-06-20 | Fulfill double width requirement of pco.edge | Matthias Vogelgesang | |
| 2012-06-20 | Re-implement asynchronous data acquisition | Matthias Vogelgesang | |
| 2012-06-14 | Remove pixel rate from per-camera structure | Matthias Vogelgesang | |
| We read the pixel rate directly from the camera and take the very first pixel rate as the default pixel rate. | |||
| 2012-06-14 | Fix LU-8 | Matthias Vogelgesang | |
| Override default values for ROI size, cooling point and pixel rate. | |||
| 2012-06-14 | Fix LU-4 | Matthias Vogelgesang | |
| The larger sensor area can now be used as a ROI. | |||
| 2012-06-13 | Fix LU-7 | Matthias Vogelgesang | |
| We read the temperatures using unsigned data types which is absolute fail sauce when encountering negative temperatures. Unfortunately, this happens with the pco.4000. | |||
| 2012-06-12 | Use roi-x0 and roi-y0 | Matthias Vogelgesang | |
| 2012-06-12 | Add timestamp mode property | Matthias Vogelgesang | |
| 2012-06-12 | Generate enum types from source | Matthias Vogelgesang | |
| It became a little unwieldy to create the enum types manually via g_enums_register_static(). This changeset creates the types from enum definitions in public headers using glib2-mkenum. Be sure to include uca-enums.h in every source file that needs to know GObject enum type. | |||
| 2012-06-12 | Fix LU-5 | Matthias Vogelgesang | |
| 2012-06-01 | Install camera-specific headers | Matthias Vogelgesang | |
| 2012-06-01 | Allow only possible pixel rates when setting | Matthias Vogelgesang | |
| 2012-06-01 | Fix setting acquire mode | Matthias Vogelgesang | |
| 2012-05-31 | Set correct ADC count | Matthias Vogelgesang | |
| 2012-05-31 | Warn if cooling point cannot be set/read | Matthias Vogelgesang | |
| 2012-05-30 | Rework setting of ROI | Matthias Vogelgesang | |
| Unfortunately, setting the binning does not yet work because it is only possible to set this parameter before initializing the frame grabber. | |||
| 2012-05-29 | Set different grabbing parameters | Matthias Vogelgesang | |
| 2012-05-29 | Use ROI with (0,0) as starting coordinate | Matthias Vogelgesang | |
| 2012-05-29 | Fix enum description | Matthias Vogelgesang | |
| 2012-05-29 | Allow zero delay time | Matthias Vogelgesang | |
| 2012-05-29 | Fix exposure and delay time | Matthias Vogelgesang | |
| 2012-05-10 | Properly allocate and destroy value array | Matthias Vogelgesang | |
| 2012-05-10 | Fix wrong height | Matthias Vogelgesang | |
| 2012-05-10 | Print more meaningful error message | Matthias Vogelgesang | |
| 2012-04-27 | pco: add r/w pixel rate | Matthias Vogelgesang | |
| 2012-04-27 | pco: add acquisition mode | Matthias Vogelgesang | |
| 2012-04-27 | pco: add extended sensor format | Matthias Vogelgesang | |
| 2012-04-27 | pco: add noise filter | Matthias Vogelgesang | |
| 2012-04-27 | pco: add record modes | Matthias Vogelgesang | |
| 2012-04-27 | pco: add offset mode | Matthias Vogelgesang | |
