Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | make dexela part compile again. | Mihael Koep | 2012-08-28 | 1 | -2/+1 | |
| * | | | | | fix detection of libdexela. | Mihael Koep | 2012-08-28 | 1 | -2/+2 | |
| * | | | | | Add ignore file. | Mihael Koep | 2012-08-28 | 1 | -0/+5 | |
| * | | | | | Fix indentation and implement the name property. | Mihael Koep | 2012-08-28 | 2 | -19/+35 | |
| * | | | | | First compiling version of dexela implementation. | Mihael Koep | 2012-08-28 | 6 | -0/+273 | |
* | | | | | | Provide an vararg-free constructor for bindings | Matthias Vogelgesang | 2013-03-14 | 2 | -37/+90 | |
* | | | | | | Make ufo plugin initable | Matthias Vogelgesang | 2013-03-14 | 1 | -47/+126 | |
* | | | | | | Add get_type entry function | Matthias Vogelgesang | 2013-03-14 | 1 | -0/+6 | |
* | | | | | | Make pco plugin initable | Matthias Vogelgesang | 2013-03-14 | 1 | -109/+167 | |
* | | | | | | Use GInitable to pass properties to plugins | Matthias Vogelgesang | 2013-03-13 | 13 | -90/+193 | |
* | | | | | | Update bitmap when ROI is changed | Matthias Vogelgesang | 2013-03-12 | 1 | -2/+19 | |
* | | | | | | Implement reading and writing of trigger mode | Matthias Vogelgesang | 2013-02-18 | 1 | -0/+6 | |
* | | | | | | Set plugin path to the built mock module | Matthias Vogelgesang | 2013-02-18 | 1 | -2/+17 | |
* | | | | | | Add "trigger mode" to mock camera | Matthias Vogelgesang | 2013-02-15 | 1 | -0/+8 | |
* | | | | | | Lock n_frames for correct results | Matthias Vogelgesang | 2013-02-06 | 1 | -0/+5 | |
* | | | | | | Increase default "sensor" size of mock | Matthias Vogelgesang | 2013-02-06 | 1 | -4/+4 | |
* | | | | | | Replace ignore file | Matthias Vogelgesang | 2013-01-24 | 2 | -1/+2 | |
* | | | | | | Fix setting time stamp | Matthias Vogelgesang | 2013-01-18 | 1 | -2/+2 | |
* | | | | | | Require glib and gobject for building | Matthias Vogelgesang | 2012-12-19 | 1 | -0/+1 | |
* | | | | | | Install uca.pc into lib${LIB_INSTALL_DIR}/pkgconfig | Matthias Vogelgesang | 2012-12-19 | 1 | -1/+1 | |
* | | | | | | Set correct camera link tap value for pco.dimax | Matthias Vogelgesang | 2012-12-03 | 1 | -1/+1 | |
* | | | | | | Reduce timeout to fix block problems | Matthias Vogelgesang | 2012-12-03 | 1 | -4/+3 | |
* | | | | | | Add error and enum types to gir and doc generation | Matthias Vogelgesang | 2012-11-05 | 3 | -1/+7 | |
* | | | | | | Output default value and possible value ranges | Matthias Vogelgesang | 2012-11-05 | 3 | -31/+106 | |
* | | | | | | Bump to development version 1.2 | Matthias Vogelgesang | 2012-10-26 | 1 | -2/+2 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Update documentation and release 1.1 | Matthias Vogelgesang | 2012-10-26 | 7 | -37/+447 | |
| |_|_|/ |/| | | | ||||||
* | | | | Clamp displayed values | Matthias Vogelgesang | 2012-10-23 | 1 | -2/+4 | |
* | | | | Output location of pcilib errors | Matthias Vogelgesang | 2012-10-23 | 1 | -3/+4 | |
* | | | | Print errors during acquisition | Matthias Vogelgesang | 2012-10-23 | 1 | -8/+28 | |
* | | | | Lock access to camera implementations | Matthias Vogelgesang | 2012-10-22 | 1 | -2/+17 | |
| |_|/ |/| | | ||||||
* | | | Fix compile error | Matthias Vogelgesang | 2012-10-19 | 1 | -0/+2 | |
* | | | Always return correct number of recorded frames | Matthias Vogelgesang | 2012-10-19 | 1 | -8/+2 | |
* | | | Store trigger mode | Matthias Vogelgesang | 2012-10-19 | 1 | -0/+8 | |
* | | | Don't soft trigger on external signal | Matthias Vogelgesang | 2012-10-19 | 1 | -7/+12 | |
* | | | Update uca_plugin_manager_get_camera annotation | Matthias Vogelgesang | 2012-10-19 | 1 | -1/+5 | |
* | | | Show download progress | Matthias Vogelgesang | 2012-10-18 | 2 | -1/+23 | |
* | | | Launch download dialog to ease waiting | Matthias Vogelgesang | 2012-10-18 | 2 | -3/+108 | |
* | | | Add "recorded-frames" property | Matthias Vogelgesang | 2012-10-18 | 3 | -0/+30 | |
* | | | Set error NULL to avoid printing false message | Matthias Vogelgesang | 2012-10-18 | 1 | -0/+2 | |
* | | | Don't make memory argument optional | Matthias Vogelgesang | 2012-10-18 | 1 | -1/+1 | |
* | | | Free error that will be set during download | Matthias Vogelgesang | 2012-10-18 | 1 | -0/+1 | |
* | | | Fix download of in-camera frames | Matthias Vogelgesang | 2012-10-18 | 5 | -6/+78 | |
* | | | Add pco property documentation | Matthias Vogelgesang | 2012-10-18 | 2 | -0/+132 | |
* | | | Add download button and make dimax work | Matthias Vogelgesang | 2012-10-18 | 5 | -6/+65 | |
* | | | Add temperature unit and descriptions for pco | Matthias Vogelgesang | 2012-10-16 | 5 | -3/+25 | |
* | | | Integrate initial unit facility | Matthias Vogelgesang | 2012-10-16 | 3 | -26/+140 | |
* | | | Add zoom functionality | Matthias Vogelgesang | 2012-10-16 | 2 | -30/+163 | |
* | | | Fix replay feature | Matthias Vogelgesang | 2012-10-15 | 5 | -33/+67 | |
* | | | Fix button states | Matthias Vogelgesang | 2012-10-12 | 1 | -9/+17 | |
* | | | Reflect correct state of camera | Matthias Vogelgesang | 2012-10-12 | 1 | -2/+2 |