| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-05 | Add mock test | Matthias Vogelgesang | |
| 2012-03-04 | Add callback func and change data to gpointer | Matthias Vogelgesang | |
| 2012-03-04 | Remove "property-changed" signal | Matthias Vogelgesang | |
| 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. | |||
| 2012-03-04 | Add cooling point mechanism | Matthias Vogelgesang | |
| 2012-03-04 | Handle Framegrabber errors more gracefully | Matthias Vogelgesang | |
| 2012-03-03 | pco: Binnings array | Matthias Vogelgesang | |
| 2012-03-03 | Add start/stop signal | Matthias Vogelgesang | |
| 2012-03-02 | Test property signals | Matthias Vogelgesang | |
| 2012-03-02 | Make available binnings mandatory | 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 | Sane(r) so version | Matthias Vogelgesang | |
| 2012-02-29 | Fix dummy camera | Matthias Vogelgesang | |
| 2012-02-29 | Use libpco 0.3 API | Matthias Vogelgesang | |
| 2012-02-28 | Disable pco_set_time_base() | Matthias Vogelgesang | |
| 2012-02-22 | Generate RPM and DEB packages | Matthias Vogelgesang | |
| 2012-02-08 | Complete libuca documentation | Matthias Vogelgesang | |
| 2012-02-07 | Fix type declarations | Matthias Vogelgesang | |
| 2012-02-03 | Typedef types | Matthias Vogelgesang | |
| 2012-02-03 | Merge | Matthias Vogelgesang | |
| 2012-02-03 | Fix up callback | Matthias Vogelgesang | |
| 2012-02-03 | Document recent changes | Matthias Vogelgesang | |
| 2012-02-03 | Fix compilation warnings and errors | Matthias Vogelgesang | |
| 2012-02-03 | Preliminary support of streaming for the UFO camera | Matthias Vogelgesang | |
| 2012-02-03 | Callback function have to notify caller about buffer | Matthias Vogelgesang | |
| If they return a UCA_BUFFER_KEEP they have to call uca_cam_release_buffer() in the future. If returning UCA_BUFFER_RELEASE, this is done by the caller. | |||
| 2012-02-02 | Add preliminary UFO camera support back again | Suren A. Chilingaryan | |
| 2012-01-31 | Generate source tarballs | Matthias Vogelgesang | |
| 2012-01-31 | Put libuca under LGPL | Matthias Vogelgesang | |
| 2011-12-15 | Add: soname | Matthias Vogelgesang | |
| 2011-12-15 | Fix: break with current pcilib | Matthias Vogelgesang | |
| 2011-12-14 | Add: pco.4000 support | Matthias Vogelgesang | |
| 2011-10-24 | Fix: pco.dimax record & readout mode | Matthias Vogelgesang | |
| I won't go into detail how retarded a decision from pco is and how much time it cost... | |||
| 2011-10-21 | Add: readout state | Matthias Vogelgesang | |
| 2011-10-20 | Add: auto transfer property and readout function | Matthias Vogelgesang | |
| 2011-10-20 | Expose pco triggers | Matthias Vogelgesang | |
| 2011-10-19 | Fix: timestamp mode | Matthias Vogelgesang | |
| 2011-10-19 | Merge pending changes | Matthias Vogelgesang | |
| 2011-10-19 | Adapt libuca for pco.dimax | Matthias Vogelgesang | |
| 2011-09-27 | Add: set exposure time for IPE camera | Matthias Vogelgesang | |
| 2011-09-20 | Add: signal handler for SIGINT | Matthias Vogelgesang | |
| With `grab`, libuca wasn't closed down properly when pressing C-c which is the only "normal" way to stop it. | |||
| 2011-09-08 | Add: recording facility | Matthias Vogelgesang | |
| 2011-09-08 | Fix: configure error without C++ compiler | Matthias Vogelgesang | |
| 2011-09-07 | Add: "control" application monitoring `grab` | Matthias Vogelgesang | |
| 2011-09-05 | Return error code | Matthias Vogelgesang | |
| 2011-09-05 | Grab continously | Matthias Vogelgesang | |
| 2011-08-10 | Make it look like 65535 | Matthias Vogelgesang | |
| 2011-08-10 | Add user-adjustable scale parameter | Matthias Vogelgesang | |
| 2011-08-09 | Some adjustments for IPE camera | Matthias Vogelgesang | |
| 2011-08-09 | Use GtkBuilder.connect_signals and optimize data conversion | Matthias Vogelgesang | |
